var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Reebok Boston Indoor Games: Oregon's Galen Rupp reflects on battling ... - OregonLive.com
";
arnews[0] += "Associated Press Galen Rupp leads the 5000-meter race for a lap ahead of Bernard Lagat at the Reebok Indoor Games athletics meet on Saturday in Boston. Lagat won the race and set an American record. Galen Rupp chose to go for broke Saturday in the 5 ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 02:45:00 GMT";
arnews[0] += "
";
arnews[1]="Bernard Lagat sets American record for the indoor 5,000 meters - Los Angeles Times
";
arnews[1] += "BOSTON (AP) — Bernard Lagat has shattered the American record in the indoor 5,000 meters at the Reebok Boston Indoor Games. Lagat's time of 13 minutes, 11.50 seconds beat the previous mark by almost 7 seconds";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 01:08:00 GMT";
arnews[1] += "
";
arnews[2]="Oregon track & field: We wrap up the weekend with another look at ... - OregonLive.com
";
arnews[2] += "Oregon track & field: We wrap up the weekend with another look at Galen Rupp, Bernard Lagat, Nick Willis and Will Leer. News notes & links By Ken Goe, The Oregonian February 08, 2010, 6:59AM AP New Zealand's determined Nick Willis Yeah, it was Super ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 16:08:00 GMT";
arnews[2] += "
";
arnews[3]="Bernard Lagat sets American indoor record for 5,000 meters - AZCentral.com
";
arnews[3] += "BOSTON - Tucson's 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. Lagat's time of 13 minutes, 11 ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 06:23:00 GMT";
arnews[3] += "
";
arnews[4]="Bernard Lagat shatters American indoor record in 5,000 meters - USA Today
";
arnews[4] += "Lagat's time of 13 minutes, 11.50 seconds beat the previous mark by almost 7 seconds. Lagat, who won the Wanamaker Mile at the Millrose Games in New York for a record eighth time last week, beat Gebremeskel by .28 seconds. Lagat led for much of the ...";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 03:16:00 GMT";
arnews[4] += "
";
arnews[5]="Bernard Lagat Sets 5,000 Meter American Record at Reebok Boston Indoor ... - NESN.com
";
arnews[5] += "BOSTON -- 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. Lagat's time of 13 minutes, 11.50 ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 21:17: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("