var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="This Week in Auto Racing February 5 - 7
"; arnews[0] += "Dee Dee gives Spencer advice on how to win over a classy woman , but then has to help him get rid of her when she turns out to be a control freak and won't let him go."; arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 05:00:00 GMT"; arnews[0] += "
"; arnews[1]="Second City 50th Anniversary, Voices of Diversity: Live Review
"; arnews[1] += "Posted in Around Town , Comedy by Jason Heidemann on December 12th, 2009 at 5:47 pm Second City kicked off its weekend of panels, screenings and discussions this morning."; arnews[1] += "
Publ.Date : Sun, 13 Dec 2009 00:39:45 GMT"; arnews[1] += "
"; arnews[2]="Tickets remain for some anniversary events
"; arnews[2] += "Saturday's Second City alumni reunion show -- the centerpiece of the 50th anniversary festivities this weekend -- was an instant sellout when tickets went on sale last month."; arnews[2] += "
Publ.Date : Fri, 11 Dec 2009 14:09:51 GMT"; arnews[2] += "
"; arnews[3]="Comedy Listings: Improv/Sketch
"; arnews[3] += "Through 12/10: Thu 8 PM, Improv/Sketch Set behind the scenes at an improv show, this musical is very short on laughs but long on insight as it highlights the financial, romantic, and psychological struggles of performers committed to day jobs and night dreams."; arnews[3] += "
Publ.Date : Wed, 09 Dec 2009 07:39:54 GMT"; arnews[3] += "
"; arnews[4]="Bustamante wins top police safety award
"; arnews[4] += "The Honolulu Police Department announced the winners of its 2009 Third Quarter Awards to officers and civilians who made significant contributions to public safety."; arnews[4] += "
Publ.Date : Mon, 30 Nov 2009 11:30:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");