var quotenumber = 3 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (quotenumber-1) * randomnumber) + 1 ;
quotes = new Array
quotes[1] = "\"Thanks for making it possible for me to do my continuing education courses on-line.  Your staff was very helpful and responsive in all areas of customer service.\"<BR>- A Carter-Peoples"
quotes[2] = "\"Thank you for presenting the Broker's license renewal continuing education courses in such a helpful and convenient manner. I found that by reading each subject carefully with its highlight of important words, I was able to retain the information very well.\"<BR>- Jim Sauls"
quotes[3] = "\"Your entire staff took time to help me whenever I called with a question or with the problem I had of accessing the Agency course.  Be assured that it will be my pleasure to recommend your services to my associates.\"<BR>- Jim Sauls"
var quote = quotes[rand1]
