var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hitting to all fields: How can you unretire Aparicio's number?
";
arnews[0] += "Just sitting and wondering if Peyton Manning saw that truck coming. John Lackey worth more than Josh Beckett? We shall see.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:07:58 GMT";
arnews[0] += "
";
arnews[1]="Lagat Smashes U.S. 5000 Record
";
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 : Mon, 08 Feb 2010 22:02:36 GMT";
arnews[1] += "
";
arnews[2]="Oregon track & field: Thriving since the move to Portland, Dathan...
";
arnews[2] += "Dathan Ritzenhein, shown here finishing ninth in the marathon at the Beijing Olympics.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:50:37 GMT";
arnews[2] += "
";
arnews[3]="Reebok Boston Indoor Games: Oregon's Galen Rupp reflects on battling Bernard Lagat
";
arnews[3] += "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.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 02:58:42 GMT";
arnews[3] += "
";
arnews[4]="Bernard Lagat sets American Record at Boston Indoor Games
";
arnews[4] += "The Reebok Boston Indoor Games on February 6 at the Reggie Lewis Center set the stage for Bernard Lagat to win and set an American record in the indoor 5000 meters .";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Lagat Sets New Indoor 5K American Record
";
arnews[5] += "At the 15th annual Reebok Boston Indoor Games on February 6th, over 5,000 fans braved the cold weather and wintry conditions to watch an exciting night of indoor track events.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Oregon track & field: We wrap up the weekend with another look at...
";
arnews[6] += "Yeah, it was Super Bowl weekend, but there was a lot happening in track & field too.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 16:40:36 GMT";
arnews[6] += "
";
arnews[7]="Lagat's Record-Setting Run
";
arnews[7] += "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[7] += "
Publ.Date : Sun, 07 Feb 2010 22:22:53 GMT";
arnews[7] += "
";
arnews[8]="The 'Experimental' Anna Pierce
";
arnews[8] += "Anna Pierce Will Be 'Kind of Experimental' in 2010 She's been world-ranked in the steeplechase, the 1500, and, much to her own surprise, the 800, in which she was #2 in the world to Caster Semenya in 2009.";
arnews[8] += "
Publ.Date : Sun, 07 Feb 2010 22:01:07 GMT";
arnews[8] += "
";
totcount = 9;
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("