var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mulcahy Directs A "Teen Wolf" TV Reboot
";
arnews[0] += "Russell Mulcahy is directing the pilot of a TV series reboot of 1985 film classic \"Teen Wolf\" at MTV reports ShockTillYouDrop.com . Hunky \"Criminal Minds\" creator Jeff Davis penned the pilot which centres around Scott McCall , a dorky high-school student who gets a rush of new powers, including the ability to attract girls, after a wolf attack.";
arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Teen Wolf Remake Still Happening, But You Can Ignore It
";
arnews[1] += "Hey, remember that Teen Wolf remake we told you about? Still happening, but don't worry.";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 08:28:20 GMT";
arnews[1] += "
";
arnews[2]="Teen Wolf Remake Finds a Director
";
arnews[2] += "ShockTillYouDrop.com reports that Russell Mulcahy will direct the pilot for MTV's \"Teen Wolf,\" a reinvention of the 1985 movie starring Tyler Posey, Tyler Hoechlin, Crystal Reed and Dylan O'Brien. The pilot was written by \"Criminal Minds\" creator Jeff Davis.";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="MTV Announces Teen Wolf Cast
";
arnews[3] += "When I first read about this story I was thinking how terrible a Teen Wolf remake would be.";
arnews[3] += "
Publ.Date : Tue, 15 Dec 2009 14:41:10 GMT";
arnews[3] += "
";
arnews[4]="MTV Hires Teen Wolf Cast; Tries to Capture Twilight Magic
";
arnews[4] += "The legacy of Michael J. Fox and Jason Bateman are about to be tarnished a bit by the Twilight movement.";
arnews[4] += "
Publ.Date : Tue, 15 Dec 2009 12:06:53 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("