var quotenumber = 3 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (quotenumber-1) * randomnumber) + 1 ;
quotes = new Array
quotes[1] = "\"The combined education of the Chamberlin course and the 2-day crash course was definitely the reason for my passing the first try.\"<BR>- Mary Winslow"
quotes[2] = "\"Thank you for facilitating a great class. You made it interesting and worthwhile and definitely not boring. Thanks to your mentoring and good tips, I passed my state salesperson exam the first time. Keep up the good work.\"<BR>- Erna Clay"
quotes[3] = "\"You definitely reinforced the important parts of the Principles course and gave us some memory cues that really stuck during the state test. Thank you for having so much enthusiasm for teaching and being such a positive influence.\"<BR>- Al and Peggy Cromer"
var quote = quotes[rand1]
