var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="tweet a movie: Bonnie Bernstein joins ICM http://tweetamovie.com/n19407
"; arnews[0] += "Bonnie Bernstein joins ICM"; arnews[0] += "
"; arnews[1]="buzz hollywood: Bonnie Bernstein joins ICM
"; arnews[1] += "Bonnie Bernstein joins ICM -"; arnews[1] += "
"; arnews[2]="Bradley MacMayer: WhoRepresents: New York-based talent agent Bonnie Bernstein has left WME (she was on the Endeavor side) and join.. http://bit.ly/owqCD
"; arnews[2] += "WhoRepresents: New York-based talent agent Bonnie Bernstein has left WME (she was on the Endeavor side) and join.."; arnews[2] += "
"; arnews[3]="tweet a movie: Bonnie Bernstein moves to ICM http://tweetamovie.com/n19308
"; arnews[3] += "Bonnie Bernstein moves to ICM"; arnews[3] += "
"; arnews[4]="buzz hollywood: WhoRepresents: New York-based talent agent Bonnie Bernstein has left WME (she was on the Endeavor side) and joined ICM. Client list still being confirmed.
"; arnews[4] += "WhoRepresents: New York-based talent agent Bonnie Bernstein has left WME (she was on the Endeavor side) and joined ICM. Client list still being confirmed. -"; arnews[4] += "
"; totcount = 5; 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("
");