

var quotes=new Array()


quotes[0]='"BearBills is incredibly hassle-free and reliable. It takes almost no time to sign up and it makes life easier for everyone." <p style="font-size:70%;align:right;font-style:normal;margin-top:0.5em;">-Ali Morgan, Chi Omega, Junior</p>'

quotes[1]='"I don\'t have to hassle my roommate to reimburse me for the utility bills anymore!"<p style="font-size:70%;align:right;font-style:normal;margin-top:0.5em;">-Eugene Park, Kappa Sigma, Junior</p>'

quotes[2]='"I only have to write one check a month, and I\'m saving money!"<p style="font-size:70%;align:right;font-style:normal;margin-top:0.5em;">-Katie Potter, Chi Omega, Junior</p>'

quotes[3]='"Thanks so much for all of your help with setting up the utilities! Iam glad that Savanna will only have to deal with one bill for all of the utilities!" <p style="font-size:70%;align:right;font-style:normal;margin-top:0.5em;">-Sheri, Mom of a BearBills user</p>'

quotes[4]='"It\'s especially nice that BearBills will pay [the bills] first and we will know that nothing will get lost in the mail! I know that will help [my daughter] as she enters this new phase of her life- adulthood!" <p style="font-size:70%;align:right;font-style:normal;margin-top:0.5em;">-Sheri, Mom of a BearBills user</p>'

quotes[5]='"It was also great to have someone on your end helping us set up everything! It all worked out perfectly once we got to Waco! Thanks again for all of your help!! You made it so much easier!!"  <p style="font-size:70%;align:right;font-style:normal;margin-top:0.5em;">-Sheri, Mom of a BearBills user</p>'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])

