var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="new on dvd
";
arnews[0] += "Starring Vince Vaughn, Jon Favreau, Kristen Bell, Jason Bateman and Kristin Davis.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:42:25 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]="Bikini Blake Heads South With Her Boys Penn and Chace
";
arnews[2] += "Blake Lively stepped out onto the balcony in a black string bikini while in Miami over the weekend for the Super Bowl .";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 15:00:02 GMT";
arnews[2] += "
";
arnews[3]="The Stepfather review
";
arnews[3] += "When Michael Harding returns home from military school, he finds his mom is madly in love with her new charming live-in boyfriend, David .";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 01:25:21 GMT";
arnews[3] += "
";
arnews[4]="Little Screen
";
arnews[4] += "This week's new releases, by Jay Bobbin of Zap2it, are rated on a scale of one to four, with * equivalent to a poor rating and **** meaning excellent.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 14:00:00 GMT";
arnews[4] += "
";
arnews[5]="The Stepfather
";
arnews[5] += "Our reviews of The Stepfather and The Stepfather are also available. Who am I here? \"Family is the most important thing.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 08:00: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("