

var num_of_quotes = 6;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="Pat Jordan - San Diego";
body="I wanted you to know how pleased I am with the RaceDeck flooring.  It looks great and did wonders to hide a very poor paint job on the concrete. Install was a snap, no pun intended, and even my youngest got into the swing of things helping with the edging and placement.  Bank on referrals.";
}

if (quotes==1) {
title="Don Vance - Vance's Ace Hardware Red Falls, MN";
body="Went down extremely well. Looks striking!! We receive many compliments and it's easy to clean.";
}

if (quotes==2) {
title="Dave Locket - Aukland, NZ";
body="It's been down for nearly 2 years now and still looks the same as the day that I put it down. I am really pleased with it and Im glad I chose this product.";
}

if (quotes==3) {
title="Fred Kiamer - San Francisco, CA";
body="...Wow!  In a matter of hours, my garage went from ordinary to 'extraordinary'. I was amazed at how fast and easy RaceDeck was to install...";
}

if (quotes==4) {
title="Vinny Florio - Bayside, NY";
body="Just wanted to say how happy I am with your product and customer service provided. After researching several flooring products currently on the market, I now know that my choice of picking RaceDeck was absolutely the correct one.  It's amazing how easy it was to install. The garage is no longer just a garage, it has become a showplace and one of the favorite rooms of the house. Thanks for a product that truly delivers what is promised.";
}

if (quotes==5) {
title="David Vanderwall - The Villages, FL";
body="The entire buying experience through installation was flawless. One nice thing I noticed was that the floor seems to stay much cleaner and dirt free after the RaceDeck tiles were installed.  Total satisfaction!";
}

document.write('<div align=left>');
document.write('"'+ body +'"<br>');
document.write('<strong>' + title + '</strong><br>');
document.write('</div>');
