var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Wanjiru rues missed chance of a record
"; arnews[0] += "Olympic champion Samuel Wanjiru admitted skipping Berlin World Championships last year may have cost him an opportunity to realise his cherished dream of breaking the marathon record."; arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 20:07:56 GMT"; arnews[0] += "
"; arnews[1]="Wanjiru rues missed chance of a record
"; arnews[1] += "Olympic champion Samuel Wanjiru admitted skipping Berlin World Championships last year may have cost him an opportunity to realise his cherished dream of breaking the marathon record."; arnews[1] += "
Publ.Date : Sun, 24 Jan 2010 21:01:56 GMT"; arnews[1] += "
"; arnews[2]="Impressive field set for marathon
"; arnews[2] += "Oh, the humanity. Today, pedestrians and bystanders will take over the Big Town, from the Staten Island side of the Verrazano Bridge to Central Park for the annual New York City Marathon."; arnews[2] += "
Publ.Date : Sun, 01 Nov 2009 05:51:24 GMT"; arnews[2] += "
"; arnews[3]="(RWire) Athletics: Wanjiru, Mikitenko Return to Defend London Marathon Titles in 2010
"; arnews[3] += "Reigning race champions Sammy Wanjiru and Irina Mikitenko will return to defend their London Marathon titles on Sunday, April 25 against two of the strongest fields ever assembled in the 29-year history of the race."; arnews[3] += "
Publ.Date : Thu, 07 Jan 2010 05:53:01 GMT"; arnews[3] += "
"; arnews[4]="Supremacy battle between Kenya, Ethiopia in running continues
"; arnews[4] += "ROAD RACING With the \"Big Five\" marathons of London, Boston, Berlin, Chicago and New York in addition to the World Championships being the barometer of road racing, Kenyan and Ethiopian athletes drew top billing."; arnews[4] += "
Publ.Date : Thu, 31 Dec 2009 03:20:44 GMT"; arnews[4] += "
"; arnews[5]="Kebede wins Fukuoka International Marathon
"; arnews[5] += "Beijing Olympic bronze medalist Tsegaye Kebede of Ethiopia has clocked a personal best time to win the Fukuoka International Marathon."; arnews[5] += "
Publ.Date : Sun, 06 Dec 2009 09:27:37 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("
");