var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="On Demand picks - Boston Globe
"; arnews[0] += "( Comcast Movies: All Movies) Minor Woody Allen, based on a 30-year-old script about a Manhattan sourpuss (Larry David, channeling the director) and the Southern-fried youngster (Evan Rachel Wood, right, with David) he marries. As Wood’s mama ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:15:00 GMT"; arnews[0] += "
"; arnews[1]="Megan Fox a Better Actress Than No-Talents Marisa Tomei and Evan ... - Nymag.com
"; arnews[1] += "\"Well, I have been approached [by] ... Jack White. I've thought about doing [a recording] with [Jack]. He seems to be a fan but who knows. You never know what I might do.\" — Dolly Parton [ Spinner ] \"About 10 hours ago, an internet hoax started ..."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 20:12:00 GMT"; arnews[1] += "
"; arnews[2]="Which Vanity Fair Rising Star Will Have the Best Career? - Pop Eater
"; arnews[2] += "Vanity Fair released their annual Hollywood cover, featuring nine rising stars, including Abbie Cornish, Kristen Stewart, Carey Mulligan, Amanda Seyfried, Rebecca Hall, Mia Wasikowska, Emma Stone, Evan Rachel Wood and Anna Kendrick. We asked PopEater ..."; arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 16:23:00 GMT"; arnews[2] += "
"; arnews[3]="Carney Hits Sundance, Performs at ASCAP Music Cafe - Just Jared
"; arnews[3] += "And of course Jim Cummings and Evan Rachel Wood will be fantastic in it. So sad."; arnews[3] += "
Publ.Date : Sun, 31 Jan 2010 04:51:00 GMT"; arnews[3] += "
"; arnews[4]="Abbie Cornish, Kristen Stewart In Vanity Fair’s 2010 Hollywood Issue - Thecelebritytruth.com
"; arnews[4] += "The cover, which showcases Twilight ’s Kristen Stewart and Anna Kendrick alongside Australia’s Abbie Cornish, Mamma Mia ’s Amanda Seyfried, Carey Mulligan, Rebecca Hall, Mia Wasikowska, Emma Stone and Evan Rachel Wood. Check out the video here ..."; arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 02:45: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("
");