var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Travis Jon Allison: Rome (2005) Seas. I - Kevin McKidd, Ray Stevenson, Polly Walker, Ciarán Hinds. We tried before thot No, this time Yes. RENT. Great on DVD
";
arnews[0] += "Rome (2005) Seas. I - Kevin McKidd, Ray Stevenson, Polly Walker, Ciarán Hinds. We tried before thot No, this time Yes. RENT. Great on DVD";
arnews[0] += "
";
arnews[1]="Mark Strong Joins John Carter of Mars with Thomas Haden Church
";
arnews[1] += "Mark Strong Joins John Carter of Mars with Thomas Haden Church -";
arnews[1] += "
";
arnews[2]="Polly Walker says Sister Clarise thinks she's good, but in reality she's real real bad. #Caprica
";
arnews[2] += "Polly Walker says Sister Clarise thinks she's good, but in reality she's real real bad.";
arnews[2] += "
";
arnews[3]="@sadieko This, along with Alan Grayson's balls of steel, and Polly Walker in the Clash of the Titans remake has made my night.
";
arnews[3] += "@sadieko This, along with Alan Grayson's balls of steel, and Polly Walker in the Clash of the Titans remake has made my night. -";
arnews[3] += "
";
arnews[4]="Mădălin Oprea: OFFBEAT: HBO series 'Rome' offers rich, intriguing historical drama spin - nwitimes.com
";
arnews[4] += "OFFBEAT: HBO series 'Rome' offers rich, intriguing historical drama spin - nwitimes.com -";
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("