var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Univ. of Chicago Doc Films
";
arnews[0] += "The White Ribbon Michael Haneke's black-and-white period drama, which won the Palme d'Or at the Cannes festival in 2009, has been described as a treatise on Showing: The Informant! showtimes at Univ.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 18:20:44 GMT";
arnews[0] += "
";
arnews[1]="The Informant
";
arnews[1] += "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[1] += "
Publ.Date : Sun, 07 Feb 2010 18:20:30 GMT";
arnews[1] += "
";
arnews[2]="Now Playing
";
arnews[2] += "Set in Los Angeles in 1962, a 52-year-old British college professor, George Falconer, struggles to find meaning to his life after the death of his long time partner, Jim.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 20:45:59 GMT";
arnews[2] += "
";
arnews[3]="Beverly Arts Center
";
arnews[3] += "The Chaser Easily the best cop thriller since The Departed , this 2008 Korean import is the debut feature of Na Hong-jin, who demonstrates such mastery Odd Man Out A wounded Irish revolutionary on the run in Belfast encounters a cross section of human responses - self-interest, indifference, An Education In London during the early 60s, a precocious ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 17:38:48 GMT";
arnews[3] += "
";
arnews[4]="The Informant
";
arnews[4] += "The Chaser Easily the best cop thriller since The Departed , this 2008 Korean import is the debut feature of Na Hong-jin, who demonstrates such mastery Odd Man Out A wounded Irish revolutionary on the run in Belfast encounters a cross section of human responses - self-interest, indifference, Where the Wild Things Are For anyone who grew up with ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 17:38:35 GMT";
arnews[4] += "
";
arnews[5]="February 2010 movies to look forward to in Virginia Beach
";
arnews[5] += "Although February is the shortest month of the year, February 2010 is full of some exciting movies in theaters and on DVD.";
arnews[5] += "
Publ.Date : Sun, 31 Jan 2010 00:28:22 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("