var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Latest News: It's a Girl for 24's D.B. Woodside and Golden Brooks!
";
arnews[0] += "It's a Girl for 24's D.B. Woodside and Golden Brooks! -";
arnews[0] += "
";
arnews[1]="UrNextX: It's a Girl for 24's D.B. Woodside and Golden Brooks! http://bit.ly/320BhP
";
arnews[1] += "It's a Girl for 24's D.B. Woodside and Golden Brooks!";
arnews[1] += "
";
arnews[2]="Jumpitz: Actress Golden Brooks and D.B. Woodside Welome a Daughter
";
arnews[2] += "Actress Golden Brooks and D.B. Woodside Welome a Daughter -";
arnews[2] += "
";
arnews[3]="blackvoices: Golden Brooks & D.B. Woodside: Welcoming Newborn Baby Girl http://bit.ly/ZoDUW
";
arnews[3] += "Golden Brooks & D.B. Woodside: Welcoming Newborn Baby Girl";
arnews[3] += "
";
arnews[4]="nebulusthelegend: GOLDEN BROOKS, D.B. WOODSIDE WELCOME DAUGHTER: 'Girlfriends' vet gave birth last month to their first child.: .. http://bit.ly/Hi17k
";
arnews[4] += "GOLDEN BROOKS, D.B. WOODSIDE WELCOME DAUGHTER: 'Girlfriends' vet gave birth last month to their first child.: ..";
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("