var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Ashley Waldrop: fun fact: 3 years ago, the first time Sara Bareilles and her band heard Love Song on the radio was on the same day as my b-day.
";
arnews[0] += "fun fact: 3 years ago, the first time Sara Bareilles and her band heard Love Song on the radio was on the same day as my b-day.";
arnews[0] += "
";
arnews[1]="Ben Larson: Thanksgiving week music. Sara Bareilles – Come Home #music monday ♫ http://blip.fm/~gqwbb
";
arnews[1] += "Thanksgiving week music. Sara Bareilles – Come Home";
arnews[1] += "
";
arnews[2]="Travis Illig: Travis Amazon's got some pretty awesome $5 MP3 albums. Little Voice by Sara Bareilles, Viva La Vida by Coldplay... http://bit.ly/66iISB.
";
arnews[2] += "Amazon's got some pretty awesome $5 MP3 albums. Little Voice by Sara Bareilles, Viva La Vida by Coldplay...";
arnews[2] += "
";
arnews[3]="Travis Illig: Amazon's got some pretty awesome $5 MP3 albums. Little Voice by Sara Bareilles, Viva La Vida by Coldplay... http://bit.ly/66iISB
";
arnews[3] += "Amazon's got some pretty awesome $5 MP3 albums. Little Voice by Sara Bareilles, Viva La Vida by Coldplay...";
arnews[3] += "
";
arnews[4]="Carlos: Sara Bareilles – Bottle It Up
";
arnews[4] += "Sara Bareilles – Bottle It Up -";
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("