
var whichScript = 0;

var quotes = new Array();
var person = new Array();

quotes[0] = "Thanks again for completing everything in a timely manner and doing an excellent job!";
quotes[1] = "I'm so proud that my little company is able to purcahse your wonderful website.";
quotes[2] = "It looks good. Thanks for reassurance of trying to keep under budget.";
quotes[3] = "Thanks I absolutely love it!";
quotes[4] = "Great job putting together different designs - it's a nice variety. Thank you for all of your work.";
quotes[5] = "We love what you've done! It's fun & exciting! We are very pleased with the website & have been receiving a ton of compliments.";
quotes[6] = "Gorgeous job, I am very pleased! Thanks again for completing everything in a timely manner and doing an excellent job!";
quotes[7] = "Thank you for the [money] savers [and] thank you so much for getting the site done so quickly!";
quotes[8] = "WOW!!! [The website] looks great!";
quotes[9] = "I like it. Looks straight forward and easy to navigate.";
quotes[10] = "Thank you for all of your assistance with our website. You have been so helpful and wonderful to work with.";
quotes[11] = "My clients have commented on how nice the updated website looks. I really appreciate all of your efforts.";
quotes[12] = "The new website looks amazing! All of our staff loves the new look. Thank you very much.";
quotes[13] = "We have been recieving all sorts of buzz about our new site! You did a tremendous job and I just had to write to thank you...";
quotes[14] = "The design is the perfect mix of contempory and traditional elements. It is exactly what I wanted. Great Job!";

person[0] = "MB:  Rochester, NY";
person[1] = "MC: Rochester, NY";
person[2] = "HH: Rochester, NY";
person[3] = "MB: Rochester, NY";
person[4] = "VF: Rochester, NY";
person[5] = "JW: Fairport, NY";
person[6] = "MB: Rochester, NY";
person[7] = "JW: Fairport, NY";
person[8] = "AP: Rochester, NY";
person[9] = "PL: Rochester, NY";
person[10] = "JA: Ft. Myers, FL";
person[11] = "JA: Ft. Myers, FL";
person[12] = "R: Ft. Myers, FL";
person[13] = "G: Syracuse, NY";
person[14] = "G: Syracuse, NY";

whichScript = Math.floor(Math.random( )*quotes.length);

document.write (quotes[whichScript] + '<div class="name"><span class="sign"> - ' + person[whichScript] + '</span> <a class="link" href="?loc=testimonials">[more]</a></div>');