var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mădălin Oprea: Overscene: Ludacris, Motley Crue @ Straits - Atlanta Journal Constitution
";
arnews[0] += "Overscene: Ludacris, Motley Crue @ Straits - Atlanta Journal Constitution -";
arnews[0] += "
";
arnews[1]="ChaCha Fance: Bitchie Chicks: Meagan Good, Nivea, Keisha Knight Pulliam, Monica & Rihanna
";
arnews[1] += "Bitchie Chicks: Meagan Good, Nivea, Keisha Knight Pulliam, Monica & Rihanna -";
arnews[1] += "
";
arnews[2]="Anthony Liggins: Just found out Keisha Knight Pulliam has an offer on the table from Playboy, and has been thinking about it for the last 6 days....
";
arnews[2] += "Just found out Keisha Knight Pulliam has an offer on the table from Playboy, and has been thinking about it for the last 6 days....";
arnews[2] += "
";
arnews[3]="Marguerite Wright: I just updated my Squidoo page: Keisha Knight Pulliam / http://tinyurl.com/qcff4f
";
arnews[3] += "I just updated my Squidoo page: Keisha Knight Pulliam /";
arnews[3] += "
";
arnews[4]="or the guy that played Putty in Seinfeld :D RT @JGRunsTheCity: @blogdiva same here. Like I will forever call Keisha Knight Pulliam Rudy
";
arnews[4] += "or the guy that played Putty in Seinfeld :D RT @";
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("