var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="risa: @kristenmchugh22 awww thank you! Also, watched Deadwood because Molly Parker was in it - was sorry her role was so strange :/
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="ebaypro: KISSED Molly Parker - DVD NEW !!
";
arnews[1] += "KISSED Molly Parker - DVD NEW !! -";
arnews[1] += "
";
arnews[2]="movienews: Parker, Dillahunt reteam for 'Sherman'
";
arnews[2] += "Parker, Dillahunt reteam for 'Sherman' -";
arnews[2] += "
";
arnews[3]="John Doe: Oliver Sherman - Molly Parker e Garret Dillahunt no elenco do drama - 15/10/2009 13:46
";
arnews[3] += "Oliver Sherman - Molly Parker e Garret Dillahunt no elenco do drama - 15/10/2009 13:46 -";
arnews[3] += "
";
arnews[4]="Johnny John Peters: Center of the World (Carla Gugino & Molly Parker) x 1 MQ still http://is.gd/4qMAj
";
arnews[4] += "Center of the World (Carla Gugino & Molly Parker) x 1 MQ still";
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("