var arnews = new Array(8);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Shu Qi turns down Zhang Ziyi film because of nude scene - Channel NewsAsia
";
arnews[0] += "HONG KONG: Taiwanese actress Shu Qi has turned down a role in Chinese star Zhang Ziyi's English movie \"Snow Flower and the Secret Fan\". Based on a novel by Lisa See, \"Snow Flower and the Secret Fan\" is jointly produced by Zhang, Wendy Deng, wife of ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 06:45:00 GMT";
arnews[0] += "
";
arnews[1]="Shu Qi says 'no' to film - Straits Times
";
arnews[1] += "HONG KONG - SHU Qi has rejected a role in an English-language movie being produced by Zhang Ziyi which features a nude scene between two women. Shu Qi, whose background is in soft-porn films, told Apple Daily she would strip if a movie script called ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 00:54:00 GMT";
arnews[1] += "
";
arnews[2]="Jennifer Tse is the next big "Jing" - AsiaOne
";
arnews[2] += "Among them are Shu Qi, Chingmy Yau Suk-zing, Gigi Lai Chi and Athena Chu Yan. Hong Kong's Apple Daily reported that Wong had drafted a series of plans to promote Jennifer to be the next Cecelia Cheung Pak-Chi, a successful versatile artiste.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 01:01:00 GMT";
arnews[2] += "
";
arnews[3]="New York, I Love You’ gives realistic portrayal of metropolitan ... - The Daily Athenaeum
";
arnews[3] += "Noteworthy performances are also given by Ethan Hawke, who plays a creative writer, and Shu Qi in her portrayal of a Chinese herbalist who catches the eye of a painter. \"New York, I Love You\" is not for everyone. Many may find the film to be a bit ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 01:26:00 GMT";
arnews[3] += "
";
totcount = 4;
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("