var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="The Cleveland Show Releases Trailer, Adds Reagan Gomez-Preston | Stay Tuned | BET.com http://bit.ly/prTwm
";
arnews[0] += "The Cleveland Show Releases Trailer, Adds Reagan Gomez-Preston | Stay Tuned | BET.com";
arnews[0] += "
";
arnews[1]="Chris: ALL GROWN UP – GUESS THIS ACTRESS?
";
arnews[1] += "ALL GROWN UP – GUESS THIS ACTRESS? -";
arnews[1] += "
";
arnews[2]="strr74: Oh Drama! 2000 s Garry Odom Lisa M Simmons Contact Oh Drama! Alex Alonso Himself 1 episode 2001 Todd Bridges Himself 1 episode 2001 Reagan Gomez-Preston Herself 1 episode 2001 Vaughn Lowery Himself 1 episode 2001 Master P Musical Guest 1 episode 2001 Raven-Symoné Herself 1 episode 2001 Lil Romeo Musical Guest 1 episode 2001 Kody Scott Himself 1 episode 2001 WC Himself 1 episode 2001 Affion Crockett Affion 1 episode 2002 Jamal Doman Himself 1 episode 2002 Ginuwine Himself 1 episode 2002 Heather Hunter Herself 1 episode 2002 Cherry Lee Cherry Lee 1 episode 2002 Mr Marcus Himself 1 episode 2002 Jeannie Pepper Herself 1 episode 2002 Rodney Van Johnson Himself 1 episode 2002 Deniece Williams Herself 1 episode 2002
";
arnews[2] += "Oh Drama! 2000 s Garry Odom Lisa M Simmons Contact Oh Drama! Alex Alonso Himself 1 episode 2001 Todd Bridges Himself 1 episode 2001 Reagan Gomez-Preston Herself 1 episode 2001 Vaughn Lowery Himself 1 episode 2001 Master P Musical Guest 1 episode 2001 Raven-Symoné Herself 1 episode 2001 Lil Romeo Musical Guest 1 episode 2001 Kody Scott Himself 1... -";
arnews[2] += "
";
arnews[3]="Denny: Reagan Gomez-Preston
";
arnews[3] += "Reagan Gomez-Preston -";
arnews[3] += "
";
arnews[4]="Reagan Gomez-Preston
";
arnews[4] += "Reagan Gomez-Preston -";
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("