// RANDOM TEXT
function random_text()
{};
var random_text = new random_text();
var number = 0;

random_text[number++] = "<p>We have always found the Liquid team to be creative, resourceful and totally customer focused, providing Mack with superior service and attention to our needs...</p><p class=\"author\"><strong>Sharon Shuman</strong><br />Manager of Web Communications<br />Mack Trucks</p>"

random_text[number++] = "<p>Liquid is a company that truly understands the importance of brand, the need to capture potential customers in this competitive market...</p><p class=\"author\"><strong>Sharon Shuman</strong><br />Manager of Web Communications<br />Mack Trucks</p>"

random_text[number++] = "<p>The Liquid team helped us take a vague vision and transform it into a well-defined, fully functional site in a remarkably short amount of time...</p><p class=\"author\"><strong>Nancy Hamblet</strong><br />Glemser Technologies</p>"

random_text[number++] = "<p>From the design and programming, to technical capabilities and project management, Liquid has proven themselves as a leader in the industry...</p><p class=\"author\"><strong>Suzanne Collier</strong><br />Senior Manager<br />Marketing Communications<br />Teva Pharmaceuticals</p>"

random_text[number++] = "<p>Where some companies would take a &quot;canned&quot; approach to an account like Bills Khakis, Liquid has put forth the effort to fully understand our needs...</p><p class=\"author\"><strong>John Dever III</strong><br />Bills Khakis</p>"

random_text[number++] = "<p>I'm very impressed with Liquid's ability, and willingness, to understand our business...</p><p class=\"author\"><strong>John Dever III</strong><br />Bills Khakis</p>"

random_text[number++] = "<p>Liquid's success lies in their ability to merge their project management skills, technical capabilities and their commitment to customer satisfaction...</p><p class=\"author\"><strong>Victoria Hofmann</strong><br />Just Born, Inc.</p>"

var random_number = Math.floor(Math.random() * number);

document.write(random_text[random_number]);
