Login
(not required) Preferences
Did you know...
Some AM stations still power down at sunset ?
Streaming Radio Guide
view source - https://wrmj.com/
<!DOCTYPE html> <html class="no-js mh-two-sb" lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="profile" href="http://gmpg.org/xfn/11" /> <title>WRMJ.COM &#8211; Today&#8217;s Country &amp; Your All-Time Favorites</title> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- Open Graph Meta Tags generated by Blog2Social 847 - https://www.blog2social.com --> <meta property="og:title" content="WRMJ.COM"/> <meta property="og:description" content="Today&#039;s Country &amp; Your All-Time Favorites"/> <meta property="og:url" content="https://wrmj.com"/> <meta property="og:type" content="website"/> <!-- Open Graph Meta Tags generated by Blog2Social 847 - https://www.blog2social.com --> <!-- Twitter Card generated by Blog2Social 847 - https://www.blog2social.com --> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="WRMJ.COM"/> <meta name="twitter:description" content="Today&#039;s Country &amp; Your All-Time Favorites"/> <!-- Twitter Card generated by Blog2Social 847 - https://www.blog2social.com --> <script type='application/javascript' id='pys-version-script'>console.log('PixelYourSite Free version 11.0.0.3');</script> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="WRMJ.COM &raquo; Feed" href="https://wrmj.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="WRMJ.COM &raquo; Comments Feed" href="https://wrmj.com/comments/feed/" /> <!-- This site uses the Google Analytics by ExactMetrics plugin v8.6.1 - Using Analytics tracking - https://www.exactmetrics.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-51F5TLQYZ1" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var em_version = '8.6.1'; var em_track_user = true; var em_no_track_reason = ''; var ExactMetricsDefaultLocations = {"page_location":"https:\/\/wrmj.com\/"}; if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations ); } else { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations; } var disableStrs = [ 'ga-disable-G-51F5TLQYZ1', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.ExactMetricsDualTracker = { helpers: {}, trackers: {}, }; if (em_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = exactmetrics_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') { ExactMetricsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dNDMyYj': true, }); if ( ExactMetricsLocations.page_location ) { __gtagTracker('set', ExactMetricsLocations); } __gtagTracker('config', 'G-51F5TLQYZ1', {"forceSSL":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by ExactMetrics --> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/wrmj.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.1"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\ud83d\udd25","\ud83d\udc26\u200b\ud83d\udd25")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='ai1ec_style-css' href='//wrmj.com/wp-content/plugins/all-in-one-event-calendar/cache/c4e08c52_ai1ec_parsed_css.css?ver=3.0.0' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://wrmj.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.1' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link rel='stylesheet' id='uji_countdown-uji-style-css-css' href='https://wrmj.com/wp-content/plugins/uji-countdown/dist/style-ujicount.css' type='text/css' media='all' /> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='awesome-weather-css' href='https://wrmj.com/wp-content/plugins/awesome-weather/awesome-weather.css?ver=6.8.1' type='text/css' media='all' /> <style id='awesome-weather-inline-css' type='text/css'> .awesome-weather-wrap { font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 14px; line-height: 14px; } </style> <link rel='stylesheet' id='opensans-googlefont-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A400&#038;ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='bwg_fonts-css' href='https://wrmj.com/wp-content/plugins/photo-gallery/css/bwg-fonts/fonts.css?ver=0.0.1' type='text/css' media='all' /> <link rel='stylesheet' id='sumoselect-css' href='https://wrmj.com/wp-content/plugins/photo-gallery/css/sumoselect.min.css?ver=3.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='mCustomScrollbar-css' href='https://wrmj.com/wp-content/plugins/photo-gallery/css/jquery.mCustomScrollbar.min.css?ver=3.1.5' type='text/css' media='all' /> <link rel='stylesheet' id='bwg_googlefonts-css' href='https://fonts.googleapis.com/css?family=Ubuntu&#038;subset=greek,latin,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic' type='text/css' media='all' /> <link rel='stylesheet' id='bwg_frontend-css' href='https://wrmj.com/wp-content/plugins/photo-gallery/css/styles.min.css?ver=1.8.35' type='text/css' media='all' /> <link rel='stylesheet' id='ce_responsive-css' href='https://wrmj.com/wp-content/plugins/simple-embed-code/css/video-container.min.css?ver=2.5.1' type='text/css' media='all' /> <link rel='stylesheet' id='mh-font-awesome-css' href='https://wrmj.com/wp-content/themes/mh-magazine/includes/font-awesome.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='chld_thm_cfg_parent-css' href='https://wrmj.com/wp-content/themes/mh-magazine/style.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='mh-magazine-css' href='https://wrmj.com/wp-content/themes/mh-magazine-child/style.css?ver=4.0.0.1708799520' type='text/css' media='all' /> <link rel='stylesheet' id='mh-google-fonts-css' href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,700' type='text/css' media='all' /> <link rel='stylesheet' id='newsletter-css' href='https://wrmj.com/wp-content/plugins/newsletter/style.css?ver=8.9.1' type='text/css' media='all' /> <link rel='stylesheet' id='tablepress-default-css' href='https://wrmj.com/wp-content/plugins/tablepress/css/build/default.css?ver=3.1.3' type='text/css' media='all' /> <link rel='stylesheet' id='tablepress-responsive-tables-css' href='https://wrmj.com/wp-content/plugins/tablepress-responsive-tables/css/tablepress-responsive.min.css?ver=1.8' type='text/css' media='all' /> <script type="text/javascript" src="https://wrmj.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=8.6.1" id="exactmetrics-frontend-script-js" async="async" data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='exactmetrics-frontend-script-js-extra'>/* <![CDATA[ */ var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/wrmj.com","hash_tracking":"false","v4_id":"G-51F5TLQYZ1"};/* ]]> */ </script> <script type="text/javascript" src="https://wrmj.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://wrmj.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://wrmj.com/wp-content/plugins/photo-gallery/js/jquery.sumoselect.min.js?ver=3.4.6" id="sumoselect-js"></script> <script type="text/javascript" src="https://wrmj.com/wp-content/plugins/photo-gallery/js/tocca.min.js?ver=2.0.9" id="bwg_mobile-js"></script> <script type="text/javascript" src="https://wrmj.com/wp-content/plugins/photo-gallery/js/jquery.mCustomScrollbar.concat.min.js?ver=3.1.5" id="mCustomScrollbar-js"></script> <script type="text/javascript" src="https://wrmj.com/wp-content/plugins/photo-gallery/js/jquery.fullscreen.min.js?ver=0.6.0" id="jquery-fullscreen-js"></script> <script type="text/javascript" id="bwg_frontend-js-extra"> /* <![CDATA[ */ var bwg_objectsL10n = {"bwg_field_required":"field is required.","bwg_mail_validation":"This is not a valid email address.","bwg_search_result":"There are no images matching your search.","bwg_select_tag":"Select Tag","bwg_order_by":"Order By","bwg_search":"Search","bwg_show_ecommerce":"Show Ecommerce","bwg_hide_ecommerce":"Hide Ecommerce","bwg_show_comments":"Show Comments","bwg_hide_comments":"Hide Comments","bwg_restore":"Restore","bwg_maximize":"Maximize","bwg_fullscreen":"Fullscreen","bwg_exit_fullscreen":"Exit Fullscreen","bwg_search_tag":"SEARCH...","bwg_tag_no_match":"No tags found","bwg_all_tags_selected":"All tags selected","bwg_tags_selected":"tags selected","play":"Play","pause":"Pause","is_pro":"","bwg_play":"Play","bwg_pause":"Pause","bwg_hide_info":"Hide info","bwg_show_info":"Show info","bwg_hide_rating":"Hide rating","bwg_show_rating":"Show rating","ok":"Ok","cancel":"Cancel","select_all":"Select all","lazy_load":"0","lazy_loader":"https:\/\/wrmj.com\/wp-content\/plugins\/photo-gallery\/images\/ajax_loader.png","front_ajax":"0","bwg_tag_see_all":"see all tags","bwg_tag_see_less":"see less tags"}; /* ]]> */ </script> <script type="text/javascript" src="https://wrmj.com/wp-content/plugins/photo-gallery/js/scripts.min.js?ver=1.8.35" id="bwg_frontend-js"></script> <script type="text/javascript" id="mh-scripts-js-extra"> /* <![CDATA[ */ var mh_magazine = {"text":{"toggle_menu":"Toggle Menu"}}; /* ]]> */ </script> <script type="text/javascript" src="https://wrmj.com/wp-content/themes/mh-magazine/js/scripts.js?ver=4.1.2" id="mh-scripts-js"></script> <script type="text/javascript" src="https://wrmj.com/wp-content/plugins/pixelyoursite/dist/scripts/jquery.bind-first-0.2.3.min.js?ver=6.8.1" id="jquery-bind-first-js"></script> <script type="text/javascript" src="https://wrmj.com/wp-content/plugins/pixelyoursite/dist/scripts/js.cookie-2.1.3.min.js?ver=2.1.3" id="js-cookie-pys-js"></script> <script type="text/javascript" src="https://wrmj.com/wp-content/plugins/pixelyoursite/dist/scripts/tld.min.js?ver=2.3.1" id="js-tld-js"></script> <script type="text/javascript" id="pys-js-extra"> /* <![CDATA[ */ var pysOptions = {"staticEvents":[],"dynamicEvents":[],"triggerEvents":[],"triggerEventTypes":[],"debug":"","siteUrl":"https:\/\/wrmj.com","ajaxUrl":"https:\/\/wrmj.com\/wp-admin\/admin-ajax.php","ajax_event":"e50b0b1fa8","enable_remove_download_url_param":"1","cookie_duration":"7","last_visit_duration":"60","enable_success_send_form":"","ajaxForServerEvent":"1","ajaxForServerStaticEvent":"1","send_external_id":"1","external_id_expire":"180","track_cookie_for_subdomains":"1","google_consent_mode":"1","gdpr":{"ajax_enabled":false,"all_disabled_by_api":false,"facebook_disabled_by_api":false,"analytics_disabled_by_api":false,"google_ads_disabled_by_api":false,"pinterest_disabled_by_api":false,"bing_disabled_by_api":false,"externalID_disabled_by_api":false,"facebook_prior_consent_enabled":true,"analytics_prior_consent_enabled":true,"google_ads_prior_consent_enabled":null,"pinterest_prior_consent_enabled":true,"bing_prior_consent_enabled":true,"cookiebot_integration_enabled":false,"cookiebot_facebook_consent_category":"marketing","cookiebot_analytics_consent_category":"statistics","cookiebot_tiktok_consent_category":"marketing","cookiebot_google_ads_consent_category":"marketing","cookiebot_pinterest_consent_category":"marketing","cookiebot_bing_consent_category":"marketing","consent_magic_integration_enabled":false,"real_cookie_banner_integration_enabled":false,"cookie_notice_integration_enabled":false,"cookie_law_info_integration_enabled":false,"analytics_storage":{"enabled":true,"value":"granted","filter":false},"ad_storage":{"enabled":true,"value":"granted","filter":false},"ad_user_data":{"enabled":true,"value":"granted","filter":false},"ad_personalization":{"enabled":true,"value":"granted","filter":false}},"cookie":{"disabled_all_cookie":false,"disabled_start_session_cookie":false,"disabled_advanced_form_data_cookie":false,"disabled_landing_page_cookie":false,"disabled_first_visit_cookie":false,"disabled_trafficsource_cookie":false,"disabled_utmTerms_cookie":false,"disabled_utmId_cookie":false},"tracking_analytics":{"TrafficSource":"direct","TrafficLanding":"undefined","TrafficUtms":[],"TrafficUtmsId":[]},"GATags":{"ga_datalayer_type":"default","ga_datalayer_name":"dataLayerPYS"},"woo":{"enabled":false},"edd":{"enabled":false},"cache_bypass":"1754243559"}; /* ]]> */ </script> <script type="text/javascript" src="https://wrmj.com/wp-content/plugins/pixelyoursite/dist/scripts/public.js?ver=11.0.0.3" id="pys-js"></script> <link rel="https://api.w.org/" href="https://wrmj.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://wrmj.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.8.1" /> <!-- This site is using AdRotate v5.14 to display their advertisements - https://ajdg.solutions/ --> <!-- AdRotate CSS --> <style type="text/css" media="screen"> .g { margin:0px; padding:0px; overflow:hidden; line-height:1; zoom:1; } .g img { height:auto; } .g-col { position:relative; float:left; } .g-col:first-child { margin-left: 0; } .g-col:last-child { margin-right: 0; } .g-1 { min-width:0px; max-width:300px; } .b-1 { margin:0px; } .g-2 { min-width:0px; max-width:300px; } .b-2 { margin:0px; } .g-3 { min-width:5px; max-width:738px; } .b-3 { margin:5px; } .g-4 { min-width:5px; max-width:1122px; margin: 0 auto; } .b-4 { margin:5px; } .g-5 { min-width:0px; max-width:364px; margin: 0 auto; } .b-5 { margin:0px; } .g-6 { min-width:0px; max-width:728px; margin: 0 auto; } .b-6 { margin:0px; } .g-7 { min-width:0px; max-width:728px; margin: 0 auto; } .b-7 { margin:0px; } .g-8 { min-width:0px; max-width:728px; margin: 0 auto; } .b-8 { margin:0px; } .g-9 { min-width:0px; max-width:728px; margin: 0 auto; } .b-9 { margin:0px; } .g-10 { min-width:0px; max-width:728px; margin: 0 auto; } .b-10 { margin:0px; } .g-11 { margin: 0 auto; } .g-12 { margin: 0 auto; } .g-13 { margin: 0 auto; } .g-14 { min-width:2px; max-width:732px; } .b-14 { margin:2px; } @media only screen and (max-width: 480px) { .g-col, .g-dyn, .g-single { width:100%; margin-left:0; margin-right:0; } } </style> <!-- /AdRotate CSS --> <!-- HFCM by 99 Robots - Snippet # 1: PIXEL TRACKING CODE --> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-GZPKRJ1BDH"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-GZPKRJ1BDH'); </script> <!-- /end HFCM by 99 Robots --> <script type="text/javascript">//<![CDATA[ function external_links_in_new_windows_loop() { if (!document.links) { document.links = document.getElementsByTagName('a'); } var change_link = false; var force = 'https://wrmj.com/wp-content/uploads/2018/04/eeo-wrmj-2018.pdf'; var ignore = ''; for (var t=0; t<document.links.length; t++) { var all_links = document.links[t]; change_link = false; if(document.links[t].hasAttribute('onClick') == false) { // forced if the address starts with http (or also https), but does not link to the current domain if(all_links.href.search(/^http/) != -1 && all_links.href.search('wrmj.com') == -1 && all_links.href.search(/^#/) == -1) { // console.log('Changed ' + all_links.href); change_link = true; } if(force != '' && all_links.href.search(force) != -1) { // forced // console.log('force ' + all_links.href); change_link = true; } if(ignore != '' && all_links.href.search(ignore) != -1) { // console.log('ignore ' + all_links.href); // ignored change_link = false; } if(change_link == true) { // console.log('Changed ' + all_links.href); document.links[t].setAttribute('onClick', 'javascript:window.open(\'' + all_links.href.replace(/'/g, '') + '\', \'_blank\', \'noopener\'); return false;'); document.links[t].removeAttribute('target'); } } } } // Load function external_links_in_new_windows_load(func) { var oldonload = window.onload; if (typeof window.onload != 'function'){ window.onload = func; } else { window.onload = function(){ oldonload(); func(); } } } external_links_in_new_windows_load(external_links_in_new_windows_loop); //]]></script> <style type="text/css"> .mh-header { background: #e9dec6; } .mh-navigation li:hover, .mh-navigation ul li:hover > ul, .mh-main-nav-wrap, .mh-main-nav, .mh-social-nav li a:hover, .entry-tags li, .mh-slider-caption, .mh-widget-layout8 .mh-widget-title .mh-footer-widget-title-inner, .mh-widget-col-1 .mh-slider-caption, .mh-widget-col-1 .mh-posts-lineup-caption, .mh-carousel-layout1, .mh-spotlight-widget, .mh-social-widget li a, .mh-author-bio-widget, .mh-footer-widget .mh-tab-comment-excerpt, .mh-nip-item:hover .mh-nip-overlay, .mh-widget .tagcloud a, .mh-footer-widget .tagcloud a, .mh-footer, .mh-copyright-wrap, input[type=submit]:hover, #infinite-handle span:hover { background: #3f647b; } .mh-extra-nav-bg { background: rgba(63, 100, 123, 0.2); } .mh-slider-caption, .mh-posts-stacked-title, .mh-posts-lineup-caption { background: #3f647b; background: rgba(63, 100, 123, 0.8); } @media screen and (max-width: 900px) { #mh-mobile .mh-slider-caption, #mh-mobile .mh-posts-lineup-caption { background: rgba(63, 100, 123, 1); } } .slicknav_menu, .slicknav_nav ul, #mh-mobile .mh-footer-widget .mh-posts-stacked-overlay { border-color: #3f647b; } .mh-copyright, .mh-copyright a { color: #fff; } .mh-widget-layout4 .mh-widget-title { background: #e42f26; background: rgba(228, 47, 38, 0.6); } .mh-preheader, .mh-wide-layout .mh-subheader, .mh-ticker-title, .mh-main-nav li:hover, .mh-footer-nav, .slicknav_menu, .slicknav_btn, .slicknav_nav .slicknav_item:hover, .slicknav_nav a:hover, .mh-back-to-top, .mh-subheading, .entry-tags .fa, .entry-tags li:hover, .mh-widget-layout2 .mh-widget-title, .mh-widget-layout4 .mh-widget-title-inner, .mh-widget-layout4 .mh-footer-widget-title, .mh-widget-layout5 .mh-widget-title-inner, .mh-widget-layout6 .mh-widget-title, #mh-mobile .flex-control-paging li a.flex-active, .mh-image-caption, .mh-carousel-layout1 .mh-carousel-caption, .mh-tab-button.active, .mh-tab-button.active:hover, .mh-footer-widget .mh-tab-button.active, .mh-social-widget li:hover a, .mh-footer-widget .mh-social-widget li a, .mh-footer-widget .mh-author-bio-widget, .tagcloud a:hover, .mh-widget .tagcloud a:hover, .mh-footer-widget .tagcloud a:hover, .mh-posts-stacked-item .mh-meta, .page-numbers:hover, .mh-loop-pagination .current, .mh-comments-pagination .current, .pagelink, a:hover .pagelink, input[type=submit], #infinite-handle span { background: #e42f26; } .mh-main-nav-wrap .slicknav_nav ul, blockquote, .mh-widget-layout1 .mh-widget-title, .mh-widget-layout3 .mh-widget-title, .mh-widget-layout5 .mh-widget-title, .mh-widget-layout8 .mh-widget-title:after, #mh-mobile .mh-slider-caption, .mh-carousel-layout1, .mh-spotlight-widget, .mh-author-bio-widget, .mh-author-bio-title, .mh-author-bio-image-frame, .mh-video-widget, .mh-tab-buttons, textarea:hover, input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=url]:hover { border-color: #e42f26; } .mh-header-tagline, .mh-dropcap, .mh-carousel-layout1 .flex-direction-nav a, .mh-carousel-layout2 .mh-carousel-caption, .mh-posts-digest-small-category, .mh-posts-lineup-more, .bypostauthor .fn:after, .mh-comment-list .comment-reply-link:before, #respond #cancel-comment-reply-link:before { color: #e42f26; } .mh-subheader, .page-numbers, a .pagelink, .mh-widget-layout3 .mh-widget-title, .mh-widget .search-form, .mh-tab-button, .mh-tab-content, .mh-nip-widget, .mh-magazine-facebook-page-widget, .mh-social-widget, .mh-posts-horizontal-widget, .mh-ad-spot, .mh-info-spot { background: #e2b83c; } .mh-tab-post-item { border-color: rgba(255, 255, 255, 0.3); } .mh-tab-comment-excerpt { background: rgba(255, 255, 255, 0.6); } .entry-content a { color: #e42f26; } a:hover, .entry-content a:hover, #respond a:hover, #respond #cancel-comment-reply-link:hover, #respond .logged-in-as a:hover, .mh-comment-list .comment-meta a:hover, .mh-ping-list .mh-ping-item a:hover, .mh-meta a:hover, .mh-breadcrumb a:hover, .mh-tabbed-widget a:hover { color: #3f647b; } </style> <!--[if lt IE 9]> <script src="https://wrmj.com/wp-content/themes/mh-magazine/js/css3-mediaqueries.js"></script> <![endif]--> <!-- All in one Favicon 4.8 --><link rel="icon" href="https://wrmj.com/wp-content/uploads/2017/02/favicon-front.png" type="image/png"/> <link rel="apple-touch-icon" href="https://wrmj.com/wp-content/uploads/2017/02/site-icon.png" /> <style type="text/css" id="custom-background-css"> body.custom-background { background-color: #e9dec6; } </style> <script type='application/javascript' id='pys-config-warning-script'>console.warn('PixelYourSite: no pixel configured.');</script> <link rel="icon" href="https://wrmj.com/wp-content/uploads/2024/02/cropped-site-icon-wrmj-32x32.png" sizes="32x32" /> <link rel="icon" href="https://wrmj.com/wp-content/uploads/2024/02/cropped-site-icon-wrmj-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://wrmj.com/wp-content/uploads/2024/02/cropped-site-icon-wrmj-180x180.png" /> <meta name="msapplication-TileImage" content="https://wrmj.com/wp-content/uploads/2024/02/cropped-site-icon-wrmj-270x270.png" /> <style type="text/css" id="wp-custom-css"> .entry-content li { margin-bottom:20px; } .sticky { border-radius:5px; background:#27A451!important; color:white; padding:5px; } .ads-right { width:100%; padding-top:15px; padding-bottom:0px; background-color: #25728C; } .mh-excerpt { margin-bottom:20px; } .custom-logo { max-width:75%; margin-top:0px; margin-bottom:0px; margin-left:0px; } </style> </head> <body id="mh-mobile" class="home blog custom-background wp-custom-logo wp-theme-mh-magazine wp-child-theme-mh-magazine-child mh-wide-layout mh-left-sb mh-loop-layout1 mh-widget-layout1 mh-header-transparent" itemscope="itemscope" itemtype="https://schema.org/WebPage"> <div class="mh-header-nav-mobile clearfix"></div> <div class="mh-preheader"> <div class="mh-container mh-container-inner mh-row clearfix"> <div class="mh-header-bar-content mh-header-bar-top-left mh-col-2-3 clearfix"> </div> <div class="mh-header-bar-content mh-header-bar-top-right mh-col-1-3 clearfix"> </div> </div> </div> <header class="mh-header" itemscope="itemscope" itemtype="https://schema.org/WPHeader"> <div class="mh-container mh-container-inner clearfix"> <div class="mh-custom-header clearfix"> <div class="mh-header-columns mh-row clearfix"> <div class="mh-col-1-3 mh-site-identity"> <div class="mh-site-logo" role="banner" itemscope="itemscope" itemtype="https://schema.org/Brand"> <a href="https://wrmj.com/" class="custom-logo-link" rel="home" aria-current="page"><img width="200" height="200" src="https://wrmj.com/wp-content/uploads/2024/02/wrm-logo-circle-200.png" class="custom-logo" alt="WRMJ.COM" decoding="async" srcset="https://wrmj.com/wp-content/uploads/2024/02/wrm-logo-circle-200.png 200w, https://wrmj.com/wp-content/uploads/2024/02/wrm-logo-circle-200-150x150.png 150w" sizes="(max-width: 200px) 100vw, 200px" /></a></div> </div> <aside class="mh-col-2-3 mh-header-widget-2"> <div id="text-8" class="mh-widget mh-header-2 widget_text"> <div class="textwidget"><div style="margin-top: 7px"> <div style="margin-bottom: 5px;"><div class="g g-11"><div class="g-single a-33"><a class="gofollow" data-track="MzMsMTEsMSw2MA==" href="https://www.advrehab.com/"><img decoding="async" src="https://wrmj.com/wp-content/uploads/2024/04/advanced-rehab-leaderboard.jpg" /></a></div></div></div> <div style="margin-top: 5px;"><div class="g g-12"><div class="g-single a-61"><img decoding="async" src="https://wrmj.com/wp-content/uploads/2025/07/WI-TODAY-728X90.jpg" /></div></div></div> </div> </div> </div></aside> </div> </div> </div> <div class="mh-main-nav-wrap"> <nav class="mh-navigation mh-main-nav mh-container mh-container-inner clearfix" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"> <div class="menu-main-container"><ul id="menu-main" class="menu"><li id="menu-item-848546" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-848546"><a href="https://wrmj.com" aria-current="page">Home</a></li> <li id="menu-item-917874" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-917874"><a href="#">News</a> <ul class="sub-menu"> <li id="menu-item-848555" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-848555"><a href="https://wrmj.com/category/western-illinois-today/">Western Illinois Today</a></li> <li id="menu-item-917873" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-917873"><a href="https://wrmj.com/newsletter/">Free Daily Newsletter</a></li> </ul> </li> <li id="menu-item-848548" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-848548"><a href="#">Sports</a> <ul class="sub-menu"> <li id="menu-item-848726" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-848726"><a href="https://wrmj.com/category/local-sports/">Local Sports</a></li> <li id="menu-item-879745" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-879745"><a href="https://network1sports.com/station/wrmj">Listen to High School Sports Games</a></li> <li id="menu-item-848879" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-848879"><a href="https://wrmj.com/sports-broadcast-schedule/">Sports Broadcast Schedule</a></li> <li id="menu-item-919030" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-919030"><a href="https://wrmj.com/hall-of-fame/">Aledo/Mercer Athletic Hall of Fame</a></li> <li id="menu-item-912366" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-912366"><a href="https://wrmj.com/trac/">Three Rivers Athletic Conference</a></li> <li id="menu-item-848787" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-848787"><a href="https://www.mlb.com/cardinals">St. Louis Cardinals</a></li> <li id="menu-item-848788" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-848788"><a href="https://www.fightingillini.com/">Fighting Illini</a></li> <li id="menu-item-848789" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-848789"><a href="https://hawkeyesports.com/">Iowa Hawkeyes</a></li> </ul> </li> <li id="menu-item-848549" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-848549"><a href="https://wrmj.com/category/funerals/">Funerals</a></li> <li id="menu-item-895596" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-895596"><a href="#">Farm</a> <ul class="sub-menu"> <li id="menu-item-895599" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-895599"><a href="https://wrmj.com/category/local-ag-news/">Local Ag News</a></li> <li id="menu-item-895598" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-895598"><a href="https://www.farmweeknow.com/">FarmWeek Now</a></li> <li id="menu-item-895597" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-895597"><a href="https://brownfieldagnews.com/">Brownfield Ag News</a></li> <li id="menu-item-908689" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-908689"><a href="https://www.farmweeknow.com/rfd_radio/">RFD Illinois</a></li> </ul> </li> <li id="menu-item-897708" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-897708"><a href="https://wrmj.com/closings-delays-cancellations/">Closings</a></li> <li id="menu-item-848550" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-848550"><a href="#">Community</a> <ul class="sub-menu"> <li id="menu-item-904213" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-904213"><a href="https://wrmj.com/calendar/">Calendar</a></li> <li id="menu-item-904226" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-904226"><a href="https://wrmj.com/auctions/">Auctions</a></li> <li id="menu-item-850858" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-850858"><a href="https://wrmj.com/yard-sale-directory/">Yard Sale Directory</a></li> <li id="menu-item-849630" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-849630"><a href="https://wrmj.com/category/jobs/">Jobs</a></li> <li id="menu-item-919750" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-919750"><a href="https://wrmj.com/category/relay/">Relay for Life Radiothon</a></li> <li id="menu-item-852629" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-852629"><a href="https://wrmj.com/category/legal-notices/">Legal Notices</a></li> </ul> </li> <li id="menu-item-848551" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-848551"><a href="#">Features</a> <ul class="sub-menu"> <li id="menu-item-848768" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-848768"><a href="https://wrmj.com/play-by-play-webcasts/">Podcasts</a></li> <li id="menu-item-848958" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-848958"><a href="https://wrmj.com/category/announcements/">Announcements</a></li> <li id="menu-item-894058" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-894058"><a href="https://wrmj.com/category/business-spotlight/">Business Spotlight</a></li> <li id="menu-item-883344" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-883344"><a href="https://wrmj.com/category/senior-spotlight/">Senior Spotlight</a></li> <li id="menu-item-848735" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-848735"><a href="https://wrmj.com/bid-4-bargains/">Bid For Bargains</a></li> <li id="menu-item-848554" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-848554"><a href="https://wrmj.com/category/whats-happening/">What&#8217;s Happening</a></li> </ul> </li> <li id="menu-item-848552" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-848552"><a href="#">On the Radio</a> <ul class="sub-menu"> <li id="menu-item-879746" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-879746"><a href="#">Streaming</a> <ul class="sub-menu"> <li id="menu-item-879743" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-879743"><a href="https://streamdb9web.securenetsystems.net/cirruscontent/WRMJ">Listen Live</a></li> <li id="menu-item-879744" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-879744"><a href="https://network1sports.com/station/wrmjnet">Special Events</a></li> </ul> </li> <li id="menu-item-856340" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-856340"><a href="https://wrmj.com/wrmj-broadcast-schedule/">WRMJ Broadcast Schedule</a></li> <li id="menu-item-875634" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-875634"><a href="https://wrmj.com/the-edge-of-country/">The Edge Of Country</a></li> </ul> </li> <li id="menu-item-848553" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-848553"><a href="#">About</a> <ul class="sub-menu"> <li id="menu-item-848766" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-848766"><a href="https://wrmj.com/contact-us/">Contact Us</a></li> <li id="menu-item-848775" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-848775"><a href="https://wrmj.com/station-profile/">Station Profile</a></li> <li id="menu-item-848857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-848857"><a href="https://wrmj.com/staff/">WRMJ Team</a></li> <li id="menu-item-848841" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-848841"><a href="https://wrmj.com/coverage-map/">Coverage Map</a></li> <li id="menu-item-848781" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-848781"><a href="https://wrmj.com/awards/">Awards</a></li> <li id="menu-item-848864" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-848864"><a href="https://wrmj.com/privacy-statement/">Privacy Statement</a></li> <li id="menu-item-848856" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-848856"><a href="https://wrmj.com/contest-rules/">Contest Rules</a></li> <li id="menu-item-862288" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-862288"><a href="https://publicfiles.fcc.gov/fm-profile/wrmj">FCC Public File</a></li> <li id="menu-item-862289" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-862289"><a href="https://wrmj.com/wp-content/uploads/2019/08/eeo-2018-20190719-180926425-pdf.pdf">EEO Statement</a></li> <li id="menu-item-888177" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-888177"><a href="https://wrmj.com/fcc-applications/">FCC Applications</a></li> <li id="menu-item-909517" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-909517"><a href="https://wrmj.com/announcements/">FCC Announcements</a></li> </ul> </li> </ul></div> </nav> </div> </header> <div class="mh-subheader"> <div class="mh-container mh-container-inner mh-row clearfix"> <div class="mh-header-bar-content mh-header-bar-bottom-left mh-col-2-3 clearfix"> <div class="mh-header-ticker mh-header-ticker-bottom"> <div class="mh-ticker-bottom"> <div class="mh-ticker-title mh-ticker-title-bottom"> Top Local Headlines<i class="fa fa-chevron-right"></i> </div> <div class="mh-ticker-content mh-ticker-content-bottom"> <ul id="mh-ticker-loop-bottom"> <li class="mh-ticker-item mh-ticker-item-bottom"> <a href="https://wrmj.com/three-vehicle-crash-reported-near-preemption/" title="Three-Vehicle Crash Reported Near Preemption"> <span class="mh-ticker-item-date mh-ticker-item-date-bottom"> [ August 1, 2025 ] </span> <span class="mh-ticker-item-title mh-ticker-item-title-bottom"> Three-Vehicle Crash Reported Near Preemption </span> <span class="mh-ticker-item-cat mh-ticker-item-cat-bottom"> <i class="fa fa-caret-right"></i> Western Illinois Today </span> </a> </li> <li class="mh-ticker-item mh-ticker-item-bottom"> <a href="https://wrmj.com/2025-trac-football-preseason-coaches-poll-media-poll-preview-newman-princeton-picked-as-favorites/" title="2025 TRAC Football Preseason Coaches Poll, Media Poll &#038; Preview: Newman &#038; Princeton Picked As Favorites"> <span class="mh-ticker-item-date mh-ticker-item-date-bottom"> [ August 1, 2025 ] </span> <span class="mh-ticker-item-title mh-ticker-item-title-bottom"> 2025 TRAC Football Preseason Coaches Poll, Media Poll &#038; Preview: Newman &#038; Princeton Picked As Favorites </span> <span class="mh-ticker-item-cat mh-ticker-item-cat-bottom"> <i class="fa fa-caret-right"></i> Local Sports </span> </a> </li> <li class="mh-ticker-item mh-ticker-item-bottom"> <a href="https://wrmj.com/wrmj-interviews-summer-football-update-with-rockridges-sam-graves-sherrards-dan-mcguire/" title="WRMJ Interviews: Summer Football Update With Rockridge&#8217;s Sam Graves &#038; Sherrard&#8217;s Dan McGuire"> <span class="mh-ticker-item-date mh-ticker-item-date-bottom"> [ July 31, 2025 ] </span> <span class="mh-ticker-item-title mh-ticker-item-title-bottom"> WRMJ Interviews: Summer Football Update With Rockridge&#8217;s Sam Graves &#038; Sherrard&#8217;s Dan McGuire </span> <span class="mh-ticker-item-cat mh-ticker-item-cat-bottom"> <i class="fa fa-caret-right"></i> Local Sports </span> </a> </li> <li class="mh-ticker-item mh-ticker-item-bottom"> <a href="https://wrmj.com/illicit-drug-operation-investigation-leads-to-2-arrests-in-aledo/" title="Illicit Drug Operation Investigation Leads To 2 Arrests In Aledo"> <span class="mh-ticker-item-date mh-ticker-item-date-bottom"> [ July 31, 2025 ] </span> <span class="mh-ticker-item-title mh-ticker-item-title-bottom"> Illicit Drug Operation Investigation Leads To 2 Arrests In Aledo </span> <span class="mh-ticker-item-cat mh-ticker-item-cat-bottom"> <i class="fa fa-caret-right"></i> Western Illinois Today </span> </a> </li> <li class="mh-ticker-item mh-ticker-item-bottom"> <a href="https://wrmj.com/battery-charges-dismissed-obstructing-justice-guilty-plea-probation-sentence-for-mercer-county-school-board-member/" title="Battery Charges Dismissed, Obstructing Justice Guilty Plea &#038; Probation Sentence For Mercer County School Board Member"> <span class="mh-ticker-item-date mh-ticker-item-date-bottom"> [ July 31, 2025 ] </span> <span class="mh-ticker-item-title mh-ticker-item-title-bottom"> Battery Charges Dismissed, Obstructing Justice Guilty Plea &#038; Probation Sentence For Mercer County School Board Member </span> <span class="mh-ticker-item-cat mh-ticker-item-cat-bottom"> <i class="fa fa-caret-right"></i> Western Illinois Today </span> </a> </li> </ul> </div> </div> </div> </div> <div class="mh-header-bar-content mh-header-bar-bottom-right mh-col-1-3 clearfix"> <aside class="mh-header-search mh-header-search-bottom"> <form role="search" method="get" class="search-form" action="https://wrmj.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </aside> </div> </div> </div> <div class="mh-container mh-container-outer"> <div style="margin-left:10px"><div class="g g-4"><div class="g-col b-4 a-10"><a class="gofollow" data-track="MTAsNCwxLDYw" href="https://representatives.countryfinancial.com/services/rep.john.waugh.html"><img src="https://wrmj.com/wp-content/uploads/2024/04/waugh.jpg" /></a></div><div class="g-col b-4 a-35"><a class="gofollow" data-track="MzUsNCwxLDYw" href="https://www.facebook.com/mercermarket1/"><img src="https://wrmj.com/wp-content/uploads/2024/04/mercer-market-364x90-1.gif" /></a></div><div class="g-col b-4 a-41"><a class="gofollow" data-track="NDEsNCwxLDYw" href="https://www.cbibt.com/business-ag/agricultural-loans"><img src="https://wrmj.com/wp-content/uploads/2024/05/CBI-Ag-Lending-364x90-1.jpg" /></a></div></div> </div><div class="mh-wrapper clearfix"> <div class="mh-main clearfix"> <div id="main-content" class="mh-loop mh-content" role="main"><article class="mh-posts-list-item clearfix post-930808 post type-post status-publish format-standard has-post-thumbnail hentry category-western-illinois-today"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://wrmj.com/three-vehicle-crash-reported-near-preemption/" title="Western Illinois Today"><img width="202" height="241" src="https://wrmj.com/wp-content/uploads/2025/08/preemption.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Western Illinois Today </div> </figure> <div class="mh-posts-list-content clearfix"> <header class="mh-posts-list-header"> <h3 class="entry-title mh-posts-list-title"> <a href="https://wrmj.com/three-vehicle-crash-reported-near-preemption/" title="Three-Vehicle Crash Reported Near Preemption" rel="bookmark"> Three-Vehicle Crash Reported Near Preemption </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/08/">August 1, 2025</a></span> <span class="entry-meta-author author vcard"><i class="fa fa-user"></i><a class="fn" href="https://wrmj.com/author/terryj/">Terry James</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">ALEDO, IL — The Mercer County Sheriff’s Office responded to a three-vehicle crash on U.S. Route 67 near Preemption on Thursday afternoon. Authorities say the accident happened around 3:30 p.m. on July 31 when two <a class="mh-excerpt-more" href="https://wrmj.com/three-vehicle-crash-reported-near-preemption/" title="Three-Vehicle Crash Reported Near Preemption">[FULL STORY]</a></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-930632 post type-post status-publish format-standard has-post-thumbnail hentry category-local-sports"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://wrmj.com/2025-trac-football-preseason-coaches-poll-media-poll-preview-newman-princeton-picked-as-favorites/" title="Local Sports"><img width="326" height="245" src="https://wrmj.com/wp-content/uploads/2024/08/trac-wrmj-326x245.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://wrmj.com/wp-content/uploads/2024/08/trac-wrmj-326x245.png 326w, https://wrmj.com/wp-content/uploads/2024/08/trac-wrmj-678x509.png 678w, https://wrmj.com/wp-content/uploads/2024/08/trac-wrmj-80x60.png 80w" sizes="(max-width: 326px) 100vw, 326px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local Sports </div> </figure> <div class="mh-posts-list-content clearfix"> <header class="mh-posts-list-header"> <h3 class="entry-title mh-posts-list-title"> <a href="https://wrmj.com/2025-trac-football-preseason-coaches-poll-media-poll-preview-newman-princeton-picked-as-favorites/" title="2025 TRAC Football Preseason Coaches Poll, Media Poll &#038; Preview: Newman &#038; Princeton Picked As Favorites" rel="bookmark"> 2025 TRAC Football Preseason Coaches Poll, Media Poll &#038; Preview: Newman &#038; Princeton Picked As Favorites </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/08/">August 1, 2025</a></span> <span class="entry-meta-author author vcard"><i class="fa fa-user"></i><a class="fn" href="https://wrmj.com/author/patti/">Ty Taylor</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">Newman and Princeton were picked by Three Rivers Athletic Conference (TRAC) coaches and media to win their respective football divisions this season in a poll organized by WRMJ. Princeton was picked to win the Mississippi <a class="mh-excerpt-more" href="https://wrmj.com/2025-trac-football-preseason-coaches-poll-media-poll-preview-newman-princeton-picked-as-favorites/" title="2025 TRAC Football Preseason Coaches Poll, Media Poll &#038; Preview: Newman &#038; Princeton Picked As Favorites">[FULL STORY]</a></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-930783 post type-post status-publish format-standard has-post-thumbnail hentry category-local-sports"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://wrmj.com/wrmj-interviews-summer-football-update-with-rockridges-sam-graves-sherrards-dan-mcguire/" title="Local Sports"><img width="300" height="160" src="https://wrmj.com/wp-content/uploads/2025/07/rockridge-sherrard-1.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local Sports </div> </figure> <div class="mh-posts-list-content clearfix"> <header class="mh-posts-list-header"> <h3 class="entry-title mh-posts-list-title"> <a href="https://wrmj.com/wrmj-interviews-summer-football-update-with-rockridges-sam-graves-sherrards-dan-mcguire/" title="WRMJ Interviews: Summer Football Update With Rockridge&#8217;s Sam Graves &#038; Sherrard&#8217;s Dan McGuire" rel="bookmark"> WRMJ Interviews: Summer Football Update With Rockridge&#8217;s Sam Graves &#038; Sherrard&#8217;s Dan McGuire </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 31, 2025</a></span> <span class="entry-meta-author author vcard"><i class="fa fa-user"></i><a class="fn" href="https://wrmj.com/author/patti/">Ty Taylor</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">Rockridge hosted a multi-team 7-on-7 event with Sherrard, Erie-Prophetstown, Kewanee, and Eastland-Pearl City to wrap up its summer football schedule on Thursday. WRMJ spoke with Rockridge football coach Sam Graves and Sherrard football coach Dan <a class="mh-excerpt-more" href="https://wrmj.com/wrmj-interviews-summer-football-update-with-rockridges-sam-graves-sherrards-dan-mcguire/" title="WRMJ Interviews: Summer Football Update With Rockridge&#8217;s Sam Graves &#038; Sherrard&#8217;s Dan McGuire">[FULL STORY]</a></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-930763 post type-post status-publish format-standard has-post-thumbnail hentry category-western-illinois-today"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://wrmj.com/illicit-drug-operation-investigation-leads-to-2-arrests-in-aledo/" title="Western Illinois Today"><img width="326" height="245" src="https://wrmj.com/wp-content/uploads/2025/06/aledo-police-326x245.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://wrmj.com/wp-content/uploads/2025/06/aledo-police-326x245.png 326w, https://wrmj.com/wp-content/uploads/2025/06/aledo-police-678x509.png 678w, https://wrmj.com/wp-content/uploads/2025/06/aledo-police-80x60.png 80w" sizes="auto, (max-width: 326px) 100vw, 326px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Western Illinois Today </div> </figure> <div class="mh-posts-list-content clearfix"> <header class="mh-posts-list-header"> <h3 class="entry-title mh-posts-list-title"> <a href="https://wrmj.com/illicit-drug-operation-investigation-leads-to-2-arrests-in-aledo/" title="Illicit Drug Operation Investigation Leads To 2 Arrests In Aledo" rel="bookmark"> Illicit Drug Operation Investigation Leads To 2 Arrests In Aledo </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 31, 2025</a></span> <span class="entry-meta-author author vcard"><i class="fa fa-user"></i><a class="fn" href="https://wrmj.com/author/patti/">Ty Taylor</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">An investigation into an alleged illicit drug operation in Aledo has led to a pair of arrests. 22-year-old Preston Huston of Aledo and 22-year-old Dequan Huntley of Chicago were arrested on drug charges Wednesday following <a class="mh-excerpt-more" href="https://wrmj.com/illicit-drug-operation-investigation-leads-to-2-arrests-in-aledo/" title="Illicit Drug Operation Investigation Leads To 2 Arrests In Aledo">[FULL STORY]</a></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-930753 post type-post status-publish format-standard has-post-thumbnail hentry category-western-illinois-today"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://wrmj.com/battery-charges-dismissed-obstructing-justice-guilty-plea-probation-sentence-for-mercer-county-school-board-member/" title="Western Illinois Today"><img width="300" height="200" src="https://wrmj.com/wp-content/uploads/2024/05/circuit-court.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Western Illinois Today </div> </figure> <div class="mh-posts-list-content clearfix"> <header class="mh-posts-list-header"> <h3 class="entry-title mh-posts-list-title"> <a href="https://wrmj.com/battery-charges-dismissed-obstructing-justice-guilty-plea-probation-sentence-for-mercer-county-school-board-member/" title="Battery Charges Dismissed, Obstructing Justice Guilty Plea &#038; Probation Sentence For Mercer County School Board Member" rel="bookmark"> Battery Charges Dismissed, Obstructing Justice Guilty Plea &#038; Probation Sentence For Mercer County School Board Member </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 31, 2025</a></span> <span class="entry-meta-author author vcard"><i class="fa fa-user"></i><a class="fn" href="https://wrmj.com/author/patti/">Ty Taylor</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">A Mercer County School Board member has been sentenced to 24 months of Second Chance Probation after pleading guilty to obstruction of justice, a Class 4 felony. The plea was entered by 54-year-old Talbert Balmer <a class="mh-excerpt-more" href="https://wrmj.com/battery-charges-dismissed-obstructing-justice-guilty-plea-probation-sentence-for-mercer-county-school-board-member/" title="Battery Charges Dismissed, Obstructing Justice Guilty Plea &#038; Probation Sentence For Mercer County School Board Member">[FULL STORY]</a></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-930748 post type-post status-publish format-standard has-post-thumbnail hentry category-western-illinois-today"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://wrmj.com/aledo-family-completes-ragbrai/" title="Western Illinois Today"><img width="326" height="245" src="https://wrmj.com/wp-content/uploads/2025/07/smiths-ragbrai-326x245.jpeg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://wrmj.com/wp-content/uploads/2025/07/smiths-ragbrai-326x245.jpeg 326w, https://wrmj.com/wp-content/uploads/2025/07/smiths-ragbrai-678x509.jpeg 678w, https://wrmj.com/wp-content/uploads/2025/07/smiths-ragbrai-80x60.jpeg 80w" sizes="auto, (max-width: 326px) 100vw, 326px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Western Illinois Today </div> </figure> <div class="mh-posts-list-content clearfix"> <header class="mh-posts-list-header"> <h3 class="entry-title mh-posts-list-title"> <a href="https://wrmj.com/aledo-family-completes-ragbrai/" title="Aledo Family Completes RAGBRAI" rel="bookmark"> Aledo Family Completes RAGBRAI </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 31, 2025</a></span> <span class="entry-meta-author author vcard"><i class="fa fa-user"></i><a class="fn" href="https://wrmj.com/author/patti/">Ty Taylor</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">An Aledo family is celebrating after finishing RAGBRAI. Husband and wife, Monty and Teague Smith, completed the 406-mile bicycle ride across Iowa last week.  The ride ended with riders dipping their tires into the Mississippi <a class="mh-excerpt-more" href="https://wrmj.com/aledo-family-completes-ragbrai/" title="Aledo Family Completes RAGBRAI">[FULL STORY]</a></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-930737 post type-post status-publish format-standard has-post-thumbnail hentry category-western-illinois-today"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://wrmj.com/mercer-county-public-transporation-service-helping-people-get-to-doctor/" title="Western Illinois Today"><img width="300" height="200" src="https://wrmj.com/wp-content/uploads/2025/07/warren-county-public-transportation-1.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Western Illinois Today </div> </figure> <div class="mh-posts-list-content clearfix"> <header class="mh-posts-list-header"> <h3 class="entry-title mh-posts-list-title"> <a href="https://wrmj.com/mercer-county-public-transporation-service-helping-people-get-to-doctor/" title="New Mercer County Public Transportation Service Helping People Get To Doctor" rel="bookmark"> New Mercer County Public Transportation Service Helping People Get To Doctor </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 30, 2025</a></span> <span class="entry-meta-author author vcard"><i class="fa fa-user"></i><a class="fn" href="https://wrmj.com/author/patti/">Ty Taylor</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">A new public transportation service in Mercer County is making a difference for people making it to their doctor’s appointments. Warren County Public Transportation started providing bus rides for Mercer County residents earlier this month. <a class="mh-excerpt-more" href="https://wrmj.com/mercer-county-public-transporation-service-helping-people-get-to-doctor/" title="New Mercer County Public Transportation Service Helping People Get To Doctor">[FULL STORY]</a></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-930732 post type-post status-publish format-standard has-post-thumbnail hentry category-western-illinois-today"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://wrmj.com/aledo-opera-houses-summer-family-series-opens-wednesday/" title="Western Illinois Today"><img width="326" height="245" src="https://wrmj.com/wp-content/uploads/2025/06/opera-house-326x245.jpeg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://wrmj.com/wp-content/uploads/2025/06/opera-house-326x245.jpeg 326w, https://wrmj.com/wp-content/uploads/2025/06/opera-house-678x509.jpeg 678w, https://wrmj.com/wp-content/uploads/2025/06/opera-house-80x60.jpeg 80w" sizes="auto, (max-width: 326px) 100vw, 326px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Western Illinois Today </div> </figure> <div class="mh-posts-list-content clearfix"> <header class="mh-posts-list-header"> <h3 class="entry-title mh-posts-list-title"> <a href="https://wrmj.com/aledo-opera-houses-summer-family-series-opens-wednesday/" title="Aledo Opera House&#8217;s Summer Family Series Opens Wednesday" rel="bookmark"> Aledo Opera House&#8217;s Summer Family Series Opens Wednesday </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 30, 2025</a></span> <span class="entry-meta-author author vcard"><i class="fa fa-user"></i><a class="fn" href="https://wrmj.com/author/patti/">Ty Taylor</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">The Aledo Opera House’s summer family movie series starts Wednesday. Every Wednesday until mid-September, the Aledo Opera House will be showing a classic DreamWorks film at 6 p.m., according to Director of Operations Nathan Sipes. <a class="mh-excerpt-more" href="https://wrmj.com/aledo-opera-houses-summer-family-series-opens-wednesday/" title="Aledo Opera House&#8217;s Summer Family Series Opens Wednesday">[FULL STORY]</a></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-930724 post type-post status-publish format-standard has-post-thumbnail hentry category-western-illinois-today"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://wrmj.com/ribbon-cutting-for-viola-area-solar-project/" title="Western Illinois Today"><img width="300" height="200" src="https://wrmj.com/wp-content/uploads/2025/07/viola-solar-scaled-1.jpeg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Western Illinois Today </div> </figure> <div class="mh-posts-list-content clearfix"> <header class="mh-posts-list-header"> <h3 class="entry-title mh-posts-list-title"> <a href="https://wrmj.com/ribbon-cutting-for-viola-area-solar-project/" title="Ribbon-Cutting For Viola Area Solar Project" rel="bookmark"> Ribbon-Cutting For Viola Area Solar Project </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 29, 2025</a></span> <span class="entry-meta-author author vcard"><i class="fa fa-user"></i><a class="fn" href="https://wrmj.com/author/patti/">Ty Taylor</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">A solar farm project in Mercer County is celebrating its completion. A ribbon-cutting ceremony was held for the Goldenrod Solar Project outside of Viola on Tuesday. The five-megawatt, 38-acre solar array is projected to deliver <a class="mh-excerpt-more" href="https://wrmj.com/ribbon-cutting-for-viola-area-solar-project/" title="Ribbon-Cutting For Viola Area Solar Project">[FULL STORY]</a></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-930711 post type-post status-publish format-standard has-post-thumbnail hentry category-western-illinois-today"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://wrmj.com/as-rural-hospitals-struggle-nationwide-mercyone-genesis-aledo-says-its-financially-healthy/" title="Western Illinois Today"><img width="300" height="195" src="https://wrmj.com/wp-content/uploads/2025/07/MercyOne-Genesis-stacked-logo-1-1-1.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Western Illinois Today </div> </figure> <div class="mh-posts-list-content clearfix"> <header class="mh-posts-list-header"> <h3 class="entry-title mh-posts-list-title"> <a href="https://wrmj.com/as-rural-hospitals-struggle-nationwide-mercyone-genesis-aledo-says-its-financially-healthy/" title="As Rural Hospitals Struggle Nationwide, MercyOne Genesis Aledo Says It&#8217;s Financially Healthy" rel="bookmark"> As Rural Hospitals Struggle Nationwide, MercyOne Genesis Aledo Says It&#8217;s Financially Healthy </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 29, 2025</a></span> <span class="entry-meta-author author vcard"><i class="fa fa-user"></i><a class="fn" href="https://wrmj.com/author/patti/">Ty Taylor</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">MercyOne Genesis Aledo is saying it’s not in danger of closing, as rural hospitals nationwide are expected to be hit hard by cuts to Medicaid. Earlier this month, President Donald Trump signed the “One Big <a class="mh-excerpt-more" href="https://wrmj.com/as-rural-hospitals-struggle-nationwide-mercyone-genesis-aledo-says-its-financially-healthy/" title="As Rural Hospitals Struggle Nationwide, MercyOne Genesis Aledo Says It&#8217;s Financially Healthy">[FULL STORY]</a></div> </div> </div> </article><div class="mh-loop-pagination clearfix"> <nav class="navigation pagination" aria-label="Posts pagination"> <h2 class="screen-reader-text">Posts pagination</h2> <div class="nav-links"><span aria-current="page" class="page-numbers current">1</span> <a class="page-numbers" href="https://wrmj.com/page/2/">2</a> <span class="page-numbers dots">&hellip;</span> <a class="page-numbers" href="https://wrmj.com/page/904/">904</a> <a class="next page-numbers" href="https://wrmj.com/page/2/">&raquo;</a></div> </nav></div> </div> <aside class="mh-widget-col-1 mh-sidebar" itemscope="itemscope" itemtype="https://schema.org/WPSideBar"><div id="media_image-4" class="mh-widget widget_media_image"><a href="https://streamdb9web.securenetsystems.net/cirruscontent/WRMJ"><img width="300" height="150" src="https://wrmj.com/wp-content/uploads/2024/03/listen-live-300x150-1.jpg" class="image wp-image-917903 attachment-full size-full" alt="" style="max-width: 100%; height: auto;" decoding="async" loading="lazy" /></a></div><div id="mh_magazine_custom_posts-2" class="mh-widget mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">What&#8217;s Happening on WRMJ</span></h4> <ul class="mh-custom-posts-widget clearfix"> <li class="mh-custom-posts-item mh-custom-posts-large clearfix post-930790 post type-post status-publish format-standard has-post-thumbnail category-whats-happening"> <div class="mh-custom-posts-large-inner clearfix"> <figure class="mh-custom-posts-thumb-xl"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://wrmj.com/audisnelson/" title="Fearless At 12: Aledo&#8217;s Audie Snelson Makes His Mark On The Track"><img width="326" height="245" src="https://wrmj.com/wp-content/uploads/2025/08/Audi-Snelson-WRMJ-rotated-1-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://wrmj.com/wp-content/uploads/2025/08/Audi-Snelson-WRMJ-rotated-1-326x245.jpg 326w, https://wrmj.com/wp-content/uploads/2025/08/Audi-Snelson-WRMJ-rotated-1-80x60.jpg 80w" sizes="auto, (max-width: 326px) 100vw, 326px" /> </a> </figure> <div class="mh-custom-posts-content"> <div class="mh-custom-posts-header"> <h3 class="mh-custom-posts-xl-title"> <a href="https://wrmj.com/audisnelson/" title="Fearless At 12: Aledo&#8217;s Audie Snelson Makes His Mark On The Track"> Fearless At 12: Aledo&#8217;s Audie Snelson Makes His Mark On The Track </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/08/">August 1, 2025</a></span> </div> </div> <div class="mh-excerpt">ALEDO, Ill. — Meet 12-year-old Audie Snelson: a motorcycle racing prodigy from Mercer County who’s already making waves on the track and turning heads far beyond his age group. Audie began riding motorcycles at just <a class="mh-excerpt-more" href="https://wrmj.com/audisnelson/" title="Fearless At 12: Aledo&#8217;s Audie Snelson Makes His Mark On The Track">[FULL STORY]</a></div> </div> </div> </li> </ul></div><div id="adrotate_widgets-6" class="mh-widget adrotate_widgets"><div class="g g-15"><div class="g-single a-52"><a class="gofollow" data-track="NTIsMTUsMSw2MA==" href="https://bankorion.unifi-digitalbanking.com/open-account/"><img src="https://wrmj.com/wp-content/uploads/2025/01/BankORION-Ad-WMRJ.A-Bright-Partnership.Online-Account-Opening.300x150-5-16-24.jpg" /></a></div></div></div><div id="adrotate_widgets-3" class="mh-widget adrotate_widgets"><div class="g g-1"><div class="g-col b-1 a-24"><div style="margin-bottom:5px;"><a class="gofollow" data-track="MjQsMSwxLDYw" href="https://1stcommunitybanks.com/"><img src="https://wrmj.com/wp-content/uploads/2024/04/1st-community-bank.jpg" /></a></div></div></div><div class="g g-1"><div class="g-col b-1 a-56"><div style="margin-bottom:5px;"><a class="gofollow" data-track="NTYsMSwxLDYw" href="#"><img src="https://wrmj.com/wp-content/uploads/2025/05/MC-Property-tax-payment.jpg" /></a></div></div></div><div class="g g-1"><div class="g-col b-1 a-23"><div style="margin-bottom:5px;"><a class="gofollow" data-track="MjMsMSwxLDYw" href="https://www.edwardjones.com/us-en/financial-advisor/tony-holtschlag"><img src="https://wrmj.com/wp-content/uploads/2024/04/Edward-Jones-Holtschlag.jpg" /></a></div></div></div><div class="g g-1"><div class="g-col b-1 a-25"><div style="margin-bottom:5px;"><a class="gofollow" data-track="MjUsMSwxLDYw" href="http://lackymonument.com/"><img src="https://wrmj.com/wp-content/uploads/2024/03/lacky-1.jpg" /></a></div></div></div><div class="g g-1"><div class="g-col b-1 a-14"><div style="margin-bottom:5px;"><a class="gofollow" data-track="MTQsMSwxLDYw" href="https://www.facebook.com/riverviewcoins/"><img src="https://wrmj.com/wp-content/uploads/2024/03/river-view-coins.jpg" /></a></div></div></div><div class="g g-1"><div class="g-col b-1 a-26"><div style="margin-bottom:5px;"><a class="gofollow" data-track="MjYsMSwxLDYw" href="https://sveamutual.com/"><img src="https://wrmj.com/wp-content/uploads/2025/06/svea-rev1.jpg" /></a></div></div></div><div class="g g-1"><div class="g-col b-1 a-55"><div style="margin-bottom:5px;"><a class="gofollow" data-track="NTUsMSwxLDYw" href="https://electricdoctor.com/"><img src="https://wrmj.com/wp-content/uploads/2025/04/electric-doctor.jpg" /></a></div></div></div><div class="g g-1"><div class="g-col b-1 a-16"><div style="margin-bottom:5px;"><a class="gofollow" data-track="MTYsMSwxLDYw" href="#"><img src="https://wrmj.com/wp-content/uploads/2024/03/Tiffs-tax.jpg" /></a></div></div></div></div> </aside> </div> <aside class="mh-widget-col-1 mh-sidebar-2 mh-sidebar-wide" itemscope="itemscope" itemtype="https://schema.org/WPSideBar"> <div id="awesomeweatherwidget-4" class="mh-widget widget_awesomeweatherwidget"><div id="awe-ajax-awesome-weather-aledo-il" class="awe-ajax-awesome-weather-aledo-il awe-weather-ajax-wrap" style=""><div class="awe-loading"><i class="wi wi-day-sunny"></i></div></div><script type="text/javascript"> jQuery(document).ready(function() { awe_ajax_load({"id":"awesome-weather-aledo-il","locale":"","location":"ALEDO IL","owm_city_id":"4883053","override_title":"Western Illinois Weather","size":"wide","units":"F","forecast_days":"4","hide_stats":0,"show_link":1,"background":"","custom_bg_color":"","use_user_location":0,"allow_user_to_change":0,"show_icons":0,"extended_url":"","extended_text":"","background_by_weather":1,"text_color":"#ffffff","hide_attribution":1,"skip_geolocate":0,"latlng":"","ajaxurl":"https:\/\/wrmj.com\/wp-admin\/admin-ajax.php","via_ajax":1}); }); </script></div><div id="newsletterwidget-3" class="mh-widget widget_newsletterwidget"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">FREE NEWSLETTER</span></h4><img src="https://wrmj.com/wp-content/uploads/2024/03/wi-today-masthead-1-300x60.jpg" alt="" width="340" class="alignnone size-medium wp-image-917901" /> <em>Subscribe to our new FREE daily e-newsletter by completing the form below.</em><div class="tnp tnp-subscription tnp-widget"> <form method="post" action="https://wrmj.com/wp-admin/admin-ajax.php?action=tnp&amp;na=s"> <input type="hidden" name="nr" value="widget"> <input type="hidden" name="nlang" value=""> <div class="tnp-field tnp-field-firstname"><label for="tnp-1">First name</label> <input class="tnp-name" type="text" name="nn" id="tnp-1" value="" placeholder="" required></div> <div class="tnp-field tnp-field-email"><label for="tnp-2">Email</label> <input class="tnp-email" type="email" name="ne" id="tnp-2" value="" placeholder="" required></div> <div class="tnp-field tnp-field-button" style="text-align: left"><input class="tnp-submit" type="submit" value="Subscribe" style=""> </div> </form> </div> </div><div id="ai1ec_agenda_widget-3" class="mh-widget widget_ai1ec_agenda_widget"> <h4 class="mh-widget-title"><span class="mh-widget-title-inner">Upcoming Events</span></h4> <style> <!-- --> </style> <div class="timely ai1ec-agenda-widget-view ai1ec-clearfix"> <div> <div class="ai1ec-date ai1ec-today"> <a class="ai1ec-date-title ai1ec-load-view" href="https&#x3A;&#x2F;&#x2F;wrmj.com&#x2F;calendar&#x2F;action&#x7E;oneday&#x2F;exact_date&#x7E;8-3-2025&#x2F;"> <div class="ai1ec-month">Aug</div> <div class="ai1ec-day">3</div> <div class="ai1ec-weekday">Sun</div> <div class="ai1ec-year">2025</div> </a> <div class="ai1ec-date-events"> <div class="ai1ec-event ai1ec-event-id-882511 ai1ec-event-instance-id-7162 "> <a href="https&#x3A;&#x2F;&#x2F;wrmj.com&#x2F;event&#x2F;church-service-3&#x2F;&#x3F;instance_id&#x3D;7162" class="ai1ec-popup-trigger ai1ec-load-event"> <span class="ai1ec-event-time"> 5:10 pm </span> <span class="ai1ec-event-title"> Church Service On WRMJ </span> </a> <div class="ai1ec-popover ai1ec-popup ai1ec-event-instance-id-7162"> <span class="ai1ec-popup-title"> <a href="https&#x3A;&#x2F;&#x2F;wrmj.com&#x2F;event&#x2F;church-service-3&#x2F;&#x3F;instance_id&#x3D;7162" class="ai1ec-load-event" >Church Service On WRMJ</a> </span> <div class="ai1ec-event-time"> Aug 3 @ 5:10 pm </div> <div class="ai1ec-popup-excerpt">Listen to the church service from Aledo United Methodist Church on WRMJ.</div> </div> </div> </div> </div> <div class="ai1ec-date "> <a class="ai1ec-date-title ai1ec-load-view" href="https&#x3A;&#x2F;&#x2F;wrmj.com&#x2F;calendar&#x2F;action&#x7E;oneday&#x2F;exact_date&#x7E;8-4-2025&#x2F;"> <div class="ai1ec-month">Aug</div> <div class="ai1ec-day">4</div> <div class="ai1ec-weekday">Mon</div> <div class="ai1ec-year">2025</div> </a> <div class="ai1ec-date-events"> <div class="ai1ec-event ai1ec-event-id-911705 ai1ec-event-instance-id-8528 "> <a href="https&#x3A;&#x2F;&#x2F;wrmj.com&#x2F;event&#x2F;trails-of-hope&#x2F;&#x3F;instance_id&#x3D;8528" class="ai1ec-popup-trigger ai1ec-load-event"> <span class="ai1ec-event-time"> 6:30 pm </span> <span class="ai1ec-event-title"> Trails Of Hope </span> </a> <div class="ai1ec-popover ai1ec-popup ai1ec-event-instance-id-8528"> <span class="ai1ec-popup-title"> <a href="https&#x3A;&#x2F;&#x2F;wrmj.com&#x2F;event&#x2F;trails-of-hope&#x2F;&#x3F;instance_id&#x3D;8528" class="ai1ec-load-event" >Trails Of Hope</a> </span> <div class="ai1ec-event-time"> Aug 4 @ 6:30 pm – 9:00 pm </div> <div class="ai1ec-popup-excerpt">Trails of Hope will meet from 6:30 to 9 p.m., Mondays, at the Viola Community Center, 1703 14th Ave., for food, Bible study, and fellowship. Everyone is welcome! What they do: BE AVAILABLE &#8211; be <a class="mh-excerpt-more" href="https://wrmj.com/event/trails-of-hope/" title="Trails Of Hope">[FULL STORY]</a></div> </div> </div> </div> </div> <div class="ai1ec-date "> <a class="ai1ec-date-title ai1ec-load-view" href="https&#x3A;&#x2F;&#x2F;wrmj.com&#x2F;calendar&#x2F;action&#x7E;oneday&#x2F;exact_date&#x7E;8-7-2025&#x2F;"> <div class="ai1ec-month">Aug</div> <div class="ai1ec-day">7</div> <div class="ai1ec-weekday">Thu</div> <div class="ai1ec-year">2025</div> </a> <div class="ai1ec-date-events"> <div class="ai1ec-event ai1ec-event-id-930665 ai1ec-event-instance-id-9441 "> <a href="https&#x3A;&#x2F;&#x2F;wrmj.com&#x2F;event&#x2F;3rd-annual-healthy-living-fair&#x2F;&#x3F;instance_id&#x3D;9441" class="ai1ec-popup-trigger ai1ec-load-event"> <span class="ai1ec-event-time"> 4:00 pm </span> <span class="ai1ec-event-title"> 3rd Annual Healthy Living Fair </span> </a> <div class="ai1ec-popover ai1ec-popup ai1ec-event-instance-id-9441"> <span class="ai1ec-popup-title"> <a href="https&#x3A;&#x2F;&#x2F;wrmj.com&#x2F;event&#x2F;3rd-annual-healthy-living-fair&#x2F;&#x3F;instance_id&#x3D;9441" class="ai1ec-load-event" >3rd Annual Healthy Living Fair</a> </span> <div class="ai1ec-event-time"> Aug 7 @ 4:00 pm – 6:00 pm </div> <div class="ai1ec-popup-excerpt">The 3rd Annual Healthy Living Fair, sponsored by the Mercer County Health Department, will be held from 4 to 6 p.m., Thurs., Aug. 7. This event is held in conjunction with Aledo Main Street&#8217;s Farmer&#8217;s <a class="mh-excerpt-more" href="https://wrmj.com/event/3rd-annual-healthy-living-fair/" title="3rd Annual Healthy Living Fair">[FULL STORY]</a></div> </div> </div> </div> </div> </div> <div class="ai1ec-subscribe-buttons-widget"> <a class="ai1ec-btn ai1ec-btn-default ai1ec-btn-xs ai1ec-pull-right ai1ec-calendar-link" href="https&#x3A;&#x2F;&#x2F;wrmj.com&#x2F;calendar&#x2F;"> View Calendar <i class="ai1ec-fa ai1ec-fa-arrow-right"></i> </a> </div> </div> </div><div id="adrotate_widgets-4" class="mh-widget adrotate_widgets"><div class="g g-2"><div class="g-col b-2 a-21"><div style="margin-bottom:5px;"><a class="gofollow" data-track="MjEsMiwxLDYw" href="https://www.facebook.com/sellwithastarr/"><img src="https://wrmj.com/wp-content/uploads/2024/03/starr-fell.jpg" /></a></div></div></div><div class="g g-2"><div class="g-col b-2 a-18"><div style="margin-bottom:5px;"><a class="gofollow" data-track="MTgsMiwxLDYw" href="https://www.farmweeknow.com/rfd_radio/"><img src="https://wrmj.com/wp-content/uploads/2024/03/rfd.jpg" /></a></div></div></div><div class="g g-2"><div class="g-col b-2 a-6"><div style="margin-bottom:5px;"><a class="gofollow" data-track="NiwyLDEsNjA=" href="https://www.facebook.com/p/Doherty-Brothers-Roofing-And-Home-Improvement-100057730026654/"><img src="https://wrmj.com/wp-content/uploads/2024/03/dougherty-1.jpg" /></a></div></div></div><div class="g g-2"><div class="g-col b-2 a-59"><div style="margin-bottom:5px;"><a class="gofollow" data-track="NTksMiwxLDYw" href="https://www.facebook.com/MilanLicenseandTitle"><img src="https://wrmj.com/wp-content/uploads/2025/06/MILAN-LICENSE.jpg" /></a></div></div></div><div class="g g-2"><div class="g-col b-2 a-57"><div style="margin-bottom:5px;"><a class="gofollow" data-track="NTcsMiwxLDYw" href="http://www.aledooperahouse.com/"><img src="https://wrmj.com/wp-content/uploads/2025/05/aledo-opera.jpg" /></a></div></div></div><div class="g g-2"><div class="g-col b-2 a-8"><div style="margin-bottom:5px;"><a class="gofollow" data-track="OCwyLDEsNjA=" href="https://www.mbwi.com/"><img src="https://wrmj.com/wp-content/uploads/2024/03/midwest-bank.jpg" /></a></div></div></div><div class="g g-2"><div class="g-col b-2 a-17"><div style="margin-bottom:5px;"><a class="gofollow" data-track="MTcsMiwxLDYw" href= "http://hamletmutual.com/"><img src="https://wrmj.com/wp-content/uploads/2024/06/hamlet-mutual-ANIM.gif" /></a></div></div></div><div class="g g-2"><div class="g-col b-2 a-60"><div style="margin-bottom:5px;"><a class="gofollow" data-track="NjAsMiwxLDYw" href="https://www.nwrodeo.org"><img src="https://wrmj.com/wp-content/uploads/2025/07/new-windsor-rodeo-2025-300X150.jpg" /></a></div></div></div></div></aside> </div> <a title="Back to Top" href="#" class="mh-back-to-top"><i class="fa fa-chevron-up"></i></a> </div><!-- .mh-container-outer --> <footer class="mh-footer" itemscope="itemscope" itemtype="https://schema.org/WPFooter"> <div class="mh-container mh-container-inner mh-footer-widgets mh-row clearfix"> <div class="mh-col-1-4 mh-widget-col-1 mh-footer-4-cols mh-footer-area mh-footer-1"> <div id="text-7" class="mh-footer-widget widget_text"><h6 class="mh-widget-title mh-footer-widget-title"><span class="mh-widget-title-inner mh-footer-widget-title-inner">WRMJ Radio</span></h6> <div class="textwidget"><p>129 South College Avenue<br /> Aledo, IL 61231</p> <p>Phone <a href="tel:3095825666">309-582-5666</a><br /> Fax 309-582-5667<br /> Email <a href="mailto:contactus@wrmj.com">contactus@wrmj.com</a></p> </div> </div><div id="mh_magazine_social-2" class="mh-footer-widget mh_magazine_social"><h6 class="mh-widget-title mh-footer-widget-title"><span class="mh-widget-title-inner mh-footer-widget-title-inner">Stay connected</span></h6> <nav class="mh-social-icons mh-social-widget clearfix"> <div class="menu-social-media-container"><ul id="menu-social-media" class="menu"><li id="menu-item-917842" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-917842"><a href="https://www.facebook.com/wrmj1023"><i class="fa fa-mh-social"></i><span class="screen-reader-text">Facebook</span></a></li> </ul></div> </nav></div></div> <div class="mh-col-1-4 mh-widget-col-1 mh-footer-4-cols mh-footer-area mh-footer-2"> <div id="mh_magazine_custom_posts-3" class="mh-footer-widget mh_magazine_custom_posts"><h6 class="mh-widget-title mh-footer-widget-title"><span class="mh-widget-title-inner mh-footer-widget-title-inner"><a href="/category/funeral-notices" class="mh-widget-title-link">Funeral Notices</a></span></h6> <ul class="mh-custom-posts-widget mh-custom-posts-no-image clearfix"> <li class="mh-custom-posts-item mh-custom-posts-small clearfix post-930772 post type-post status-publish format-standard category-funerals"> <div class="mh-custom-posts-header"> <div class="mh-custom-posts-small-title"> <a href="https://wrmj.com/steven-lee-albert-howard-celebration-of-life-at-a-later-date/" title="Steven Lee Albert Howard &#8211; Celebration Of Life At A Later Date"> Steven Lee Albert Howard &#8211; Celebration Of Life At A Later Date </a> </div> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 31, 2025</a></span> </div> </div> </li> <li class="mh-custom-posts-item mh-custom-posts-small clearfix post-930716 post type-post status-publish format-standard category-funerals"> <div class="mh-custom-posts-header"> <div class="mh-custom-posts-small-title"> <a href="https://wrmj.com/carole-j-schmidt-memorial-services-8-1-25/" title="Carole J. Schmidt &#8211; Memorial Services 8/1/25"> Carole J. Schmidt &#8211; Memorial Services 8/1/25 </a> </div> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 29, 2025</a></span> </div> </div> </li> <li class="mh-custom-posts-item mh-custom-posts-small clearfix post-930625 post type-post status-publish format-standard category-funerals"> <div class="mh-custom-posts-header"> <div class="mh-custom-posts-small-title"> <a href="https://wrmj.com/john-william-ward-no-local-services/" title="John William Ward &#8211; Graveside Services 8/5/25 (in Florida)"> John William Ward &#8211; Graveside Services 8/5/25 (in Florida) </a> </div> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 23, 2025</a></span> </div> </div> </li> <li class="mh-custom-posts-item mh-custom-posts-small clearfix post-930521 post type-post status-publish format-standard category-funerals"> <div class="mh-custom-posts-header"> <div class="mh-custom-posts-small-title"> <a href="https://wrmj.com/michael-mike-w-gregg-celebration-of-life-7-27-25/" title="Michael &#8216;Mike&#8217; W. Gregg &#8211; Celebration Of Life 7/27/25"> Michael &#8216;Mike&#8217; W. Gregg &#8211; Celebration Of Life 7/27/25 </a> </div> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 18, 2025</a></span> </div> </div> </li> <li class="mh-custom-posts-item mh-custom-posts-small clearfix post-930225 post type-post status-publish format-standard category-funerals"> <div class="mh-custom-posts-header"> <div class="mh-custom-posts-small-title"> <a href="https://wrmj.com/richard-richie-t-lawson-services-7-17-25/" title="Richard &#8216;Richie&#8217; T. Lawson &#8211; Services 7/17/25"> Richard &#8216;Richie&#8217; T. Lawson &#8211; Services 7/17/25 </a> </div> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 11, 2025</a></span> </div> </div> </li> </ul></div></div> <div class="mh-col-1-4 mh-widget-col-1 mh-footer-4-cols mh-footer-area mh-footer-3"> <div id="mh_magazine_custom_posts-4" class="mh-footer-widget mh_magazine_custom_posts"><h6 class="mh-widget-title mh-footer-widget-title"><span class="mh-widget-title-inner mh-footer-widget-title-inner"><a href="/category/local-sports" class="mh-widget-title-link">LOCAL SPORTS</a></span></h6> <ul class="mh-custom-posts-widget mh-custom-posts-no-image clearfix"> <li class="mh-custom-posts-item mh-custom-posts-small clearfix post-930632 post type-post status-publish format-standard has-post-thumbnail category-local-sports"> <div class="mh-custom-posts-header"> <div class="mh-custom-posts-small-title"> <a href="https://wrmj.com/2025-trac-football-preseason-coaches-poll-media-poll-preview-newman-princeton-picked-as-favorites/" title="2025 TRAC Football Preseason Coaches Poll, Media Poll &#038; Preview: Newman &#038; Princeton Picked As Favorites"> 2025 TRAC Football Preseason Coaches Poll, Media Poll &#038; Preview: Newman &#038; Princeton Picked As Favorites </a> </div> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/08/">August 1, 2025</a></span> </div> </div> </li> <li class="mh-custom-posts-item mh-custom-posts-small clearfix post-930783 post type-post status-publish format-standard has-post-thumbnail category-local-sports"> <div class="mh-custom-posts-header"> <div class="mh-custom-posts-small-title"> <a href="https://wrmj.com/wrmj-interviews-summer-football-update-with-rockridges-sam-graves-sherrards-dan-mcguire/" title="WRMJ Interviews: Summer Football Update With Rockridge&#8217;s Sam Graves &#038; Sherrard&#8217;s Dan McGuire"> WRMJ Interviews: Summer Football Update With Rockridge&#8217;s Sam Graves &#038; Sherrard&#8217;s Dan McGuire </a> </div> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 31, 2025</a></span> </div> </div> </li> <li class="mh-custom-posts-item mh-custom-posts-small clearfix post-930603 post type-post status-publish format-standard has-post-thumbnail category-local-sports"> <div class="mh-custom-posts-header"> <div class="mh-custom-posts-small-title"> <a href="https://wrmj.com/wrmj-interviews-summer-check-in-with-merco-football-coach-fred-lucas-fulton-coach-aledo-grad-patrick-lower/" title="WRMJ Interviews: Summer Check-In With MerCo Football Coach Fred Lucas &#038; Fulton Coach, Aledo Grad, Patrick Lower"> WRMJ Interviews: Summer Check-In With MerCo Football Coach Fred Lucas &#038; Fulton Coach, Aledo Grad, Patrick Lower </a> </div> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 22, 2025</a></span> </div> </div> </li> <li class="mh-custom-posts-item mh-custom-posts-small clearfix post-930507 post type-post status-publish format-standard has-post-thumbnail category-local-sports"> <div class="mh-custom-posts-header"> <div class="mh-custom-posts-small-title"> <a href="https://wrmj.com/engwall-returning-to-merco-sideline-volunteering-at-junior-high-level/" title="Engwall Returning To MerCo Sideline, Volunteering At Junior High Level"> Engwall Returning To MerCo Sideline, Volunteering At Junior High Level </a> </div> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 18, 2025</a></span> </div> </div> </li> <li class="mh-custom-posts-item mh-custom-posts-small clearfix post-930316 post type-post status-publish format-standard has-post-thumbnail category-local-sports category-western-illinois-today"> <div class="mh-custom-posts-header"> <div class="mh-custom-posts-small-title"> <a href="https://wrmj.com/sherrard-tigers-baseball-club-hosting-mlb-pitch-hit-run-wednesday/" title="Sherrard Tigers Baseball Club Hosting MLB Pitch, Hit &#038; Run Wednesday"> Sherrard Tigers Baseball Club Hosting MLB Pitch, Hit &#038; Run Wednesday </a> </div> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 15, 2025</a></span> </div> </div> </li> </ul></div></div> <div class="mh-col-1-4 mh-widget-col-1 mh-footer-4-cols mh-footer-area mh-footer-4"> <div id="mh_magazine_custom_posts-5" class="mh-footer-widget mh_magazine_custom_posts"><h6 class="mh-widget-title mh-footer-widget-title"><span class="mh-widget-title-inner mh-footer-widget-title-inner"><a href="/category/western-illinois-today" class="mh-widget-title-link">WESTERN ILLINOIS TODAY</a></span></h6> <ul class="mh-custom-posts-widget mh-custom-posts-no-image clearfix"> <li class="mh-custom-posts-item mh-custom-posts-small clearfix post-930808 post type-post status-publish format-standard has-post-thumbnail category-western-illinois-today"> <div class="mh-custom-posts-header"> <div class="mh-custom-posts-small-title"> <a href="https://wrmj.com/three-vehicle-crash-reported-near-preemption/" title="Three-Vehicle Crash Reported Near Preemption"> Three-Vehicle Crash Reported Near Preemption </a> </div> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/08/">August 1, 2025</a></span> </div> </div> </li> <li class="mh-custom-posts-item mh-custom-posts-small clearfix post-930763 post type-post status-publish format-standard has-post-thumbnail category-western-illinois-today"> <div class="mh-custom-posts-header"> <div class="mh-custom-posts-small-title"> <a href="https://wrmj.com/illicit-drug-operation-investigation-leads-to-2-arrests-in-aledo/" title="Illicit Drug Operation Investigation Leads To 2 Arrests In Aledo"> Illicit Drug Operation Investigation Leads To 2 Arrests In Aledo </a> </div> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 31, 2025</a></span> </div> </div> </li> <li class="mh-custom-posts-item mh-custom-posts-small clearfix post-930753 post type-post status-publish format-standard has-post-thumbnail category-western-illinois-today"> <div class="mh-custom-posts-header"> <div class="mh-custom-posts-small-title"> <a href="https://wrmj.com/battery-charges-dismissed-obstructing-justice-guilty-plea-probation-sentence-for-mercer-county-school-board-member/" title="Battery Charges Dismissed, Obstructing Justice Guilty Plea &#038; Probation Sentence For Mercer County School Board Member"> Battery Charges Dismissed, Obstructing Justice Guilty Plea &#038; Probation Sentence For Mercer County School Board Member </a> </div> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 31, 2025</a></span> </div> </div> </li> <li class="mh-custom-posts-item mh-custom-posts-small clearfix post-930748 post type-post status-publish format-standard has-post-thumbnail category-western-illinois-today"> <div class="mh-custom-posts-header"> <div class="mh-custom-posts-small-title"> <a href="https://wrmj.com/aledo-family-completes-ragbrai/" title="Aledo Family Completes RAGBRAI"> Aledo Family Completes RAGBRAI </a> </div> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 31, 2025</a></span> </div> </div> </li> <li class="mh-custom-posts-item mh-custom-posts-small clearfix post-930737 post type-post status-publish format-standard has-post-thumbnail category-western-illinois-today"> <div class="mh-custom-posts-header"> <div class="mh-custom-posts-small-title"> <a href="https://wrmj.com/mercer-county-public-transporation-service-helping-people-get-to-doctor/" title="New Mercer County Public Transportation Service Helping People Get To Doctor"> New Mercer County Public Transportation Service Helping People Get To Doctor </a> </div> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="far fa-clock"></i><a href="https://wrmj.com/2025/07/">July 30, 2025</a></span> </div> </div> </li> </ul></div></div> </div> </footer> <div class="mh-copyright-wrap"> <div class="mh-container mh-container-inner clearfix"> <p class="mh-copyright"> <div style="text-align:center;color:white;font-weight:400">Copyright © <script>document.write(new Date().getFullYear())</script> WRMJ Radio. All rights reserved. Web Development & Maintenance by <a href="http://worldwidewebworx.com" style="color:yellow">World Wide Web Worx</a>.</div> </p> </div> </div> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/mh-magazine-child\/*","\/wp-content\/themes\/mh-magazine\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script type="text/javascript" id="adrotate-clicker-js-extra"> /* <![CDATA[ */ var click_object = {"ajax_url":"https:\/\/wrmj.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://wrmj.com/wp-content/plugins/adrotate/library/jquery.clicker.js" id="adrotate-clicker-js"></script> <script type="text/javascript" src="https://wrmj.com/wp-content/plugins/awesome-weather/js/awesome-weather-widget-frontend.js?ver=1.1" id="awesome_weather-js"></script> <script type="text/javascript" id="newsletter-js-extra"> /* <![CDATA[ */ var newsletter_data = {"action_url":"https:\/\/wrmj.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://wrmj.com/wp-content/plugins/newsletter/main.js?ver=8.9.1" id="newsletter-js"></script> <script type="text/javascript" src="https://wrmj.com/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.3.7" id="page-links-to-js"></script> <script type="text/javascript" src="https://wrmj.com/?ai1ec_render_js=common_frontend&amp;is_backend=false&amp;ver=3.0.0" id="ai1ec_requirejs-js"></script> </body> </html>


URL: