Saturday, July 12 8:30AM at the Fair Grounds. 5k run/walk. All benefits proceed the Kewaunee County Fairest of the Fair program. Formal wear not required, but it is fun to see everyone dress up and run! ENTRY FORM EVENT FLYER
Free with Wristband. Registration at the exhibition hall begins at 8AM, race at 10AM. Kids receive a cape and medal. Two age groups 2-6 and 7-11. It is a short loop inside the fair grounds with a leader in the beginning and end to help the kids.
Free with Wristband. Registration at the exhibition hall begins at 8AM, race at 10AM. Kids receive a cape and medal. Two age groups 2-6 and 7-11. It is a short loop inside the fair grounds with a leader in the beginning and end to help the kids.
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 });
})();