var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Adam Fiallos: Murder on the dancefloor-SOPHIE ELLIS BEXTOR
";
arnews[0] += "Murder on the dancefloor-SOPHIE ELLIS BEXTOR -";
arnews[0] += "
";
arnews[1]="Panos S: You are right-TY@ladypn: "You played some great stuff in the 22 days since joining@Aspyinwaiting! Friends, chec... ♫ http://blip.fm/~gp9z6
";
arnews[1] += "You are right-TY@ladypn: \"You played some great stuff in the 22 days since joining@Aspyinwaiting! Friends, chec... ♫";
arnews[1] += "
";
arnews[2]="Fioriurlanti: listening to "Murder on the dancefloor-SOPHIE ELLIS BEXTOR"
";
arnews[2] += "listening to \"Murder on the dancefloor-SOPHIE ELLIS BEXTOR\" -";
arnews[2] += "
";
arnews[3]="eraser: bugi bugi... ... yes sir ... i can boogie Sophie Ellis-Bextor ♫ http://blip.fm/~gqtg6
";
arnews[3] += "bugi bugi... ... yes sir ... i can boogie Sophie Ellis-Bextor ♫";
arnews[3] += "
";
arnews[4]="tnu: Clips and rips :: Sophie Ellis Bextor
";
arnews[4] += "Clips and rips :: Sophie Ellis Bextor -";
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("