var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Chicago Fabulous: Eva Marcille Pigford’s 25th Birthday Celebration: On Friday October 30th, Maurice Hennessy, an 8th gener.. http://bit.ly/2cFva2
";
arnews[0] += "Eva Marcille Pigford’s 25th Birthday Celebration: On Friday October 30th, Maurice Hennessy, an 8th gener..";
arnews[0] += "
";
arnews[1]="Chicago Fabulous: Eva Marcille Pigford’s 25th Birthday Celebration: On Friday October 30th, Maurice Hennessy, an 8th gener.. http://bit.ly/wd4iq
";
arnews[1] += "Eva Marcille Pigford’s 25th Birthday Celebration: On Friday October 30th, Maurice Hennessy, an 8th gener..";
arnews[1] += "
";
arnews[2]="Vegas Bill: Hennessy Black Celebrates Eva Marcille’s 25th B'Day: Halloween is no longer associated with ghouls http://bit.ly/Q7Gh7 (via @GIANTmagazine)
";
arnews[2] += "Hennessy Black Celebrates Eva Marcille’s 25th B'Day: Halloween is no longer associated with ghouls";
arnews[2] += "
";
arnews[3]="blackvoices: Eva Marcille: Style Questionnaire
";
arnews[3] += "Eva Marcille: Style Questionnaire -";
arnews[3] += "
";
arnews[4]="Maurice Dixon: Eva Marcille: Style Questionnaire http://ping.fm/OSnQi
";
arnews[4] += "Eva Marcille: Style Questionnaire";
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("