var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Star Trek,' Another Cut of 'Watchmen' and More in New DVDs
";
arnews[0] += "\" Star Trek \" comes to DVD and Blu-ray with tons of special features and deleted scenes.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 00:30:00 GMT";
arnews[0] += "
";
arnews[1]="Movie review: 'Stan Helsing'
";
arnews[1] += "As more and more of these types of movies are made, the less funny the seem to become, although this one does barely rise above expectations.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 16:26:34 GMT";
arnews[1] += "
";
arnews[2]="Bloody New Photo from 30 Days of Night Dark Days
";
arnews[2] += "Dark Horse Entertainment just released this awesome new photo from the upcoming horror film \"30 Days of Night: Dark Days\" by director Ben Ketai and starring Diora Baird , Mia Kirshner , Kiele Sanchez and Harold Perrineau .";
arnews[2] += "
Publ.Date : Mon, 09 Nov 2009 07:38:59 GMT";
arnews[2] += "
";
arnews[3]="30 Days of Night: Dark Days now filming
";
arnews[3] += "Ben Katei takes over directing duties from David Slade, who is directing \"Twilight Saga: Eclipse.\" \"30 Days of Night,\" had real vampires.";
arnews[3] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="First Official Still: 30 Days of Night: Dark Days
";
arnews[4] += "The very first still from 30 Days of Night: Dark Days just arrived in our inbox just a few weeks ago, and because we are quick like cats here it is for the rest of you guys! Synopsis \"Ita s been a year since the Alaskan town of Barrowa s population was decimated by vampires during its annual month long sunset.";
arnews[4] += "
Publ.Date : Sat, 07 Nov 2009 04:31:41 GMT";
arnews[4] += "
";
arnews[5]="Direct-to-Video Sequels on the Horizon: Mirrors, 30 Days of Night, Cabin Fever Coming in 2010
";
arnews[5] += "Three high-profile 20th century theatrical horror releases -- Mirrors , 30 Days of Night and Cabin Fever -- are spawning sequels, but none of them appear to be headed to a theater near you.";
arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 11:33:25 GMT";
arnews[5] += "
";
arnews[6]="AFM: Night of the Demons Promo Trailer
";
arnews[6] += "Finally some video content out of AFM. My eyes were spinning from sales art and info sheets.";
arnews[6] += "
Publ.Date : Thu, 05 Nov 2009 10:38:10 GMT";
arnews[6] += "
";
arnews[7]="Stan Helsing
";
arnews[7] += "It's Halloween night, and stoner video clerk Stan Helsing along with his insanely sexy ex-girlfriend , his best buddy and an \"exotic dancer/massage therapist\" detour into a town cursed by parodies of 6 of the biggest monsters in movie history: Freddy Krueger, Jason, Pinhead, Leatherface, Chucky and Michael Myers.";
arnews[7] += "
Publ.Date : Thu, 05 Nov 2009 06:06:19 GMT";
arnews[7] += "
";
arnews[8]="Page 2
";
arnews[8] += "Page 2 is a compilation of stories and news tidbits, which for whatever reason, didna t make the front page of /Film. After the jump wea ve included 47 different items, fun images, videos, casting tidbits, articles of interest and more.";
arnews[8] += "
Publ.Date : Tue, 03 Nov 2009 16:36:37 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("