var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Marcus Gurnee Cinemas
";
arnews[0] += "Fish Tank British filmmaker Andrea Arnold made her feature debut with Red Road , an eerie, low-budget suspense story about a woman stalking, seducing, and Music Box Avatar: An IMAX 3D Experience More than a decade in the making, James Cameron's 3-D fantasy about a colony of human astronauts hoping to plunder an alien rainforest Navy Pier IMAX ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:22:33 GMT";
arnews[0] += "
";
arnews[1]="Marcus Addison Cinemas
";
arnews[1] += "Fish Tank British filmmaker Andrea Arnold made her feature debut with Red Road , an eerie, low-budget suspense story about a woman stalking, seducing, and Music Box The Princess and the Frog A welcome return to the Disney tradition of 2-D animation, this lively musical spices up Hans Christian Andersen's \"The Frog Prince\" by transplanting Chatham ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:22:11 GMT";
arnews[1] += "
";
arnews[2]="Lake
";
arnews[2] += "Fish Tank British filmmaker Andrea Arnold made her feature debut with Red Road , an eerie, low-budget suspense story about a woman stalking, seducing, and Music Box Daybreakers Just when it seemed as if the vampire narrative had degenerated into terminal suckitude, along comes this gleefully gory little gem.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:21:31 GMT";
arnews[2] += "
";
arnews[3]="Gardens 1-6
";
arnews[3] += "Fish Tank British filmmaker Andrea Arnold made her feature debut with Red Road , an eerie, low-budget suspense story about a woman stalking, seducing, and Music Box The Hurt Locker Kathryn Bigelow's heart-stopping Iraq war drama follows a U.S. army bomb squad around Baghdad as it defuses IEDs, a job that places the Cinemark Movies 10 and Logan ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:20:43 GMT";
arnews[3] += "
";
arnews[4]="Cicero ShowPlace 14
";
arnews[4] += "Fish Tank British filmmaker Andrea Arnold made her feature debut with Red Road , an eerie, low-budget suspense story about a woman stalking, seducing, and Music Box The Last Station Adapted from a novel by Jay Parini, this lively costume drama chronicles the last days of Leo Tolstoy , presented here as Century 12 and CineArts 6 , Landmark's Century ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:19:56 GMT";
arnews[4] += "
";
arnews[5]="Niles ShowPlace 12
";
arnews[5] += "Fish Tank British filmmaker Andrea Arnold made her feature debut with Red Road , an eerie, low-budget suspense story about a woman stalking, seducing, and Music Box Wesley Willis: The Daddy of Rock 'n' Roll Print profiles of schizophrenic indie rock musician Wesley Willis reported the tragic details of his life as an indigent Chicago mental ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 02:19:42 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("