var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Under Watr: "I was going underwater with 3 dollars and 6 dimes. Yeah, you may laugh 'cause you didn't do your math" #MM Erykah Badu-On & On
";
arnews[0] += "\"I was going underwater with 3 dollars and 6 dimes. Yeah, you may laugh 'cause you didn't do your math\"";
arnews[0] += "
";
arnews[1]="I'm listening to "The Healer" by Erykah Badu (http://bit.ly/51vvP0) #pandora
";
arnews[1] += "I'm listening to \"The Healer\" by Erykah Badu (";
arnews[1] += "
";
arnews[2]="The Hive Mind: listening to "Erykah Badu - I Want You"
";
arnews[2] += "listening to \"Erykah Badu - I Want You\" -";
arnews[2] += "
";
arnews[3]="Bump Radio Networks: #BumpRadio R. Kelly: YahZarah, a DC native and former background singer for Erykah Badu, ... Use this.. http://bit.ly/7d5Khr
";
arnews[3] += "";
arnews[3] += "
";
arnews[4]="The Hive Mind: #MusicMonday - Listening to I Want You by Erykah Badu, which is a favorite of mine by her. ♫ http://blip.fm/~grr8d
";
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("