var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Humberto Rodríguez: #lastfm A Place Nearby con Lene Marlin - http://bit.ly/N0FTw
";
arnews[0] += "";
arnews[0] += "
";
arnews[1]="Humberto Rodríguez: Lene Marlin – A Place Nearby
";
arnews[1] += "Lene Marlin – A Place Nearby -";
arnews[1] += "
";
arnews[2]="Luca: stiamo ascoltando il greatest hits di Britney Spears: fermateci prima che sia troppo tardi (dopo parte Lene Marlin)
";
arnews[2] += "stiamo ascoltando il greatest hits di Britney Spears: fermateci prima che sia troppo tardi (dopo parte Lene Marlin)";
arnews[2] += "
";
arnews[3]="Box Rocker: Lene Marlin – Sitting Down Here
";
arnews[3] += "Lene Marlin – Sitting Down Here -";
arnews[3] += "
";
arnews[4]="Knox Connor: "All gone", a song by Marquess & Lene Marlin, perfomed by @KnoxConnor on Rolan EM-2000 ^__^ http://tvider.com/ll9
";
arnews[4] += "\"All gone\", a song by Marquess & Lene Marlin, perfomed by @";
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("