var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jackie Chan Minus Kung Fu Equals Tony Danza - TheStranger.com
";
arnews[0] += "E arly in Jackie Chan in Shinjuku Incident (executive produced by Jackie Chan, starring Jackie Chan), a couple is randomly attacked by thugs and Jackie Chan jumps into the fray to intercede. But instead of the Buster Keaton–esque ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 19:49:00 GMT";
arnews[0] += "
";
arnews[1]="Quote Of The Day (Jackie Chan) - The Gaea Times
";
arnews[1] += "November 13th, 2009 more imagesChan marks anniversary of Peking Opera schoolHONG KONG — Jackie Chan didn't take acting lessons or attend a fancy conservatory. The biggest star in kung fu cinema learned his craft from a retired Peking Opera star who ...";
arnews[1] += "
Publ.Date : Wed, 13 Jan 2010 09:30:00 GMT";
arnews[1] += "
";
arnews[2]="Jackie Chan admits he barely talks to son - The Gaea Times
";
arnews[2] += "WASHINGTON - Jackie Chan has confessed that he does not share a close relationship with his son. The Rush Hour actor revealed that he and his 27-year-old offspring barely talk to each other. “I never see him. He knows who I am and he’s so proud ...";
arnews[2] += "
Publ.Date : Wed, 13 Jan 2010 09:30:00 GMT";
arnews[2] += "
";
arnews[3]="Fight Club: Police Story starring Jackie Chan - Nationalpost.com
";
arnews[3] += "Plot: Jackie Chan plays a Hong Kong police office named Jackie Chan. (Seriously, the English dub could have been a bit more creative.) After Insp. Chan helps the force to arrest crime lord Joe Chu, he is put in charge of protecting the Crown witness ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 17:09:00 GMT";
arnews[3] += "
";
arnews[4]="Jackie Chan linked to Brammo Asian deal - Visordown.com
";
arnews[4] += "MARTIAL ARTS movie legend Jackie Chan has teamed up with Brammo electric motorcycles to become distributor of their products in Hong Kong and Singapore. Chan is the co-founder of JCAM Advanced Mobility Company Ltd. The company is no stranger to ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 14:41:00 GMT";
arnews[4] += "
";
arnews[5]="Jackie Chan, Scarlett Johansson, Serena Williams - Haiti Charity News - Look To The Stars
";
arnews[5] += "Jackie Chan was in the recording studio yesterday to record a special song in honor of eight Chinese peacekeepers killed in the Haiti earthquake. The action star/singer has recorded “To Welcome You Home” with pop star Tan Jing. The song was ...";
arnews[5] += "
Publ.Date : Tue, 19 Jan 2010 19:45: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("