var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Gay, Richards selected USA Athletes of the Year - IAAF
"; arnews[0] += "Indianapolis, USA - Tyson Gay and Sanya Richards were named winners of the 2009 Jesse Owens Awards by USA Track & Field. This marks the second time in their careers that Gay and Richards have earned this prestigious distinction. Gay initially won the ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 20:28:00 GMT"; arnews[0] += "
"; arnews[1]="Fans vote for Gay, Richards for Owens Awards - USA Track and Field
"; arnews[1] += "INDIANAPOLIS - Tyson Gay and Sanya Richards were voted the winners of the 2009 Jesse Owens Awards by members of the U.S. track and field media, along with track fans who voted for their favorites in the first-ever Jesse Owens Athletes of the Year Fan ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 22:45:00 GMT"; arnews[1] += "
"; arnews[2]="Gay, Richards win 2009 Jesse Owens Awards - USA Track and Field
"; arnews[2] += "INDIANAPOLIS - Tyson Gay and Sanya Richards on Thursday were named winners of the 2009 Jesse Owens Awards by USA Track & Field. This marks the second time in their careers that Gay and Richards have earned this prestigious distinction. Gay initially ..."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 21:41:00 GMT"; arnews[2] += "
"; arnews[3]="Phillips reclaims world title - Universal Sports
"; arnews[3] += "BERLIN (AP) -- Dwight Phillips won the long jump at the world championships Saturday, 73 years after Jesse Owens did the same at the Berlin Games in the Olympic Stadium. During a final laden with symbolism, Phillips jumped 28 feet, 1/4 inch on his ..."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT"; arnews[3] += "
"; arnews[4]="The Bowerman Fan Voting End Friday - CUBuffs.com
"; arnews[4] += "BOULDER —Time to vote for University of Colorado senior Jenny Barringer for the inaugural The Bowerman award is running out. The Bowerman, which will be given to the top male and female track and field athlete of the year, has fan voting which will ..."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 16:42: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("
");