var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Lakish Campbell: Get the Look: Terri J. Vaughn at the BET 2009 Awards http://www.blaqvixenbeauty.net/3419567
";
arnews[0] += "Get the Look: Terri J. Vaughn at the BET 2009 Awards";
arnews[0] += "
";
arnews[1]="Lakish Campbell: DimeWars.Com - Terri J. Vaughn's Angels Can't Help But Laugh (Documentary On How Black Actresses Are
";
arnews[1] += "DimeWars.Com - Terri J. Vaughn's Angels Can't Help But Laugh (Documentary On How Black Actresses Are -";
arnews[1] += "
";
arnews[2]="Lakish Campbell: DimeWars.Com - Terri J. Vaughn's Angels Can't Help But Laugh (Documentary On How Black Actresses Are
";
arnews[2] += "DimeWars.Com - Terri J. Vaughn's Angels Can't Help But Laugh (Documentary On How Black Actresses Are -";
arnews[2] += "
";
arnews[3]="Black Actresses Talk Hollywood Treatment: Actress Terri J. Vaughn sits down with 25 of Hollywood’s African.. http://bit.ly/3sdUaH
";
arnews[3] += "Black Actresses Talk Hollywood Treatment: Actress Terri J. Vaughn sits down with 25 of Hollywood’s African..";
arnews[3] += "
";
arnews[4]="Lakish Campbell: VIX FIX: Terri J. Vaughn's Documentary on How Black Actresses are Treated in Hollywood
";
arnews[4] += "VIX FIX: Terri J. Vaughn's Documentary on How Black Actresses are Treated in Hollywood -";
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("