top of page
New Milford Alumni Association
bottom of page
import {local} from 'wix-storage'; import wixWindow from 'wix-window'; $w.onReady(function () { if(!local.getItem("firstTimePopupShown")) { wixWindow.openLightbox("Contact info"); local.setItem("firstTimePopupShown", "yes"); } } );
New Milford Alumni Association