var arnews = new Array(6); totcount = 6; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="God did not create the universe, says Hawking "; arnews[0] += "LONDON (Reuters) - God did not create the universe and the \"Big Bang\" was an inevitable consequence of the laws of physics, the eminent British theoretical physicist Stephen Hawking argues in a new book. "; arnews[0] += " Publ.Date : Thu, 02 Sep 2010 09:08:52 -0400"; arnews[0] += " "; arnews[1]="Wheat genome work just at initial stage: scientists "; arnews[1] += "BEIJING (Reuters) - Efforts to sequence the wheat genome are only at an initial stage of what will be a long-term project requiring more government support, leading Chinese and international scientists said on Tuesday. "; arnews[1] += " Publ.Date : Tue, 31 Aug 2010 04:17:17 -0400"; arnews[1] += " "; arnews[2]="U.N. climate panel urged to reform, stick to science "; arnews[2] += "UNITED NATIONS (Reuters) - The U.N. climate panel should make predictions only when it has solid evidence and should avoid policy advocacy, scientists said in a report on Monday that called for thorough reform of the body. "; arnews[2] += " Publ.Date : Mon, 30 Aug 2010 17:05:35 -0400"; arnews[2] += " "; arnews[3]="Study finds first genetic link to common migraine "; arnews[3] += "LONDON (Reuters) - An international scientific team has identified for the first time a genetic risk factor associated with common migraines and say their research could open the way for new treatments to prevent migraine attacks. "; arnews[3] += " Publ.Date : Mon, 30 Aug 2010 10:22:53 -0400"; arnews[3] += " "; arnews[4]="Scientists crack through wheat's genetic code "; arnews[4] += "LONDON (Reuters) - Scientists have cracked and published almost all of the highly complex genetic code of wheat -- a staple food for more than a third of the world's people -- and say breeders can now use their findings to improve yields. "; arnews[4] += " Publ.Date : Fri, 27 Aug 2010 02:14:12 -0400"; arnews[4] += " "; arnews[5]="Pea sized frog found on Borneo island "; arnews[5] += "KUALA LUMPUR (Reuters) - Scientists have discovered a frog the size of a pea, the smallest found in Asia, Africa or Europe, on the Southeast Asian island of Borneo. "; arnews[5] += " Publ.Date : Thu, 26 Aug 2010 11:34:31 -0400"; arnews[5] += " "; totcount = 6; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write(" "); } document.write(" |