var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Picasa Blogger: RT: #blog #photo All Babes Blog: Mira Sorvino showing off her great figure http://su.pr/3ZaALh
";
arnews[0] += "RT:";
arnews[0] += "
";
arnews[1]="Daniel Tozzi: Charlize Theron em Mad Max 4...Halle Berry perdida...é, Mira Sorvino tá fazendo escola #zicadooscar
";
arnews[1] += "Charlize Theron em Mad Max 4...Halle Berry perdida...é, Mira Sorvino tá fazendo escola";
arnews[1] += "
";
arnews[2]="Helen Pickard: Women in Business Mira Sorvino's Stinky T-Shirt | Amy Alkon on MND: 28-Oct. 9): Donate nea.. http://bit.ly/4l5scY
";
arnews[2] += "Women in Business Mira Sorvino's Stinky T-Shirt | Amy Alkon on MND: 28-Oct. 9): Donate nea..";
arnews[2] += "
";
arnews[3]="Shouldn't THE BLIND SIDE be a Lifetime Channel film about a blind punter? Mira Sorvino and Tom Welling? No?
";
arnews[3] += "Shouldn't THE BLIND SIDE be a Lifetime Channel film about a blind punter? Mira Sorvino and Tom Welling? No?";
arnews[3] += "
";
arnews[4]="Johnny John Peters: Mira Sorvino "Sweet Nothing" http://is.gd/4KwmZ
";
arnews[4] += "Mira Sorvino \"Sweet Nothing\"";
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("