var arnews = new Array(8);
totcount = 2;
rnd = 0;
arnews[0]="
";
arnews[0] += "
Starring: Shannyn Sossamon, Edward Burns
Add this to your queue
Duration: 00:00
";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="
";
arnews[1] += "Shannyn Sossamon of "Moonlight" puts the bite on "Watch This!" host, John Henson, as she dishes the dirt on the show, as well as her new movie "Wristcutters: A Love Story".
Add this to your queue
Added: Wed Oct 31 20:20:56 UTC 2007
Duration: 05:18
";
arnews[1] += "
Publ.Date : Wed, 31 Oct 2007 20:20:56 -0000";
arnews[1] += "
";
totcount = 2;
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("");document.write("");