var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="rab: i'm with Matthew Eisley of @newsobserver on the parade - i missed it again http://www.newsobserver.com/home/story/206527.html
"; arnews[0] += "i'm with Matthew Eisley of @"; arnews[0] += "
"; arnews[1]="phatemokid: Great show last night @eisley i cant wait for you guys to come back to Los Angeles #MusicMonday
"; arnews[1] += "Great show last night @"; arnews[1] += "
"; arnews[2]="Andrew Johnston: #MusicMonday Brightly Wound - Eisley (Spotify: http://bit.ly/7I42zr) "I shall never grow up / Make believe is much too fun" Also #nanowrimo!
"; arnews[2] += ""; arnews[2] += "
"; arnews[3]="Steve Loopipe: Trying to decide between Rilo Kiley, Eisley, and Mute Math to use the $3 Amazon MP3 credit against. Tough call.
"; arnews[3] += "Trying to decide between Rilo Kiley, Eisley, and Mute Math to use the $3 Amazon MP3 credit against. Tough call."; arnews[3] += "
"; arnews[4]="Edmann: @Eisley http://twitpic.com/qnui4 - Yay In & Out Burgers
"; 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("
");document.write("
");