var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chair dance your way to a sexier body
";
arnews[0] += "Valentine's Day is coming, and now there's a sexy workout that will whip you into shape.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 23:53:45 GMT";
arnews[0] += "
";
arnews[1]="Regal Lake Zurich Theatres 12
";
arnews[1] += "Brothers Albert and Allen Hughes redeem themselves from their overrated 2001 Jack the Ripper thriller From Hell with this entertainingly screwball take on the postapocalyptic survival yarn.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 23:31:50 GMT";
arnews[1] += "
";
arnews[2]="Marcus Orland Park Cinemas
";
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 An Education In London during the early 60s, a precocious 16-year-old schoolgirl is seduced by a middle-aged grifter so good at Century 12 and CineArts 6 , Gardens 7-13 , Kerasotes ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 23:31:36 GMT";
arnews[2] += "
";
arnews[3]="Marcus Gurnee Cinemas
";
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 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 ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 23:31:19 GMT";
arnews[3] += "
";
arnews[4]="Marcus Addison Cinemas
";
arnews[4] += "A Single Man Fashion designer Tom Ford makes his directing debut with this haunting adaptation of Christopher Isherwood's groundbreaking 1964 novel about Century 12 and CineArts 6 , Kerasotes ShowPlace ICON Theatre , Landmark's Century Centre , Marcus Addison Cinemas , Marcus Gurnee Cinemas , Marcus Orland Park Cinemas , Renaissance Place , River ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 23:30:49 GMT";
arnews[4] += "
";
arnews[5]="Majestic Theatre
";
arnews[5] += "Avatar 3D 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 600 N. Michigan , CC Tivoli Theatre , Century 12 and CineArts 6 , Cicero ShowPlace 14 , City North 14 , Crown Village 18 , Kerasotes ShowPlace ICON Theatre , Kerasotes Theatres Glen 10 , Lake , Marcus ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 23:30:32 GMT";
arnews[5] += "
";
arnews[6]="Lansing Cinema 8
";
arnews[6] += "Beeswax The talented indie director Andrew Bujalski delivers another of his wry, socially observant romantic comedies, focusing this time Showing: The Book of Eli showtimes at Lansing Cinema 8 Brothers Albert and Allen Hughes redeem themselves from their overrated 2001 Jack the Ripper thriller From Hell with this entertainingly screwball take on ...";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 23:30:18 GMT";
arnews[6] += "
";
totcount = 7;
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("