function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "'' Each e-mail we sent was answered promptly, friendly, and effectively within a day. I would highly recommend you to anyone intending to do business with you.'' - Marcus Cooman, Belgium"
text[number++] = "'' You set a shining example for all who wish to know how to treat a customer and run a successful business.'' - Tom Watts, CA"
text[number++] = "'' It was the quick response from the online team to some questions I had and their obvious knowledge of moles and their products that made my decision to purchase the scissor traps that much easier.'' - Dawn Gann, MI"
text[number++] = "'' I found the online support feature of the Mole Pro Trapping System to be helpful and timely when I had a question about my mole problem.'' - Dennis, WA"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);