var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Laure Manaudou perd ses sponsors sauf la société LPG http://cli.gs/EzAsN Que peut-on penser de l'éthique de ces derniers?
";
arnews[0] += "Laure Manaudou perd ses sponsors sauf la société LPG";
arnews[0] += "
";
arnews[1]="me.log101: Gilbert Montagné, ministre des mal voyants (Le Post)
";
arnews[1] += "Gilbert Montagné, ministre des mal voyants (Le Post) -";
arnews[1] += "
";
arnews[2]="Former French swimming Olympic and world Champion Laure Manaudou poses with her companion and world record holder for 50m freestyle Frederick Bousquet at the Sportel in Monte Carlo
";
arnews[2] += "Former French swimming Olympic and world Champion Laure Manaudou poses with her companion and world record holder for 50m freestyle Frederick Bousquet at the Sportel in Monte Carlo -";
arnews[2] += "
";
arnews[3]="François Guillot: @gonzague Pourtant tu as en gros le même âge que Laure Manaudou.
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="tgcomputer: Foto Laure Manaudou nuda , bella e intrigante , la piu' ricercata nel web http://bit.ly/2LwYwx
";
arnews[4] += "Foto Laure Manaudou nuda , bella e intrigante , la piu' ricercata nel web";
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("