var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Andre Galhardo: Se vc ainda não viu O Leitor, alugue, baixe, roube mas não deixe de assistir. http://bit.ly/7aDytU Fui! (Sonhar com a Kate Winslet)
";
arnews[0] += "Se vc ainda não viu O Leitor, alugue, baixe, roube mas não deixe de assistir.";
arnews[0] += "
";
arnews[1]="Orgalink: Iris: Oyuncular Kate Winslet (Genç Iris) , Jim Broadbent (John Bayley) , Judi Dench (Iris) , Hugh Bonneville (G.. http://tinyurl.com/ya9ozsz
";
arnews[1] += "Iris: Oyuncular Kate Winslet (Genç Iris) , Jim Broadbent (John Bayley) , Judi Dench (Iris) , Hugh Bonneville (G..";
arnews[1] += "
";
arnews[2]="Gregor Smith: Don't judge me, I wouldnt kick Faith Hill out of bed. In fact thats a bag packed situation, her, Kirstin Dunst and Kate Winslet. Bag packed
";
arnews[2] += "Don't judge me, I wouldnt kick Faith Hill out of bed. In fact thats a bag packed situation, her, Kirstin Dunst and Kate Winslet. Bag packed";
arnews[2] += "
";
arnews[3]="Steven Perez: bohemea: Kate Winslet
";
arnews[3] += "bohemea: Kate Winslet -";
arnews[3] += "
";
arnews[4]="Rick: Best of British Gerard Butler
";
arnews[4] += "Best of British Gerard Butler -";
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("