var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Chris MacDonald-Dennis: CONFIRMED:Angela Bassett, India Arie Kimberly Elise, Monique,RachelFarell & HalleBerry are ALL in TylerPerry new Nzotke film!
";
arnews[0] += "CONFIRMED:Angela Bassett, India Arie Kimberly Elise, Monique,RachelFarell & HalleBerry are ALL in TylerPerry new Nzotke film!";
arnews[0] += "
";
arnews[1]="Set.it.Off.1996.Directors.Cut.1080p.Bluray.X264-DIMENSION[辣姊妹] (电影(1080p))
";
arnews[1] += "Set.it.Off.1996.Directors.Cut.1080p.Bluray.X264-DIMENSION[辣姊妹] (电影(1080p)) -";
arnews[1] += "
";
arnews[2]="Claudia: @ASHBABYGIRL94 lmao! kimberly Elise...she is a cutie with a booty...and u do have the same cheeks and smile as her :0) SAME CURLY HAIR TOO!
";
arnews[2] += "@ASHBABYGIRL94 lmao! kimberly Elise...she is a cutie with a booty...and u do have the same cheeks and smile as her :0) SAME CURLY HAIR TOO! -";
arnews[2] += "
";
arnews[3]="Chris: YOUNG BLACK HOLLYWOOD IS LOOKING FIERCE…
";
arnews[3] += "YOUNG BLACK HOLLYWOOD IS LOOKING FIERCE… -";
arnews[3] += "
";
arnews[4]="ebaypro: diary of a mad black(ws) new dvd sealed kimberly elise
";
arnews[4] += "diary of a mad black(ws) new dvd sealed kimberly elise -";
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("