var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Chris Stonecipher: Fred Durst: Worst guitar solo in the history of the universe
"; arnews[0] += "Fred Durst: Worst guitar solo in the history of the universe -"; arnews[0] += "
"; arnews[1]="RT @Charddiq RIP chuck gary, kate gosselin, fred cantos, Michael buble, Ashanti, Mystikal, Fred Durst, Coach King, and Mathew Perry.
"; arnews[1] += "RT @Charddiq RIP chuck gary, kate gosselin, fred cantos, Michael buble, Ashanti, Mystikal, Fred Durst, Coach King, and Mathew Perry. -"; arnews[1] += "
"; arnews[2]="Catalina: @emilyjayyy or that time we were laughing at fred durst and a raccoon turned around and said "ugh can you please not do that know?"
"; arnews[2] += "@"; arnews[2] += "
"; arnews[3]="Inside you're ugly- ugly like me... ♫ http://blip.fm/~gnehj
"; arnews[3] += "Inside you're ugly- ugly like me... ♫"; arnews[3] += "
"; arnews[4]="Inside you're ugly- ugly like me... ♫ http://blip.fm/~gnehj
"; arnews[4] += "Inside you're ugly- ugly like me... ♫"; 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("
");