var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Nutcracker' to kick off Midland's holiday slate
";
arnews[0] += "The Midland Theatre, 36 N. Park Place, will usher in the holiday season with a full schedule of special events.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:55:15 GMT";
arnews[0] += "
";
arnews[1]="Night Life
";
arnews[1] += "The Improv: Kevin Pollak, Nov. 20 to 22. $22 to $24. Steve Byrne , Nov. 27 to 29.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 13:28:05 GMT";
arnews[1] += "
";
arnews[2]="Holiday happenings
";
arnews[2] += "The stars of the small screen will shine brightly at the Paramount Theatre in Aurora this December.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 12:23:19 GMT";
arnews[2] += "
";
arnews[3]="Slayer, Megadeth Coming To Oakdale
";
arnews[3] += "There have been a lot of big pop shows to announce recently. Now it's time for metal: Slayer and Megadeth perform with Testament Feb.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 13:33:42 GMT";
arnews[3] += "
";
arnews[4]="Things to do: Amici meeting
";
arnews[4] += "Amici meeting: The Amici Club will hold its general meeting at 7 p.m. at the Naperville Municipal Center.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 06:35:48 GMT";
arnews[4] += "
";
arnews[5]="Things to do: Junior Women's Club meets today
";
arnews[5] += "Women's club: Naperville Junior Women's Club is holding its general meeting at 7 p.m. at Black Finn Restaurant in downtown Naperville.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 06:48:04 GMT";
arnews[5] += "
";
arnews[6]="Gina bringing new band to Ballydoyle
";
arnews[6] += "Gina Glocksen, former American Idol contestant and Naperville resident, is bringing her new project to Aurora, and everyone is invited.";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 08:01:00 GMT";
arnews[6] += "
";
arnews[7]="Pride beat
";
arnews[7] += "Growing up with a gay best friend helped Blake Lewis shape his believe in full equality for lesbian and gay people, including marriage rights.";
arnews[7] += "
Publ.Date : Fri, 30 Oct 2009 10:51:01 GMT";
arnews[7] += "
";
totcount = 8;
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("