Skip to content
document.addEventListener("DOMContentLoaded", function() {
let buttons = document.querySelectorAll(".button");
buttons.forEach(button => {
if (button.getAttribute("href") === "https://salem.southernnhchamber.com/events/register/16529") {
button.onclick = function() {
window.location.href = "https://www.eventbrite.com";
};
}
});
});