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]="NBC Cuts Coco From 30 Rock Lobby - TheWrap
"; arnews[1] += "NBC isn’t waiting for Jay Leno’s official return to the “Tonight Show” to reinsert him into their corporate marketing – at Coco’s expense. As Mediaite ’s eagle-eyed editor Rachel Sklar noticed on a visit to 30 Rock on Tuesday , the ..."; arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT"; arnews[1] += "
"; arnews[2]="The UCB Theatre Presents - Prison Freaks: A Talent Show - PRLog (free press release)
"; arnews[2] += "PR Log (Press Release) – Feb 06, 2010 – The Charlie Sheen Prison for the Criminally Retarded and Insane is hosting it’s annual talent show, and you are invited. Enjoy the talents of four inmates who have committed acts of violence far worse ..."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 01:51:00 GMT"; arnews[2] += "
"; arnews[3]="AT&T's iPhone Mess - BusinessWeek
"; arnews[3] += "In mid-December, Fake Steve Jobs, the alter ego of widely read journalist and blogger Dan Lyons, posted the following appeal to his fellow members of iPhone Nation: \"On Friday, Dec. 18, at noon Pacific time, we will attempt to overwhelm the AT&T ..."; arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 03:56:00 GMT"; arnews[3] += "
"; arnews[4]="Apple's Hard iPad Sell - BusinessWeek
"; arnews[4] += "With the introduction of the iPad, Apple's ( AAPL ) status as a cultural icon reached new heights. Based on an unscientific survey of newspapers archived by The Newseum, pictures of or stories about the tablet-style computer appeared on front pages ..."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 05:06:00 GMT"; arnews[4] += "
"; arnews[5]="Photo Flash: BEYOND FUNDERDOME COMEDY BLOWOUT At 3LD - Broadway World
"; arnews[5] += "Saturday Night Live stars and writers including Seth Meyers, Fred Armisen, Will Forte, Jason Sudeikis, Abby Elliott, Bridey Elliott, Jorma Taccone, Colin Jost, Hannibal Buress, and more came together on Sunday, January 31 to perform a ONE NIGHT ONLY ..."; arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 14:54: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("
");