
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<em>"It\'s the only training program that brought both immediate and residual success!"<br><p align=right><font size="2">~Paul Bingham<br>Korlyn Broadcasting</p></em>'

quotes[1]='<em>"I\’m getting the results that are needed to move my company forward!" <br><p align=right><font size="2">~Steven A. Hansen <br> All Phase Refrigeration & Heating</p></em>'

quotes[2]='<em>"You were EXCELLENT." <br><p align=right><font size="2"> <i>~Paul D. Andrews <br> Safeco Insurance Companies, Inc.</p></em>'

quotes[3]='<em>"It\'s the only training program that brought both immediate and residual success." <br><p align=right><font size="2">~Paul Bingham <br>Korlyn Broadcasting</p></em>'

quotes[4]='<em>"Our team’s attitudes, actions and productivity have soared!." <br><p align=right><font size="2">~Luann Davis <br> Aflac</p></em>'

quotes[5]='<em>"The return on investment is well worth the effort." <br><p align=right><font size="2">~Michael J. Latteri <br> Unocal Agricultural Produce</p></em>'

quotes[6]='<em>"…Now I\'m learning to be a real MC - a MOVVE!™ Communicator." <br><p align=right><font size="2">~Randy Muszynski<br> KEPR-TV/CBS</p></em>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
