var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Paulo Vie: VIVICA A FOX FINALLY LETS HER GRUDGE GO AGAINIST 50 CENT
";
arnews[0] += "VIVICA A FOX FINALLY LETS HER GRUDGE GO AGAINIST 50 CENT -";
arnews[0] += "
";
arnews[1]="Gian Lamont: Vid: 50 CENT Talks New Video, Vivica A. Fox, Groupies & MORE
";
arnews[1] += "Vid: 50 CENT Talks New Video, Vivica A. Fox, Groupies & MORE -";
arnews[1] += "
";
arnews[2]="Radio Facts: CONFIRMED: Looks Like Vivica A. Fox IS in a new 50 Cent Video (pic)
";
arnews[2] += "CONFIRMED: Looks Like Vivica A. Fox IS in a new 50 Cent Video (pic) -";
arnews[2] += "
";
arnews[3]="Vince Eppolito: 50 Cent and Sexy Vivica A. Fox Getting Busy on the Set of Baby By Me + Photos: Vivica A. Fox was spotted with .. http://bit.ly/uV1fa
";
arnews[3] += "50 Cent and Sexy Vivica A. Fox Getting Busy on the Set of Baby By Me + Photos: Vivica A. Fox was spotted with ..";
arnews[3] += "
";
arnews[4]="Christopher: Booty Call is hilarious. Especially the part where Vivica A. Fox says impressions of Jesse Jackson get her hot.
";
arnews[4] += "Booty Call is hilarious. Especially the part where Vivica A. Fox says impressions of Jesse Jackson get her hot.";
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("