var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Regal Lake Zurich Theatres 12
";
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 Fantastic Mr.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 04:29:21 GMT";
arnews[0] += "
";
arnews[1]="Marcus Orland Park 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 Fantastic Mr.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 04:29:08 GMT";
arnews[1] += "
";
arnews[2]="Marcus Gurnee Cinemas
";
arnews[2] += "In London during the early 60s, a precocious 16-year-old schoolgirl is seduced by a middle-aged grifter so good at his game that even her Pooterish, superficially vigilant parents see nothing amiss.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 04:28:57 GMT";
arnews[2] += "
";
arnews[3]="Kerasotes Theatres Glen 10
";
arnews[3] += "The Blind Side Based on the nonfiction book by Michael Lewis, this potent tearjerker tells the story of Michael Oher, a gigantic black teenager from impoverished Century 12 and CineArts 6 , Cicero ShowPlace 14 , City North 14 , Crown Village 18 , Gardens 7-13 , Highland Park , Kerasotes ShowPlace ICON Theatre , Kerasotes Theatres Glen 10 , Marcus ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 04:28:34 GMT";
arnews[3] += "
";
arnews[4]="River East 21
";
arnews[4] += "Crazy Heart Jeff Bridges finds the perfect vehicle for his lazy charm and bitter irony in the role of Bad Blake, a washed-up country star Century 12 and CineArts 6 , Crown Village 18 , Davis , Kerasotes ShowPlace ICON Theatre , Kerasotes Theatres Glen 10 , Lake , Landmark's Century Centre , Marcus Gurnee Cinemas , Marcus Orland Park Cinemas , ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 04:28:23 GMT";
arnews[4] += "
";
arnews[5]="Gardens 7-13
";
arnews[5] += "Avatar 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 Chatham 14 , Ford City , Gardens 7-13 , Lansing Cinema 8 , Marcus Addison Cinemas , Norridge and Regal Lake Zurich Theatres 12 The Book of Eli Brothers Albert and Allen Hughes redeem themselves from their ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 04:28:11 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("