var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Los Angeles 2009
";
arnews[0] += "SAM RAIMI EVIL DEAD/SPIDER-MAN director hosts exclusive DRAG ME TO HELL panel! Appearing on Friday.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 17:27:47 GMT";
arnews[0] += "
";
arnews[1]="AFM: Night of the Demons Promo Trailer
";
arnews[1] += "Finally some video content out of AFM. My eyes were spinning from sales art and info sheets.";
arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 10:38:10 GMT";
arnews[1] += "
";
arnews[2]="Night of the Demons: Take a Peek at the New Angela
";
arnews[2] += "Though Adam Gierasch's redux of Night of the Demons has missed its originally proposed October release date, a new image of the sultry Shannon Elizabeth has surfaced in full non-demon Angela regalia to remind us of what we're missing! Directed by Adam Gierasch from a screenplay he co-wrote with Jace Anderson, and also starring Diora Baird, Monica ...";
arnews[2] += "
Publ.Date : Sun, 11 Oct 2009 03:08:42 GMT";
arnews[2] += "
";
arnews[3]="Reaper Awards
";
arnews[3] += "Grimmy Nominees Our esteemed judges have chosen nominees from submissions made by movie studios and independent filmmakers.";
arnews[3] += "
Publ.Date : Thu, 24 Sep 2009 21:58:08 GMT";
arnews[3] += "
";
arnews[4]="Review: Snapshot reviews
";
arnews[4] += "Martyrs Dir: Pascal Laugier Starring: Morjana Alaoui, Mylene Jampanoi A young woman is subject to depraved torture in an effect to learn of the afterlife in this grisly, confrontational horror film.";
arnews[4] += "
Publ.Date : Sun, 20 Sep 2009 01:57:24 GMT";
arnews[4] += "
";
arnews[5]="This movie has lots of cool inventive...
";
arnews[5] += "LAID TO REST Monday, April 20, 2009 09:47 AM Allan Dart DVD & Blu-Ray \"I ultimately wanted to make a movie with my wife and my friends.";
arnews[5] += "
Publ.Date : Mon, 20 Apr 2009 07:00:00 GMT";
arnews[5] += "
";
totcount = 6;
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("