var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="movienews: Henson, Dillon to announce Spirit noms
";
arnews[0] += "Henson, Dillon to announce Spirit noms -";
arnews[0] += "
";
arnews[1]="Chicago Fabulous: Terrence Howard on The Jay Leno Show: Related posts:Taraji P. Henson & Terrence howard on The Mo’N.. http://bit.ly/1r5WWQ
";
arnews[1] += "Terrence Howard on The Jay Leno Show: Related posts:Taraji P. Henson & Terrence howard on The Mo’N..";
arnews[1] += "
";
arnews[2]="Chicago Fabulous: Terrence Howard on The Jay Leno Show: Related posts:Taraji P. Henson & Terrence howard on The Mo’N.. http://bit.ly/2iC4r4
";
arnews[2] += "Terrence Howard on The Jay Leno Show: Related posts:Taraji P. Henson & Terrence howard on The Mo’N..";
arnews[2] += "
";
arnews[3]="Chicago Fabulous: Check this out: Terrence Howard on The Jay Leno Show: Related posts:Taraji P. Henson & Te.. http://bit.ly/iSRCd
";
arnews[3] += "Check this out: Terrence Howard on The Jay Leno Show: Related posts:Taraji P. Henson & Te..";
arnews[3] += "
";
arnews[4]="Chicago Fabulous: Check this out: Terrence Howard on The Jay Leno Show: Related posts:Taraji P. Henson & Te.. http://bit.ly/2iC4r4
";
arnews[4] += "Check this out: Terrence Howard on The Jay Leno Show: Related posts:Taraji P. Henson & Te..";
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("