var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Benicio Del Toro says he has soft spot for monsters - AZCentral.com
";
arnews[0] += "MEXICO CITY - Actor Benicio del Toro says he signed on for the lead role in \"The Wolfman\" remake because he has a soft spot for monsters. The Oscar winner says the werewolf he portrays and many other dark characters in literature get a bad rap. In a ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:30:00 GMT";
arnews[0] += "
";
arnews[1]="Blunt: 'Del Toro, Hopkins are insane' - Digital Spy
";
arnews[1] += "Emily Blunt has quipped that Benicio Del Toro and Anthony Hopkins are insane. The Young Victoria actress appears with both men in upcoming classic horror remake The Wolfman , which is released in the UK on February 12. Blunt told The Guardian of her co-stars: \"Oh, they're both insane, aren't they";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 11:18:00 GMT";
arnews[1] += "
";
arnews[2]="Benicio Del Toro Howls for 'Wolfman' - ETOnline.com
";
arnews[2] += "'The Wolfman' gets a facelift in the remake of the decades-old film. The stars shed their fur for the Los Angeles premiere of the film on Tuesday night. Benicio Del Toro said that the relationship between the father, played by Anthony Hopkins , and ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 12:38:00 GMT";
arnews[2] += "
";
arnews[3]="Benicio Del Toro confused by sexy status - Monsters and Critics
";
arnews[3] += "Benicio Del Toro can't understand why people find him attractive. The 42-year-old actor - who was rumoured to have had a brief romance with Scarlett Johansson - is always bemused when he finds himself mentioned in Sexiest Actor polls, but is pleased ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 12:24:00 GMT";
arnews[3] += "
";
arnews[4]="Eternal horror fan Benicio del Toro - NZCity
";
arnews[4] += "Benicio del Toro thinks horror has always been in vogue. The 42-year-old actor, who plays a werewolf in new film ‘The Wolfman’ alongside British star Emily Blunt, says the current deluge of occult movies is nothing new because horror is one of ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 03:34:00 GMT";
arnews[4] += "
";
arnews[5]="Benicio del Toro On The Wolfman - Empire
";
arnews[5] += "You might not think that the growly, hirsute Benicio del Toro needed much help to play The Wolfman in his film tribute to Lon Chaney's 1941 original - but in fact he donned the latex anyway to bring out his inner beast, alongside Emily Blunt as his ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 02:16: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("