var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="2009 IAAF world track athletes of the year finalists
"; arnews[0] += "On November 22, 2009 at the World Athletics Gala in Monaco the male and female track athletes of year will be announced."; arnews[0] += "
Publ.Date : Fri, 30 Oct 2009 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="Is Sanya Richards the Best of '09?
"; arnews[1] += "Is Sanya Richards the Female Athlete of the Year? Yesterday we told you about the five male contenders for top year-end IAAF honors."; arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 04:57:25 GMT"; arnews[1] += "
"; arnews[2]="Vili nominated for world athlete award
"; arnews[2] += "New Zealand Olympic champion shot put exponent Valerie Vili is a nominee for the 2009 world Athlete of the Year award."; arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 16:25:00 GMT"; arnews[2] += "
"; arnews[3]="Usain Bolt up for IAAF Athlete of the Year
"; arnews[3] += "It seems the fastest man on earth, Usain Bolt , might become Athlete of the Year again in 2009."; arnews[3] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Sports briefs: Nov. 11
"; arnews[4] += "Zensational , the first horse to win three consecutive Grade I sprint events, was retired from racing and will stand at Hill 'n' Dale Farms in Lexington."; arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 14:23:40 GMT"; arnews[4] += "
"; arnews[5]="Usain Bolt and Kenenisa Bekele nominated for IAAF Athlete of the Year
"; arnews[5] += "November 10, 2009 - Yesterday, the International Association of Athletics Federation announced the nominations for the 2009 Athlete of the Year awards, including several American athletes."; arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 08:00:00 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("
");