var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Kiz: @egneg I am shocked at you not knowing who Saffron Burrows is :P Thought she was just the sort of woman to catch your eye! #oneandother
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="NewsOK: Happy Birthday, Saffron Burrows
";
arnews[1] += "Happy Birthday, Saffron Burrows -";
arnews[1] += "
";
arnews[2]="ebaypro: Tempted, Burt Reynolds, Saffron Burrows (DVD)
";
arnews[2] += "Tempted, Burt Reynolds, Saffron Burrows (DVD) -";
arnews[2] += "
";
arnews[3]="ebaypro: Shrink (DVD, 2009) Kevin Spacey, Saffron Burrows! NEW!
";
arnews[3] += "Shrink (DVD, 2009) Kevin Spacey, Saffron Burrows! NEW! -";
arnews[3] += "
";
arnews[4]="Jovemnoticias: No #TelecinePremium: "Efeito Dominó" (2008), suspense com Jason Statham e Saffron Burrows. Às 19h55.
";
arnews[4] += "No";
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("