var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Domenico: La morte di Michael Jackson: un’analisi sociologica
";
arnews[0] += "La morte di Michael Jackson: un’analisi sociologica -";
arnews[0] += "
";
arnews[1]="Film Buzz: MTV Networks has acquired the exclusive U.S. TV rights to air the posthumous documentary "Michael Jackson's This Is It." No word on $$$
";
arnews[1] += "MTV Networks has acquired the exclusive U.S. TV rights to air the posthumous documentary \"Michael Jackson's This Is It.\" No word on $$$";
arnews[1] += "
";
arnews[2]="Iracema: listening to "Michael Jackson - Man In the Mirror 88"
";
arnews[2] += "listening to \"Michael Jackson - Man In the Mirror 88\" -";
arnews[2] += "
";
arnews[3]="Iracema: "Your eyes are so lovely, your mouth is so sweet" arrepiou no cinema ♫ http://blip.fm/~grisi
";
arnews[3] += "\"Your eyes are so lovely, your mouth is so sweet\" arrepiou no cinema ♫";
arnews[3] += "
";
arnews[4]="Iracema: "If you wanna make the world a better place take a look at yourself, and then make a change" ♫ http://blip.fm/~grjm4
";
arnews[4] += "\"If you wanna make the world a better place take a look at yourself, and then make a change\" ♫";
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("