var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="V-O-S Reviews "the Wolfman"
";
arnews[0] += "The Wolfman MY Rating: 8 of 10 stars . The Creature is a Feature which will Teach her to Respond The place is Blackmoor, England, and the year is 1891.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:17:08 GMT";
arnews[0] += "
";
arnews[1]="Del Toro says he has soft spot for monsters
";
arnews[1] += "Actor Benicio del Toro says he signed on for the lead role in \"The Wolfman\" remake because he has a soft spot for monsters.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:06:37 GMT";
arnews[1] += "
";
arnews[2]="Movie synopsis: "The Wolfman"
";
arnews[2] += "Benicio del Toro stars in the long-delayed remake of the classic Universal horror film about a tortured soul who turns into a werewolf when the moon is full.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:17:26 GMT";
arnews[2] += "
";
arnews[3]="The Wolfman is Back
";
arnews[3] += "The Wolfman Running time 125 minutes Written by Andrew Kevin Walker and David Self Directed by Joe Johnston Starring Benicio Del Toro, Anthony Hopkins, Emily Blunt Old monsters never die.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 00:36:16 GMT";
arnews[3] += "
";
arnews[4]="Sympathy for monsters?
";
arnews[4] += "Actor Benicio del Toro says he signed on for the lead role in \"The Wolfman\" remake because he has a soft spot for monsters.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:24:00 GMT";
arnews[4] += "
";
totcount = 5;
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("