var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Abitova takes crown at Yokohama International Women's Marathon - European Athletics
";
arnews[0] += "International Women's Marathon on Sunday. Inga Abitova of Russia won the inaugural Yokohama International Women's Marathon on Sunday, overshadowing the Beijing Olympic gold and silver medallists. The reigning European champion in the 10000m delivered ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 09:33:00 GMT";
arnews[0] += "
";
arnews[1]="Abitova wins Yokohama Women's Marathon - WTOP Radio
";
arnews[1] += "... medalist Catherine Ndereba of Kenya was third in 2:29:13. Olympic champion Constantina Dita dropped out of contention early in the race and finished 11th. YOKOHAMA, Japan (AP) - Russia's Inga Abitova has won the inaugural Yokohama Women's ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 21:31:00 GMT";
arnews[1] += "
";
arnews[2]="Abitova wins Yokohama Women's Marathon - WTOP Radio
";
arnews[2] += "Japan's Kiyoko Shimohara was second at 2:28:51, and Beijing Olympic silver medalist Catherine Ndereba of Kenya was third in 2:29:13. Olympic champion Constantina Dita dropped out of contention early in the race and finished 11th. YOKOHAMA, Japan (AP ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 21:31:00 GMT";
arnews[2] += "
";
arnews[3]="Russia's Abitova wins Yokohama Women's Marathon - Daily Press
";
arnews[3] += "Abitova broke away from the pack at the 30-kilometer mark Sunday and finished in 2 hours, 27 minutes, 18 seconds. Japan's Kiyoko Shimohara was second at 2:28:51, and Beijing Olympic silver medalist Catherine Ndereba of Kenya was third in 2:29:13 ...";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 06:58:00 GMT";
arnews[3] += "
";
arnews[4]="Running: Russian wins Yokohama Women's Marathon; Olympic champion 11th - Honolulu Advertiser
";
arnews[4] += "Abitova broke away from the pack at the 30-kilometer mark Sunday and finished in 2 hours, 27 minutes, 18 seconds. Japan's Kiyoko Shimohara was second at 2:28:51, and Beijing Olympic silver medalist Catherine Ndereba of Kenya was third in 2:29:13 ...";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 16:45:00 GMT";
arnews[4] += "
";
arnews[5]="Abitova wins Yokohama Women’s Marathon - KOB.com
";
arnews[5] += "Japan’s Kiyoko Shimohara was second at 2:28:51, and Beijing Olympic silver medalist Catherine Ndereba of Kenya was third in 2:29:13. Olympic champion Constantina Dita dropped out of contention early in the race and finished 11th.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 14:07: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("