var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Bogdan Didenko: Sum 41 – Fat Lip
"; arnews[0] += "Sum 41 – Fat Lip -"; arnews[0] += "
"; arnews[1]="Mark Tillinghast: Sum 41 - Some Say http://www.youtube.com/watch?v=FoB2n5NZsIY Collin Zick #music2am 00F7014C
"; arnews[1] += "Sum 41 - Some Say"; arnews[1] += "
"; arnews[2]="Andeeeeyy: Sum 41 – Walking Disaster
"; arnews[2] += "Sum 41 – Walking Disaster -"; arnews[2] += "
"; arnews[3]="yuden: Sum 41- In Too Deep
"; arnews[3] += "Sum 41- In Too Deep -"; arnews[3] += "
"; arnews[4]="Rafael R Justplay: sum 41 live e poker, isso até me animar de tomar uma cerveja, pq o tempo ta feio em sampa
"; arnews[4] += "sum 41 live e poker, isso até me animar de tomar uma cerveja, pq o tempo ta feio em sampa"; 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("
");