document.addEventListener('DOMContentLoaded', function () { var links = document.querySelectorAll('.trigger-popup-558075'); links.forEach(function(link) { link.addEventListener('click', function() { if (typeof elementorProFrontend !== 'undefined') { elementorProFrontend.modules.popup.showPopup({ id: 558075 }); } }); }); });
Join the NEWHD Rock Evolution Today!
Download the free NEWHD Radio App on Apple CarPlay to support and rock out with autistic individuals, people with disabilities, and veterans.

Sign Up For Cool Stuff!

{{playListTitle}}
{{list.tracks[currentTrack].track_title}}
{{list.tracks[currentTrack].album_title}}
{{classes.skipBackward}}
{{classes.skipForward}}
{{this.mediaPlayer.getPlaybackRate()}}X
{{ currentTime }}
{{ totalTime }}
(function () { function startStreamWhenReady() { const audio = document.getElementById('sonaarAudio'); if (!audio) return false; // Wait until real stream URL is injected (not page URL) if (audio.src && audio.src.startsWith('http') && !audio.src.includes('ny-test')) { audio.play() .then(() => console.log("NEWHD STREAM STARTED")) .catch(err => console.log("PLAY BLOCKED:", err)); return true; } return false; } const watcher = setInterval(() => { if (startStreamWhenReady()) { clearInterval(watcher); } }, 300); })(); function newhd_reset_mobile_menu() { // Close Elementor mobile menu jQuery('.elementor-menu-toggle').removeClass('elementor-active'); jQuery('.elementor-nav-menu--dropdown') .attr('aria-hidden', 'true') .css('display', 'none'); // Remove stuck focus (THIS is critical for your ARIA error) if (document.activeElement) { document.activeElement.blur(); } } // Run once on load jQuery(document).ready(function () { newhd_reset_mobile_menu(); }); // Watch for Sonaar DOM swaps (this is the key) const observer = new MutationObserver(function () { newhd_reset_mobile_menu(); }); observer.observe(document.body, { childList: true, subtree: true });