var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Long-distance great Haile Gebrselassie to run spring version of NYC ... - The Gaea Times
";
arnews[0] += "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[0] += "
Publ.Date : Wed, 20 Jan 2010 09:57:00 GMT";
arnews[0] += "
";
arnews[1]="Deep Chand, Shukanya win Mawana Sugars marathon - The Gaea Times
";
arnews[1] += "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[1] += "
Publ.Date : Sun, 07 Feb 2010 14:08:00 GMT";
arnews[1] += "
";
arnews[2]="Corden's Beck rub - Daily Mirror
";
arnews[2] += "Having a sore back is no laughing matter - unless, like Becks, you've got a top funnyman to rub it better... The England star, who is currently on loan at AC Milan, stripped off his shirt to get his aching muscles eased with a back massage from comic ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 08:35:00 GMT";
arnews[2] += "
";
arnews[3]="The things we hate about cricket - Cricket365.com
";
arnews[3] += "... was a total disaster, devoid of atmosphere through stringent strangling of local party stands, ridiculous pricing and a schedule that would have tested the endurance of Paula Radcliffe. Cricket's World Cup needs a big tournament next year.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[3] += "
";
arnews[4]="Fabio Capello a man of consequence who makes hard decisions look ... - The Guardian
";
arnews[4] += "Fabio Capello's ruthless clarity over the John Terry saga contrasted sharply with the laissez-faire approach of the past. Photograph: Lindsey Parnaby/EPA In the vast mediasphere we see the moral absolutists going over the top to demand a crucifixion ...";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 11:52:00 GMT";
arnews[4] += "
";
arnews[5]="John Dykes - espnstar.com
";
arnews[5] += "John Dykes is ESPN STAR Sports' face of football. After a long career in sports media, John has established himself as the best in Asia. Wayne Rooney hardly invites criticism these days: his performances on the pitch have been breath-taking and his ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 16:49: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("