var arnews = new Array(7); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="And the nominees are ... - Star-ecentral.com
"; arnews[0] += "Best Leading Actress: Sandrine Pinna (Yang Yang), Yolanda Yuan (Like A Dream), Zhou Xun and Li Bingbing (The Message ... Best Action Choreography: Tung Wai, Bruce Law (Beast Stalker), Chen Guan Long, Qing Hai Qiang (Cow), Philippe Decouflé (Face ..."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 23:42:00 GMT"; arnews[0] += "
"; arnews[1]="Chinese Oscars - Star-ecentral.com
"; arnews[1] += "IT is the time of the year for the Golden Horse Awards (GHA), Taiwan’s version of the Oscars, which is regarded as one of the most prestigious Asian movie awards. This year’s 46th Golden Horse Awards Film Festival runs from Nov 5 to 26, and ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 23:42:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");document.write("
");