var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Apollo Theater - A.V. Club
"; arnews[0] += "Improvised musicals tend to attract more polarized ends of the usual improv-audience spectrum: devout improv disciples fascinated with the extra twist of infusing melodies with the art form, and the uninitiated who just like to watch and couldn’t ..."; arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 04:15:00 GMT"; arnews[0] += "
"; arnews[1]="How I met Neil Patrick Harris' replacement... - San Francisco Chronicle
"; arnews[1] += "We'd originally wanted to go after finding out the event would be hosted by talented gay icon, Neil Patrick Harris . However, due to mysterious circumstances left unexplained, NPH suddenly had to leave the country, so in his place, we'd be seeing ..."; arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 20:53:00 GMT"; arnews[1] += "
"; arnews[2]="SFist Reviews: SF Sketchfest's 'Celebrity Autobiography' - SFist
"; arnews[2] += "After checking out SF Sketchfest's Celebrity Autobiography at Cobb's on Saturday night -- a glorious evening of comedians reading bizarre autobiographies of equally bizarre celebrities -- it's easy to see how Rachel Dratch held her own with Tina Fey ..."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 13:15:00 GMT"; arnews[2] += "
"; arnews[3]="SNL skit lady lovers - AfterEllen.com
"; arnews[3] += "The skit revolved around frat boys who had finished watching If These Walls Could Talk 2. For some reason somebody made a successful wish that infront of them this gang could watch \"real life lady lovers.\" A puff of smoke and poof--instead ..."; arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 06:45:00 GMT"; arnews[3] += "
"; arnews[4]="Best bet: The Second City - Cedar Rapids Gazette
"; arnews[4] += "For 50 years, The Second City’s improv artists have been trading yucks for bucks. And many have used the venerable Chicago talent incubator to hatch illustrious careers. Second City alums include Alan Alda, Jane Alexander, Ed Asner, Dan Aykroyd ..."; arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 22:54:00 GMT"; arnews[4] += "
"; arnews[5]="Inequality in Late Night: Five White Guys Walked Into a Studio... - Huffingtonpost.com
"; arnews[5] += "We just read Conan's statement to the people of planet Earth and we are so with you, Conan. Us gals at Bitches on a Budget stand in solidarity with your standing up for yourself and your principles. Galactically speaking, we need more people like you ..."; arnews[5] += "
Publ.Date : Wed, 13 Jan 2010 09:58:00 GMT"; arnews[5] += "
"; totcount = 6; 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("
");