var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="More than 400 Taiwanese artistes on tax man's 'wanted list'
";
arnews[0] += "TAIPEI: Taiwanese tax authorities are coming down hard on celebrities as more than 400 artistes are being investigated for tax evasion this year.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 10:56:44 GMT";
arnews[0] += "
";
arnews[1]="Media Asia's upcoming slate
";
arnews[1] += "Title: 'Accident' Director: Soi Cheang Producer: Johnnie To Stars: Louis Koo, Richie Jen Why it will be a hit: A suspenseful thriller about a hitman who starts to hunt a predator who has been charged with killing him.";
arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 18:50:17 GMT";
arnews[1] += "
";
arnews[2]="Fortissimo snaps up 'Jianyu'
";
arnews[2] += "Hong Kong and Dutch-based sales, finance and production entity Fortissimo Films has acquired all rights outside China, Hong Kong, Taiwan and South East Asia to $12 million martial arts epic \"Jianyu jianghu,\" which John Woo and Terence Chang are producing.";
arnews[2] += "
Publ.Date : Tue, 20 Oct 2009 22:44:19 GMT";
arnews[2] += "
";
arnews[3]="Ex-Bond girl to star in romantic thriller
";
arnews[3] += "Michelle Yeoh, the Asian kung fu fighting actress who starred opposite Pierce Brosnan in 'Tomorrow Never Dies,' will next be starring in a romantic kung fu thriller opposite Korean actor Jung Woo-Song and popular Taiwanese singer and television actress Barbie Hsu, among others.";
arnews[3] += "
Publ.Date : Tue, 20 Oct 2009 03:59:50 GMT";
arnews[3] += "
";
arnews[4]="Yeoh making kung fu moves
";
arnews[4] += "Asian Bond Girl and \"Crouching Tiger, Hidden Dragon\" lead Michelle Yeoh will soon star in a romantic kung fu thriller to start shooting in Shanghai on Oct.";
arnews[4] += "
Publ.Date : Sun, 18 Oct 2009 11:11:00 GMT";
arnews[4] += "
";
arnews[5]="Fox invests in 1st Chinese film, a romantic comedy
";
arnews[5] += "Fox Filmed Entertainment says it has invested in its first Chinese film, becoming the latest Hollywood studio to enter the booming mainland movie market.";
arnews[5] += "
Publ.Date : Thu, 01 Oct 2009 07:00: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("