var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Comment on Portable Grindhouse: The Lost Art of the VHS Box by Dan
";
arnews[0] += "My review copy of PORTABLE GRINDHOUSE: THE LOST ART OF THE VHS BOX arrived from Fantagraphics with a first: a Post-it Note apology from the publicist that the book was a little beat-up. Instead of being bummed at the tape on the spine, I found it oddly appropriate.";
arnews[0] += "
Publ.Date : Thu, 14 Jan 2010 18:09:20 GMT";
arnews[0] += "
";
arnews[1]="Gay of the Dead #28: the Lair, Season Three
";
arnews[1] += "What can I say about Sybil Danning that would be a surprise to anyone? Gorgeous, talented, fun to watch.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 13:50:34 GMT";
arnews[1] += "
";
arnews[2]="Gay of the Dead #27: the Lair, Season Three
";
arnews[2] += "The Guilty Pleasure Fairy visited me in my sleep recently and left THE LAIR: Season Three under my pillow.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 12:51:01 GMT";
arnews[2] += "
";
arnews[3]="Ugh - How can anyone take a supposed ...
";
arnews[3] += "Before I launch into the conclusion of my 50 Influential Scream Queens , please let me remind you that this list is based upon my personal taste, and my personal taste alone.";
arnews[3] += "
Publ.Date : Tue, 27 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Los Angeles 2009
";
arnews[4] += "SAM RAIMI EVIL DEAD/SPIDER-MAN director hosts exclusive DRAG ME TO HELL panel! Appearing on Friday.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 17:27:47 GMT";
arnews[4] += "
";
arnews[5]="smg - What happened to Sarah Michell...
";
arnews[5] += "Before I launch into the conclusion of my 50 Influential Scream Queens , please let me remind you that this list is based upon my personal taste, and my personal taste alone.";
arnews[5] += "
Publ.Date : Wed, 28 Oct 2009 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="Matt, do some F'N research before you...
";
arnews[6] += "Before I launch into the conclusion of my 50 Influential Scream Queens , please let me remind you that this list is based upon my personal taste, and my personal taste alone.";
arnews[6] += "
Publ.Date : Wed, 28 Oct 2009 07:00:00 GMT";
arnews[6] += "
";
arnews[7]="B-Movie Queen Sybil Danning: 'Memba Her?
";
arnews[7] += "First time? A confirmation email will be sent to you after submitting. Name: Members enter your username and password.";
arnews[7] += "
Publ.Date : Thu, 05 Nov 2009 08:06:17 GMT";
arnews[7] += "
";
totcount = 8;
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("