var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jet Li kicks off IPO rush - Globe and Mail
";
arnews[0] += "A ction film star Jet Li is on his way to the Toronto Stock Exchange, as a Chinese sneaker company that features the martial arts master as its spokesman filed for one of four initial public offerings this week, putting new kick in a Canadian ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 14:08:00 GMT";
arnews[0] += "
";
arnews[1]="Jet Li, Habitat To Build Houses In China - OfficialWire
";
arnews[1] += "Film star Jet Li is teaming with Habitat for Humanity to build and repair houses in China in 2010-11, the organization announced Tuesday. Li, through his One Foundation, and Habitat for Humanity have signed an agreement to work together in China's ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 10:00:00 GMT";
arnews[1] += "
";
arnews[2]="Jet Li on why he's Singaporean - AsiaOne
";
arnews[2] += "Beijing - Actor Jet Li, attending the Apec summit last week, spoke for the first time about becoming a Singapore citizen. According to Sina.com, he said in a Taiwan media interview: 'Singapore is cleaner (than other cities) and safer, and has a ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 23:15:00 GMT";
arnews[2] += "
";
arnews[3]="Jet Li opens up about migrating to Singapore - Channel NewsAsia
";
arnews[3] += "SINGAPORE : While it is no secret that Jet Li has become a Singapore citizen, the kung fu star has always remained tight-lipped about the matter, until recently. The actor, who participated in last week’s Asia Pacific Economic Cooperation (APEC ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:27:00 GMT";
arnews[3] += "
";
arnews[4]="Action Film Star Jet Li and Habitat for Humanity to Build and Repair ... - PR Newswire
";
arnews[4] += "CHIANG MAI, Thailand, Nov. 17 /PRNewswire/ -- Action film star Jet Li, through his One Foundation, and Habitat for Humanity have signed an agreement to work together in China's earthquake-torn Sichuan province in 2010 and in China's Yunnan, Guizhou ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 14:33:00 GMT";
arnews[4] += "
";
arnews[5]="What’s Next For Arnold Schwarzenegger After Retiring From Politics? - Chattahbox.com
";
arnews[5] += "ChattahBox) — Arnold Schwarzenegger recently announced ... let’s see how he looks in Sylvester Stallone’s The Expendables, which also stars action heroes, Jason Statham, Jet Li, Bruce Willis and Terry Crews, due out August 2010.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 16:17:00 GMT";
arnews[5] += "
";
arnews[6]="B.O. of the ‘00s: The Top Grossing Foreign-Language Films - indieWIRE
";
arnews[6] += "A scene from \"Pan's Labyrinth.\" The 2010s are fast approaching - 41 days and counting - and indieWIRE is continuing this weekly Friday chart devoted to glancing back at the past ten years. With a film opening each weekend as a starting point, we’re ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 17:07:00 GMT";
arnews[6] += "
";
totcount = 7;
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("