var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Salina Kosgei (R) won by a step over Dire Tune. - Sports Network
";
arnews[0] += "Haile Gebrselassie finished in a time of 2:06:08. Berlin, Germany (The Sports Network) -Haile Gebrselassie of Ethiopia captured the Berlin Marathon on Sunday for a fourth consecutive year. Gebrselassie finished in a time of two hours, six minutes and ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 11:33:00 GMT";
arnews[0] += "
";
arnews[1]="In a week of awards for Ethiopia’s Beijing heroes, Dibaba becomes a ... - Ezega
";
arnews[1] += "She has now surpassed distance running ace Haile Gebrselassie, who is a Major with the Omedla Police club, and is equal in rank with Derartu Tulu, who is also a chief superintendent. Sihine, meanwhile, also moved up a rank going up to Major Officer.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 07:59:00 GMT";
arnews[1] += "
";
arnews[2]="Tom Licciardello: Born to run, born to race? - Patriot Ledger
";
arnews[2] += "In 1977, when I ran my first marathon, the men’s world marathon record was 2:09:12, while Haile Gebrselassie holds the current record with an incredible time of 2:03:59. For the women, it went from 2:34:47 to Paula Radcliffe’s phenomenal 2:15:25 ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[2] += "
";
arnews[3]="Return of the queen: Tulu takes New York - Universal Sports
";
arnews[3] += "See the top images from the women's elite race at the 2009 NYC Marathon. NEW YORK -- Derartu Tulu came here hoping to compete, not expecting to win. Paula Radcliffe came here knowing she would compete, hoping she could win a fourth title. Reality ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[3] += "
";
totcount = 4;
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("