var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Adrián Bertolini: [Kate Voegele – Kindly Unspoken] RB @Nat_Bellerose!!! All for now, friends, see you tomorrow! Sleep well!!! :-) ♫ http://blip.fm/~glkwe
";
arnews[0] += "[Kate Voegele – Kindly Unspoken] RB @";
arnews[0] += "
";
arnews[1]="Mădălin Oprea: Myspace Record's Hip Hop Rising Artist Bossman Premieres Webisode Series No ... - PR.com (press release)
";
arnews[1] += "Myspace Record's Hip Hop Rising Artist Bossman Premieres Webisode Series No ... - PR.com (press release) -";
arnews[1] += "
";
arnews[2]="Ryman: is listening to 99 Times (by Kate Voegele)... I like the beat of this song, and I keep playing it more than 99... http://plurk.com/p/2p9q94
";
arnews[2] += "is listening to 99 Times (by Kate Voegele)... I like the beat of this song, and I keep playing it more than 99...";
arnews[2] += "
";
arnews[3]="Ryman: Ryman is listening to 99 Times (by Kate Voegele)... I like the beat of this song, and I keep playing it more than 99 times a day
";
arnews[3] += "Ryman is listening to 99 Times (by Kate Voegele)... I like the beat of this song, and I keep playing it more than 99 times a day";
arnews[3] += "
";
arnews[4]="Yılmaz Uğurlu: Kate Voegele – Inside Out
";
arnews[4] += "Kate Voegele – Inside Out -";
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("