const footerAtt = `

Listener-supported 88.5 KNKX delivers jazz, blues and NPR news on air and online from its studios in Seattle and Tacoma, Washington.

KNKX is a registered 501(c)(3). EIN: 81-1095651

© 2023 Pacific Public Media

`; const menuAttr = `

KNKX delivers jazz, blues and NPR news on air and online from its studios in Seattle and Tacoma, Washington.

`; const menuSocialBtn = `
youtube
`; // Custom Google Search, bypasses Grove Search. Found at '/site-search' document.addEventListener('DOMContentLoaded', function () { var searchForms = document.querySelectorAll('form.PH-search-form'); for (let form of searchForms) { form.action = '/search'; } // Custom footer copy //const footerAttribute = document.querySelector(".Page-footer-logo"); //footerAttribute.insertAdjacentHTML('afterend', footerAtt); // Custom menu changes const menuAtt = document.querySelector(".PH-ham-m-top"); const menuSocial = document.querySelector(".PH-ham-m-content"); menuAtt.insertAdjacentHTML('afterend', menuAttr); menuSocial.insertAdjacentHTML('afterend', menuSocialBtn); });