var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="globo: AJ Buckley e Ethan Erickson, de 'CSI NY', já estão no Rio, informa jornal
";
arnews[0] += "AJ Buckley e Ethan Erickson, de 'CSI NY', já estão no Rio, informa jornal -";
arnews[0] += "
";
arnews[1]="Jose Luis - Sampafotos: Atores Ethan Erickson e AJ Buckley, do "C.S.I.: NY", jantam em japonês no Leblon
";
arnews[1] += "Atores Ethan Erickson e AJ Buckley, do \"C.S.I.: NY\", jantam em japonês no Leblon -";
arnews[1] += "
";
arnews[2]="globo: Ethan Erickson, de ‘CSI NY’, fica encantado por Ana Beatriz Barros
";
arnews[2] += "Ethan Erickson, de ‘CSI NY’, fica encantado por Ana Beatriz Barros -";
arnews[2] += "
";
arnews[3]="globo: Ethan Erickson, da série americana CSI, confere o que a carioca tem
";
arnews[3] += "Ethan Erickson, da série americana CSI, confere o que a carioca tem -";
arnews[3] += "
";
arnews[4]="strr74: New Testament 1998 Philip Pelletier Genre Comedy Short Tim Duquette Peter rest of cast listed alphabetically Ethan Erickson Steven A Milling Jesus Jessica Roulston Mary Magdalene voice Jerry Weil Apostle
";
arnews[4] += "New Testament 1998 Philip Pelletier Genre Comedy Short Tim Duquette Peter rest of cast listed alphabetically Ethan Erickson Steven A Milling Jesus Jessica Roulston Mary Magdalene voice Jerry Weil Apostle -";
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("