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 }}
add_action( 'elementor/query/current_tag_filter', function( $query ) { if ( is_admin() ) return; if ( is_tag() ) { $tag = get_queried_object(); if ( !empty( $tag->term_id ) ) { $query->set( 'tax_query', array( array( 'taxonomy' => 'post_tag', 'field' => 'term_id', 'terms' => $tag->term_id, ), )); } } }); 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 });