var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="RIALTO CHATTER: Diana DeGarmo & Ace Young to Join New HAIR Cast on ... - Broadway World
"; arnews[0] += "As HAIR readies for its Broadway makeover and London premiere, rumors are beginning to swirl as to which current cast members will be settling in across the pond and which new faces will be gracing the Broadway production. The newest reports out ..."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 16:37:00 GMT"; arnews[0] += "
"; arnews[1]="RIALTO CHATTER: Diana DeGarmo & Ace Young to Join New HAIR Cast on ... - Broadway World
"; arnews[1] += "As HAIR readies for its Broadway makeover and London premiere, rumors are beginning to swirl as to which current cast members will be settling in across the pond and which new faces will be gracing the Broadway production. The newest reports out ..."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 18:31:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");