var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Making of The Wolfman Featurette - ShockTillYouDrop.com
";
arnews[0] += "Watch the cast - including Benicio Del Toro, who also produces - talk about the making of this remake which is set to hit theaters on February 12. Emily Blunt, Anthony Hopkins and Hugo Weaving co-star. For more, visit this spot for trailers, photos ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:39:00 GMT";
arnews[0] += "
";
arnews[1]="Oranges and Sunshine Directed by Jim Loach and Starring Emily Watson ... - Investors Business Daily
";
arnews[1] += "Oranges and Sunshine starring Emily Watson, David Wenham and Hugo Weaving. Directed by Jim Loach. Screenplay by Rona Munro based on the book 'Empty Cradles' by Margaret Humphreys. A Sixteen Films co-production with See-Saw Films, Produced by Camilla ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:50:00 GMT";
arnews[1] += "
";
arnews[2]="Four to Voice Owls in Guardians of Ga’hoole - Animation Magazine
";
arnews[2] += "Zack Snyder has cast Sam Neill, Geoffrey Rush, Hugo Weaving and David Wenham to voice the lead roles in the 3D animated feature Guardians of Ga’hoole . According to The Hollywood Reporter , the film is being produced by Animal Logic in Sydney, and ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 01:08:00 GMT";
arnews[2] += "
";
arnews[3]="Int'l Wolfman poster - JoBlo.com
";
arnews[3] += "He learns that something with brute strength and insatiable bloodlust has been killing the villagers, and that a suspicious Scotland Yard inspector named Aberline (Hugo Weaving) has come to investigate. As he pieces together the gory puzzle, he hears ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[3] += "
";
arnews[4]="Sam Neill Joins Guardians Of Ga'Hoole - Empire
";
arnews[4] += "Ahem. We do know that Jim Sturgess voices the lead role of Soren, a young owl kidnapped by the dastardly orphanage of St. Aggies, where young birds are secretly trained to become soldiers. Instead, Soren is determined to join the Guardians of Ga ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:19:00 GMT";
arnews[4] += "
";
arnews[5]="Will Ferrell Tops Most Overpaid Actors List - WorstPreviews.com
";
arnews[5] += "Sam Neill, Geoffrey Rush, Hugo Weaving and David Wenham will comprise the voice cast of the 3D animated feature, \"Guardians of Ga'hoole,\" directed by Zack Snyder (Watchmen, 300). The big-budget fantasy film, in production in Sydney, also will feature ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 01:59:00 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("