// DISCO PARTY POPUP - Wild Apricot Global JavaScript
document.addEventListener("DOMContentLoaded", function () {
// Show only on the homepage
if (window.location.pathname === "/" || window.location.pathname === "/Default.aspx") {
// Avoid showing multiple times in same session
if (sessionStorage.getItem("discoPopupShown")) return;
sessionStorage.setItem("discoPopupShown", "yes");
// Create popup HTML
const popup = document.createElement("div");
popup.innerHTML = `