This group of newly sworn D.A.R.E officers recently spent part of an evening at O.U.R.M Family Home serving dinner, handing out gifts and giving a short presentation to our students. They’re one of the many volunteer groups who serve at the Mission, but we’ve always got room for more –  especially during the busy holiday season. If your church, school, business, or other group wants to get involved, contact Volunteer Coordinator Sharlene Stanford at 407.422.4855, ext. 1109, or sharlene.stanford@www.ourm.org

(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 }); })();