var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Justo Cascante III: Listening to Stacie Orrico's "I promise" (music) http://plurk.com/p/2p7iua
";
arnews[0] += "Listening to Stacie Orrico's \"I promise\" (music)";
arnews[0] += "
";
arnews[1]="AleX nObre ®: Top 3 weekly #lastfm artists: Lady GaGa - 46. Rachael Lampa - 14. Stacie Orrico - 14. http://bit.ly/3pi8J1
";
arnews[1] += "Top 3 weekly";
arnews[1] += "
";
arnews[2]="Giovanni Cappellini: Stacie Orrico – (There's Gotta Be) More To Life
";
arnews[2] += "Stacie Orrico – (There's Gotta Be) More To Life -";
arnews[2] += "
";
arnews[3]="Tatiane Pires: Stacie Orrico – (There's Gotta Be) More to Life (Dr. Octavo extended mix): http://www.last.fm/music/Stacie+Orrico http://bit.ly/4pE5ZM
";
arnews[3] += "Stacie Orrico – (There's Gotta Be) More to Life (Dr. Octavo extended mix):";
arnews[3] += "
";
arnews[4]="the third place: #Shazamを使ってStacie OrricoのDon't Ask Me To Stayという曲を見つけました。 http://www.shazam.com/music/web/track?id=44487452
";
arnews[4] += "";
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("