var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Donna D'Angelo: BEAUTIFUL SONG! TY @PinkyLove: "I Will Remember you....nice one:)" ♫ http://blip.fm/~groen
"; arnews[0] += "BEAUTIFUL SONG! TY @"; arnews[0] += "
"; arnews[1]="Enrique Crespo: Greensleeves Sarah McLachlan
"; arnews[1] += "Greensleeves Sarah McLachlan"; arnews[1] += "
"; arnews[2]="Carolina Liechtenstein: I Love You (Live) by Sarah McLachlan
"; arnews[2] += "I Love You (Live) by Sarah McLachlan -"; arnews[2] += "
"; arnews[3]="Mark Tillinghast: Sarah McLachlan - Witness (Live, Mirrorball) http://www.youtube.com/watch?v=K8lJ1fo5eT4 Dora Jar #music2am 01590007
"; arnews[3] += "Sarah McLachlan - Witness (Live, Mirrorball)"; arnews[3] += "
"; arnews[4]="Donna D'Angelo: Sarah McLachlan ~ "Ordinary Miracle" TODAY! ~ ENJOY! ♫ http://blip.fm/~gs8vp
"; arnews[4] += "Sarah McLachlan ~ \"Ordinary Miracle\" TODAY! ~ ENJOY! ♫"; 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("
");document.write("
");