var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Gratuitous B-Movie Column 10.26.09: Issue #78
";
arnews[0] += "The Gratuitous B-Movie Column 10.26.09: Issue #78 Posted by Bryan Kristopowitz on 10.26.2009 We celebrate Halloween by taking a look at two slasher flicks, \"Drive Thru\" and \"Final Remains\" . One is good, and one is very, very bad.";
arnews[0] += "
Publ.Date : Mon, 26 Oct 2009 07:55:04 GMT";
arnews[0] += "
";
arnews[1]="Hamish Linklater
";
arnews[1] += "A tall, dark-haired, handsome and magnetic performer, Hamish Linklater worked extensively on stage, convincingly portraying a vast array of characters before making his first entries into film and television in 2000..... A tall, dark-haired, handsome and magnetic performer, Hamish Linklater worked extensively on stage, convincingly portraying a ...";
arnews[1] += "
Publ.Date : Thu, 04 Sep 2008 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Stage
";
arnews[2] += "Stage listings are compiled by Molly Freedenberg. Performance times may change; call venues to confirm.";
arnews[2] += "
Publ.Date : Wed, 17 Jun 2009 11:46:41 GMT";
arnews[2] += "
";
totcount = 3;
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("