var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gospel Hill Screens at the Senator
";
arnews[0] += "We don't know if searchlights will be sweeping the sky outside the Senator Theatre this weekend as they used to when it hosted premieres, but the Belle of Govans is definitely presenting a marquee event this Saturday, Oct.";
arnews[0] += "
Publ.Date : Fri, 16 Oct 2009 21:47:57 GMT";
arnews[0] += "
";
arnews[1]="Re-edited 'Touch of Evil' due at Charles
";
arnews[1] += "\"Touch of Evil\" opens with a mind-blowing traveling shot that starts at the level of a belt buckle and then swings left and right and up as a quicksilver figure sets a time bomb and places the device in the trunk of a car.";
arnews[1] += "
Publ.Date : Fri, 16 Oct 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Do The Right Thing
";
arnews[2] += "Monday, October 12 at 7:30 p.m. Spike Lee's third writing/directing effort may not feel as volatile as it did when it came out in 1989--some reactionary journalists actually believed that it might incite riots--but this warts/all look at race in America as it affects one Bed-Stuy block on the hottest day of the year still packs a tremendous punch.";
arnews[2] += "
Publ.Date : Mon, 12 Oct 2009 08:55:24 GMT";
arnews[2] += "
";
arnews[3]="Ojai-Ventura fest opens with Ellsberg doc
";
arnews[3] += "The 10th annual Ojai-Ventura International Film Festival kicks off Nov. 5 with Judith Ehrlich and Rick Goldsmith's documentary, \"The Most Dangerous Man in America: Daniel Ellsberg and the Pentagon Papers,\" screening at the Ojai Valley Inn & Spa in Ojai, Calif.";
arnews[3] += "
Publ.Date : Fri, 09 Oct 2009 11:41:00 GMT";
arnews[3] += "
";
arnews[4]="Do The Right Thing
";
arnews[4] += "Spike Lee's third writing/directing effort may not feel as volatile as it did when it came out in 1989--some reactionary journalists actually believed that it might incite riots--but this warts/all look at race in America as it affects one Bed-Stuy block on the hottest day of the year still packs a tremendous punch.";
arnews[4] += "
Publ.Date : Wed, 07 Oct 2009 10:33:10 GMT";
arnews[4] += "
";
arnews[5]="/C O R R E C T I O N -- Showtime Networks Inc./
";
arnews[5] += "In the news release, Hurray for POLIWOOD!, issued 01-Oct-2009 by Showtime Networks Inc.";
arnews[5] += "
Publ.Date : Mon, 05 Oct 2009 18:47:52 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("