var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Nelson Linda: New post, "BET.com Launches Its First Web Series ‘BUPPIES’ Starring Tatyana Ali on Tuesday November 24th ; This Addictive 10-Episode Series is about the Loves,…" - http://bit.ly/3Fdr7T
";
arnews[0] += "New post, \"BET.com Launches Its First Web Series ‘BUPPIES’ Starring Tatyana Ali on Tuesday November 24th ; This Addictive 10-Episode Series is about the Loves,…\" -";
arnews[0] += "
";
arnews[1]="Tatyana Ali stars in 'BUPPIES' November 24th: First Web Series by BET.com ... - Examiner.com http://bit.ly/2QuR7g
";
arnews[1] += "Tatyana Ali stars in 'BUPPIES' November 24th: First Web Series by BET.com ... - Examiner.com";
arnews[1] += "
";
arnews[2]="SocioSync™: BET.com Launches Its First Web Series 'BUPPIES' Starring Tatyana Ali on Tuesday November 24th http://ow.ly/DL0k
";
arnews[2] += "BET.com Launches Its First Web Series 'BUPPIES' Starring Tatyana Ali on Tuesday November 24th";
arnews[2] += "
";
arnews[3]="Tatyana Ali stars in 'Buppies' BET.com's first web series - Examiner.com http://bit.ly/uSUAi
";
arnews[3] += "Tatyana Ali stars in 'Buppies' BET.com's first web series - Examiner.com";
arnews[3] += "
";
arnews[4]="Gerald Rawdoggtv: BET.com Launches Its First Web Series 'BUPPIES' Starring Tatyana Ali http://bethiphopawards2007.blogspot.com/?BUPPIES
";
arnews[4] += "BET.com Launches Its First Web Series 'BUPPIES' Starring Tatyana Ali";
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("