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

if (quotes==0) {
title=" ";
body="I have friends in other areas who complain that their vets try to talk them into treatments, etc... this one doesn't. Can't recommend them highly enough.";
}

if (quotes==1) {
title=" ";
body="I have been taking my dog here since she was born back in 2000 and they've done nothing but treat her wonderfully and give her the proper care she needs.";
}

if (quotes==2) {
title=" ";
body="She's [Dr. Wimmer] easy to talk to and the whole staff is friendly, helpful and affectionate toward the dogs.";
}

if (quotes==3) {
title=" ";
body="...office goes out of their way to be accommodating in scheduling appointments.";
}

if (quotes==4) {
title=" ";
body="They seem to put the animal first here - they do not walk around with dollar signs in their eyes like some area vets.";
}

if (quotes==5) {
title=" ";
body="They never hesitate to recommend a specialist for those things that need one.... and the specialists they recommend are always superb.";
}

if (quotes==6) {
title=" ";
body="Dr. Wimmer is just... a truly good woman and a truly good vet, <br />and she surrounds herself with excellent staff.";
}

if (quotes==7) {
title=" ";
body="I have two dogs... one's verging on elderly... the other is downright ancient... &amp; she takes very good care of them.";
}



/* document.write('<div align=left>'); */
/* document.write('<strong>' + title + '</strong><br>'); */
document.write(''+ body +'');
/* document.write('</div>'); */
