var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="And Starring Pasadena, Glendale and Burbank as Pawnee, Indiana
"; arnews[0] += "Friday, November 20, 2009 And Starring Pasadena, Glendale and Burbank as Pawnee, Indiana Viewers of NBC's Amy Poehler comedy \"Parks and Recreation\" have probably figured out that the Pasadena City Hall doubles as Pawnee, Ind.'s city hall."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 14:14:25 GMT"; arnews[0] += "
"; arnews[1]="Internet killed the TV stars: demise of broadcast TV hot topic at Emmys
"; arnews[1] += "Nervousness at the Emmys is nothing new, but those who took the stage at the Nokia Theater on Sunday exhibited a different kind of anxiety, referencing declining broadcast ratings in general and Emmy apathy in particular."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 10:34:56 GMT"; arnews[1] += "
"; arnews[2]="'Parks and Recreation' finding its TV niche
"; arnews[2] += "Leslie's cheerful, tireless ambition in the face of cynics is echoed by series creators Greg Daniels and Michael Schur, who previously gave us \"The Office.\" And who can blame them? Few industry observers thought \"Parks,\" which launched as a midseason replacement last spring, would survive this long."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Christmas comes early for Off the Cuff
"; arnews[3] += "FOR WHERE IT'S @ CEDAR CITY - Today and Saturday, Off the Cuff Comedy Improvisation will welcome comedy improv giant James Grace to conduct intermediate and advance improv workshops with the comedy group's actors."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Second City visits Kentucky...
"; arnews[4] += "Andy Samberg was in Chicago this past Sunday at a YLD event. Switching gears, Bazer and Samberg discussed the comedian's Jewish identity."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00: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("
");