var arnews = new Array(3); totcount = 3; rnd = 0; document.write("
"); document.title=document.title+ " "; arnews[0]="Hottest Articles on BWW from Saturday, Jul. 31
"; arnews[0] += "Hottest Articles on BroadwayWorld.com from Saturday, July 31, 2010."; arnews[0] += "
Publ.Date : Sat, 31 Jul 2010 23:00:00 EST"; arnews[0] += "
"; arnews[1]="Coming Up This Week in Theatre - 7/31/2010
"; arnews[1] += "BroadwayWorld.com's Upcoming Events calendar for the week - updated on 7/31/2010."; arnews[1] += "
Publ.Date : Sat, 31 Jul 2010 22:30:00 EST"; arnews[1] += "
"; arnews[2]="Hottest Message Board Topics on BWW for 7/31/10
"; arnews[2] += "Hottest Message Board Topics on BroadwayWorld.com for 7/31/10."; arnews[2] += "
Publ.Date : Sat, 31 Jul 2010 22:00:00 EST"; 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("
");