var arnews = new Array(8);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Carrying the hopes of a nation - Los Angeles Times
";
arnews[0] += "... Sydney Games, where she lit the torch and stood as a symbol of pride for her Australian Aboriginal people. They also can wind up disappointing millions of countrymen -- or in the case of hurdler Liu Xiang, the 1.3 billion Chinese who despaired ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:26:00 GMT";
arnews[0] += "
";
arnews[1]="Manny Osborne-Paradis: 'In the downhill, anything can go wrong ... - The Independent
";
arnews[1] += "Manny Osborne- Paradis will not look down from the chair lift as he rises up to the start of the Olympic men's downhill in Whistler this Saturday lunchtime. There is no need to, for this is the mountain he grew up on – he knows every twist and turn ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:35:00 GMT";
arnews[1] += "
";
arnews[2]="Our team at the Olympics - BBC
";
arnews[2] += "There's also Liu Xiang defending his high hurdles title on home soil against Cuba's world record holder Dayron Robles - a Chinese win will lift the roof off that 'Bird's Nest' stadium. My best Olympic memory has got to be watching the 1992 Games on ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 13:05:00 GMT";
arnews[2] += "
";
arnews[3]="Push to let China athletes 'fly solo';Tennis pair's success leads to ... - FOXSports.com
";
arnews[3] += "Beijing: The stunning performances by tennis players Li Na and Zheng Jie at last month's Australian Open have led to calls to snuff out the decades-old state-support sports system in China. Both women put up China's best showing at a Grand Slam ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 02:26:00 GMT";
arnews[3] += "
";
arnews[4]="We do not claim a cent of Li or Zheng's prizemoney: says Sun - People's Daily Online
";
arnews[4] += "Sun also lavished praise on Li and Zheng and put them in the same class as national sporting heroes Yao Ming and Liu Xiang. \"NBA, track and field and tennis are all mainstream sports. Li and Zheng's success has put China firmly on the world tennis ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 02:36:00 GMT";
arnews[4] += "
";
totcount = 5;
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("