On this day 10 years ago, Guy opened the doors for the first time at the Seaton practice. Thanks for all of your support over the past decade!
window.addEventListener("message", receiveMessage); function receiveMessage(e) { if (typeof e.data !== 'string') return; if (e.data.search('cliniko-bookings-page:confirmed') > -1) { var dataLayer = window.dataLayer || (window.dataLayer = []); dataLayer.push({ 'event': 'clinikoBookingCompleted' }); } }