var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Second City 50th anniversary schedule
"; arnews[0] += "To celebrate the Second City's 50th anniversary, Chicago's legendary comedy theatre will host a weekend of performances, panel discussions and screenings at its intimate theatres on Dec."; arnews[0] += "
Publ.Date : Tue, 03 Nov 2009 12:00:00 GMT"; arnews[0] += "
"; arnews[1]="Second City takes home Jeff Awards and announces complete 50th anniversary lineup
"; arnews[1] += "The Second City e.t.c won three well-deserved Jeff Awards Monday night for its latest sketch show, Studs Terkel's Not Working ."; arnews[1] += "
Publ.Date : Thu, 22 Oct 2009 16:56:48 GMT"; arnews[1] += "
"; arnews[2]="Firefighters: Kitchens spark most house fires
"; arnews[2] += "Dee Dee is smitten with her new beau , but the romance sours when she learns that he and Mona dated in high school."; arnews[2] += "
Publ.Date : Mon, 05 Oct 2009 03:38:40 GMT"; arnews[2] += "
"; arnews[3]="Arkansas-born celebrity in town to help launch church
"; arnews[3] += "Dee Dee is smitten with her new beau , but the romance sours when she learns that he and Mona dated in high school."; arnews[3] += "
Publ.Date : Mon, 05 Oct 2009 03:38:31 GMT"; arnews[3] += "
"; arnews[4]="Artest: Point at me if Lakers don't repeat
"; arnews[4] += "Ron Artest says that if the Los Angeles Lakers don't repeat as NBA champions, fans can point their fingers at him."; arnews[4] += "
Publ.Date : Tue, 22 Sep 2009 00:39:37 GMT"; arnews[4] += "
"; arnews[5]="'10 Things,' Coming Through Where It Counts
"; arnews[5] += "Given that a teen-movie target audience has the collective attention span of an ADD goldfish, it's no surprise that many excellent teen flicks wind up forgotten."; arnews[5] += "
Publ.Date : Tue, 07 Jul 2009 07:00:00 GMT"; arnews[5] += "
"; arnews[6]="Ten things we didn't hate about ABC Family's high school drama series '10 Things I Hate About You.'
"; arnews[6] += "TEN THINGS I Didn't Totally Hate About \" Ten Things I Hate About You \": 1) ABC Family chose a pretty decent option from the myriad late '90s teen-oriented romantic comedies to adapt into a series."; arnews[6] += "
Publ.Date : Mon, 06 Jul 2009 12:05:57 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("
");document.write("
");