var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jeromine: L'acteur Benicio Del Toro raconte sa première fois à 13 ans
";
arnews[0] += "L'acteur Benicio Del Toro raconte sa première fois à 13 ans -";
arnews[0] += "
";
arnews[1]="LITERIA.pl: Dungeon Siege: W Imię Króla - Uwe Boll
";
arnews[1] += "Dungeon Siege: W Imię Króla - Uwe Boll -";
arnews[1] += "
";
arnews[2]="ebaypro: DVD Carolina Moon with Claire Forlani Australian region
";
arnews[2] += "DVD Carolina Moon with Claire Forlani Australian region -";
arnews[2] += "
";
arnews[3]="Perseu: Além de um who's who do 2o escalão de hollywood: Burt Lancaster, Ray Liotta, Mathew Lilard, Leelee Sobieski, Claire Forlani e Jason Statham.
";
arnews[3] += "Além de um who's who do 2o escalão de hollywood: Burt Lancaster, Ray Liotta, Mathew Lilard, Leelee Sobieski, Claire Forlani e Jason Statham.";
arnews[3] += "
";
arnews[4]="aethewulf: George Soros: Soros: In revolutionary times the impossible becomes possible http://edition.cnn.com/2009/WORLD/europe/07/27/aoc.soros.opensociety/index.html
";
arnews[4] += "George Soros: Soros: In revolutionary times the impossible becomes possible";
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("