var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Panos S: @VikVegas: "Swing it Franky and Deno." ♫ http://blip.fm/~gsn9w
"; arnews[0] += "@"; arnews[0] += "
"; arnews[1]="MarianaToffoli *Nani: listening to "Frank Sinatra - Come Fly With Me Live Video" ♫ http://blip.fm/~gsnrx
"; arnews[1] += "listening to \"Frank Sinatra - Come Fly With Me Live Video\" ♫"; arnews[1] += "
"; arnews[2]="Frank Sinatra - In The Wee Small Hours (1955) [EAC-FLAC]
"; arnews[2] += "Frank Sinatra - In The Wee Small Hours (1955) [EAC-FLAC] -"; arnews[2] += "
"; arnews[3]="Charles Muse: Charles Jay Z is a Koon. Wtf he says he is the Black Frank Sinatra. How about just being Black and Jay Z.
"; arnews[3] += "Jay Z is a Koon. Wtf he says he is the Black Frank Sinatra. How about just being Black and Jay Z."; arnews[3] += "
"; arnews[4]="Julia V. Brady: #6: Christmas With The Rat Pack
"; arnews[4] += "#6: Christmas With The Rat Pack -"; 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("
");