var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrity effect creates a stir on bourses
";
arnews[0] += "These days, movie stars are creating a ripple, not on silver screens, but on the Chinese stock markets.";
arnews[0] += "
Publ.Date : Tue, 10 Nov 2009 12:17:55 GMT";
arnews[0] += "
";
arnews[1]="More than just another pretty face
";
arnews[1] += "Mainland actress Fan Bingbing , who has long been pigeonholed as \"just another pretty face\", challenged herself to play the role of a lowly foot masseuse in Lost in Beijing in 2007.";
arnews[1] += "
Publ.Date : Tue, 10 Nov 2009 06:57:03 GMT";
arnews[1] += "
";
arnews[2]="Celebrity effect creates a stir on bourses
";
arnews[2] += "Two investors, sharing the same names as actresses Xu Fan and Deng Jie, are the third and fourth largest shareholders of Zhejiang Orient Co Ltd, a Shanghai-listed textile company, the company reported in its third-quarter report last week.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 06:52:16 GMT";
arnews[2] += "
";
arnews[3]="GEM Board creates star share holders
";
arnews[3] += "Huayi Brothers Media Corporation is no doubt the biggest eye catcher among the 28 companies listed on the Nasdaq-style board, not only because it is the first listed entertainment firm on the board, but also because many entertainment stars have become share holders.";
arnews[3] += "
Publ.Date : Fri, 30 Oct 2009 17:58:31 GMT";
arnews[3] += "
";
arnews[4]="Jackie Chan, Andy Lau to star in movie about China's famed martial arts Shaolin Temple
";
arnews[4] += "The king of kung fu cinema is set to star in a new movie about China's famed shrine of martial arts, the Shaolin Temple.";
arnews[4] += "
Publ.Date : Thu, 29 Oct 2009 12:21:19 GMT";
arnews[4] += "
";
arnews[5]="The new players
";
arnews[5] += "When Wang Zhongjun was a part-time pizza delivery boy in the United States, he prided himself on being the fastest and the best.";
arnews[5] += "
Publ.Date : Thu, 29 Oct 2009 06:57:10 GMT";
arnews[5] += "
";
arnews[6]="All-star cast reboots a kung fu classic
";
arnews[6] += "In 1982, a small kung fu film starring a young unknown mainland actor named Li Lianjie played in theatres in Hong Kong and on the mainland.";
arnews[6] += "
Publ.Date : Mon, 26 Oct 2009 18:01:16 GMT";
arnews[6] += "
";
arnews[7]="New Shaolin Film: Real Monks, No Zombies
";
arnews[7] += "There must be hundreds of films with \"Shaolin\" in the title, including Shaolin vs.";
arnews[7] += "
Publ.Date : Mon, 26 Oct 2009 17:30:25 GMT";
arnews[7] += "
";
totcount = 8;
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("