var arnews = new Array(9);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Haile Gebrselassie misses out on world record after TV-watching mishap - The Guardian
";
arnews[0] += "Haile Gebrselassie, middle, celebrates his win in Dubai - but he did not beat his own world record. Photograph: STR/Reuters Haile Gebrselassie failed to lower his own world record when he was hampered by a niggling back injury at the Dubai marathon ...";
arnews[0] += "
Publ.Date : Sat, 23 Jan 2010 02:37:00 GMT";
arnews[0] += "
";
arnews[1]="Long-distance great Haile Gebrselassie to run spring version of NYC ... - The Gaea Times
";
arnews[1] += "NEW YORK — Haile Gebrselassie will run in the first NYC Half-Marathon held in the spring. The New York Road Runners announced Wednesday that the marathon world record-holder will compete on March 21. He set a course record of 59 minutes, 24 seconds ...";
arnews[1] += "
Publ.Date : Wed, 20 Jan 2010 09:57:00 GMT";
arnews[1] += "
";
arnews[2]="Deep Chand, Shukanya win Mawana Sugars marathon - The Gaea Times
";
arnews[2] += "NEW DELHI - More than 5,000 people wore their running shoes on a warm Sunday for the Mawana Sugars Indian Open marathon here Sunday, with Deep Chand and Shukanya Mall winning the men’s and women’s sections respectively to each take home Rs.250 ...";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 14:08:00 GMT";
arnews[2] += "
";
arnews[3]="No snow but Ethiopia’s Olympic ski hope is on a roll - The Malaysian Insider
";
arnews[3] += "ADDIS ABABA, Feb 7 (Reuters Life!) - Ethiopia’s only Olympic skier wheels down a suburban Addis Ababa street on his roller skis, expertly weaving around six donkeys and drawing stares from locals more used to watching runners train. Robel ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 00:22:00 GMT";
arnews[3] += "
";
arnews[4]="Winter Olympics - Robel flying flag for Ethiopia - Walta Information Center
";
arnews[4] += "February 8, 2010 -- Ethiopia's only Olympic skier wheels down a suburban Addis Ababa street on his roller skis, expertly weaving around six donkeys and drawing stares from locals more used to watching runners train. Robel Teklemariam went to the ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 14:35:00 GMT";
arnews[4] += "
";
arnews[5]="Slower running pace can be less than optimal - Austin 360
";
arnews[5] += "Runners in final preparations for the Austin Marathon on Feb. 14 are thinking now about pace. Even casual observers have heard of \"the wall\" at the 20-mile mark. How do you pace yourself to make it past \"the wall\" and on to the finish line at 26.2 ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 00:15:00 GMT";
arnews[5] += "
";
arnews[6]="No snow but Ethiopia's ski hope is on a roll - Washington Post
";
arnews[6] += "The child from a country famous for producing world-beating runners like Haile Gebrselassie and Kenenisa Bekele soon found he had talent on the snow. One day somebody at school joked he should represent Ethiopia at the Olympics. \"That's when it ...";
arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 15:55:00 GMT";
arnews[6] += "
";
arnews[7]="Ethiopian cross-country skier laying down tracks - CBC Olympics
";
arnews[7] += "Ethiopia's distance runners are world renowned, but given the East African country's climate and negligible snowfall, its winter sport athletes are scarce, to say the least. One man is doing everything in his power to change that. Cross-country skier ...";
arnews[7] += "
Publ.Date : Tue, 02 Feb 2010 15:47:00 GMT";
arnews[7] += "
";
totcount = 8;
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("