var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Deanna Zandt: must-listen song from last night-- reworked old labor song, "Which Side Are You On?" ♫ http://blip.fm/~gpnq3
";
arnews[0] += "must-listen song from last night-- reworked old labor song, \"Which Side Are You On?\" ♫";
arnews[0] += "
";
arnews[1]="Deanna Zandt: Deanna must-listen song from last night-- reworked old labor song, "Which Side Are You On?" ♫ http://blip.fm/~gpnq3.
";
arnews[1] += "Deanna must-listen song from last night-- reworked old labor song, \"Which Side Are You On?\" ♫";
arnews[1] += "
";
arnews[2]="Aaron Rester: Ani DiFranco – Out of Habit
";
arnews[2] += "Ani DiFranco – Out of Habit -";
arnews[2] += "
";
arnews[3]="Nate Maingard: listening to Canon by Ani Difranco on Boxee. tune in at http://bit.ly/29KOc0
";
arnews[3] += "listening to Canon by Ani Difranco on Boxee. tune in at";
arnews[3] += "
";
arnews[4]="Casey: an oldie but goodie from Ani D. ♫ http://blip.fm/~gr9ms
";
arnews[4] += "an oldie but goodie from Ani D. ♫";
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("