var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Jon: jon426 I'm listening to Wild Horses (Live - 2009 Re-Mastered Digital Version) by The Rolling Stones http://bit.ly/4Wp1o0
"; arnews[0] += "jon426 I'm listening to Wild Horses (Live - 2009 Re-Mastered Digital Version) by The Rolling Stones"; arnews[0] += "
"; arnews[1]="C.m. Velazquez: ♫ Wild Horses (2009 Re-Mastered Digital Version) - The Rolling Stones http://lala.com/zi7U It sounds so good, it got me drunk.
"; arnews[1] += "♫ Wild Horses (2009 Re-Mastered Digital Version) - The Rolling Stones"; arnews[1] += "
"; arnews[2]="Liz: @jfredson I was thinking about this while watching a clip of Susan Boyle singing the Rolling Stones "Wild Horses". They were once dangerous!
"; arnews[2] += "@"; arnews[2] += "
"; arnews[3]="Alexander Bulanov: The Rolling Stones – Rock and a Hard Place
"; arnews[3] += "The Rolling Stones – Rock and a Hard Place -"; arnews[3] += "
"; arnews[4]="widyanto duta nugroho: Rolling Stones - Stones Re Release Wild Horses : Rock legends THE ROLLING STONES are cashing in on British sin.. http://bit.ly/8ZbJmm
"; arnews[4] += "Rolling Stones - Stones Re Release Wild Horses : Rock legends THE ROLLING STONES are cashing in on British sin.."; 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("
");