var arnews = new Array(6); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Dish Of Salt: Friday TV Round-Up - Access Hollywood
"; arnews[0] += "Say it isn’t so, but the “Curb Your Enthusiasm” season finale has already arrived. The season certainly was not long enough but at least we’ll finally get to see the official “Seinfeld” reunion go into rehearsals. Sunday at 9 PM on HBO ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:24:00 GMT"; arnews[0] += "
"; arnews[1]="Things to do: Amici meeting - Batavia Sun
"; arnews[1] += "Amici meeting: The Amici Club will hold its general meeting at 7 p.m. at the Naperville Municipal Center. It will feature the Annual Cookie Exchange. Call Mary Piccin at 630-961-2031 or e-mail mpfur@aol.com. Park District meeting: The Park District ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 06:03:00 GMT"; arnews[1] += "
"; arnews[2]="Things to do: Junior Women's Club meets today - Batavia Sun
"; arnews[2] += "Gina Glocksen Band: Former \"American Idol\" contestant and Naperville resident Gina Glocksen will perform with her band from ... Theater: Theatreworks USA presents two performances of \"Seussical\" at 10 a.m. and 1 p.m. in North Central College's ..."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 05:57:00 GMT"; arnews[2] += "
"; arnews[3]="Playing Live - Southtown Star
"; arnews[3] += "Here is a look at some of the upcoming concerts throughout the area. BEVERLY ARTS CENTER - 2407 W. 111th St., Chicago, (773) 445-3838: Saturday, Belissima Opera; Wednesday, Eddy \"The Chief\" Clearwater and the Smiley Tillman Band. • Singing the ..."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 10:05:00 GMT"; arnews[3] += "
"; totcount = 4; 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("
");