Home
About
Day Events
Holidays
Calendar
Contact
Login
Sign up for free
Gold Members
Sunday. 11 May, 1986 - Saturday. 17 May, 1986
Monthly View
Weekly View
Week 20
There is no events on this week
Events Calendar
What is Gold Membership?
Bespoke Events
How Does 45 Plus Not Grumpy work?
T's & C's
Privacy Statement
Disclaimer
Sitemap
document.addEventListener('DOMContentLoaded', function () { const pageParameters = new URLSearchParams(window.location.search); /* Only run when the page is displayed inside the Wrapper */ if (pageParameters.get('tmpl') !== 'component') { return; } const calendar = document.querySelector( '#eb-calendar-page, #extcalendar' ); if (!calendar) { return; } /* Process calendar links */ calendar.querySelectorAll('a[href]').forEach(function (link) { const url = new URL(link.href, window.location.origin); /* Open individual event pages as normal full pages */ if ( url.origin === window.location.origin && url.pathname.includes('/events/') ) { link.setAttribute('target', '_top'); return; } /* Keep calendar controls inside component-only mode */ if (url.origin === window.location.origin) { url.searchParams.set('tmpl', 'component'); link.href = url.toString(); } }); /* Preserve component-only mode when changing month/year */ calendar.querySelectorAll('form').forEach(function (form) { if (!form.querySelector('input[name="tmpl"]')) { const input = document.createElement('input'); input.type = 'hidden'; input.name = 'tmpl'; input.value = 'component'; form.appendChild(input); } }); });