var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="linwenchao: Matt Zelesko watched the video "Diana Krall - Live in Paris (Sampled)" on Joost.
";
arnews[0] += "Matt Zelesko watched the video \"Diana Krall - Live in Paris (Sampled)\" on Joost. -";
arnews[0] += "
";
arnews[1]="Ary Post: Alvast voor @Klaravanzuijdam en @MarjoleinSchip ♫ http://blip.fm/~gpn29
";
arnews[1] += "Alvast voor @";
arnews[1] += "
";
arnews[2]="Jose Maria Cuellar: Diana Krall – Cry Me A River
";
arnews[2] += "Diana Krall – Cry Me A River -";
arnews[2] += "
";
arnews[3]="Lisa Osborne: There is so much to be grateful for! From White Christmas "Count Your Blessings Instead of Sheep" Diana Krall ♫ http://blip.fm/~gpt2e
";
arnews[3] += "There is so much to be grateful for! From White Christmas \"Count Your Blessings Instead of Sheep\" Diana Krall ♫";
arnews[3] += "
";
arnews[4]="David: Almost Blue-Diana Krall
";
arnews[4] += "Almost Blue-Diana Krall -";
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("