var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Shawn Zehnder Lea: Today is the greatest day I've ever known... ♫ http://blip.fm/~gr1hj
";
arnews[0] += "Today is the greatest day I've ever known... ♫";
arnews[0] += "
";
arnews[1]="Camila Santana: Despite all my rage I am still just a rat in a cage...Quando uma música diz tudo o que você tá sentindo. Não qu... ♫ http://blip.fm/~gr2h5
";
arnews[1] += "Despite all my rage I am still just a rat in a cage...Quando uma música diz tudo o que você tá sentindo. Não qu... ♫";
arnews[1] += "
";
arnews[2]="Mark Tillinghast: Smashing Pumpkins-Today http://www.youtube.com/watch?v=yCSLK0WCUd8 Collin Zick #music2am 0100004A
";
arnews[2] += "Smashing Pumpkins-Today";
arnews[2] += "
";
arnews[3]="Paraic Hegarty: The Big Pink look and sound like the Fall crossed with Flock of Seagulls, Smashing Pumpkins and Ultravox. Just not in a good way.
";
arnews[3] += "The Big Pink look and sound like the Fall crossed with Flock of Seagulls, Smashing Pumpkins and Ultravox. Just not in a good way.";
arnews[3] += "
";
arnews[4]="Scott Grimshaw: listening to "The Smashing Pumpkins - Let Me Give The World To You" ♫ http://blip.fm/~gr9az
";
arnews[4] += "listening to \"The Smashing Pumpkins - Let Me Give The World To You\" ♫";
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("