var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cozy winter refuge in Lee
";
arnews[0] += "I dipped my toes into South County on Monday night, and despite it being early in the week, I found a few surprises.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:47:15 GMT";
arnews[0] += "
";
arnews[1]="Shaker Heights boys basketball team ends Mentor's undefeated run
";
arnews[1] += "February 05, 2010 11:45 p.m. Shaker Heights' young boys basketball team is hitting its stride.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Univ. of Chicago Doc Films
";
arnews[2] += "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[2] += "
Publ.Date : Sun, 07 Feb 2010 15:05:20 GMT";
arnews[2] += "
";
arnews[3]="Cinemark Movies 10
";
arnews[3] += "Century 12 and CineArts 6 , Chatham 14 , Cicero ShowPlace 14 , Classic Cinemas Ogden 6 , Crown Village 18 , Ford City , Gardens 1-6 , Lake , Marcus Addison Cinemas , Marcus Chicago Heights Cinemas , Marcus Gurnee Cinemas , Marcus Orland Park Cinemas , Niles ShowPlace 12 , Norridge , Regal Lake Zurich Theatres 12 , River East 21 , Showplace 14 - ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 15:05:05 GMT";
arnews[3] += "
";
arnews[4]="Balanced offense powers Hornets
";
arnews[4] += "The Manchester Essex girls basketball team had six players score at least seven points in their 59-40 win over Hamilton-Wenham last night.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 11:32:21 GMT";
arnews[4] += "
";
arnews[5]="Huskies cheer to third
";
arnews[5] += "Competing against the best of the best, the Jackson County Central competition cheerleading team finished third at the state tournament Saturday.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 06:40:03 GMT";
arnews[5] += "
";
arnews[6]="Cozy winter refuge in Lee
";
arnews[6] += "I dipped my toes into South County on Monday night, and despite it being early in the week, I found a few surprises.";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 01:41:36 GMT";
arnews[6] += "
";
arnews[7]="images/snow cal hones rev.jpg
";
arnews[7] += "Cal Hones of Signpine, 10, trudges back up the hill after a successful sled run on a hill near his Island Road home.";
arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 23:12:25 GMT";
arnews[7] += "
";
arnews[8]="$13.60 Six Feet under For 24 Hours!! MTM!! Lost!! X-Men!! Iron Man!!...
";
arnews[8] += "Mary traded up to a one-bedroom, wondered if a man was leaving the priesthood for her, became a Big Sister, fell for the guy from \"That Girl,\" and attended a D.C. press junket with Lou.";
arnews[8] += "
Publ.Date : Tue, 02 Feb 2010 11:26:18 GMT";
arnews[8] += "
";
totcount = 9;
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("