var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Thiago Figueiredo Rocha: Top 3 weekly #lastfm artists: Hellogoodbye - 28. Yellowcard - 25. Soldiers of Jah Army - 14. http://bit.ly/X902Y
"; arnews[0] += "Top 3 weekly"; arnews[0] += "
"; arnews[1]="Andre Saijo: Top 3 weekly #lastfm artists: Secondhand Serenade - 70. No Use for a Name - 46. Yellowcard - 32. http://bit.ly/29YLWJ
"; arnews[1] += "Top 3 weekly"; arnews[1] += "
"; arnews[2]="Mark Tillinghast: Yellowcard - Don't You Forget About Me http://www.youtube.com/watch?v=RqU-LYq1kE4 Collin Zick #music2am 00DF009F
"; arnews[2] += "Yellowcard - Don't You Forget About Me"; arnews[2] += "
"; arnews[3]="Christopher Marr: Yellowcard - Rough Landing, Holly Lyrics
"; arnews[3] += "Yellowcard - Rough Landing, Holly Lyrics -"; arnews[3] += "
"; arnews[4]="Naijand: @.reviewtravel: Yellowcard - Rough Landing, Holly Lyrics: http://ur1.ca/gbp4 #Yellowcard # #Rough #Landing #Holly #Lyrics
"; arnews[4] += "@.reviewtravel: Yellowcard - Rough Landing, Holly Lyrics:"; 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("
");