var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Liu to warm up for Doha at indoor meet
"; arnews[0] += "THE Chinese Athletics Association has scheduled a one-off 60 meters hurdles competition in Shanghai on February 26 to enable Chinese hurdler Liu Xiang prepare for his awaited clash with Cuban Dayron Robles at the World Indoor Championship in Doha next month."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 19:12:43 GMT"; arnews[0] += "
"; arnews[1]="Lagat's Record-Setting Run
"; arnews[1] += "Bernard Lagat Sets a U.S. Indoor 5000 Record of 13:11.50 Galen Rupp Also breaks his old mark with a fourth place in 13:14.21 Fresh off his record eighth Wanamaker Mile victory at the Millrose Games and encouraged by the fitness that performance demonstrated, Lagat - who is, after all, the 2007 World Championships gold medalist and 2009 silver ..."; arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 22:22:53 GMT"; arnews[1] += "
"; arnews[2]="Lopes-Schliep wins in Germany
"; arnews[2] += "Lopes-Schliep wins in Germany File photo: Priscilla Lopes-Schliep of Canada leaps a hurdle on her way to winning the Women's 60 Meter Hurdles at the 103rd Millrose Games at Madison Square Garden in New York, January 29, 2010."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 02:26:15 GMT"; arnews[2] += "
"; arnews[3]="Jones-Ferrette sets year's best in 60m
"; arnews[3] += "Laverne Jones-Ferrette of the U.S. Virgin Islands held off American sprinter Carmelita Jeter to win the 60 meters at the Sparkassen Cup on Saturday."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 00:46:00 GMT"; arnews[3] += "
"; arnews[4]="Robles wins first race on comeback
"; arnews[4] += "Cuban 110m Olympic hurdles champion Dayron Robles competes in the 60 meters hurdles against Shamar Sands of the Bahamas at the PSD Bank indoor athletics meet in Duesseldorf, Germany, on Wednesday."; arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 19:57:54 GMT"; arnews[4] += "
"; arnews[5]="Robles shakes off cobwebs to return in style
"; arnews[5] += "Cuba's 110 metres hurdles Olympic champion Dayron Robles handed out a warning to his rivals just over a month away from the world indoor championships when he ran the second fastest time this season over 60m hurdles on Wednesday."; arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 07:48:51 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("
");