var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Stars sign up for Soderbergh film
"; arnews[0] += "Actress Kate Winslet attends the premiere for 'The Reader' as part of the 59th Berlin Film Festival at the Berlinale Palast on February 6, 2009 in Berlin, Germany."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:56:18 GMT"; arnews[0] += "
"; arnews[1]="Soderbergh lines up all-star cast for Contagion
"; arnews[1] += "HOME > NEWS / SHOWBIZ > SHOWBIZ > Soderbergh lines up all-star cast for Contagion SHOWBIZ Wednesday February 10,2010 Oscar-winning director STEVEN SODERBERGH has lined up an all-star cast for his next action thriller - MARION COTILLARD, MATT DAMON, JUDE LAW and KATE WINSLET have all signed on to star in CONTAGION."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:39:12 GMT"; arnews[1] += "
"; arnews[2]="Selections
"; arnews[2] += "When a notorious serial killer returns from the grave, Sherlock Holmes and Dr Watson resume action."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 09:39:00 GMT"; arnews[2] += "
"; arnews[3]="Tom Cruise Signs For Mission: Impossible 4
"; arnews[3] += "But until yesterday, it wasn't a locked deal - while Cruise was producing the next film with JJ Abrams, but though he was expected to return, he hadn't signed on the dotted."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:44:26 GMT"; arnews[3] += "
"; arnews[4]="Hollywood names up for Olivier theater awards
"; arnews[4] += "Hollywood stars Rachel Weisz, Jude Law, Keira Knightley and Gillian Anderson were nominated on Monday for Laurence Olivier Awards, British theater's top accolades."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 17:10:18 GMT"; arnews[4] += "
"; arnews[5]="Ledger's last picture
"; arnews[5] += "Production for \"The Imaginarium of Dr. Parnassus\" was stunted due to the death of its star Heath Ledger, but changes to the script incorporated Jude Law, Johnny Depp and Colin Farrell to portray sides of his character."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 GMT"; arnews[5] += "
"; arnews[6]="DVD Spotlight
"; arnews[6] += "Burbank, CA a ' Join the wild search for the ultimate clue when Sherlock Holmes arrives on Blu-ray Combo Pack and DVD March 30th from Warner Home Video."; arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 01:02:35 GMT"; arnews[6] += "
"; arnews[7]="Olivier Awards nominations include Oscar, Emmy and Tony winners
"; arnews[7] += "The Olivier Awards -- Britain's equivalent of the Tony Awards -- announced nominations for the 34th edition of the kudos Monday."; arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 22:00:33 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("
");document.write("
");