Site Accessibility Features: Skip to page menus
Site Menus Section Skip to page content
![]()
A series of helpful short videos on dog and cat care.
Site Sidebar: Skip to end of sidebar
// Store the visit time in sessionStorage to persist across pages (function () { const VISIT_KEY = 'uet_first_visit_time';
// Only set on the first page of the session if (!sessionStorage.getItem(VISIT_KEY)) { sessionStorage.setItem(VISIT_KEY, Date.now().toString()); }
document.addEventListener('DOMContentLoaded', function () { document.addEventListener('click', function (e) { let el = e.target;
// Traverse up to find the closest
// Only proceed if it's a real tel: link if (el && el.tagName === 'A' && el.href && el.href.toLowerCase().startsWith('tel:')) { const visitStart = parseInt(sessionStorage.getItem(VISIT_KEY) || '0', 10); const now = Date.now(); const timeElapsed = now - visitStart;
if (timeElapsed >= 30000) { uet_report_conversion(); } else { console.log("⏱️ Phone clicked before 30s – conversion NOT triggered"); } } }, true); }); })();
See What Our Customers Say View Testimonials!Phone: 407-352-2579
Fax: 407-352-2513
Email: drphillipsanimal@att.net
7600 Dr Phillips Blvd. #142
Orlando, Florida, 32819
© 2025 Dr. Phillips Animal Hospital. Powered by LifeLearn Veterinary Websites
7600 Dr Phillips Blvd. #142 Orlando, Florida, 32819
Mon – Fri 8:00am-11:00pm
Sat 9:00am-7:00pm
Sun 9:00am-5:00pm