/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

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


if (quotes==0) {
person="Steve Deas, GA Neurological Surgery";
body="Robert and his team of employees from ClearLink did the installation in our new office of data drops, as well as cabling for our music system. The workmanship and efficiency of their group is the best that I have ever encountered. His employees are courteous...";
}

// if (quotes==1) {
// person="burton and burton";
// body="ClearLink has consistently completed work for us that was on time, on budget and high quality. They've been a great partner for our IT group, enabling us to provide reliable data and telephone services to our employees.";
// }




document.write('<p>'+ body +'</p>');
document.write('<p><strong>' + person + '</strong>');
document.write ('<br /><a href=\"/contact.php#testimonials\">See testimonials</a></p>');

