var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Movie roll-out
"; arnews[0] += "Pull this out, paste it on your walls, because we are sure that you'll need this guide in the upcoming months."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:02:17 GMT"; arnews[0] += "
"; arnews[1]="AnnaSophia Robb Playing One-Armed Surfer
"; arnews[1] += "If you're an actor looking for the Academy to pay attention to you, get yourself in a role that has a disability attached to an uplifting story and you're in."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 14:26:40 GMT"; arnews[1] += "
"; arnews[2]="Dana Delany: I Do More Than Just Kiss Julie Benz on Desperate Housewives
"; arnews[2] += "Dana Delany and Julie Benz aren't just sharing a smooch on Desperate Housewives ."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 16:50:33 GMT"; arnews[2] += "
"; arnews[3]="Louisville actress Jennifer Lawrence poised to join 'A' list
"; arnews[3] += "Weeks ago, Jennifer Lawrence was just another young actress hoping for a breakthrough role that would set Hollywood abuzz and launch her career into a new stratosphere."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="She Said, Z Said: Who Are Your Celebrity Doppelgangers?
"; arnews[4] += "Z: When I was growing up, I never looked like anyone famous. She: People used to say I looked like Linda Ronstadt , and Jeaney on I Dream of Jeannie ."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 04:48:56 GMT"; arnews[4] += "
"; arnews[5]="Man On Fire
"; arnews[5] += "Sentimentality and sadism are the two poles between which the revenge drama Man On Fire plots its grossly extended journey."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 00:39:22 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("
");