var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Kevin Andre Elliott: @nezua Yes. Mos def the right thing to do for me right now. A lot of uncertainty, but a lot of possibility as well. Everything feels right.
"; arnews[0] += "@"; arnews[0] += "
"; arnews[1]="Jason: Blakroc – Ain’t Nothing Like You (Hoochie Coo) (feat. Jim Jones & Mos Def)
"; arnews[1] += "Blakroc – Ain’t Nothing Like You (Hoochie Coo) (feat. Jim Jones & Mos Def) -"; arnews[1] += "
"; arnews[2]="softjunebreeze: #MusicMonday Blind I | CURREN$Y – BREAKFAST (PRODUCED BY MOS DEF) http://bit.ly/4qMsTH
"; arnews[2] += ""; arnews[2] += "
"; arnews[3]="Claudia: #MM Ms.Phat Booty - The Might Mos Def, Black Donte, Pretty Flaccco
"; arnews[3] += ""; arnews[3] += "
"; arnews[4]="nexy: @thehaitianqueen That is very scary. I think they had something like this on House one episode with Mos Def.
"; arnews[4] += "@"; 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("
");document.write("
");