var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Popvine: EXCLUSIVE: First shot of Tisha Campbell and Duane Martin’s NEW BABY BOY
";
arnews[0] += "EXCLUSIVE: First shot of Tisha Campbell and Duane Martin’s NEW BABY BOY -";
arnews[0] += "
";
arnews[1]="missxpose: TISHA & DUANE’S BABY BOY REVEALED!: As reported yesterday, Tisha Campbell-Martin and Duane Martin welcomed thei.. http://bit.ly/IThZ8
";
arnews[1] += "TISHA & DUANE’S BABY BOY REVEALED!: As reported yesterday, Tisha Campbell-Martin and Duane Martin welcomed thei..";
arnews[1] += "
";
arnews[2]="v klip: Tisha Campbell and Duane Martin’s Newborn Baby
";
arnews[2] += "Tisha Campbell and Duane Martin’s Newborn Baby -";
arnews[2] += "
";
arnews[3]="Robert Thomas: @FirstGentleman i'mma look into that, I just seen Duane Martin with one on this movie, I'm inspired LOL
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Leonardo Ojeda: Famosos y gays?
";
arnews[4] += "Famosos y gays?";
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("