var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New York honour marathon great Loroupe
";
arnews[0] += "Former women world marathon record holder and long distance legend, Tegla Loroupe, has been honoured as one of 'Marathoners of the Decades' as part of celebrations of the 40th New York Marathon.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 19:46:13 GMT";
arnews[0] += "
";
arnews[1]="On Nov. 2, 1948, President Harry S. Truman upset Republican challenger Thomas E. Dewey
";
arnews[1] += "Today is Monday, Nov. 2, the 306th day of 2009. There are 59 days left in the year.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:13:52 GMT";
arnews[1] += "
";
arnews[2]="Sportsman: The Working Mom
";
arnews[2] += "Sports Illustrated will announce its choice for Sportsman of the Year on Dec. 1. Here's one of the nominations for that honor by an SI writer.";
arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Caroline takes national award
";
arnews[3] += "A PE Teacher from Bromsgrove has won a prestigious title. Caroline Sidell from South Bromsgrove High School, won the PE Teacher of the Year award at the 2009 Sunday Times Sportswomen of the Year Awards.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 23:10:00 GMT";
arnews[3] += "
";
arnews[4]="Working mothers
";
arnews[4] += "Sports Illustrated will announce its choice for Sportsman of the Year on Dec. 1. Here's one of the nominations for that honor by an SI writer.";
arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Tom Licciardello: Born to run, born to race?
";
arnews[5] += "In 1980, there were 143,000 marathon finishers in the United States. In 2008, there were 425,000. When the numbers are tallied for 2009, I can assure you that the number will be even higher.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 21:08:54 GMT";
arnews[5] += "
";
arnews[6]="Only One Type of Improvement
";
arnews[6] += "In the precedent fasten of stated chunk . His leaping ability and his seeming ability to droop in the air longer than a stopwatch?) Besides inspirational listening, the Nike+ iPod sports kit will also prompted remarks such high-profile athletes as \"It must be manipulated on research and development by Nike: getting a best time while passing the ...";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 15:49:14 GMT";
arnews[6] += "
";
arnews[7]="Helen cracks the New York Marathon
";
arnews[7] += "A RUNNER from Bury has tackled one of the world's toughest road challenges to raise money for a breast cancer charity.";
arnews[7] += "
Publ.Date : Wed, 18 Nov 2009 15:32:58 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("