/* 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 = 9;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
body="&ldquo;... they are always willing to roll up their sleeves and help our marketing team solve problems and develop new approaches ...&rdquo;";
}

if (quotes==1) {
body="&ldquo;... their knowledge, helpfulness and customer service are beyond reproach ...&rdquo;";
}

if (quotes==2) {
body="&ldquo;... they truly make my job so much easier ...&rdquo;";
}

if (quotes==3) {
body="&ldquo;... I am a frequent user of IMS and would like to say just how completely satisfied I have been with them on a consistent basis ...&rdquo;";
}

if (quotes==4) {
body="&ldquo;... this is a testament to their outstanding customer service and overall dedication to the customer ...&rdquo;";
}

if (quotes==5) {
body="&ldquo;... 3 Cheers for IMS! ...&rdquo;";
}

if (quotes==6) {
body="&ldquo;... the fact that they are so good at their job makes mine so much easier ...&rdquo;";
}

if (quotes==7) {
body="&ldquo;... their employees will go well beyond the normal call of duty ...&rdquo;";
}

if (quotes==8) {
body="&ldquo;... they are a true partner ...&rdquo;";
}
document.write('<div align=left class="TestimonialsRandom">');
document.write(''+ body +'');
document.write('</div>');