var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Grudge' scribe to write 'Hack/Slash' movie
";
arnews[0] += "The offbeat horror comic book \"Hack/Slash\" seems to be a step closer to the big screen.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Page 2
";
arnews[1] += "Page 2 is a compilation of stories and news tidbits, which for whatever reason, didn't make the front page of /Film. After the jump we've included 49 different items, fun images, videos, casting tidbits, articles of interest and more.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 11:33:45 GMT";
arnews[1] += "
";
arnews[2]="Linklater's 'Liars' axed after Miramax cuts
";
arnews[2] += "Director Richard Linklater's upcoming romantic comedy Liars has been scrapped due to studio budget cuts.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 02:33:26 GMT";
arnews[2] += "
";
arnews[3]="Linklatera s Liars (A-E) is Dead
";
arnews[3] += "Richard Linklater can barely catch a break this year. His film Me & Orson Welles finally found marginal distribution, and hasn't been nabbing particularly good reviews.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 01:53:54 GMT";
arnews[3] += "
";
arnews[4]="Dead Arrivals: Linklater's Liars (A to E) & McG's 20,000 Leagues
";
arnews[4] += "Two project have both been confirmed as dead on arrival today. First, Richard Linklater's very next project, Liars , has been canned, the first victim of Miramax's downsizing.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 00:39:16 GMT";
arnews[4] += "
";
totcount = 5;
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("