var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="carl: MK2 bibliothèque pour les prix Close-up sponsorisé Jameson whisky. Virginie Ledoyen pompette. Amira Casar aussi.
";
arnews[0] += "MK2 bibliothèque pour les prix Close-up sponsorisé Jameson whisky. Virginie Ledoyen pompette. Amira Casar aussi.";
arnews[0] += "
";
arnews[1]="carl: Je viens d'envoyer chier Virginie Ledoyen. Va te faire foutre que je lui ait dit.
";
arnews[1] += "Je viens d'envoyer chier Virginie Ledoyen. Va te faire foutre que je lui ait dit.";
arnews[1] += "
";
arnews[2]="carl: Virginie Ledoyen http://post.ly/CUJL
";
arnews[2] += "Virginie Ledoyen";
arnews[2] += "
";
arnews[3]="carl: 2 personnes ont tenu à me faire savoir qu'ils ont eu l'occasion de péter dans la Smart de Virginie Ledoyen. (via @le_feed et @ThomasClement)
";
arnews[3] += "2 personnes ont tenu à me faire savoir qu'ils ont eu l'occasion de péter dans la Smart de Virginie Ledoyen. (via @";
arnews[3] += "
";
arnews[4]="Gossip Feeds: dlisted: Birthday Sluts : Roberto Cavalli (69) Ace Young (29) Sean Murray (32) Virginie Ledoyen (33) Ch.. http://bit.ly/140kTL
";
arnews[4] += "dlisted: Birthday Sluts : Roberto Cavalli (69) Ace Young (29) Sean Murray (32) Virginie Ledoyen (33) Ch..";
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("