var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Enterprise Mentors Intl: is so thankful for a WONDERFUL gala last Friday! The 5 Browns, Padma Venkataraman, over 750 people!!! Thank you all that support Mentors!
"; arnews[0] += "is so thankful for a WONDERFUL gala last Friday! The 5 Browns, Padma Venkataraman, over 750 people!!! Thank you all that support Mentors!"; arnews[0] += "
"; arnews[1]="fresnofeeds: Here's what's on The 5 Browns program (via @fresnobeehive) http://bit.ly/3VyRlE
"; arnews[1] += "Here's what's on The 5 Browns program (via @"; arnews[1] += "
"; arnews[2]="steinwaydfw: Enter to win 4 tickets to The 5 Browns performance at the Eisemann Center and More!!! http://bit.ly/1wz6Gm
"; arnews[2] += "Enter to win 4 tickets to The 5 Browns performance at the Eisemann Center and More!!!"; arnews[2] += "
"; arnews[3]="steinwaydfw: Enter To Win Tickets to The 5 Browns | Thanks for any retweets!!! http://bit.ly/3w2TBX via @addthis
"; arnews[3] += "Enter To Win Tickets to The 5 Browns | Thanks for any retweets!!!"; arnews[3] += "
"; arnews[4]="steinwaydfw: Enter To Win Tickets to The 5 Browns perform next Saturday, November 21st presented by the Plano Symphony http://bit.ly/3w2TBX via @addthis
"; arnews[4] += "Enter To Win Tickets to The 5 Browns perform next Saturday, November 21st presented by the Plano Symphony"; 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("
");