var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Lagat smashes 5,000m indoor record
"; arnews[0] += "BOSTON: American Bernard Lagat made a blistering kick to crush the U.S. record in his first indoor 5,000 meters, finishing in 13:11.50 at the 15th Boston Indoor Games Saturday."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 04:40:07 GMT"; arnews[0] += "
"; arnews[1]="Lagat smashes US indoor 5,000 record
"; arnews[1] += "AMERICAN Bernard Lagat made a blistering kick to crush the United States record in his first indoor 5,000 meters, finishing in 13:11.50 at the 15th Boston Indoor Games on Saturday."; arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 18:55:51 GMT"; arnews[1] += "
"; arnews[2]="Athletics: Lagat gets it right the first time
"; arnews[2] += "As the Mid-Atlantic weathered a blizzard, a drive up Interstate 95 found the world's best track and field athletes scorching the Reggie Lewis Track & Athletic Center in front of a capacity crowd at the Reebok Boston Indoor Games."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 15:20:00 GMT"; arnews[2] += "
"; arnews[3]="Lagat roars to record in 5,000
"; arnews[3] += "Two-time Olympic medalist and five-time world champion Bernard Lagat raced to an American record in the marquee event at the Reebok Indoor Games last night at the Reggie Lewis Center, surging past Galen Rupp of Oregon and Ethiopians Dejen Gebremeskel and Bekana Daba with 1 1/2 laps to go in the 5,000-meter run."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 09:49:53 GMT"; arnews[3] += "
"; arnews[4]="Lagat sets American record at Boston Indoors
"; arnews[4] += "Bernard Lagat shattered the American record in the indoor 5,000 meters at the Reebok Boston Indoor Games on Saturday night, holding off a charge by Ethiopia's Dejen Gebremeskel with his trademark kick."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 08:34:22 GMT"; arnews[4] += "
"; arnews[5]="Felicien hurdles to second place finish
"; arnews[5] += "Published on Sunday, Feb. 07, 2010 12:02AM EST Last updated on Sunday, Feb. 07, 2010 12:03AM EST C anada's Perdita Felicien placed second in the women's 60 metre hurdles at the Reebok Boston Indoor Games on Saturday."; arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 08:02: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("
");