Big Hat Rodeo makes an exciting stop at the Kewaunee County Pro Rodeo. Bring the whole family to see top professional cowboys and cowgirls compete in a full rodeo, including thrilling bull riding and bronc riding. Admission to the rodeo is included with the gate...
Big Hat Rodeo makes an exciting stop at the Kewaunee County Pro Rodeo. Bring the whole family to see top professional cowboys and cowgirls compete in a full rodeo, including thrilling bull riding and bronc riding. Admission to the rodeo is included with the gate...
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 });
})();