var quotenumber = 3 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (quotenumber-1) * randomnumber) + 1 ;
quotes = new Array
quotes[1] = "\"Out of 200 broker exam questions, I had only a few that I didn't recognize from your study material. Your materials are great. Keep up the good work.\"<BR>- Joe Salcedo"
quotes[2] = "\"I felt compelled to contact you to express my appreciation for providing me the tools that permitted me to pass the California Real Estate Broker's exam on my first try.  Your practice tests were right on.\"<BR>- Chris Facas"
quotes[3] = "\"I completed your broker courses and passed the state broker's exam on my first try.  The prep exams were \"spot-on\" for content. As a result, there were no unpleasant surprises on the state exam - it was a breeze.\"<BR>- Tom Prata"
var quote = quotes[rand1]

