var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="softjunebreeze: Yo. Shemar Moore got his teeth fixed! They look like porcelain. Noice! (c) Borat
";
arnews[0] += "Yo. Shemar Moore got his teeth fixed! They look like porcelain. Noice! (c) Borat";
arnews[0] += "
";
arnews[1]="nebulusthelegend: DARIUS MCCRARY IS 'Y&R'S' NEW MALCOLM: Shemar Moore too busy with 'Criminal Minds' to return to Genoa City.: .. http://bit.ly/3oQedR
";
arnews[1] += "DARIUS MCCRARY IS 'Y&R'S' NEW MALCOLM: Shemar Moore too busy with 'Criminal Minds' to return to Genoa City.: ..";
arnews[1] += "
";
arnews[2]="Cheryl Taragin: Hawt spill: Jennifer Hudson lands new movie role, Janet Jackson says MJ was an addict, Shemar Moore move'n on, A.J.... http://bit.ly/3yNx7F
";
arnews[2] += "Hawt spill: Jennifer Hudson lands new movie role, Janet Jackson says MJ was an addict, Shemar Moore move'n on, A.J....";
arnews[2] += "
";
arnews[3]="Brady: Shemar Moore Replaced as Malcolm Winters on ‘The Young and the Restless’
";
arnews[3] += "Shemar Moore Replaced as Malcolm Winters on ‘The Young and the Restless’ -";
arnews[3] += "
";
arnews[4]="meg mcneal: http://budurl.com/3v Shemar Moore Replaced as Malcolm Winters on 'The Young and the Restles.. http://bit.ly/1fD1zZ
";
arnews[4] += "";
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("