var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mădălin Oprea: PopEater Poll Results: How You Voted on Geena, Jay-Z, Britney and Robsten - PopEater
";
arnews[0] += "PopEater Poll Results: How You Voted on Geena, Jay-Z, Britney and Robsten - PopEater -";
arnews[0] += "
";
arnews[1]="Ricardo Solis: Geena Davis 2001 y 2009
";
arnews[1] += "Geena Davis 2001 y 2009 -";
arnews[1] += "
";
arnews[2]="Victor Hugo Mendez Muñoz: todos ven a geena davis con mas kilos, yo la veo con mucha mas felicidad http://ping.fm/Z1yh5
";
arnews[2] += "todos ven a geena davis con mas kilos, yo la veo con mucha mas felicidad";
arnews[2] += "
";
arnews[3]="Geena Davis dopo 18 anni…shock!
";
arnews[3] += "Geena Davis dopo 18 anni…shock! -";
arnews[3] += "
";
arnews[4]="Aggregatore di blog: Geena Davis dopo 18 anni…shock!
";
arnews[4] += "Geena Davis dopo 18 anni…shock! -";
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("