The Kentucky Headhunters, declared “the great American rock ‘n’ roll band” by Billboard magazine, began their professional journey in 1968 when brothers Fred and Richard Young and cousins Greg Martin and Anthony Kenney formed the Southern blues-rock band Itchy...
Jordan Blanchard is a Nashville recording artist originally from Wisconsin. His debut 6-song EP “Pick In My Pocket” dropped in 2023 and has accumulated over 250,000 streams worldwide. Over the past two years, he has played 400+ shows spread across several states. Some...
Grand Union celebrates this fact to bring you a night of Country Music without prejudice. From classis anthems to today’s hits, you’ll hear it all. Sprinkling in enough rock and pop to satisfy all tastes, we guarantee a GRAND ole time!
Recent Posts
Recent Comments
No comments to show.
}
return null;
}
function inject(){
const container = findContainer();
if (!container) return;
if (container.querySelector('.kcf-events-notice')) return; // avoid duplicates
const bar = document.createElement('div');
bar.className = 'kcf-events-notice';
bar.setAttribute('role','status');
bar.setAttribute('aria-live','polite');
bar.textContent = msg;
container.insertAdjacentElement('afterbegin', bar);
}
document.addEventListener('DOMContentLoaded', inject);
// Re-inject when TEC swaps views/paginates via AJAX
const mo = new MutationObserver(inject);
mo.observe(document.body, { childList: true, subtree: true });
})();