var arnews = new Array(10); totcount = 2; rnd = 1; arnews[0]="Slipknot - Snuff (Cover)
"; arnews[0] += "This is my favourite song..i tried to make a cover..have fun..sorry for my voice, i was ill.."; arnews[0] += "
Publ.Date : Fri, 03 Oct 2008 17:30:38 GMT"; arnews[0] += "
"; document.title=document.title+ " "; arnews[1]="Yuna sei bellisima
"; arnews[1] += "This is a Yuna tribute. In the second part of her final speech she uses the words of Loredana Bertè song \"Sei Bellissima\" ( you are beautiful) testo/text \"Se pesco chi un giorno..."; arnews[1] += "
Publ.Date : Sun, 16 Mar 2008 15:12:43 GMT"; arnews[1] += "
"; totcount = 2; 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("
");