var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Amihai: Fall Out Boy – Our Lawyer Made Us Change The Name Of This Song So We Wouldn't Get Sued
"; arnews[0] += "Fall Out Boy – Our Lawyer Made Us Change The Name Of This Song So We Wouldn't Get Sued -"; arnews[0] += "
"; arnews[1]="[ ricardorobles ]: listening to "Fall Out Boy - What A Catch, Donnie"
"; arnews[1] += "listening to \"Fall Out Boy - What A Catch, Donnie\" -"; arnews[1] += "
"; arnews[2]="Ashley Ann Beeman: Fall Out Boy - Thnks fr th Mmrs
"; arnews[2] += "Fall Out Boy - Thnks fr th Mmrs -"; arnews[2] += "
"; arnews[3]="Adrian: Escucha esta cancion: Thanks For The Memories - Fall Out Boy
"; arnews[3] += "Escucha esta cancion: Thanks For The Memories - Fall Out Boy"; arnews[3] += "
"; arnews[4]="Steph Dilts: "Stop quoting Fall Out Boy, Steph. No one cares". FINE! But you're the ones missing out.
"; arnews[4] += "\"Stop quoting Fall Out Boy, Steph. No one cares\". FINE! But you're the ones missing out. <3"; 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("
");