var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Jiang Hu (R2) in November
"; arnews[0] += "Palisades Tartan have announced the UK Region 2 DVD release of Jiang Hu on 30th November 2009 priced at 15.99 RRP."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 09:40:15 GMT"; arnews[0] += "
"; arnews[1]="Dutch Singer Laura Fygi Stars in Singapore's VICTOR/VICTORIA, 11/9-11/29
"; arnews[1] += "International jazz sensation and Dutch singer Laura Fygi will star in the upcoming Singapore production of VICTOR/VICTORIA. The show will play at the Esplanade Theatre in Singapore from November 9th through 29th."; arnews[1] += "
Publ.Date : Mon, 09 Nov 2009 09:30:00 GMT"; arnews[1] += "
"; arnews[2]="Nude video blackmail case rocks elite school
"; arnews[2] += "Police have arrested a 16-year-old boy suspected of blackmailing a fellow student at the Australian International School by threatening to post a video of her naked body on the internet."; arnews[2] += "
Publ.Date : Sun, 08 Nov 2009 08:49:33 GMT"; arnews[2] += "
"; arnews[3]="Media Asia's upcoming slate
"; arnews[3] += "Title: 'Accident' Director: Soi Cheang Producer: Johnnie To Stars: Louis Koo, Richie Jen Why it will be a hit: A suspenseful thriller about a hitman who starts to hunt a predator who has been charged with killing him."; arnews[3] += "
Publ.Date : Wed, 04 Nov 2009 18:50:17 GMT"; arnews[3] += "
"; arnews[4]="Business Watch
"; arnews[4] += "Philadelphia -- Pennsylvania's governor and Philadelphia's mayor announced Saturday that the city transit system's largest union had agreed not to go on strike as contract talks continued hours before the start of Game 3 of the World Series."; arnews[4] += "
Publ.Date : Sun, 01 Nov 2009 07:00:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");