var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="(RWire) Athletics: Runner's World Honors the 2009 'Heroes of Running' in Its December 2009 Issue
";
arnews[0] += "Runner's World magazine, the worldwide authority on running information, announced the recipients of its sixth annual \"Heroes of Running\" - an editorial and online package highlighting six inspirational individuals who use running to improve the lives of others, redefine the limits of human potential and literally make the world a better place.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 05:51:48 GMT";
arnews[0] += "
";
arnews[1]="Tom Licciardello: Born to run, born to race?
";
arnews[1] += "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[1] += "
Publ.Date : Wed, 18 Nov 2009 21:08:54 GMT";
arnews[1] += "
";
arnews[2]="Shannon Rowbury's 'Pinnacle'
";
arnews[2] += "Racing News presents the most important news from the worlds of marathoning, road racing and track/field, plus exclusive interviews with leading athletes.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 04:57:25 GMT";
arnews[2] += "
";
arnews[3]="Radcliffe comes as guest appearance to 2009 Great Ethiopian Run
";
arnews[3] += "British long-distance runner, Paula Radcliffe, will next week arrive here as a guest of the 2009 Great Ethiopian Run which takes place on Sunday 22nd November 2009 with a record field of 33,000 participants.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 06:23:07 GMT";
arnews[3] += "
";
arnews[4]="Time running out to join the street party
";
arnews[4] += "DUBAI // Organisers of the world's richest marathon are appealing to runners in the UAE not to wait too long to register and urging more Emiratis to take part in the event.";
arnews[4] += "
Publ.Date : Sat, 07 Nov 2009 22:49:00 GMT";
arnews[4] += "
";
arnews[5]="In her return, Kupets shines in uneven bars
";
arnews[5] += "The rust didn't show at all last weekend as 2003 U.S. gymnastics champion Courtney Kupets of Gaithersburg won the event that made her a world champion in 2002.";
arnews[5] += "
Publ.Date : Sat, 07 Nov 2009 05:46:32 GMT";
arnews[5] += "
";
arnews[6]="Meb K and the U.S. Revival
";
arnews[6] += "Meb's NYC Victory Continues a Strong 2009 for U.S. Distance Runners Keflezighi's 2:09:15 lifted him to the first triumph by an American in the New York City Marathon since 1982, and five other men, including fourth-place Ryan Hall and seventh-place marathon debutante Jorge Torres joined him in the race's top 10.";
arnews[6] += "
Publ.Date : Wed, 04 Nov 2009 07:16:01 GMT";
arnews[6] += "
";
arnews[7]="Wanjiru, Mikitenko Win Marathon Majors Series Titles
";
arnews[7] += "It is the second consecutive victory for Mikitenko. The third season of the World Marathon Majors competition came to a close on Sunday, as the final race of the series, the ING New York City Marathon, took place.";
arnews[7] += "
Publ.Date : Tue, 03 Nov 2009 18:53:05 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("