var arnews = new Array(6); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Obama’s stem cell stance draws support, criticism - Indiana Daily Student
"; arnews[0] += "In the months leading up to the 2008 presidential election, Barack Obama campaigned with a platform that promised change. Just a few months into his term, Obama initiated some of these changes regarding stem-cell research. He signed an executive ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:30:00 GMT"; arnews[0] += "
"; arnews[1]="Athletes Beware, Scientists Hot on Gene Doping Trail - Wired News
"; arnews[1] += "After warning for years that athletes would try to dope their genes, scientists are finding ways to catch them. The tests are still being refined in animals, but will likely be run years from now on samples taken at the upcoming Winter Olympics and ..."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 22:04:00 GMT"; arnews[1] += "
"; arnews[2]="'Gene Doping' May Be Next Wave of Sports Tampering - US News and World Report
"; arnews[2] += "THURSDAY, Feb. 4 (HealthDay News) -- Just in time for the Winter Olympics, scientists are warning of a new breed of performance-enhancing agents that use cutting-edge genetic technology and may be particularly hard to detect. Some researchers are ..."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 22:04:00 GMT"; arnews[2] += "
"; arnews[3]="Genetic doping on fast track for athletic cheaters - Toronto Star
"; arnews[3] += "On the eve of the Vancouver Olympics, researchers are warning that athletes are on the cusp of a new era in sports doping – one that will use undetectable gene therapies to enhance performance. “We are convinced that this is the next frontier ..."; arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 19:12:00 GMT"; arnews[3] += "
"; arnews[4]="Gene doping the next wave - Health 24
"; arnews[4] += "... for use in humans and has to go to clinical trials first, the comeback from the coach is, 'Well, maybe we can use my athlete as your human subject,'\" said article co-author Mark Frankel, director of the scientific freedom, responsibility and law ..."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 07:08:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");document.write("
");