var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Jackie Chan: Regular exercise is essential - AsiaOne
"; arnews[0] += "Regular exercise is important, says international superstar Jackie Chan. The actor, known for his acrobatic fighting style and stunts, was in Singapore last Sunday to celebrate the fourth anniversary of the California Fitness Jackie Chan Sport Centre ..."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:26:00 GMT"; arnews[0] += "
"; arnews[1]="Rain is a Nice “Ninja Assassin” - AsianWeek.com
"; arnews[1] += "In terms of singing and dancing, Rain’s role model is Michael Jackson. When it comes to movies, he admires martial artists/actors like Bruce Lee and Jackie Chan, but his go-to guy is Al Pacino. Rain says he’s been so grateful for his work in the ..."; arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 18:29:00 GMT"; arnews[1] += "
"; arnews[2]="Jackie Chan Holds Dialogues For Peace - Look To The Stars
"; arnews[2] += "Action star Jackie Chan continued his current charity mission in Asia by speaking at schools in Cambodia last week. Chan is in the country as part of the Bridges: Dialogues Towards a Culture of Peace series of talks sponsored by the International ..."; arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT"; arnews[2] += "
"; arnews[3]="'High School Musical' is going to China - Indiana Gazette
"; arnews[3] += "Disney is recreating its hit franchise film ``High School Musical'' in the East as it turns its attention to the millions of teenagers in the massive China market. The announcement comes just weeks after the Burbank, California-based company said the ..."; arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 14:40:00 GMT"; arnews[3] += "
"; arnews[4]="The Spy Next Door - femalefirst.co.uk
"; arnews[4] += "Lionsgate's family action comedy \"The Spy Next Door\" stars Jackie Chan as Bob Ho, an undercover CIA superspy who decides to give up his career in espionage to settle down with his next-door neighbour and girlfriend, Gillian (Amber Valletta). But Bob ..."; arnews[4] += "
Publ.Date : Tue, 24 Nov 2009 10:50:00 GMT"; arnews[4] += "
"; arnews[5]="Rain is the "Ninja Assassin" - Teen Music
"; arnews[5] += "Super gorgeous Korean, R&B/Hip Hop mega-popstar Rain can't walk out his front door in Asia without hordes of screaming fans surrounding him. Labeled by some \"the Justin Timberlake of Asia\", this hottie is out to conquer America as well and launched ..."; arnews[5] += "
Publ.Date : Tue, 24 Nov 2009 06:54:00 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("
");