var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="kath: #MM-Please Don't Stop-Keyshia Cole...The Runners did that
";
arnews[0] += "";
arnews[0] += "
";
arnews[1]="Donna D'Angelo: Keyshia Cole ~ "Beautiful Music" TY DJ'S FOR ALL THE MUSIC! ♫ http://blip.fm/~gs6qi
";
arnews[1] += "Keyshia Cole ~ \"Beautiful Music\" TY DJ'S FOR ALL THE MUSIC! ♫";
arnews[1] += "
";
arnews[2]="Donna D'Angelo: Keyshia Cole "Trust" TY @TidyCat @Greenfields47 @DKDiddlesSkittle @SDUBB @Gidyean @Muuuzak @DJDreamy @donnadont... ♫ http://blip.fm/~gs6dk
";
arnews[2] += "Keyshia Cole \"Trust\" TY @";
arnews[2] += "
";
arnews[3]="Donna D'Angelo: Keyshia Cole "I Remember" ~ When My Heart Broke ~ When I Gave Up Loving You." ♫ http://blip.fm/~gs9m6
";
arnews[3] += "Keyshia Cole \"I Remember\" ~ When My Heart Broke ~ When I Gave Up Loving You.\" ♫";
arnews[3] += "
";
arnews[4]="Chicago Fabulous: Keyshia Cole & Daniel “Boobie” Gibson Host “Giving Thanks” Thanksgiving Event: Daniel.. http://bit.ly/6BlFZu
";
arnews[4] += "Keyshia Cole & Daniel “Boobie” Gibson Host “Giving Thanks” Thanksgiving Event: Daniel..";
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("