//var purchaseBtn = document.querySelectorAll("a[href='https://cmnm.regfox.com/2021-rocky-mountain-golf-card']");
//for (var i = 0, l = purchaseBtn.length; i < l; i++) {
// var btnLinks = purchaseBtn[i];
// btnLinks.setAttribute("onclick","purchaseClicked()");
//}
//function purchaseClicked() {
//var If exit_page && purchaseclicked == false
//initPopup.stopPropagation()
//alert('test');
// window.open("https://cmnm.regfox.com/2021-rocky-mountain-golf-card", "_blank");
//};