var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="MGM Mirage (finally) makes George Strait show official
"; arnews[0] += "MGM Mirage (finally) makes George Strait show official -"; arnews[0] += "
"; arnews[1]="Lee Ann Womack Added To reba McEntire & George Strait Tour
"; arnews[1] += "Lee Ann Womack Added To reba McEntire & George Strait Tour -"; arnews[1] += "
"; arnews[2]="Jessica Emmerich: COUNTRY MUSIC SUPERSTAR GEORGE STRAIT ADDS FELLOW TEXAN AND TRADITIONALIST LEE ANN WOMACK
"; arnews[2] += "COUNTRY MUSIC SUPERSTAR GEORGE STRAIT ADDS FELLOW TEXAN AND TRADITIONALIST LEE ANN WOMACK -"; arnews[2] += "
"; arnews[3]="Jennifer Elizabeth Boyer: COUNTRY MUSIC SUPERSTAR GEORGE STRAIT ADDS FELLOW TEXAN AND TRADITIONALIST LEE ANN WOMACK
"; arnews[3] += "COUNTRY MUSIC SUPERSTAR GEORGE STRAIT ADDS FELLOW TEXAN AND TRADITIONALIST LEE ANN WOMACK -"; arnews[3] += "
"; arnews[4]="Biz Kellam: Biz Wish I was there, she is so great! Heard her sing the Nat'l Anthem B4, got chills! RT @ChrisShimabuku: Lee Ann Womack is singing on stage!
"; arnews[4] += "Wish I was there, she is so great! Heard her sing the Nat'l Anthem B4, got chills! RT @ChrisShimabuku: Lee Ann Womack is singing on stage!"; 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("
");