var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Alex Eftimie: ascult Johnny Rzeznik - I'm Still Here
"; arnews[0] += "ascult Johnny Rzeznik - I'm Still Here"; arnews[0] += "
"; arnews[1]="Angela: RB @WoofAir: "This song sound familiar? Les Paul co-wrote this.....Les Paul & Johnny Rzeznik – All I Want Is ... ♫ http://blip.fm/~c17m5
"; arnews[1] += "RB @"; arnews[1] += "
"; arnews[2]="Ricardo Panaggio: A "potência vocal" do Johnny Rzeznik é surpriendente #googoodolls
"; arnews[2] += "A \"potência vocal\" do Johnny Rzeznik é surpriendente"; arnews[2] += "
"; arnews[3]="Ricardo Panaggio: A “potência vocal” do Johnny Rzeznik é surpriendente #googoodolls
"; arnews[3] += "A “potência vocal” do Johnny Rzeznik é surpriendente"; arnews[3] += "
"; arnews[4]="MitziLawrenceSchwabe: @isdjan Yes, I love those. I always forget I like Johnny Rzeznik. Don't make me translate. Head hurts. What did u say about Erasure? ;)
"; 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("
");