var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="indieintune: Indie artists Waits, Bjork come to MySpace Music (AP via Yahoo! News) http://is.gd/52pyX
";
arnews[0] += "Indie artists Waits, Bjork come to MySpace Music (AP via Yahoo! News)";
arnews[0] += "
";
arnews[1]="Indie artists Waits, Bjork come to MySpace Music - Columbia Missourian
";
arnews[1] += "Indie artists Waits, Bjork come to MySpace Music - Columbia Missourian -";
arnews[1] += "
";
arnews[2]="Audio: Unravel by Radiohead originally by Bjork (posted by mialegria) http://tumblr.com/xjh482pqm
";
arnews[2] += "Audio: Unravel by Radiohead originally by Bjork (posted by mialegria)";
arnews[2] += "
";
arnews[3]="Aeric Winter: Happy belated birthday @bjork. Play Dead is the first song I ever heard of yours, and it is still one of my fav... ♫ http://blip.fm/~gsft8
";
arnews[3] += "Happy belated birthday @";
arnews[3] += "
";
arnews[4]="Estelle Ricoux: Bjork Feat. Antony Hegarty - Dull Flame Of Desire...
";
arnews[4] += "Bjork Feat. Antony Hegarty - Dull Flame Of Desire... -";
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("