Site Accessibility Features: Skip to page menus


Reset Website Accessibility

Site Menus Section Skip to page content

How-To Videos

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!

Contact Us

Phone: 407-352-2579

Fax: 407-352-2513

Email: drphillipsanimal@att.net

Address

7600 Dr Phillips Blvd. #142

Orlando, Florida, 32819

Hours of Operation

Monday 8:00am – 11:00pm Tuesday 8:00am – 11:00pm Wednesday 8:00am – 11:00pm Thursday 8:00am – 11:00pm Friday 8:00am – 11:00pm Saturday 9:00am – 7:00pm Sunday 9:00am – 5:00pm

© 2025 Dr. Phillips Animal Hospital. Powered by LifeLearn Veterinary Websites

Location

7600 Dr Phillips Blvd. #142 Orlando, Florida, 32819

Give Us A Call
407-352-2579
Hours of Operation

Mon – Fri 8:00am-11:00pm

Sat 9:00am-7:00pm

Sun 9:00am-5:00pm