var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="the Stepfather: BD Review
";
arnews[0] += "The original was a horror flick so uneven that only the most stalwart of blood-and-gore devotees would give it the time of day, and this remake is a pale shell of its older brother.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:29:58 GMT";
arnews[0] += "
";
arnews[1]="'The Stepfather'
";
arnews[1] += "A family's newest member may not be all that welcome in this remake of a cult-classic 1987 thriller.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 02:52:53 GMT";
arnews[1] += "
";
arnews[2]="Casting Notes: New Talent for Drive Angry 3D, Bad Teacher and The Descendants
";
arnews[2] += "Good news for Drive Angry 3D , the new film from Patrick Lussier that already starred Nicolas Cage and, one would presume, a lot of cars: William Fichtner and Amber Heard are both joining the cast.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 02:29:01 GMT";
arnews[2] += "
";
arnews[3]="Out On Home Video
";
arnews[3] += "Hollywood, California - Out On Home Video - by Lisa Miller: ZOMBIELAND *1/2 Directed by Ruben Fleischer Starring Woody Harrelson, Jesse Eisenberg, Amber Heard, Emma Stone, Abigail Breslin, Bill Murray Sony//Rated R//Horror, Comedy//87 min Available on: DVD and Blu-Ray In a world overrun by zombies, the unzombified main characters take the names of ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Fichtner, Heard Learn To "Drive Angry"
";
arnews[4] += "William Fichtner and Amber Heard are in talks to star in \"Drive Angry 3D\" reports Bloody Disgusting and Collider .";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 16:51:00 GMT";
arnews[4] += "
";
arnews[5]="Fashion Faceoff
";
arnews[5] += "ANNA VS. LILY Alexander McQueen's reptilian-meets-sci-fi print mini dress has been the red carpet choice for 2 leading ladies of late.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 19:06:22 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("