var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="JNez: i didn't know rockmond dunbar was a capricorn too. our birthdates are 2 weeks apart: http://tinyurl.com/csm8ng
";
arnews[0] += "i didn't know rockmond dunbar was a capricorn too. our birthdates are 2 weeks apart:";
arnews[0] += "
";
arnews[1]="Lakish Campbell: Haven't seen Rockmond Dunbar in a minute! #savethegame
";
arnews[1] += "Haven't seen Rockmond Dunbar in a minute!";
arnews[1] += "
";
arnews[2]="blackvoices: Nia Long & Rockmond Dunbar: 'Soul Food' Actors on Board for 'Fatherhood': Filed under: Movies, Television, News,.. http://tinyurl.com/l8yh9z
";
arnews[2] += "Nia Long & Rockmond Dunbar: 'Soul Food' Actors on Board for 'Fatherhood': Filed under: Movies, Television, News,..";
arnews[2] += "
";
arnews[3]="Nikki Katz: Rockmond Dunbar ‘Annual White Party’
";
arnews[3] += "Rockmond Dunbar ‘Annual White Party’ -";
arnews[3] += "
";
arnews[4]="RT @MsPittsEsq: http://twitpic.com/eoagx - Me, my bestie @MrADEdwards, My girl Niqueka & Rockmond Dunbar in Miami at the Film Festival.
";
arnews[4] += "RT @MsPittsEsq:";
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("