var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Bodyguards' gets 19 HKFA noms
";
arnews[0] += "An action thriller about kung fu masters protecting modern China's founding father Sun Yat-sen has garnered 19 nominations at the 29th Hong Kong Film Awards, including best movie, best director and best leading actor.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:33:00 GMT";
arnews[0] += "
";
arnews[1]="Viewtopia 02/02/10: Top 5 DVDs of the Week
";
arnews[1] += "Despite the unfortunate tagline , Ruben Fleisher's debut feature Zombieland is the furthest thing from a macho borefest.";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="'Bodyguards' leads HK film nominations
";
arnews[2] += "AN action thriller about kung fu masters protecting modern China's founding father Sun Yat-sen has garnered 19 nominations at the 29th Hong Kong Film Awards, including best movie, best director and best leading actor.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:17:03 GMT";
arnews[2] += "
";
arnews[3]="'Valentine's Day' delivers laughter, love and an all-star cast
";
arnews[3] += "ALVIN AND THE CHIPMUNKS: THE SQUEAKQUEL: Now in the care of Dave Seville's nephew, Alvin, Simon and Theodore take a break from pop-music stardom and return to school.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Zhang Ziyi
";
arnews[4] += "\" Password \" is case sensitive. If you need additional assistance, please contact customer support .";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:05:08 GMT";
arnews[4] += "
";
arnews[5]="She Said, Z Said: There Goes My Baby ... Off to Camp
";
arnews[5] += "Z: Koss was really stressed about going to fifth-grade camp this week. How about you? She: Definitely.";
arnews[5] += "
Publ.Date : Mon, 01 Feb 2010 06:37:49 GMT";
arnews[5] += "
";
arnews[6]="A farce for public good
";
arnews[6] += "Lunar New Year comedies still pack cinemas because they bring families together and reflect Hong Kong's social issues The festive farce is dead.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 21:25:31 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("