Vetcelerator

Simplifying the Business of Veterinary Medicine

Vetcelerator

Simplifying the Business of Veterinary Medicine

Scroll to Top

All Paws Animal Hospital

This team is really in tune with our practice needs, and really have our best interest at hand when it comes to our bottom line. We really appreciate all their efforts form John’s team in Marketing, Drew in Sales, Lynn’s help with reports, and Mason’s expertise on new hire.

4.3 Rating

Leave us a Review

jQuery(document).ready(function($) { $(".team-member").on("click", function() { // Get data from the clicked team member var name = $(this).data("name"); var description = $(this).data("description"); var linkedin = $(this).data("linkedin"); // Update the left container $("#member-name").text(name); $("#member-bio").text(description); // Update LinkedIn button & show it if (linkedin) { $("#linkedin-button").attr("href", linkedin).show(); } else { $("#linkedin-button").hide(); } }); });