var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Ricardo Aum: Quero jogar essa no GH hoje. \m/ ♫ http://blip.fm/~grj22
"; arnews[0] += "Quero jogar essa no GH hoje. \m/ ♫"; arnews[0] += "
"; arnews[1]="Michelle: Check this video out -- System Of A Down - B.Y.O.B. http://www.youtube.com/watch?v=hJ5Tp97UgyQ
"; arnews[1] += "Check this video out -- System Of A Down - B.Y.O.B."; arnews[1] += "
"; arnews[2]="Tristan Cuschieri: System of a Down – Hypnotize
"; arnews[2] += "System of a Down – Hypnotize -"; arnews[2] += "
"; arnews[3]="Alex: System Of A Down posted a bulletin
"; arnews[3] += "System Of A Down posted a bulletin -"; arnews[3] += "
"; arnews[4]="Edelmo Gonçalves Araujo: Toxicity by System of a Down
"; arnews[4] += "Toxicity by System of a Down -"; 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("
");