var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bloody New Photo from 30 Days of Night Dark Days
";
arnews[0] += "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[0] += "
Publ.Date : Mon, 09 Nov 2009 07:38:59 GMT";
arnews[0] += "
";
arnews[1]="30 Days of Night: Dark Days now filming
";
arnews[1] += "Ben Katei takes over directing duties from David Slade, who is directing \"Twilight Saga: Eclipse.\" \"30 Days of Night,\" had real vampires.";
arnews[1] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="First Official Still: 30 Days of Night: Dark Days
";
arnews[2] += "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[2] += "
Publ.Date : Sat, 07 Nov 2009 04:31:41 GMT";
arnews[2] += "
";
arnews[3]="Direct-to-Video Sequels on the Horizon: Mirrors, 30 Days of Night, Cabin Fever Coming in 2010
";
arnews[3] += "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[3] += "
Publ.Date : Fri, 06 Nov 2009 11:33:25 GMT";
arnews[3] += "
";
arnews[4]="Exclusive: Dread Central Visits the Set of 30 Days of Night: Dark Days; Casting Update and Images
";
arnews[4] += "This scribe just got in from a whirlwind vist from the set of 30 days of Night: Dark Days , which is currently shooting day 13 of 25 in Vancouver, Canada, and while I cana TMt spill much yet , I can give you an update on casting.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 09:43:15 GMT";
arnews[4] += "
";
arnews[5]="Maggie Grace Not Confirmed to Return to Lost
";
arnews[5] += "Poor Boone! Looks like he's still sisterless for the time being. Despite recent reports that Lost 's hottest bikini-wearer ever, Maggie Grace , is coming back to the ABC cult fave, I am now told exclusively that Maggie has not yet signed on to return for the final season.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 17:45:17 GMT";
arnews[5] += "
";
arnews[6]="Filming on Dark Days Begins
";
arnews[6] += "Filming has begun in Vancouver, Canada on the 30 Days of Night sequel Dark Days .";
arnews[6] += "
Publ.Date : Fri, 23 Oct 2009 09:42:00 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("