var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Liu Xiang wins third Asian hurdles title
";
arnews[0] += "BEIJING: China's former world record holder Liu Xiang has easily won his third Asian 110 metre hurdle championship, posting a time of 13.50 seconds in a driving rain in the southern city of Guangzhou.";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 04:29:14 GMT";
arnews[0] += "
";
arnews[1]="Liu Xiang wins his third ATF hurdles title
";
arnews[1] += "BEIJING: China's former world record holder Liu Xiang has easily won his third Asian Track and Field 110m hurdle gold medal, posting a time of 13.50 in a driving rain in the southern city of Guangzhou.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 01:30:29 GMT";
arnews[1] += "
";
arnews[2]="Athletics: China's Liu Xiang wins third Asian hurdles title
";
arnews[2] += "BEIJING: China's former world record holder Liu Xiang has easily won his third Asian 110-metre hurdle championship, posting a time of 13.50 seconds in a driving rain in the southern city of Guangzhou.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 11:11:34 GMT";
arnews[2] += "
";
arnews[3]="Average performance but Liu still shines
";
arnews[3] += "China's Liu Xiang competes during his heat of the men's 110m hurdles at the Asian Championships in Guangzhou, Guangdong province, yesterday.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 08:56:37 GMT";
arnews[3] += "
";
arnews[4]="Athletics: Keflezighi named USATF Athlete of the Week
";
arnews[4] += "Keflezighi ran a brilliant strategic race, pulling away from four-time Boston Marathon Champion Robert Cheruiyot of Kenya in the final two miles to win in a personal-best time of 2:09:15. The win gave Keflezighi the USA marathon championship and his fourth national title of 2009, and he became the first American man to win in New York since Alberto ...";
arnews[4] += "
Publ.Date : Wed, 04 Nov 2009 06:58:23 GMT";
arnews[4] += "
";
arnews[5]="Keflezighi Named USATF Athlete Of The Week
";
arnews[5] += "Keflezighi ran a brilliant strategic race, pulling away from four-time Boston Marathon Champion Robert Cheruiyot of Kenya in the final two miles to win in a personal-best time of 2:09:15. The win gave Keflezighi the USA marathon championship and his fourth national title of 2009, and he became the first American man to win in New York since Alberto ...";
arnews[5] += "
Publ.Date : Wed, 04 Nov 2009 02:51:28 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("