<!--

// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "I was very well satisfied with HensonFuerst. They felt like family to me and kept me well informed... "
text[number++] = "I felt as though my life and livelihood had forever been taken from me before your law firm agreed to... "
text[number++] = "Our case manager is amazing!!! She has all the answers, is always ready to help and has a can-do attitude... "
text[number++] = "Your kindness and respect made us feel like family and words cannot explain how we feel... "
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->