var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Mulligan learns Hollywood
"; arnews[0] += "British ingenue Carey Mulligan has the throaty, sexy voice of a woman twice her age with poise and sophistication to match."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:18:06 GMT"; arnews[0] += "
"; arnews[1]="Olivier Awards nominations include Oscar, Emmy and Tony winners
"; arnews[1] += "The Olivier Awards -- Britain's equivalent of the Tony Awards -- announced nominations for the 34th edition of the kudos Monday."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:00:33 GMT"; arnews[1] += "
"; arnews[2]="Keira Knightley: An English Rose Bears Her Thorns in Elle Magazine
"; arnews[2] += "The March covergirl dishes on criticism, her upcoming projects, and opinions . \"Every time I do an interview with the English press, one of their questions is, - How do you feel knowing that everyone thinks you're a shit actress?'\" she notes."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:15:40 GMT"; arnews[2] += "
"; arnews[3]="Keira Knightley Wore That
"; arnews[3] += "Movie costumes? They're something we can all agree on. Even if group A goes to a film for the script, group B the acting, and group C because they're cousins with the gaffer, the costumes catch all our eyes."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:56:04 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]="Are the Olivier awards star-struck? | Lyn Gardner
"; arnews[5] += "With nominations for Jude Law, Keira Knightley and James McAvoy this year, have the Oliviers sold out to the cult of celebrity? Flashbulb factor ... Keira Knightley performs for the press at an awards ceremony in London."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 16:30:28 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("
");