var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Panos S: GM@nicaprincess: "Morning all!@dreamrevelry @MusicHigh @shano @megg @HermannSantiago @Entergan @LeandroAzevedo ... ♫ http://blip.fm/~gqwup
";
arnews[0] += "GM@nicaprincess: \"Morning all!@dreamrevelry @";
arnews[0] += "
";
arnews[1]="Nick Campbell: Willard Scott RT @rjgeyer: I'd rather sing like Jill Scott RT @onesmarmymama: wouldn't be amazing to be able to sing like Alicia Keys?
";
arnews[1] += "Willard Scott RT @";
arnews[1] += "
";
arnews[2]="Model Minority: Ledisi, Conya Doss, Amel Larriux, Jill Scott, Goapele, Estelle, Alegebra, Solange, Amanda Diva, Mystic, Tiombe Lockhart,
";
arnews[2] += "Ledisi, Conya Doss, Amel Larriux, Jill Scott, Goapele, Estelle, Alegebra, Solange, Amanda Diva, Mystic, Tiombe Lockhart,";
arnews[2] += "
";
arnews[3]="Ryan J. Geyer: I'd rather sing like Jill Scott RT @onesmarmymama: wouldn't be amazing to be able to sing like Alicia Keys?
";
arnews[3] += "I'd rather sing like Jill Scott RT @";
arnews[3] += "
";
arnews[4]="The Hive Mind: listening to "Jill Scott - A Long Walk (Groove)"
";
arnews[4] += "listening to \"Jill Scott - A Long Walk (Groove)\" -";
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("