var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Flick picks: First Weekend Club presents Cole, Jewish Film Fest
";
arnews[0] += "If you weren't able to catch Cole at this year's Vancouver International Film Festival, you're in luck.";
arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 19:04:05 GMT";
arnews[0] += "
";
arnews[1]="This flick was the lamest pile of cra...
";
arnews[1] += "Sunday, September 27, 2009 01:16 AM DVD & Blu-Ray One of the motivations for writer/director/producer Donald P. Borchers to do the CHILDREN OF THE CORN remake that just aired on Syfy was to create an adaptation more faithful to Stephen King's chilling short story than the one he produced back in 1984.";
arnews[1] += "
Publ.Date : Sun, 27 Sep 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Exclusive: Darren Lynn Bousman on Mother's Day
";
arnews[2] += "ShockTillYouDrop.com got a chance to talk to director Darren Lynn Bousman about his upcoming horror-thriller Mother's Day which he is currently filming in Winnipeg, Canada.";
arnews[2] += "
Publ.Date : Wed, 21 Oct 2009 05:57:37 GMT";
arnews[2] += "
";
arnews[3]="Exclusive Mother's Day Video Production Blog
";
arnews[3] += "ShockTillYouDrop.com has posted an exclusive video production Blog from the set of the Darren Lynn Bousman-directed horror-thriller Mother's Day , starring Jaime King, Patrick Flueger, Rebecca De Mornay, Warren Kole, Deborah Ann Woll, Matt O'Leary, Briana Evigan, Frank Grillo, Lisa Marcos, Lyriq Bent, Tony Nappo, Kandyse McClure, Jessie Rusu, Shawn ...";
arnews[3] += "
Publ.Date : Fri, 16 Oct 2009 21:45:47 GMT";
arnews[3] += "
";
arnews[4]="so boring i guess i won't watch...
";
arnews[4] += "Sunday, September 27, 2009 01:16 AM Michael Gingold One of the motivations for writer/director/producer Donald P. Borchers to do the CHILDREN OF THE CORN remake that just aired on Syfy was to create an adaptation more faithful to Stephen King's chilling short story than the one he produced back in 1984.";
arnews[4] += "
Publ.Date : Sun, 27 Sep 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="VIFF: Capsule reviews include It Might Get Loud, featuring Jimmy Page, Edge amd Jack White
";
arnews[5] += "It Might Get Loud: Put an electric ax in the hand of a regular boy, and within seconds, he's conjuring thoughts of becoming the next Jimi-sized sensation and seducing chicks with his furious licks.";
arnews[5] += "
Publ.Date : Thu, 08 Oct 2009 01:38:35 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("