// Testimonial TEXT
function random_text()
{};
var random_text = new random_text();
var number = 0;

random_text[number++] = "<p>&quot;When my basement flooded, it was a terrible mess. I thought it was a total loss, but The Flood Team came out right away and was able to save the walls and carpet, and it's dry to this day with no mold, no musty smell. Thanks, Flood Team.&quot;</p><p class='quoted'>-Denise Alvarez, Florissant</p>"
random_text[number++] = "<p>&quot;I was beyond impressed with the level of technology The Flood Team used to clean up my company's headquarters. They were very professional in handling my property, and I can't imagine anyone doing a better, more efficient job.&quot;</p><p class='quoted'>-Mark Travers, Creve Coeur</p>"
random_text[number++] = "<p>&quot;We have used The Flood Team several times. With each call they have provided professional service in a timely manner that let us stay on track. They worked quickly and efficiently and we were back to normal in no time. Their moisture evaluation process worked in tandem with our insurance adjuster and helped get the claim processed quickly without a lot of work on our part. We will use them again.&quot;</p><p class='quoted'>-Bob Anderson, St. Louis</p>"

var random_number = Math.floor(Math.random() * number);

document.write(random_text[random_number]);