var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="World Leaders Urged To Boost Road Safety
"; arnews[0] += "Former NATO chief George Robertson and movie actress Michelle Yeoh urged world leaders Wednesday to treat traffic accidents as though they were a killer disease."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 20:19:31 GMT"; arnews[0] += "
"; arnews[1]="Every year, more than a million people are killed on roads around the ...
"; arnews[1] += "MARK COLVIN: Every year, more than a million people are killed on roads around the world."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:02:53 GMT"; arnews[1] += "
"; arnews[2]="High-profile advocates urge leaders to treat road safety as seriously as killer diseases
"; arnews[2] += "Former NATO chief George Robertson and movie actress Michelle Yeoh urged world leaders Wednesday to treat traffic accidents as though they were a killer disease."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 18:26:54 GMT"; arnews[2] += "
"; arnews[3]="Ipoh revealed
"; arnews[3] += "Tin gave the people in the Kinta Valley an identity - and stories of awe and inspiration."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 01:22:39 GMT"; arnews[3] += "
"; arnews[4]="Jung to star in 'Rain of Swords'
"; arnews[4] += "Korean actor Jung Woo-sung will co-star with Michelle Yeoh in a martial arts action flick, produced by John Woo and directed by Su Chao-bin . In \"Rain of Swords\" , a mix of martial arts thriller and romance, Jung stars as a messenger and the counterpart of Yeoh, who plays an assassin."; arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 17:03:00 GMT"; arnews[4] += "
"; arnews[5]="CineAsia honors Zhou Xun
"; arnews[5] += "CineAsia will honor Chinese actress Zhou Xun with this year's star of the year kudo at its convention in Hong Kong Dec."; arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 20:17: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("
");document.write("
");