var arnews = new Array(6);
totcount = 3;
rnd = 0;
arnews[0]="
";
arnews[0] += "
Chris Noth examines his signature character, both past and present
Add this to your queue
Duration: 00:42
";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="
";
arnews[1] += "Actor talks about his play and being perpetually identified as Mr. Big.
Add this to your queue
Duration: 13:18
";
arnews[1] += "
";
arnews[2]="
";
arnews[2] += "Parker talks about Chris Noth, a.k.a. Mr. Big.
Add this to your queue
Added: Fri May 30 23:55:38 UTC 2008
Air date: Mon May 19 00:00:00 UTC 2008
Duration: 00:44
Rating: 3.7 / 5.0
";
arnews[2] += "
Publ.Date : Fri, 30 May 2008 23:55:38 -0000";
arnews[2] += "
";
totcount = 3;
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("");