var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Alfredo Andaluz Prado: ♪♫ Escuchando: Foo Fighters – Stacked Actors http://bit.ly/6kiRhv
"; arnews[0] += "♪♫ Escuchando: Foo Fighters – Stacked Actors"; arnews[0] += "
"; arnews[1]="Alfredo Andaluz Prado: ♪♫ Escuchando: Foo Fighters – The Pretender http://bit.ly/88Utm1
"; arnews[1] += "♪♫ Escuchando: Foo Fighters – The Pretender"; arnews[1] += "
"; arnews[2]="Alfredo Andaluz Prado: Foo Fighters – Let It Die
"; arnews[2] += "Foo Fighters – Let It Die -"; arnews[2] += "
"; arnews[3]="Iaax Page: Tomorrow, I'll bring my Foo Fighters CDs to the Office!
"; arnews[3] += "Tomorrow, I'll bring my Foo Fighters CDs to the Office!"; arnews[3] += "
"; arnews[4]="Florin Grozea: Mashup acum live: Foo Fighters vs MIA - Paperlong (@floringrozea live on http://twitcam.com/6eqv)
"; arnews[4] += "Mashup acum live: Foo Fighters vs MIA - Paperlong (@floringrozea live on"; 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("
");