var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ndereba's Goal: Gold at 40
";
arnews[0] += "Catherine Ndereba Will Chase an Olympic Gold Medal at Age 40 \"Catherine the Great\" has won two World Championships marathons and two Olympic silver medals.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 22:00:05 GMT";
arnews[0] += "
";
arnews[1]="Abitova wins Yokohama Marathon
";
arnews[1] += "Russia's Inga Abitova has won the inaugural Yokohama Women's Marathon, a race that featured the top two finishers from the Beijing Olympics.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 07:19:40 GMT";
arnews[1] += "
";
arnews[2]="SportsBriefly
";
arnews[2] += "Dodgers manager Joe Torre says he was pleased when successor Joe Girardi and the New York Yankees won the World Series this month.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 07:18:13 GMT";
arnews[2] += "
";
arnews[3]="K. Ken Nakamura Reports On The Yokohama Marathon
";
arnews[3] += "Breaking away from the lead pack at the beginning of the third and the final loop, with 13Km to go in the race, Inga Abitova of Russia, 2006 European Champion at 10000m, won the 2009 Yokohama International Women's Marathon by more than a minute and half from Kiyoko Shimahara, 2009 Hokkaido Marathon Champion.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 02:07:34 GMT";
arnews[3] += "
";
arnews[4]="Abitova wins Yokohama marathon
";
arnews[4] += "YOKOHAMA: Russia's Inga Abitova defeated the Beijing Olympic gold and silver medallists to win the inaugural Yokohama international women's marathon on Sunday.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 02:07:10 GMT";
arnews[4] += "
";
arnews[5]="Abitova cruises in 1st Yokohama marathon
";
arnews[5] += "More than capable of winning a final dash to the finish line, Russia's Inga Abitova never needed to put her speed to the test.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 19:47:20 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("