var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Claudia: See alot of u dudes need help w ur booty game. Music plays a major role. Usher, Ludacris and Little Johns collab is not booty music.
";
arnews[0] += "See alot of u dudes need help w ur booty game. Music plays a major role. Usher, Ludacris and Little Johns collab is not booty music. -";
arnews[0] += "
";
arnews[1]="Claudia: RT @romesdome c alot of u dudes need help w ur booty game.Music plays a major role. Usher, Ludacris & Little Johns collab is not booty music
";
arnews[1] += "RT @romesdome c alot of u dudes need help w ur booty game.Music plays a major role. Usher, Ludacris & Little Johns collab is not booty music -";
arnews[1] += "
";
arnews[2]="Terri Nakamura: Get back...you don't know me like that...Ludacris @iamwhite @intel_chris @Slickriptide ♫ http://blip.fm/~gq5g3
";
arnews[2] += "Get back...you don't know me like that...Ludacris @";
arnews[2] += "
";
arnews[3]="Leo Comerlato: Lil Jon/Ludacris/Usher – Yeah!
";
arnews[3] += "Lil Jon/Ludacris/Usher – Yeah! -";
arnews[3] += "
";
arnews[4]="chris: @xeno have you heaard the track - Ludacris & Shawnna - How Low Can You Go
";
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("