var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Felipe Alvarez: Nuevamente amor(Jennifer Aniston)estreno 2009 sub-esp (0 puntos)
";
arnews[0] += "Nuevamente amor(Jennifer Aniston)estreno 2009 sub-esp (0 puntos) -";
arnews[0] += "
";
arnews[1]="alberto: Nuevamente amor(Jennifer Aniston)estreno 2009 sub-esp (0 puntos)
";
arnews[1] += "Nuevamente amor(Jennifer Aniston)estreno 2009 sub-esp (0 puntos) -";
arnews[1] += "
";
arnews[2]="Christos Margetis: True love brings up everything - you're allowing a mirror to be held up to you daily. ~Jennifer Aniston
";
arnews[2] += "True love brings up everything - you're allowing a mirror to be held up to you daily. ~Jennifer Aniston";
arnews[2] += "
";
arnews[3]="Daily News and Analysis: Jennifer Aniston to come up with cookbook? http://bit.ly/57ebDn
";
arnews[3] += "Jennifer Aniston to come up with cookbook?";
arnews[3] += "
";
arnews[4]="Daily News and Analysis: Jennifer Aniston to come up with cookbook?
";
arnews[4] += "Jennifer Aniston to come up with cookbook? -";
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("