var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="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[0] += "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[0] += "
";
arnews[1]="philippe1978: Leelee Sobieski Strolls Through Tribeca: Leelee Sobieski listens to her iPod whilst strolling in Tribeca, downt.. http://bit.ly/2BAEQU
";
arnews[1] += "Leelee Sobieski Strolls Through Tribeca: Leelee Sobieski listens to her iPod whilst strolling in Tribeca, downt..";
arnews[1] += "
";
arnews[2]="Lisalicious: 88 Minutes - Leelee Sobieski ....is she pretty?
";
arnews[2] += "88 Minutes - Leelee Sobieski ....is she pretty?";
arnews[2] += "
";
arnews[3]="karencita: Leelee Sobieski Via: bohemea: http://bit.ly/1CtMZy
";
arnews[3] += "Leelee Sobieski Via: bohemea:";
arnews[3] += "
";
arnews[4]="JI Stark: @franliendo, tiene que terminar como never been kissed, en que le querían tirar comida para perro a leelee sobieski
";
arnews[4] += "@";
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("