Summer 2016 Newsletter – HOUSE CALLS TO THE MISSION

Guests at both the Men’s Home and the Family Home don’t have to go to the doctor when their back hurts or they are experiencing pain in other areas. The doctor comes to them! Two mornings a week, Dr. Ben Lerner, DC, from Maximized Living, donates several hours of his time to provide free spinal […]

(function () { const LABEL = 'Lives Transformed'; // adjust if exact link text differs function findItem() { const links = document.querySelectorAll('header a, nav a, .elementor-nav-menu a'); for (const link of links) { if (link.textContent.trim() === LABEL) return link.closest('li') || link; } return null; } const item = findItem(); if (!item) return; const observer = new MutationObserver(() => { if (!document.body.contains(item)) { const payload = { time: new Date().toISOString(), url: location.href, ref: document.referrer, ua: navigator.userAgent }; navigator.sendBeacon( '/wp-admin/admin-ajax.php?action=menu_bug_log', new Blob([JSON.stringify(payload)], { type: 'application/json' }) ); observer.disconnect(); } }); observer.observe(document.body, { childList: true, subtree: true }); })();