var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Molly: footed: Amazon.com: Criminal Minds - Seasons 1-3: Mandy Patinkin, Thomas Gibson, Lola Glaudini, Shemar Mo...... http://tinyurl.com/c665gn
";
arnews[0] += "footed: Amazon.com: Criminal Minds - Seasons 1-3: Mandy Patinkin, Thomas Gibson, Lola Glaudini, Shemar Mo......";
arnews[0] += "
";
arnews[1]="Lola Glaudini stars as Elle Greenway
";
arnews[1] += "Lola Glaudini stars as Elle Greenway -";
arnews[1] += "
";
arnews[2]="Logo mais às 18:20 no Telecine Action, "Drive-Thru: Fast-Food da Morte" - Terror. Com Leighton Meester e Lola Glaudini
";
arnews[2] += "Logo mais às 18:20 no Telecine Action, \"Drive-Thru: Fast-Food da Morte\" - Terror. Com Leighton Meester e Lola Glaudini -";
arnews[2] += "
";
arnews[3]="Logo mais às 18:20 no Telecine Action, "Drive-Thru: Fast-Food da Morte" - Terror. Com Leighton Meester e Lola Glaudini
";
arnews[3] += "Logo mais às 18:20 no Telecine Action, \"Drive-Thru: Fast-Food da Morte\" - Terror. Com Leighton Meester e Lola Glaudini -";
arnews[3] += "
";
arnews[4]="Screenrush TVSeries: 10 - Lola Glaudini
";
arnews[4] += "10 - Lola Glaudini -";
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("