/* 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 = 6;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
body="&ldquo;... I would recommend Vision Design Group to any photographer on a budget needing a website in a short time ...&rdquo;";
}

if (quotes==1) {
body="&ldquo;... I immediately knew I found the perfect match for us. Vision Design's friendly, knowledgeable staff has never been too busy to help us ...&rdquo;";
}

if (quotes==2) {
body="&ldquo;... I’d give their communication and customer service an A+ ...&rdquo;";
}

if (quotes==3) {
body="&ldquo;... at least three times a week I hear from my clients how beautiful and how easy it is to navigate the site! ...&rdquo;";
}

if (quotes==4) {
body="&ldquo;... This is my third website, and from the very start Vision Design Group has been top rate ...&rdquo;";
}

if (quotes==5) {
body="&ldquo;... Within 3-5 days of the new website going live, the phones started ringing immediately and we saw a dramatic increase in traffic ...&rdquo;";
}
document.write('<div align=left class="TestimonialsRandom">');
document.write(''+ body +'');
document.write('</div>');