var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="mcmarty: Howie Day - Collide. Love this song! "I've found I'm scared to know I'm always on your mind."
"; arnews[0] += "Howie Day - Collide. Love this song! \"I've found I'm scared to know I'm always on your mind.\""; arnews[0] += "
"; arnews[1]="mcmarty: Howie Day – Collide
"; arnews[1] += "Howie Day – Collide -"; arnews[1] += "
"; arnews[2]="Howie Day has been booked for The State Room on Thursday, Jan. 21. He opened for Colbie Caillat here not too long ago.
"; arnews[2] += "Howie Day has been booked for The State Room on Thursday, Jan. 21. He opened for Colbie Caillat here not too long ago."; arnews[2] += "
"; arnews[3]="Joshua: Jan 12, 2010: Howie Day at The Roxy Theatre
"; arnews[3] += "Jan 12, 2010: Howie Day at The Roxy Theatre -"; arnews[3] += "
"; arnews[4]="WiseGuy: #Presale - Howie Day in Chicago, IL - presale code http://bit.ly/44kDJC
"; 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("
");