var arnews = new Array(3); totcount = 3; rnd = 0; document.write("
"); document.title=document.title+ " "; arnews[0]="Chicago's Ruckus Will Present New Boys Choir Musical in 2011
"; arnews[0] += "The Ruckus Theater's second season in Chicago will include the world-premiere musical, Escape from the Haltsburg Boys Choir, by Aaron Dean (book) and Jason Rico (music and lyrics, shared with Dean)."; arnews[0] += "
Publ.Date : Sun, 01 Aug 2010 04:01 GMT"; arnews[0] += "
"; arnews[1]="Today in Theatre History: AUGUST 1
"; arnews[1] += "1921 Opening night of the popular farce Getting Gertie's Garter. about a man who gives a young woman a jeweled garter, then schemes to get it back before his fiance finds out."; arnews[1] += "
Publ.Date : Sun, 01 Aug 2010 04:00 GMT"; arnews[1] += "
"; arnews[2]="ASK PLAYBILL.COM: Actors' Salaries & The Levels of Stage Management
"; arnews[2] += "A couple of questions touching on the various professionals found within the union Actors' Equity Association. Best known for representing performers, Equity also includes stage managers in its membership."; arnews[2] += "
Publ.Date : Sun, 01 Aug 2010 04:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");