var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Edward Haberek Jr.: @Katie_Cleary See you tomorrow night at the Follow Me Bliss Party at Mystic Aquarium
"; arnews[0] += "@"; arnews[0] += "
"; arnews[1]="Edward Haberek Jr.: I will guest of Deal or No Deal models, Lindsay Clubine and Katie Cleary Thursday night at Follow Me Bliss Wrap Party http://bit.ly/rphfp
"; arnews[1] += "I will guest of Deal or No Deal models, Lindsay Clubine and Katie Cleary Thursday night at Follow Me Bliss Wrap Party"; arnews[1] += "
"; arnews[2]="von Wolffe: @Katie_Cleary started following then dropped off ... c'mon, I could use some west coast support here
"; arnews[2] += "@"; arnews[2] += "
"; arnews[3]="Edward Haberek Jr.: @Katie_Cleary Katie: It was a pleasure meeting you at the wrap party last night. Hope you enjoyed Mystic!
"; arnews[3] += "@"; arnews[3] += "
"; arnews[4]="von Wolffe: @katthevocalist @Katie_Cleary @guykawasaki @baconvodka @captclegg @elegantmachines @erobards @HouRollerDerby #FF
"; arnews[4] += "@"; 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("
");