var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Hey, that looks just like -
"; arnews[0] += "The seaside resort of Pattaya is no longer just about beaches and bars. Since earlier this morning, it's also become home to world leaders,superstars from Hollywood and Asia, as well as other celebrities and leading sportsmen."; arnews[0] += "
Publ.Date : Mon, 23 Nov 2009 04:20:39 GMT"; arnews[0] += "
"; arnews[1]="Waxing beautiful by the beach
"; arnews[1] += "The seaside resort of Pattaya is no longer just about beaches and bars. Since earlier this morning, it's also become home to world leaders, superstars from Hollywood and Asia, as well as other celebrities and leading sportsmen."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:24:01 GMT"; arnews[1] += "
"; arnews[2]="'New York, I Love You' has lovely moments
"; arnews[2] += "In 'New York, I Love You,' short stories seem to end just as they're beginning. For transcendence, look closely."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:32:19 GMT"; arnews[2] += "
"; arnews[3]="Shu Qi turns down Zhang Ziyi film because of nude scene
"; arnews[3] += "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 media mogul Rupert Murdoch and Florence Sloan, wife of MGM chairman Harry Sloan, and also stars the ..."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 10:19:09 GMT"; arnews[3] += "
"; arnews[4]="New York, I Love You by Kimberley Jones
"; arnews[4] += "The central thesis in this omnibus of short films seems to be that New York is not its landmarks or its landscape; New York is its people."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 13:26:32 GMT"; arnews[4] += "
"; arnews[5]="'Chen Zhen' starts shooting near Shanghai
"; arnews[5] += "Production got underway Monday on \"Chen Zhen,\" a martial arts actioner being directed by \"Infernal Affairs\" co-director Andrew Lau Wai-keung. Set in 1920s Shanghai, the film features Donnie Yen as a local resistance fighter who had been taken for dead after a bloody skirmish."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 15:57: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("
");document.write("
");