var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="TiBo: @esghalis ouais mais y a Vincent Cassel sous Mac, et ça tupeupatest
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Florian Courgenouil: J'avais pas vu cette info #cinema: V. Cassel chez D. Aronofsky http://bit.ly/2vIoY9
";
arnews[1] += "J'avais pas vu cette info";
arnews[1] += "
";
arnews[2]="C. Grandsire-Koevoets: male_modeling: WINTER 2009: DEPARTMENTS VMAN CULTURE French movie star Vincent Cassel’s criminal mind, and your overview of al.. http://bit.ly/2bIUNG
";
arnews[2] += "male_modeling: WINTER 2009: DEPARTMENTS VMAN CULTURE French movie star Vincent Cassel’s criminal mind, and your overview of al..";
arnews[2] += "
";
arnews[3]="Lantrix: Vincent Cassel is an interesting actor
";
arnews[3] += "Vincent Cassel is an interesting actor";
arnews[3] += "
";
arnews[4]="lubimi.bg: Венсан Касел - Гангстер №1
";
arnews[4] += "Венсан Касел - Гангстер №1 -";
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("