var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="rhivanz: listening to "The Lemonheads - Mrs. Robinson"
"; arnews[0] += "listening to \"The Lemonheads - Mrs. Robinson\" -"; arnews[0] += "
"; arnews[1]="Panos S: The Lemonheads – Mrs. Robinson ♫ http://blip.fm/~ggtj3
"; arnews[1] += "The Lemonheads – Mrs. Robinson ♫"; arnews[1] += "
"; arnews[2]="Panos S: RB@AshJames007: "RB....:o)... another surprise...i like it... @thegoddess: "[The Lemonheads - Luka]" ♫ http://blip.fm/~ggtf3
"; arnews[2] += "RB@AshJames007: \"RB....:o)... another surprise...i like it... @"; arnews[2] += "
"; arnews[3]="Xavi: Info: The Lemonheads, Skye y Dean & Britta, platos fuertes del 47 FIC Xixón http://bit.ly/478Wj3
"; arnews[3] += "Info: The Lemonheads, Skye y Dean & Britta, platos fuertes del 47 FIC Xixón"; arnews[3] += "
"; arnews[4]="Kronos: The Lemonheads – It's a Shame About Ray
"; arnews[4] += "The Lemonheads – It's a Shame About Ray -"; 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("
");