var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="linwenchao: HNH4U watched the video "Sabrina Rojas´s model profile" on Joost.
";
arnews[0] += "HNH4U watched the video \"Sabrina Rojas´s model profile\" on Joost. -";
arnews[0] += "
";
arnews[1]="linwenchao: Lew Hill watched the video "Sabrina Rojas´s model profile" on Joost.
";
arnews[1] += "Lew Hill watched the video \"Sabrina Rojas´s model profile\" on Joost. -";
arnews[1] += "
";
arnews[2]="Pepe Barrascout Ortiz: Sabrina Rojas - fotos varias Espectaculares
";
arnews[2] += "Sabrina Rojas - fotos varias Espectaculares -";
arnews[2] += "
";
arnews[3]="linwenchao: Raymond SHORT watched the video "Sabrina Rojas´s model profile" on Joost.
";
arnews[3] += "Raymond SHORT watched the video \"Sabrina Rojas´s model profile\" on Joost. -";
arnews[3] += "
";
arnews[4]="Eduardo Arcos: .@amartino y sí, Sabrina Rojas es el infierno en la Tierra de lo guapa que es
";
arnews[4] += ".@amartino y sí, Sabrina Rojas es el infierno en la Tierra de lo guapa que es";
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("