var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'The Wolfman' New Featurette Goes Behind the Scenes - AceShowbiz
";
arnews[0] += "Benicio Del Toro and some other cast talk about the film in a featurette that also gives a look at the making of the movie. A remake of the 1941 classic of the same name, \"The Wolfman\" follows Lawrence Talbot whose childhood ended the night his ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:53:00 GMT";
arnews[0] += "
";
arnews[1]="The Making of The Wolfman Featurette - ShockTillYouDrop.com
";
arnews[1] += "A two-and-a-half minute behind-the-scenes featurette has premiered online for Universal Pictures' The Wolfman . Watch the cast - including Benicio Del Toro, who also produces - talk about the making of this remake which is set to hit theaters on ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:39:00 GMT";
arnews[1] += "
";
arnews[2]="New Wolfman Poster! - Reel Movie News
";
arnews[2] += "Maybe it's because they keep changing the release date, but Universal has just released a new poster for the Benicio Del Toro remake of The Wolfman . Click the image to view a larger version: Let's hope that the latest release date of February 10 ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:25:00 GMT";
arnews[2] += "
";
arnews[3]="Wolfman Recut! - Reel Movie News
";
arnews[3] += "Nothing is worse than having to do damage control, but that's exactly what Universal Studios is doing to the upcoming Benicio Del Toro vehicle The Wolfman . The project has already had a rough time, having to change directors mid-production, causing ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 02:13:00 GMT";
arnews[3] += "
";
arnews[4]="International Trailer and Poster of 'The Wolfman' - AceShowbiz
";
arnews[4] += "A French trailer of \" The Wolfman \" gives away new scenes including the romance and the punishment Benicio Del Toro 's Lawrence Talbot goes through in the movie. Along with the international trailer comes a poster which shows none of the character's ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 04:17:00 GMT";
arnews[4] += "
";
arnews[5]="LSD as Therapy - NHPR
";
arnews[5] += "In the fall of 1965, Harvard professor Timothy Leary embarked on the Harvard Psilocybin Project in the hopes of finding new ways to reform convicted criminals, treat alcoholism, and help the population at large. Leary’s project was shut down, but ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:06: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("