|
|
Line 2: |
Line 2: |
| <head> | | <head> |
| <script type = "text/javascript"> | | <script type = "text/javascript"> |
- | function chuck_norris(){ | + | |
- | | + | |
- | var rand= Math.floor(Math.random()*18);
| + | |
- | var facts=new Array();
| + | |
- | | + | |
- | | + | |
- | facts[0]='"Keep your zinc fingers away from Chuck Norris, because he can replace zinc in their structure."';
| + | |
- | facts[1]='"When Chuck Norris transfects cells, he just takes the plasmid and orders the cell: "Eat, b****."';
| + | |
- | facts[2]='"Chuck Norris sonicates with his own voice."';
| + | |
- | facts[3]='"Chuck Norris gets HEK293 cells by scratching his kidney."';
| + | |
- | facts[4]='"Chuck Norris runs western blot by putting SDS gel into a copying machine."';
| + | |
- | facts[5]='"Chuck Norris can separate biosynthetic products with a knife."';
| + | |
- | facts[6]='"When split fluorescent protein meets Chuck Norris, there is no possibility to fail the fret effect."';
| + | |
- | facts[7]='"Chuck Norris can excite fluorescent proteins with energy that is lower than the energy emitted."';
| + | |
- | facts[8]='"Chuck Norris\' oscillator oscillates faster than light."';
| + | |
- | facts[9]='"Chuck Norris can model the behaviour of an oscillator without any parameters."';
| + | |
- | facts[10]='"T7 RNA polymerase always asks Chuck Norris before it binds to promoter."';
| + | |
- | facts[11]='"Chuck Norris\" carotenoids are hydrophillic and cells excrete them into the culture broth."';
| + | |
- | facts[12]='"Chuck Norris doesn\"t need primary metabolism in order to produce carotene."';
| + | |
- | facts[13]='"Chuck Norris performs double digest with only one enzyme."';
| + | |
- | facts[14]='"Chuck Norris can PCR eukaryotic gene without introns."';
| + | |
- | facts[15]='"Chuck Norris is not afraid of the wiki freeze"';
| + | |
- | facts[16]='"There are G, C, T, A and the Chuck Norris nucleotide. It is self complementary and forms four hydrogen bonds."';
| + | |
- | facts[17]='"Chuck Norris can do PCR without a template nucleic acid. "';
| + | |
- | facts[18]='"Chuck Norris\" DNA is positively charged and has three grooves: minor, major and another one undefinable by common laws of nature. "';
| + | |
- | | + | |
- | document.getElementById('chuck_bes').innerHTML=facts[rand];
| + | |
- | | + | |
- | | + | |
- | }
| + | |
- | | + | |
- | function goto(url)
| + | |
- | {
| + | |
- | window.location.href = url;
| + | |
- | }
| + | |
| </script> | | </script> |
| <SCRIPT language="JavaScript"> | | <SCRIPT language="JavaScript"> |