var arnews = new Array(3); totcount = 3; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="It?s Been a Gloomy Summer on New York Stages "; arnews[0] += "It may be the season for breezy entertainment, but you wouldn?t know it from New York?s theaters. "; arnews[0] += " Publ.Date : Sun, 01 Aug 2010 04:58:36 GMT"; arnews[0] += " "; arnews[1]="Jeff Buckley Songs for ?Romeo and Juliet? "; arnews[1] += "?The Last Goodbye? is a musical adaptation of ?Romeo and Juliet? with songs by Jeff Buckley. "; arnews[1] += " Publ.Date : Sun, 01 Aug 2010 04:58:02 GMT"; arnews[1] += " "; arnews[2]="Chase Brock Creates Dance on Broadway for Wii "; arnews[2] += "A choreographer, called on for a video game for the Wii, creates Dance on Broadway, involving stage-type dance routines. "; arnews[2] += " Publ.Date : Sun, 01 Aug 2010 05:00:21 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(" |