var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Phantom,' A Serious Man' top list of latest Blu-ray releases
";
arnews[0] += "An exciting adaptation of a classic comic strip, \"The Phantom\" , and a comedy-drama, \"A Serious Man\" , lead this week's new titles arriving on Blu-ray. The Phantom was created by Lee Falk as a daily newspaper strip beginning in early 1936 and it still runs today in various newspapers around the world.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:16:44 GMT";
arnews[0] += "
";
arnews[1]="new on dvd
";
arnews[1] += "Starring Vince Vaughn, Jon Favreau, Kristen Bell, Jason Bateman and Kristin Davis.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:42:25 GMT";
arnews[1] += "
";
arnews[2]="'The Stepfather'
";
arnews[2] += "A family's newest member may not be all that welcome in this remake of a cult-classic 1987 thriller.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 02:52:53 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] += "
";
arnews[6]="'House' Fan Columnist: Analyzing the Support Staff on House
";
arnews[6] += "House has had several long term characters come and go. Characters like Vogler, Stacy, Tritter, Amber, and Lucas have sparked fierce debates about whether these extra characters are enhancing House or taking time away from our beloved main characters.";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 13:38:59 GMT";
arnews[6] += "
";
arnews[7]="The Stepfather
";
arnews[7] += "Our review of The Stepfather , published October 9th, 2009, is also available. Daddy's home.";
arnews[7] += "
Publ.Date : Fri, 29 Jan 2010 16:56:44 GMT";
arnews[7] += "
";
arnews[8]="Little Screen
";
arnews[8] += "This week's new releases, by Jay Bobbin of Zap2it, are rated on a scale of one to four, with H equivalent to a poor rating and HHHH meaning excellent.";
arnews[8] += "
Publ.Date : Fri, 29 Jan 2010 14:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("