var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On Demand movie picks
";
arnews[0] += "FUNNY GAMES Here's Austria's Michael Haneke with a shot-for-shot English-language remake of his 1997 experiment in arthouse sadism - a film in which two psychopaths torture a family in ways meant to make a movie audience question its own movie bloodlust.";
arnews[0] += "
Publ.Date : Fri, 30 Oct 2009 05:51:58 GMT";
arnews[0] += "
";
arnews[1]="'Funny Games' takes the fun out of seeing bad things happen to others
";
arnews[1] += "After seeing Tim Roth whine his way through Reservoir Dogs , it's always been a dream of mine to watch a two-hour movie about him getting tortured.";
arnews[1] += "
Publ.Date : Thu, 15 Oct 2009 22:22:45 GMT";
arnews[1] += "
";
arnews[2]="CALVAIRE/VINYAN director gives us MORE
";
arnews[2] += "Belgian director Fabrice du Welz , whose credits include CALVAIRE: THE ORDEAL and this year's VINYAN, got in touch with info on his recently announced third feature, tentatively titled MORE.";
arnews[2] += "
Publ.Date : Thu, 17 Sep 2009 22:04:41 GMT";
arnews[2] += "
";
arnews[3]="Fabrice Du Welz Asks Brady Corbet for More
";
arnews[3] += "Few films have divided the Dread Central staff like the Funny Games remake did, but one thing we all agreed on was how great its two young co-stars, Michael Pitt and Brady Corbet, were.";
arnews[3] += "
Publ.Date : Sat, 12 Sep 2009 19:57:04 GMT";
arnews[3] += "
";
arnews[4]="The Week in DVR: It's Movie Week! Young SJP, Scary Michael Pitt, and Jack Nicholson Goes Wolf
";
arnews[4] += "Do not trust this man: Michael Pitt Funny Games . Oh 1985, aren't you just that gift that keeps on giving! Take our inner pre-teen favorite, Girls Just Want to Have Fun.";
arnews[4] += "
Publ.Date : Mon, 31 Aug 2009 14:43:33 GMT";
arnews[4] += "
";
arnews[5]="On Aug. 17, 1969, Hurricane Camille slammed into the Mississippi coast as a Category 5 storm
";
arnews[5] += "Today is Monday, Aug. 17, the 229th day of 2009. There are 136 days left in the year.";
arnews[5] += "
Publ.Date : Tue, 18 Aug 2009 18:11:18 GMT";
arnews[5] += "
";
arnews[6]="Hudgens changes her tune August 17, 2009
";
arnews[6] += "At 20, Vanessa Hudgens is finally ready to \"graduate\" from high school - and \"High School Musical.\" She knows that it's a long way from \"HSM\" good-girl Gabriella to Blondie, her character in \"Sucker Punch,\" about a group of girls in a brothel.";
arnews[6] += "
Publ.Date : Tue, 18 Aug 2009 05:15:41 GMT";
arnews[6] += "
";
totcount = 7;
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("