var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Behind-the-Scenes Video: The Wolfman
";
arnews[0] += "Bringing the new version of Universal's The Wolfman to the big screen has been a long, arduous road.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:15:25 GMT";
arnews[0] += "
";
arnews[1]="Behind-the-Scenes Featurette on The Wolfman
";
arnews[1] += "ShockTillYouDrop.com has posted a behind-the-scenes featurette on Universal Pictures' The Wolfman , opening in theaters on February 12.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:45:15 GMT";
arnews[1] += "
";
arnews[2]="Fur v. fang: Why werewolves are sexier than vampires
";
arnews[2] += "Animal attraction Fur v. fang: Why werewolves are sexier than vampires A remake of the 1941 classic The Wolf Man is due out next spring with a hulking Benicio Del Toro in the title role.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="More
";
arnews[3] += "Rancidly cheesy psychological thriller whose title character is a philosophizing baseball nut fixated on the San Francisco Giants' new $40 million outfielder with a .310 lifetime average.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 14:11:58 GMT";
arnews[3] += "
";
arnews[4]="Heights Covers Artists Through The Decades
";
arnews[4] += "\"I'd say it's the biggest show to come to Boston College.\" Prescott White, Undergraduate Government of Boston College executive director of programming and A&S '06, said this in an interview with Tom Wiedeman of The Heights.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Vampires? Please, give me a sexy beast instead
";
arnews[5] += "Animal attraction Vampires? Please, give me a sexy beast instead A remake of the 1941 classic The Wolf Man is due out next spring with a hulking Benicio Del Toro in the title role.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 06:38:36 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("