var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="German runner Thomas Dold wins fifth straight Empire State Building ... - The Gaea Times
";
arnews[0] += "NEW YORK - German runner Thomas Dold has won the fifth straight Empire State Building run. Dold, 25, the defending champion, outran over 300 fellow racers up 86 flights of stairs in ten minutes and 16 seconds to retain the title. “It’s ...";
arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 13:31:00 GMT";
arnews[0] += "
";
arnews[1]="Kenyan athlete Dennis Ndisso wins Mumbai marathon - The Gaea Times
";
arnews[1] += "MUMBAI - Kenyan sprinter Dennis Ndisso outran the competition in the seventh Standard Chartered Mumbai Marathon (SCMM) held here Sunday morning while Bining Lyngkhoi stood first among Indian runners in the 42-km event. Ndisso completed the marathon ...";
arnews[1] += "
Publ.Date : Sat, 16 Jan 2010 09:40:00 GMT";
arnews[1] += "
";
totcount = 2;
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("