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]="Irish Rican Has The First Picture From The 30 Days of Night Sequel Dark Days
"; arnews[2] += "Hey everyone - Irish Rican here! Just back from Vancouver and the set of the 30 Days of Night sequel 'Dark Days'! While I'm on embargo for the time being talking about all the cool things I got to see on set - I can report that the film isn't just a rehash."; arnews[2] += "
Publ.Date : Sun, 08 Nov 2009 00:39:04 GMT"; arnews[2] += "
"; arnews[3]="First Official Still: 30 Days of Night: Dark Days
"; arnews[3] += "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[3] += "
Publ.Date : Sat, 07 Nov 2009 04:31:41 GMT"; arnews[3] += "
"; arnews[4]="Direct-to-Video Sequels on the Horizon: Mirrors, 30 Days of Night, Cabin Fever Coming in 2010
"; arnews[4] += "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[4] += "
Publ.Date : Fri, 06 Nov 2009 11:33:25 GMT"; arnews[4] += "
"; arnews[5]="For the couple goths that are on ONTD and watch the original relentlessly
"; arnews[5] += "NO. GODDAMN IT, NO. The sequels have pretty much all sucked, there is no need to keep beating this dead goddamn horse."; arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 21:46:14 GMT"; arnews[5] += "
"; arnews[6]="The L Word: The Complete Final Season
"; arnews[6] += "Spoiler Alert! I can't talk about the dyke drama without, you know, talking about the dyke drama."; arnews[6] += "
Publ.Date : Thu, 05 Nov 2009 13:35:30 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("
");document.write("
");