var Core = {}; Core.getElementsByClass = function(theClass) { var elementArray = []; if (document.all) { elementArray = document.all; } else { elementArray = document.getElementsByTagName("*"); } var matchedArray = []; var pattern = new RegExp("(^| )" + theClass + "( |$)"); for (var i = 0; i < elementArray.length; i++) { if (pattern.test(elementArray[i].className)) { matchedArray[matchedArray.length] = elementArray[i]; } } return matchedArray; }; function hideClass(classObj) { var list = Core.getElementsByClass(classObj); for (var i = 0; i < list.length; i++) { list[i].style.display = 'none'; } } Client Referral Program Skip to Main Content Skip to Footer
Download Our App|(805) 647-8596
News

Client Referral Program

January 1, 2021

The greatest compliment our clients can give is the referral of their friends and family. When you refer a new client to The Animal Doctor, both you and your referral will receive a $25.00 credit. This credit can be used as either a credit on your account or as a donation to the Riley Rolph Animal Rescue Foundation.

Thank you for your trust in our hospital, veterinarians and veterinary support team members.

Email us or call at 805-647-8596 for more information.