var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Bolt, Gay ready to race
"; arnews[0] += "Graham Dunbar MONACO - The Associated Press Published on Saturday, Nov. 21, 2009 9:50PM EST Last updated on Saturday, Nov."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:00:51 GMT"; arnews[0] += "
"; arnews[1]="It should be Bolt again
"; arnews[1] += "Monte Carlo: Sprint king Usain Bolt, The Gleaner's Man of the Year, is expected to walk away with his second male Athlete of the Year award at tonight's IAAF World Athletics Gala in Monaco."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:04:12 GMT"; arnews[1] += "
"; arnews[2]="Bolt headlines athletes lined up for Diamond League
"; arnews[2] += "Jamaican triple Olympic and world champion Usain Bolt headlines a group of nine athletes contracted to compete in the new Diamond League circuit next year, league organizers and the IAAF announced on Saturday."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:24:35 GMT"; arnews[2] += "
"; arnews[3]="Sprinters Bolt, Gay set for 3 showdowns
"; arnews[3] += "Tyson Gay of the United States, right, and Asafa Powell of Jamaica, left, compete during their 100 meter race of the Daegu Pre-Championships Meeting 2009 in Daegu, south of Seoul, South Korea, Friday, Sept."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:50:26 GMT"; arnews[3] += "
"; arnews[4]="Bolt, Gay headline new Diamond League series
"; arnews[4] += "American Tyson Gay, right, beat Jamaica's Usain Bolt at the 2007 world championships, but the Jamaican has taken sprinting to an unprecedented level since."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 20:38:39 GMT"; arnews[4] += "
"; arnews[5]="Top sprinters set for showdowns
"; arnews[5] += "Sprinters Usain Bolt, Tyson Gay and Asafa Powell will face each other in the new IAAF Diamond League series."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 20:26:44 GMT"; 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("
");document.write("
");