var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Weekly Ketchup: Idris Elba cast in Thor, more Spider-Man 4 rumors
"; arnews[0] += "This week's Ketchup includes casting news and rumors for Thor , Spider-Man 4 , The Hobbit and Guardians of Ga'hoole , new sequels in the Jackass and Underworld franchises and potential new movies for Brad Pitt and Eddie Murphy."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:33:00 GMT"; arnews[0] += "
"; arnews[1]="Behind-the-Scenes Video: The Wolfman
"; arnews[1] += "Bringing the new version of Universal's The Wolfman to the big screen has been a long, arduous road."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:15:25 GMT"; arnews[1] += "
"; arnews[2]="Behind-the-Scenes Featurette on The Wolfman
"; arnews[2] += "ShockTillYouDrop.com has posted a behind-the-scenes featurette on Universal Pictures' The Wolfman , opening in theaters on February 12."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:45:15 GMT"; arnews[2] += "
"; arnews[3]="Stalked: Gibson talks Mad Max, McKidd on Call of Duty film, Connery's acting again, Murphy in Caller
"; arnews[3] += "Zack Snyder's Guardians of Ga'hoole gains cast... Kevin McKidd is hoping to be in the Call of Duty film... Sean Connery returns to voice animated character... Mel Gibson has been talking about that Mad Max role... Brittany Murphy is joining a supernatural thriller... Snyder's animation gains cast... There's a fair cast growing for Zack Snyder's ..."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:50:11 GMT"; arnews[3] += "
"; arnews[4]="Oranges and Sunshine Directed by Jim Loach and Starring Emily Watson Starts Principal Photography
"; arnews[4] += "Shooting has commenced in Nottingham on Jim Loach's feature debut Oranges and Sunshine."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:02:13 GMT"; arnews[4] += "
"; arnews[5]="Massawyrm returns from PLANET 51 and deems it uninhabitable
"; arnews[5] += "It's hard to imagine a theatrically released animated film worse than PLANET 51."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 14:23:40 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("
");