editor
Logout
Account
Preferences
Did you know...
Streams heard since April 2006:
13,870,625
view source - https://z93country.com/
*** Test System ***
GO TO PRODUCTION
<!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>Z93 Country – Your Kind of Country</title> <script type="text/javascript"> /* <![CDATA[ */ window.JetpackScriptData = {"site":{"icon":"https://i0.wp.com/z93country.com/wp-content/uploads/2019/05/cropped-favicon-2.png?fit=512%2C512\u0026ssl=1\u0026w=64","title":"Z93 Country","host":"unknown","is_wpcom_platform":false}}; /* ]]> */ </script> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='dns-prefetch' href='//static.addtoany.com' /> <link rel='dns-prefetch' href='//maps.google.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='preconnect' href='//c0.wp.com' /> <link rel='preconnect' href='//i0.wp.com' /> <link rel="alternate" type="application/rss+xml" title="Z93 Country » Feed" href="https://z93country.com/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.6.1 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-40MNG5XH2G" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '9.6.1'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/z93country.com\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-40MNG5XH2G', ]; /* 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.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_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 = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-40MNG5XH2G', {"forceSSL":"true","link_attribution":"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 MonsterInsights --> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/z93country.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.2"}}; /*! This file is auto-generated */ !function(s,n){var o,i,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),a=(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===a[t]})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var n=e.getImageData(16,16,1,1),a=0;a<n.data.length;a++)if(0!==n.data[a])return!1;return!0}function f(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!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!a(e,"\ud83e\udedf")}return!1}function g(e,t,n,a){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement("canvas"),o=r.getContext("2d",{willReadFrequently:!0}),i=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(function(e){i[e]=t(o,e,n,a)}),i}function t(e){var t=s.createElement("script");t.src=e,t.defer=!0,s.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",i=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){s.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("+g.toString()+"("+[JSON.stringify(i),f.toString(),p.toString(),u.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"}),r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=function(e){c(n=e.data),r.terminate(),t(n)})}catch(e){}c(n=g(i,f,p,u))}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='//z93country.com/wp-content/uploads/ai1ec_static/d2d3b641_ai1ec_parsed_css.css?ver=3.9.0.1558797709' 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://c0.wp.com/c/6.8.2/wp-includes/css/dist/block-library/style.min.css' 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> <style id='feedzy-rss-feeds-loop-style-inline-css' type='text/css'> .wp-block-feedzy-rss-feeds-loop{display:grid;gap:24px;grid-template-columns:repeat(1,1fr)}@media(min-width:782px){.wp-block-feedzy-rss-feeds-loop.feedzy-loop-columns-2,.wp-block-feedzy-rss-feeds-loop.feedzy-loop-columns-3,.wp-block-feedzy-rss-feeds-loop.feedzy-loop-columns-4,.wp-block-feedzy-rss-feeds-loop.feedzy-loop-columns-5{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.wp-block-feedzy-rss-feeds-loop.feedzy-loop-columns-2{grid-template-columns:repeat(2,1fr)}.wp-block-feedzy-rss-feeds-loop.feedzy-loop-columns-3{grid-template-columns:repeat(3,1fr)}.wp-block-feedzy-rss-feeds-loop.feedzy-loop-columns-4{grid-template-columns:repeat(4,1fr)}.wp-block-feedzy-rss-feeds-loop.feedzy-loop-columns-5{grid-template-columns:repeat(5,1fr)}}.wp-block-feedzy-rss-feeds-loop .wp-block-image.is-style-rounded img{border-radius:9999px} </style> <link rel='stylesheet' id='wpcd-frontend-style-css' href='https://z93country.com/wp-content/plugins/wp-coupons-and-deals/build/style-index.css?ver=3.9.0.1558797709' type='text/css' media='' /> <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='prefix-style-css' href='https://z93country.com/wp-content/plugins/bible-verse-of-the-day/bible-verse-of-the-day.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-ui-css' href='https://z93country.com/wp-content/plugins/form-maker/css/jquery-ui-1.10.3.custom.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-ui-spinner-css' href='https://z93country.com/wp-content/plugins/form-maker/css/jquery-ui-spinner.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <link rel='stylesheet' id='form_maker_calendar-jos-css' href='https://z93country.com/wp-content/plugins/form-maker/css/calendar-jos.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <link rel='stylesheet' id='form_maker_frontend-css' href='https://z93country.com/wp-content/plugins/form-maker/css/form_maker_frontend.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <link rel='stylesheet' id='style_submissions-css' href='https://z93country.com/wp-content/plugins/form-maker/css/style_submissions.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <link rel='stylesheet' id='meteor-slides-css' href='https://z93country.com/wp-content/plugins/meteor-slides/css/meteor-slides.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <link rel='stylesheet' id='wp-polls-css' href='https://z93country.com/wp-content/plugins/wp-polls/polls-css.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <style id='wp-polls-inline-css' type='text/css'> .wp-polls .pollbar { margin: 1px; font-size: 8px; line-height: 10px; height: 10px; background-image: url('https://z93country.com/wp-content/plugins/wp-polls/images/default_gradient/pollbg.gif'); border: 1px solid #ffffff; } </style> <link rel='stylesheet' id='chld_thm_cfg_parent-css' href='https://z93country.com/wp-content/themes/mh-magazine/style.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <link rel='stylesheet' id='mh-magazine-css' href='https://z93country.com/wp-content/themes/z93/style.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <link rel='stylesheet' id='mh-font-awesome-css' href='https://z93country.com/wp-content/themes/mh-magazine/includes/font-awesome.min.css' 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://z93country.com/wp-content/plugins/newsletter/style.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <link rel='stylesheet' id='tablepress-default-css' href='https://z93country.com/wp-content/plugins/tablepress/css/build/default.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <link rel='stylesheet' id='wpcd-style-css' href='https://z93country.com/wp-content/plugins/wp-coupons-and-deals/assets/css/dist/style.min.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <style id='wpcd-style-inline-css' type='text/css'> .coupon-type { background-color: ; } .deal-type { background-color: ; } .wpcd-coupon { border-color: ; } </style> <link rel='stylesheet' id='ngg_trigger_buttons-css' href='https://z93country.com/wp-content/plugins/nextgen-gallery/static/GalleryDisplay/trigger_buttons.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <link rel='stylesheet' id='simplelightbox-0-css' href='https://z93country.com/wp-content/plugins/nextgen-gallery/static/Lightbox/simplelightbox/simple-lightbox.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <link rel='stylesheet' id='fontawesome_v4_shim_style-css' href='https://z93country.com/wp-content/plugins/nextgen-gallery/static/FontAwesome/css/v4-shims.min.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <link rel='stylesheet' id='fontawesome-css' href='https://z93country.com/wp-content/plugins/nextgen-gallery/static/FontAwesome/css/all.min.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <link rel='stylesheet' id='ngg_basic_slideshow_style-css' href='https://z93country.com/wp-content/plugins/nextgen-gallery/static/Slideshow/ngg_basic_slideshow.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <link rel='stylesheet' id='ngg_slick_slideshow_style-css' href='https://z93country.com/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/slick.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <link rel='stylesheet' id='ngg_slick_slideshow_theme-css' href='https://z93country.com/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/slick-theme.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <link rel='stylesheet' id='nextgen_widgets_style-css' href='https://z93country.com/wp-content/plugins/nextgen-gallery/static/Widget/display.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <link rel='stylesheet' id='nextgen_basic_slideshow_style-css' href='https://z93country.com/wp-content/plugins/nextgen-gallery/static/Slideshow/ngg_basic_slideshow.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <link rel='stylesheet' id='addtoany-css' href='https://z93country.com/wp-content/plugins/add-to-any/addtoany.min.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <script type="text/javascript" src="https://c0.wp.com/c/6.8.2/wp-includes/js/jquery/jquery.min.js" id="jquery-core-js"></script> <script type="text/javascript" src="https://c0.wp.com/c/6.8.2/wp-includes/js/jquery/jquery-migrate.min.js" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.6.1" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/z93country.com","hash_tracking":"false","v4_id":"G-40MNG5XH2G"};/* ]]> */ </script> <script type="text/javascript" id="addtoany-core-js-before"> /* <![CDATA[ */ window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={}; /* ]]> */ </script> <script type="text/javascript" defer src="https://static.addtoany.com/menu/page.js" id="addtoany-core-js"></script> <script type="text/javascript" defer src="https://z93country.com/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1" id="addtoany-jquery-js"></script> <script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false&ver=6.8.2" id="gmap_form_api-js"></script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/form-maker/js/if_gmap_front_end.js?ver=6.8.2" id="gmap_form-js"></script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/form-maker/js/jelly.min.js?ver=6.8.2" id="jelly.min-js"></script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/form-maker/js/file-upload.js?ver=6.8.2" id="file-upload-js"></script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/form-maker/js/calendar/calendar.js?ver=6.8.2" id="Calendar-js"></script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/form-maker/js/calendar/calendar_function.js?ver=6.8.2" id="calendar_function-js"></script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/meteor-slides/js/jquery.cycle.all.js?ver=6.8.2" id="jquery-cycle-js"></script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/meteor-slides/js/jquery.metadata.v2.js?ver=6.8.2" id="jquery-metadata-js"></script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/meteor-slides/js/jquery.touchwipe.1.1.1.js?ver=6.8.2" id="jquery-touchwipe-js"></script> <script type="text/javascript" id="meteorslides-script-js-extra"> /* <![CDATA[ */ var meteorslidessettings = {"meteorslideshowspeed":"500","meteorslideshowduration":"5000","meteorslideshowheight":"90","meteorslideshowwidth":"728","meteorslideshowtransition":"scrollLeft"}; /* ]]> */ </script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/meteor-slides/js/slideshow.js?ver=6.8.2" id="meteorslides-script-js"></script> <script type="text/javascript" src="https://z93country.com/wp-content/themes/mh-magazine/js/scripts.js?ver=3.9.0" id="mh-scripts-js"></script> <script type="text/javascript" id="wpcd-main-js-js-extra"> /* <![CDATA[ */ var wpcd_object = {"ajaxurl":"https:\/\/z93country.com\/wp-admin\/admin-ajax.php","security":"5a9954c01a"}; var wpcd_main_js = {"minutes":"minutes","seconds":"seconds","hours":"hours","day":"day","week":"week","expired_text":"This offer has expired!","word_count":"30","button_text":"Copy","after_copy":"Copied","vote_success":"You have voted successfully!","vote_fail":"Voting failed!","vote_already":"You have voted already!"}; /* ]]> */ </script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/wp-coupons-and-deals/assets/js/main.js?ver=3.2.2" id="wpcd-main-js-js"></script> <script type="text/javascript" id="photocrati_ajax-js-extra"> /* <![CDATA[ */ var photocrati_ajax = {"url":"https:\/\/z93country.com\/index.php?photocrati_ajax=1","rest_url":"https:\/\/z93country.com\/wp-json\/","wp_home_url":"https:\/\/z93country.com","wp_site_url":"https:\/\/z93country.com","wp_root_url":"https:\/\/z93country.com","wp_plugins_url":"https:\/\/z93country.com\/wp-content\/plugins","wp_content_url":"https:\/\/z93country.com\/wp-content","wp_includes_url":"https:\/\/z93country.com\/wp-includes\/","ngg_param_slug":"nggallery","rest_nonce":"53bef4f3a6"}; /* ]]> */ </script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/nextgen-gallery/static/Legacy/ajax.min.js?ver=3.59.10" id="photocrati_ajax-js"></script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/nextgen-gallery/static/FontAwesome/js/v4-shims.min.js?ver=5.3.1" id="fontawesome_v4_shim-js"></script> <script type="text/javascript" defer crossorigin="anonymous" data-auto-replace-svg="false" data-keep-original-source="false" data-search-pseudo-elements src="https://z93country.com/wp-content/plugins/nextgen-gallery/static/FontAwesome/js/all.min.js?ver=5.3.1" id="fontawesome-js"></script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/slick-1.8.0-modded.js?ver=3.59.10" id="ngg_slick-js"></script> <link rel="https://api.w.org/" href="https://z93country.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://z93country.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.8.2" /> <!-- This site is using AdRotate v4.16 Professional to display their advertisements - https://ajdg.solutions/products/adrotate-for-wordpress/ --> <!-- 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:3600px; margin: 0 auto; } .b-1 { margin:2px 0px 2px 0px; } .g-2 { min-width:0px; max-width:3600px; margin: 0 auto; } .b-2 { margin:0px 0px 5px 0px; } .g-3 { width:100%; max-width:728px; height:100%; max-height:90px; margin: 0 auto; } .g-5 { width:100%; max-width:300px; height:100%; max-height:150px; margin: 0 auto; } .g-14 { margin: 0 auto; } .g-15 { margin:0px 0px 0px 0px;width:100%; max-width:1132px; height:100%; max-height:140px; } .g-1 { min-width:0px; max-width:3600px; margin: 0 auto; } .b-1 { margin:2px 0px 2px 0px; } .g-2 { min-width:0px; max-width:3600px; margin: 0 auto; } .b-2 { margin:0px 0px 5px 0px; } .g-3 { width:100%; max-width:728px; height:100%; max-height:90px; margin: 0 auto; } .g-5 { width:100%; max-width:300px; height:100%; max-height:150px; margin: 0 auto; } .g-14 { margin: 0 auto; } .g-15 { margin:0px 0px 0px 0px;width:100%; max-width:1132px; height:100%; max-height:140px; } @media only screen and (max-width: 480px) { .g-col, .g-dyn, .g-single { width:100%; margin-left:0; margin-right:0; } } </style> <!-- /AdRotate CSS --> <style type="text/css"> .feedzy-rss-link-icon:after { content: url("https://z93country.com/wp-content/plugins/feedzy-rss-feeds/img/external-link.png"); margin-left: 3px; } </style> <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 = ''; 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('z93country.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: #000000; } .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: #980000; } .mh-extra-nav-bg { background: rgba(152, 0, 0, 0.2); } .mh-slider-caption, .mh-posts-stacked-title, .mh-posts-lineup-caption { background: #980000; background: rgba(152, 0, 0, 0.8); } @media screen and (max-width: 900px) { #mh-mobile .mh-slider-caption, #mh-mobile .mh-posts-lineup-caption { background: rgba(152, 0, 0, 1); } } .slicknav_menu, .slicknav_nav ul, #mh-mobile .mh-footer-widget .mh-posts-stacked-overlay { border-color: #980000; } .mh-copyright, .mh-copyright a { color: #fff; } .mh-widget-layout4 .mh-widget-title { background: #ff0000; background: rgba(255, 0, 0, 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: #ff0000; } .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: #ff0000; } .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: #ff0000; } .mh-meta, .mh-meta a, .mh-breadcrumb, .mh-breadcrumb a, .mh-comment-list .comment-meta, .mh-comment-list .comment-meta a, .mh-comment-list .comment-reply-link, .mh-user-data, .widget_rss .rss-date, .widget_rss cite { color: #666666; } .entry-content a { color: #ff0000; } 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: #dd3333; } </style> <!--[if lt IE 9]> <script src="https://z93country.com/wp-content/themes/mh-magazine/js/css3-mediaqueries.js"></script> <![endif]--> <!-- All in one Favicon 4.8 --><link rel="icon" href="https://z93country.com/wp-content/uploads/2019/05/favicon.png" type="image/png"/> <link rel="apple-touch-icon" href="https://z93country.com/wp-content/uploads/2019/05/favicon-1.png" /> <style type="text/css" id="custom-background-css"> body.custom-background { background-image: url("https://z93country.com/wp-content/uploads/2019/06/black-glisten.jpg"); background-position: left top; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; } </style> <link rel="icon" href="https://i0.wp.com/z93country.com/wp-content/uploads/2019/05/cropped-favicon-2.png?fit=32%2C32&ssl=1" sizes="32x32" /> <link rel="icon" href="https://i0.wp.com/z93country.com/wp-content/uploads/2019/05/cropped-favicon-2.png?fit=192%2C192&ssl=1" sizes="192x192" /> <link rel="apple-touch-icon" href="https://i0.wp.com/z93country.com/wp-content/uploads/2019/05/cropped-favicon-2.png?fit=180%2C180&ssl=1" /> <meta name="msapplication-TileImage" content="https://i0.wp.com/z93country.com/wp-content/uploads/2019/05/cropped-favicon-2.png?fit=270%2C270&ssl=1" /> <style type="text/css" id="wp-custom-css"> .ads-all { width:100%; padding:0 3%; background-color: #980000; } .mh-site-logo { margin:10px 0; } .mh-header { background:none; } .thumbnail-excerpt img { max-width: 0%; float: left; margin-top: 10px!important; margin-right: 10px; } .textwidget ul { list-style: none; } li.feed-item { margin-bottom: 10px; margin-left:0; } .entry-content ul { list-style: none; } .mh-.post-thumbnail { margin-top: 40px !important; } /* FRONT PAGE FOOTER RSS */ .wp-rss-template-container { margin-left:-15px; } ul,.entry-content li { list-style-type: disc!important; } ul,.mh-navigation li a { display: block; list-style-type:none!important; } </style> </head> <body id="mh-mobile" class="home blog custom-background wp-custom-logo wp-theme-mh-magazine wp-child-theme-z93 mh-boxed-layout mh-left-sb mh-loop-layout1 mh-widget-layout1 mh-loop-hide-caption" itemscope="itemscope" itemtype="http://schema.org/WebPage"> <aside class="mh-container mh-header-widget-1"> <div id="ajdg_grpwidgets-4" class="mh-widget mh-header-1 ajdg_grpwidgets"><div class="g g-3"><div class="g-dyn a-24 c-1"><div style = "text-align:center; margin: 0 auto;"><a class="gofollow" data-track="MjQsMywxLDYw" href="https://solidrocklawngarden.grasshopperdealers.com/"><img src="https://i0.wp.com/z93country.com/wp-content/uploads/2020/12/solid-rock-1.jpg" /></a></div></div><div class="g-dyn a-19 c-2"><div style = "text-align:center; margin: 0 auto;"><a class="gofollow" data-track="MTksMywxLDYw" href="https://www.mbcbank.com/"><img src="https://i0.wp.com/z93country.com/wp-content/uploads/2022/11/z93Banner2.jpg?ssl=1" /></a></div></div><div class="g-dyn a-55 c-3"><div style = "text-align:center; margin: 0 auto;"><a href="https://beechbend.com/"><img src="https://i0.wp.com/z93country.com/wp-content/uploads/2022/05/BBPA3392_Digital-ADs-Animated-728x90-1.gif?ssl=1" /></a></div></div><div class="g-dyn a-65 c-4"><div style = "text-align:center; margin: 0 auto;"><a href="https://smokeybear.com/"><img src="https://i0.wp.com/z93country.com/wp-content/uploads/2025/05/download-5.jpg?ssl=1" /></a></div></div></div></div></aside> <div class="mh-container mh-container-outer"> <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 class="mh-header-date mh-header-date-top"> August 2, 2025 </div> </div> <div class="mh-header-bar-content mh-header-bar-top-right mh-col-1-3 clearfix"> <nav class="mh-social-icons mh-social-nav mh-social-nav-top clearfix" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"> <div class="menu-social-container"><ul id="menu-social" class="menu"><li id="menu-item-134" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-134"><a href="https://www.facebook.com/thebestmusicontheradio/"><i class="fa fa-mh-social"></i><span class="screen-reader-text">FACEBOOK</span></a></li> <li id="menu-item-135" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-135"><a href="https://twitter.com/Z93country"><i class="fa fa-mh-social"></i><span class="screen-reader-text">TWITTER</span></a></li> <li id="menu-item-136" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-136"><a href="https://z93country.com/feed"><i class="fa fa-mh-social"></i><span class="screen-reader-text">RSS</span></a></li> <li id="menu-item-137" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-137"><a href="mailto:info@z93country.com"><i class="fa fa-mh-social"></i><span class="screen-reader-text">EMAIL</span></a></li> </ul></div> </nav> </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="http://schema.org/Brand"> <a href="https://z93country.com/" class="custom-logo-link" rel="home" aria-current="page"><img width="1023" height="568" src="https://i0.wp.com/z93country.com/wp-content/uploads/2025/05/cropped-Z93-new-logo.jpg?fit=1023%2C568&ssl=1" class="custom-logo" alt="Z93 Country" decoding="async" fetchpriority="high" srcset="https://i0.wp.com/z93country.com/wp-content/uploads/2025/05/cropped-Z93-new-logo.jpg?w=1023&ssl=1 1023w, https://i0.wp.com/z93country.com/wp-content/uploads/2025/05/cropped-Z93-new-logo.jpg?resize=300%2C167&ssl=1 300w, https://i0.wp.com/z93country.com/wp-content/uploads/2025/05/cropped-Z93-new-logo.jpg?resize=100%2C56&ssl=1 100w, https://i0.wp.com/z93country.com/wp-content/uploads/2025/05/cropped-Z93-new-logo.jpg?resize=768%2C426&ssl=1 768w, https://i0.wp.com/z93country.com/wp-content/uploads/2025/05/cropped-Z93-new-logo.jpg?resize=250%2C139&ssl=1 250w" sizes="(max-width: 1023px) 100vw, 1023px" /></a></div> </div> <aside class="mh-col-2-3 mh-header-widget-2"> <div id="ajdg_grpwidgets-7" class="mh-widget mh-header-2 ajdg_grpwidgets">margin-top:auto;margin-bottom:auto;.<div class="g g-15"><div class="g-dyn a-39 c-1"><a href="http://cromwellag.aghost.net//"><img src="https://i0.wp.com/z93country.com/wp-content/uploads/2021/11/market.png?ssl=1" /></a></div><div class="g-dyn a-41 c-2"><a href="https://dollywood.com/"><img src="https://i0.wp.com/z93country.com/wp-content/uploads/2024/06/dollywood-summer-celebration.jpg?ssl=1" /></a></div><div class="g-dyn a-59 c-3"><a href="https://player.aiir.com/wmkz-z93-everything-country/"><img src="https://i0.wp.com/z93country.com/wp-content/uploads/2022/09/Listen-Live-.jpg?ssl=1" /></a></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-11" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-11"><a href="https://z93country.com" aria-current="page">Home</a></li> <li id="menu-item-172" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-172"><a href="https://z93country.com/tradio/">Tradio</a></li> <li id="menu-item-88" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-88"><a href="#">News / Wx</a> <ul class="sub-menu"> <li id="menu-item-617" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-617"><a href="#">News</a> <ul class="sub-menu"> <li id="menu-item-227" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-227"><a href="https://z93country.com/archives/category/local-news/">Local News</a></li> <li id="menu-item-199768" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-199768"><a href="https://z93country.com/archives/category/region-news/">Region News</a></li> <li id="menu-item-616" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-616"><a href="https://z93country.com/state-news/">State News</a></li> <li id="menu-item-43511" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-43511"><a href="https://z93country.com/national-world-news/">National & World News</a></li> <li id="menu-item-8389" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8389"><a href="https://z93country.com/country-music-news/">Country Music News</a></li> </ul> </li> <li id="menu-item-149" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-149"><a href="#">Weather</a> <ul class="sub-menu"> <li id="menu-item-148" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-148"><a href="https://z93country.com/archives/category/weather-blog/">Weather Blog</a></li> </ul> </li> <li id="menu-item-1634" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1634"><a href="#">Sports</a> <ul class="sub-menu"> <li id="menu-item-838" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-838"><a href="https://z93country.com/archives/category/sports/">Sports</a></li> <li id="menu-item-1554" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1554"><a href="https://z93country.com/cardinals-sports-schedule/">Cardinals and Lady Cardinal</a></li> <li id="menu-item-1633" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1633"><a href="https://z93country.com/state-sports/">State Sports</a></li> <li id="menu-item-1632" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1632"><a href="https://z93country.com/national-world-sports/">National & World Sports</a></li> </ul> </li> <li id="menu-item-79159" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-79159"><a href="http://www.cromwellag.com/">Farm Market Report</a></li> <li id="menu-item-707" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-707"><a href="#">Outdoors</a> <ul class="sub-menu"> <li id="menu-item-79157" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-79157"><a>Lake</a> <ul class="sub-menu"> <li id="menu-item-84" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-84"><a href="http://cumberland.uslakes.info/Level/">Lake Cumberland Levels</a></li> <li id="menu-item-243555" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-243555"><a href="https://z93country.com/lake-map/">Lake Map</a></li> <li id="menu-item-94839" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-94839"><a href="https://z93country.com/lake-mileage/">Lake Mileage</a></li> <li id="menu-item-83" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-83"><a href="https://conleybottom.com/about-us/web-cam/">Conley Bottom Lake Cam</a></li> <li id="menu-item-85" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-85"><a href="https://duocounty.com/lake-cumberland-webcam">Lake Cumberland Cam</a></li> </ul> </li> <li id="menu-item-711" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-711"><a href="https://app.fw.ky.gov/SeasonDates/Default.aspx">KY Hunting Season Dates</a></li> <li id="menu-item-713" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-713"><a href="https://fw.ky.gov/Fish/Documents/FishingGuide.pdf">KY Fishing Guide [PDF]</a></li> <li id="menu-item-130477" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-130477"><a href="https://z93country.com/hunting-pictures/">Hunting Pictures</a></li> </ul> </li> </ul> </li> <li id="menu-item-619" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-619"><a href="https://z93country.com/archives/category/obituaries/">Obituaries</a></li> <li id="menu-item-111747" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-111747"><a href="#">Classified</a> <ul class="sub-menu"> <li id="menu-item-111594" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-111594"><a href="https://z93country.com/adverts/">View All Classifieds</a></li> <li id="menu-item-111596" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-111596"><a href="https://z93country.com/adverts/add/">Add Classified</a></li> <li id="menu-item-111595" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-111595"><a href="https://z93country.com/adverts/manage/">Manage Classifieds</a></li> <li id="menu-item-111739" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-111739"><a href="https://z93country.com/adverts/classifieds-categories/">Categories</a></li> </ul> </li> <li id="menu-item-226" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-226"><a href="#">Community</a> <ul class="sub-menu"> <li id="menu-item-183627" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-183627"><a href="https://z93country.com/archives/category/school/">School</a></li> <li id="menu-item-225" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-225"><a href="https://z93country.com/the-birthday-club/">The Birthday Club</a></li> <li id="menu-item-3088" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3088"><a href="https://z93country.com/calendar-2/">Community Calendar</a></li> <li id="menu-item-161024" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-161024"><a href="https://z93country.com/church/">Faith</a></li> <li id="menu-item-24840" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24840"><a href="https://z93country.com/best-properties/">Wayne County’s Best Properties</a></li> <li id="menu-item-22060" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22060"><a href="https://z93country.com/z93-business-directory/">Z93 Business Directory</a></li> <li id="menu-item-141628" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-141628"><a href="https://z93country.com/restaurant/">Restaurant</a></li> <li id="menu-item-276379" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-276379"><a href="https://z93country.com/regional-job-listing/">Regional Job Listing</a></li> <li id="menu-item-276378" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-276378"><a href="https://z93country.com/help-wanted-submission-form/">HELP WANTED SUBMISSION FORM</a></li> <li id="menu-item-116355" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-116355"><a href="https://z93country.com/the-daily/">The Daily</a> <ul class="sub-menu"> <li id="menu-item-99936" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-99936"><a href="https://z93country.com/activites/">Activities</a> <ul class="sub-menu"> <li id="menu-item-99937" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-99937"><a href="https://z93country.com/todays-cartoon/">Today’s Cartoon</a></li> <li id="menu-item-164418" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-164418"><a href="https://z93country.com/word-search/">Today’s Word Search</a></li> <li id="menu-item-99938" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-99938"><a href="https://z93country.com/sudoku-2/">Today’s Sudoku</a></li> <li id="menu-item-99939" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-99939"><a href="https://z93country.com/todays-crossword/">Today’s Crossword</a></li> </ul> </li> <li id="menu-item-101900" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-101900"><a href="https://z93country.com/coupon/">Zoupon</a> <ul class="sub-menu"> <li id="menu-item-102513" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-102513"><a href="https://z93country.com/dominos-pizza/">Dominos’ Pizza</a></li> <li id="menu-item-102514" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-102514"><a href="https://z93country.com/foothills-country-meat/">Foothills Country Meat</a></li> <li id="menu-item-102512" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-102512"><a href="https://z93country.com/save-a-lot/">Save A Lot</a></li> </ul> </li> </ul> </li> </ul> </li> <li id="menu-item-706" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-706"><a href="#">About</a> <ul class="sub-menu"> <li id="menu-item-2389" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2389"><a href="https://z93country.com/contact-us/">Contact Us</a></li> <li id="menu-item-1631" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1631"><a href="https://z93country.com/the-team/">The Team</a></li> <li id="menu-item-107" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-107"><a href="https://z93country.com/advertising/">Advertising</a> <ul class="sub-menu"> <li id="menu-item-99904" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-99904"><a href="https://z93country.com/audience-profile-2/">Audience Profile</a></li> </ul> </li> <li id="menu-item-4142" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4142"><a href="https://z93country.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-804" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-804"><a href="https://publicfiles.fcc.gov/fm-profile/wmkz">Public File</a></li> <li id="menu-item-822" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-822"><a href="https://z93country.com/non-discrimination-eeo-statement/">Non-Discrimination Statement</a></li> <li id="menu-item-135924" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-135924"><a href="https://z93country.com/fcc-applications/">FCC Applications</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"> 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://z93country.com/archives/484561/local-news/" title="Changes have been made to Medicine Distribution by nurses at School"> <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"> Changes have been made to Medicine Distribution by nurses at School </span> <span class="mh-ticker-item-cat mh-ticker-item-cat-bottom"> <i class="fa fa-caret-right"></i> Local News </span> </a> </li> <li class="mh-ticker-item mh-ticker-item-bottom"> <a href="https://z93country.com/archives/484568/local-news/" title="Recommendations for a smooth start to the school Year"> <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"> Recommendations for a smooth start to the school Year </span> <span class="mh-ticker-item-cat mh-ticker-item-cat-bottom"> <i class="fa fa-caret-right"></i> Local News </span> </a> </li> <li class="mh-ticker-item mh-ticker-item-bottom"> <a href="https://z93country.com/archives/486226/local-news/" title="One Person Arrested"> <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"> One Person Arrested </span> <span class="mh-ticker-item-cat mh-ticker-item-cat-bottom"> <i class="fa fa-caret-right"></i> Local News </span> </a> </li> <li class="mh-ticker-item mh-ticker-item-bottom"> <a href="https://z93country.com/archives/485685/local-news/" title="Library Will Be Closed for Maintenance This Friday and Saturday"> <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"> Library Will Be Closed for Maintenance This Friday and Saturday </span> <span class="mh-ticker-item-cat mh-ticker-item-cat-bottom"> <i class="fa fa-caret-right"></i> Local News </span> </a> </li> <li class="mh-ticker-item mh-ticker-item-bottom"> <a href="https://z93country.com/archives/485647/local-news/" title="WC Volleyball Tenderloin Fundraiser is Today"> <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"> WC Volleyball Tenderloin Fundraiser is Today </span> <span class="mh-ticker-item-cat mh-ticker-item-cat-bottom"> <i class="fa fa-caret-right"></i> Local News </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://z93country.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search …" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </aside> </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-484561 post type-post status-publish format-standard has-post-thumbnail hentry category-local-news category-school"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://z93country.com/archives/484561/local-news/"><img width="326" height="245" src="https://i0.wp.com/z93country.com/wp-content/uploads/2021/04/OIP.jpg?resize=326%2C245&ssl=1" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://i0.wp.com/z93country.com/wp-content/uploads/2021/04/OIP.jpg?resize=678%2C509&ssl=1 678w, https://i0.wp.com/z93country.com/wp-content/uploads/2021/04/OIP.jpg?resize=326%2C245&ssl=1 326w, https://i0.wp.com/z93country.com/wp-content/uploads/2021/04/OIP.jpg?resize=80%2C60&ssl=1 80w" sizes="(max-width: 326px) 100vw, 326px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </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://z93country.com/archives/484561/local-news/" title="Changes have been made to Medicine Distribution by nurses at School" rel="bookmark"> Changes have been made to Medicine Distribution by nurses at School </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://z93country.com/archives/date/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://z93country.com/archives/author/ecriswell/">Eric Criswell</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">ATTENTION PARENTS – PLEASE READ District Communication to Parents: Over the Counter and Prescription Medication Administration Important Medication Policy Update for the 2025–2026 School Year In alignment with updated requirements from the Kentucky Board of <a class="mh-excerpt-more" href="https://z93country.com/archives/484561/local-news/" title="Changes have been made to Medicine Distribution by nurses at School">[…]</a></div> <div class="addtoany_share_save_container addtoany_content addtoany_content_bottom"><div class="a2a_kit a2a_kit_size_32 addtoany_list" data-a2a-url="https://z93country.com/archives/484561/local-news/" data-a2a-title="Changes have been made to Medicine Distribution by nurses at School"><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F484561%2Flocal-news%2F&linkname=Changes%20have%20been%20made%20to%20Medicine%20Distribution%20by%20nurses%20at%20School" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F484561%2Flocal-news%2F&linkname=Changes%20have%20been%20made%20to%20Medicine%20Distribution%20by%20nurses%20at%20School" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F484561%2Flocal-news%2F&linkname=Changes%20have%20been%20made%20to%20Medicine%20Distribution%20by%20nurses%20at%20School" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook_like addtoany_special_service" data-layout="button" data-href="https://z93country.com/archives/484561/local-news/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-url="https://z93country.com/archives/484561/local-news/" data-text="Changes have been made to Medicine Distribution by nurses at School"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share"></a></div></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-484568 post type-post status-publish format-standard has-post-thumbnail hentry category-local-news category-school"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://z93country.com/archives/484568/local-news/"><img width="326" height="245" src="https://i0.wp.com/z93country.com/wp-content/uploads/2020/05/back-2school.jpg?resize=250%2C188&ssl=1" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://i0.wp.com/z93country.com/wp-content/uploads/2020/05/back-2school.jpg?w=250&ssl=1 250w, https://i0.wp.com/z93country.com/wp-content/uploads/2020/05/back-2school.jpg?resize=678%2C509&ssl=1 678w, https://i0.wp.com/z93country.com/wp-content/uploads/2020/05/back-2school.jpg?resize=326%2C245&ssl=1 326w, https://i0.wp.com/z93country.com/wp-content/uploads/2020/05/back-2school.jpg?resize=80%2C60&ssl=1 80w, https://i0.wp.com/z93country.com/wp-content/uploads/2020/05/back-2school.jpg?resize=150%2C113&ssl=1 150w" sizes="(max-width: 326px) 100vw, 326px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </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://z93country.com/archives/484568/local-news/" title="Recommendations for a smooth start to the school Year" rel="bookmark"> Recommendations for a smooth start to the school Year </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://z93country.com/archives/date/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://z93country.com/archives/author/ecriswell/">Eric Criswell</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">Here’s some recommendations that may come in handy.</div> <div class="addtoany_share_save_container addtoany_content addtoany_content_bottom"><div class="a2a_kit a2a_kit_size_32 addtoany_list" data-a2a-url="https://z93country.com/archives/484568/local-news/" data-a2a-title="Recommendations for a smooth start to the school Year"><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F484568%2Flocal-news%2F&linkname=Recommendations%20for%20a%20smooth%20start%20to%20the%20school%20Year" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F484568%2Flocal-news%2F&linkname=Recommendations%20for%20a%20smooth%20start%20to%20the%20school%20Year" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F484568%2Flocal-news%2F&linkname=Recommendations%20for%20a%20smooth%20start%20to%20the%20school%20Year" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook_like addtoany_special_service" data-layout="button" data-href="https://z93country.com/archives/484568/local-news/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-url="https://z93country.com/archives/484568/local-news/" data-text="Recommendations for a smooth start to the school Year"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share"></a></div></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-486226 post type-post status-publish format-standard has-post-thumbnail hentry category-local-news"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://z93country.com/archives/486226/local-news/"><img width="326" height="245" src="https://i0.wp.com/z93country.com/wp-content/uploads/2020/05/Handcuffs.jpg?resize=283%2C159&ssl=1" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://i0.wp.com/z93country.com/wp-content/uploads/2020/05/Handcuffs.jpg?resize=678%2C509&ssl=1 678w, https://i0.wp.com/z93country.com/wp-content/uploads/2020/05/Handcuffs.jpg?resize=326%2C245&ssl=1 326w, https://i0.wp.com/z93country.com/wp-content/uploads/2020/05/Handcuffs.jpg?resize=80%2C60&ssl=1 80w" sizes="(max-width: 326px) 100vw, 326px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </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://z93country.com/archives/486226/local-news/" title="One Person Arrested" rel="bookmark"> One Person Arrested </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://z93country.com/archives/date/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://z93country.com/archives/author/ecriswell/">Eric Criswell</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">Wayne County Sheriff Tim Catron reports the following arrest. Randy Cooper of Monticello, KY. was arrested on a Wayne County District Court Warrant of Arrest for failure to pay or show cause on the underlying <a class="mh-excerpt-more" href="https://z93country.com/archives/486226/local-news/" title="One Person Arrested">[…]</a></div> <div class="addtoany_share_save_container addtoany_content addtoany_content_bottom"><div class="a2a_kit a2a_kit_size_32 addtoany_list" data-a2a-url="https://z93country.com/archives/486226/local-news/" data-a2a-title="One Person Arrested"><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486226%2Flocal-news%2F&linkname=One%20Person%20Arrested" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486226%2Flocal-news%2F&linkname=One%20Person%20Arrested" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486226%2Flocal-news%2F&linkname=One%20Person%20Arrested" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook_like addtoany_special_service" data-layout="button" data-href="https://z93country.com/archives/486226/local-news/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-url="https://z93country.com/archives/486226/local-news/" data-text="One Person Arrested"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share"></a></div></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-485685 post type-post status-publish format-standard has-post-thumbnail hentry category-local-news"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://z93country.com/archives/485685/local-news/"><img width="326" height="245" src="https://i0.wp.com/z93country.com/wp-content/uploads/2020/05/closed.png?resize=247%2C204&ssl=1" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://i0.wp.com/z93country.com/wp-content/uploads/2020/05/closed.png?resize=678%2C509&ssl=1 678w, https://i0.wp.com/z93country.com/wp-content/uploads/2020/05/closed.png?resize=326%2C245&ssl=1 326w, https://i0.wp.com/z93country.com/wp-content/uploads/2020/05/closed.png?resize=80%2C60&ssl=1 80w" sizes="auto, (max-width: 326px) 100vw, 326px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </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://z93country.com/archives/485685/local-news/" title="Library Will Be Closed for Maintenance This Friday and Saturday" rel="bookmark"> Library Will Be Closed for Maintenance This Friday and Saturday </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://z93country.com/archives/date/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://z93country.com/archives/author/kjones/">Kisha Jones</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">The library will be closed this Fri & Sat, August 1st & 2nd for maintenance. We are sorry for any inconvenience.</div> <div class="addtoany_share_save_container addtoany_content addtoany_content_bottom"><div class="a2a_kit a2a_kit_size_32 addtoany_list" data-a2a-url="https://z93country.com/archives/485685/local-news/" data-a2a-title="Library Will Be Closed for Maintenance This Friday and Saturday"><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F485685%2Flocal-news%2F&linkname=Library%20Will%20Be%20Closed%20for%20Maintenance%20This%20Friday%20and%20Saturday" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F485685%2Flocal-news%2F&linkname=Library%20Will%20Be%20Closed%20for%20Maintenance%20This%20Friday%20and%20Saturday" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F485685%2Flocal-news%2F&linkname=Library%20Will%20Be%20Closed%20for%20Maintenance%20This%20Friday%20and%20Saturday" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook_like addtoany_special_service" data-layout="button" data-href="https://z93country.com/archives/485685/local-news/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-url="https://z93country.com/archives/485685/local-news/" data-text="Library Will Be Closed for Maintenance This Friday and Saturday"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share"></a></div></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-485647 post type-post status-publish format-standard has-post-thumbnail hentry category-local-news"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://z93country.com/archives/485647/local-news/"><img width="326" height="245" src="https://i0.wp.com/z93country.com/wp-content/uploads/2025/07/525458023_1285004590298897_3138648144419776510_n.jpg?resize=326%2C245&ssl=1" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://i0.wp.com/z93country.com/wp-content/uploads/2025/07/525458023_1285004590298897_3138648144419776510_n.jpg?resize=326%2C245&ssl=1 326w, https://i0.wp.com/z93country.com/wp-content/uploads/2025/07/525458023_1285004590298897_3138648144419776510_n.jpg?resize=80%2C60&ssl=1 80w" sizes="auto, (max-width: 326px) 100vw, 326px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </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://z93country.com/archives/485647/local-news/" title="WC Volleyball Tenderloin Fundraiser is Today" rel="bookmark"> WC Volleyball Tenderloin Fundraiser is Today </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://z93country.com/archives/date/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://z93country.com/archives/author/ecriswell/">Eric Criswell</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">Come on out Friday and support the team and their upcoming season!</div> <div class="addtoany_share_save_container addtoany_content addtoany_content_bottom"><div class="a2a_kit a2a_kit_size_32 addtoany_list" data-a2a-url="https://z93country.com/archives/485647/local-news/" data-a2a-title="WC Volleyball Tenderloin Fundraiser is Today"><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F485647%2Flocal-news%2F&linkname=WC%20Volleyball%20Tenderloin%20Fundraiser%20is%20Today" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F485647%2Flocal-news%2F&linkname=WC%20Volleyball%20Tenderloin%20Fundraiser%20is%20Today" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F485647%2Flocal-news%2F&linkname=WC%20Volleyball%20Tenderloin%20Fundraiser%20is%20Today" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook_like addtoany_special_service" data-layout="button" data-href="https://z93country.com/archives/485647/local-news/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-url="https://z93country.com/archives/485647/local-news/" data-text="WC Volleyball Tenderloin Fundraiser is Today"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share"></a></div></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-486222 post type-post status-publish format-standard has-post-thumbnail hentry category-local-news"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://z93country.com/archives/486222/local-news/"><img width="326" height="245" src="https://i0.wp.com/z93country.com/wp-content/uploads/2025/08/525576990_754647446955080_8927869790998027542_n.jpg?resize=326%2C245&ssl=1" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://i0.wp.com/z93country.com/wp-content/uploads/2025/08/525576990_754647446955080_8927869790998027542_n.jpg?resize=326%2C245&ssl=1 326w, https://i0.wp.com/z93country.com/wp-content/uploads/2025/08/525576990_754647446955080_8927869790998027542_n.jpg?resize=80%2C60&ssl=1 80w" sizes="auto, (max-width: 326px) 100vw, 326px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </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://z93country.com/archives/486222/local-news/" title="Monticello Market Schedule" rel="bookmark"> Monticello Market Schedule </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://z93country.com/archives/date/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://z93country.com/archives/author/ecriswell/">Eric Criswell</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">Great weather is on tap, here’s a look at the events.</div> <div class="addtoany_share_save_container addtoany_content addtoany_content_bottom"><div class="a2a_kit a2a_kit_size_32 addtoany_list" data-a2a-url="https://z93country.com/archives/486222/local-news/" data-a2a-title="Monticello Market Schedule"><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486222%2Flocal-news%2F&linkname=Monticello%20Market%20Schedule" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486222%2Flocal-news%2F&linkname=Monticello%20Market%20Schedule" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486222%2Flocal-news%2F&linkname=Monticello%20Market%20Schedule" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook_like addtoany_special_service" data-layout="button" data-href="https://z93country.com/archives/486222/local-news/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-url="https://z93country.com/archives/486222/local-news/" data-text="Monticello Market Schedule"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share"></a></div></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-485846 post type-post status-publish format-standard has-post-thumbnail hentry category-local-news"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://z93country.com/archives/485846/local-news/"><img width="326" height="234" src="https://i0.wp.com/z93country.com/wp-content/uploads/2024/04/download-10.jpg?resize=326%2C234&ssl=1" 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"> Local News </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://z93country.com/archives/485846/local-news/" title="Homemaker Yard Sale Drop-off Reminder" rel="bookmark"> Homemaker Yard Sale Drop-off Reminder </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://z93country.com/archives/date/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://z93country.com/archives/author/ecriswell/">Eric Criswell</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">Extension Homemakers: If you would like to donate items for the Homemaker Yard Sale on August 2nd, please drop off your items on Friday, August 1st, beginning at 1 o’clock in the downstairs meeting room. <a class="mh-excerpt-more" href="https://z93country.com/archives/485846/local-news/" title="Homemaker Yard Sale Drop-off Reminder">[…]</a></div> <div class="addtoany_share_save_container addtoany_content addtoany_content_bottom"><div class="a2a_kit a2a_kit_size_32 addtoany_list" data-a2a-url="https://z93country.com/archives/485846/local-news/" data-a2a-title="Homemaker Yard Sale Drop-off Reminder"><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F485846%2Flocal-news%2F&linkname=Homemaker%20Yard%20Sale%20Drop-off%20Reminder" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F485846%2Flocal-news%2F&linkname=Homemaker%20Yard%20Sale%20Drop-off%20Reminder" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F485846%2Flocal-news%2F&linkname=Homemaker%20Yard%20Sale%20Drop-off%20Reminder" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook_like addtoany_special_service" data-layout="button" data-href="https://z93country.com/archives/485846/local-news/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-url="https://z93country.com/archives/485846/local-news/" data-text="Homemaker Yard Sale Drop-off Reminder"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share"></a></div></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-486045 post type-post status-publish format-standard has-post-thumbnail hentry category-local-news"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://z93country.com/archives/486045/local-news/"><img width="326" height="245" src="https://i0.wp.com/z93country.com/wp-content/uploads/2025/07/525331016_1186246443544987_4979875951079187466_n.jpg?resize=326%2C245&ssl=1" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://i0.wp.com/z93country.com/wp-content/uploads/2025/07/525331016_1186246443544987_4979875951079187466_n.jpg?resize=326%2C245&ssl=1 326w, https://i0.wp.com/z93country.com/wp-content/uploads/2025/07/525331016_1186246443544987_4979875951079187466_n.jpg?resize=80%2C60&ssl=1 80w" sizes="auto, (max-width: 326px) 100vw, 326px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </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://z93country.com/archives/486045/local-news/" title="Rollover Accident Reported Early Thursday" rel="bookmark"> Rollover Accident Reported Early Thursday </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://z93country.com/archives/date/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://z93country.com/archives/author/ecriswell/">Eric Criswell</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">Firefighters responded to a one vehicle rollover accident on East 90 early Thursday morning. Units used the extrication tools to free the driver from the vehicle. Also on the scene was Wayne County EMS and <a class="mh-excerpt-more" href="https://z93country.com/archives/486045/local-news/" title="Rollover Accident Reported Early Thursday">[…]</a></div> <div class="addtoany_share_save_container addtoany_content addtoany_content_bottom"><div class="a2a_kit a2a_kit_size_32 addtoany_list" data-a2a-url="https://z93country.com/archives/486045/local-news/" data-a2a-title="Rollover Accident Reported Early Thursday"><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486045%2Flocal-news%2F&linkname=Rollover%20Accident%20Reported%20Early%20Thursday" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486045%2Flocal-news%2F&linkname=Rollover%20Accident%20Reported%20Early%20Thursday" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486045%2Flocal-news%2F&linkname=Rollover%20Accident%20Reported%20Early%20Thursday" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook_like addtoany_special_service" data-layout="button" data-href="https://z93country.com/archives/486045/local-news/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-url="https://z93country.com/archives/486045/local-news/" data-text="Rollover Accident Reported Early Thursday"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share"></a></div></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-486053 post type-post status-publish format-standard has-post-thumbnail hentry category-local-news"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://z93country.com/archives/486053/local-news/"><img width="326" height="245" src="https://i0.wp.com/z93country.com/wp-content/uploads/2025/07/526705200_753978940355264_1448794573762637651_n.jpg?resize=326%2C245&ssl=1" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://i0.wp.com/z93country.com/wp-content/uploads/2025/07/526705200_753978940355264_1448794573762637651_n.jpg?w=600&ssl=1 600w, https://i0.wp.com/z93country.com/wp-content/uploads/2025/07/526705200_753978940355264_1448794573762637651_n.jpg?resize=300%2C225&ssl=1 300w, https://i0.wp.com/z93country.com/wp-content/uploads/2025/07/526705200_753978940355264_1448794573762637651_n.jpg?resize=100%2C75&ssl=1 100w, https://i0.wp.com/z93country.com/wp-content/uploads/2025/07/526705200_753978940355264_1448794573762637651_n.jpg?resize=250%2C188&ssl=1 250w, https://i0.wp.com/z93country.com/wp-content/uploads/2025/07/526705200_753978940355264_1448794573762637651_n.jpg?resize=326%2C245&ssl=1 326w, https://i0.wp.com/z93country.com/wp-content/uploads/2025/07/526705200_753978940355264_1448794573762637651_n.jpg?resize=80%2C60&ssl=1 80w" sizes="auto, (max-width: 326px) 100vw, 326px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </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://z93country.com/archives/486053/local-news/" title="Chief Hoover Announces a SIDNE Demonstrations This Saturday at the Monticello Market" rel="bookmark"> Chief Hoover Announces a SIDNE Demonstrations This Saturday at the Monticello Market </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://z93country.com/archives/date/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://z93country.com/archives/author/ecriswell/">Eric Criswell</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">SIDNE Demonstrations This Saturday at the Monticello Market Come check out the City of Monticello, Kentucky‘s new SIDNE (Simulated Impaired Driving Experience) vehicle this Saturday during the Monticello Market from 10am-2pm EST behind City Hall. <a class="mh-excerpt-more" href="https://z93country.com/archives/486053/local-news/" title="Chief Hoover Announces a SIDNE Demonstrations This Saturday at the Monticello Market">[…]</a></div> <div class="addtoany_share_save_container addtoany_content addtoany_content_bottom"><div class="a2a_kit a2a_kit_size_32 addtoany_list" data-a2a-url="https://z93country.com/archives/486053/local-news/" data-a2a-title="Chief Hoover Announces a SIDNE Demonstrations This Saturday at the Monticello Market"><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486053%2Flocal-news%2F&linkname=Chief%20Hoover%20Announces%20a%20SIDNE%20Demonstrations%20This%20Saturday%20at%20the%20Monticello%20Market" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486053%2Flocal-news%2F&linkname=Chief%20Hoover%20Announces%20a%20SIDNE%20Demonstrations%20This%20Saturday%20at%20the%20Monticello%20Market" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486053%2Flocal-news%2F&linkname=Chief%20Hoover%20Announces%20a%20SIDNE%20Demonstrations%20This%20Saturday%20at%20the%20Monticello%20Market" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook_like addtoany_special_service" data-layout="button" data-href="https://z93country.com/archives/486053/local-news/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-url="https://z93country.com/archives/486053/local-news/" data-text="Chief Hoover Announces a SIDNE Demonstrations This Saturday at the Monticello Market"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share"></a></div></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-486117 post type-post status-publish format-standard has-post-thumbnail hentry category-local-news"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://z93country.com/archives/486117/local-news/"><img width="326" height="245" src="https://i0.wp.com/z93country.com/wp-content/uploads/2020/05/boilwaterlifted1.png?resize=267%2C189&ssl=1" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://i0.wp.com/z93country.com/wp-content/uploads/2020/05/boilwaterlifted1.png?resize=678%2C509&ssl=1 678w, https://i0.wp.com/z93country.com/wp-content/uploads/2020/05/boilwaterlifted1.png?resize=326%2C245&ssl=1 326w, https://i0.wp.com/z93country.com/wp-content/uploads/2020/05/boilwaterlifted1.png?resize=80%2C60&ssl=1 80w" sizes="auto, (max-width: 326px) 100vw, 326px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </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://z93country.com/archives/486117/local-news/" title="Boil Water Advisory Lifted" rel="bookmark"> Boil Water Advisory Lifted </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://z93country.com/archives/date/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://z93country.com/archives/author/ecriswell/">Eric Criswell</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">Date: 7/31/25 Time: 11:22 am The boil water advisory that was issued for customers located at the intersection of E Hwy 92 & Hwy 1258 to the end of our line on Hwy 167 has <a class="mh-excerpt-more" href="https://z93country.com/archives/486117/local-news/" title="Boil Water Advisory Lifted">[…]</a></div> <div class="addtoany_share_save_container addtoany_content addtoany_content_bottom"><div class="a2a_kit a2a_kit_size_32 addtoany_list" data-a2a-url="https://z93country.com/archives/486117/local-news/" data-a2a-title="Boil Water Advisory Lifted"><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486117%2Flocal-news%2F&linkname=Boil%20Water%20Advisory%20Lifted" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486117%2Flocal-news%2F&linkname=Boil%20Water%20Advisory%20Lifted" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486117%2Flocal-news%2F&linkname=Boil%20Water%20Advisory%20Lifted" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook_like addtoany_special_service" data-layout="button" data-href="https://z93country.com/archives/486117/local-news/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-url="https://z93country.com/archives/486117/local-news/" data-text="Boil Water Advisory Lifted"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share"></a></div></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-486050 post type-post status-publish format-standard hentry category-local-news"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://z93country.com/archives/486050/local-news/"><img class="mh-image-placeholder" src="https://z93country.com/wp-content/themes/mh-magazine/images/placeholder-medium.png" alt="No Picture" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </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://z93country.com/archives/486050/local-news/" title="Monticello Market is Saturday" rel="bookmark"> Monticello Market is Saturday </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://z93country.com/archives/date/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://z93country.com/archives/author/ecriswell/">Eric Criswell</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">Make plans to attend!</div> <div class="addtoany_share_save_container addtoany_content addtoany_content_bottom"><div class="a2a_kit a2a_kit_size_32 addtoany_list" data-a2a-url="https://z93country.com/archives/486050/local-news/" data-a2a-title="Monticello Market is Saturday"><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486050%2Flocal-news%2F&linkname=Monticello%20Market%20is%20Saturday" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486050%2Flocal-news%2F&linkname=Monticello%20Market%20is%20Saturday" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486050%2Flocal-news%2F&linkname=Monticello%20Market%20is%20Saturday" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook_like addtoany_special_service" data-layout="button" data-href="https://z93country.com/archives/486050/local-news/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-url="https://z93country.com/archives/486050/local-news/" data-text="Monticello Market is Saturday"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share"></a></div></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-486088 post type-post status-publish format-standard has-post-thumbnail hentry category-local-news"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://z93country.com/archives/486088/local-news/"><img width="326" height="245" src="https://i0.wp.com/z93country.com/wp-content/uploads/2025/07/523436516_762457602971734_288365150729814365_n.jpg?resize=326%2C245&ssl=1" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://i0.wp.com/z93country.com/wp-content/uploads/2025/07/523436516_762457602971734_288365150729814365_n.jpg?resize=678%2C509&ssl=1 678w, https://i0.wp.com/z93country.com/wp-content/uploads/2025/07/523436516_762457602971734_288365150729814365_n.jpg?resize=326%2C245&ssl=1 326w, https://i0.wp.com/z93country.com/wp-content/uploads/2025/07/523436516_762457602971734_288365150729814365_n.jpg?resize=80%2C60&ssl=1 80w, https://i0.wp.com/z93country.com/wp-content/uploads/2025/07/523436516_762457602971734_288365150729814365_n.jpg?zoom=3&resize=326%2C245&ssl=1 978w" sizes="auto, (max-width: 326px) 100vw, 326px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </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://z93country.com/archives/486088/local-news/" title="Save the Date! Fall Fest Announced" rel="bookmark"> Save the Date! Fall Fest Announced </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://z93country.com/archives/date/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://z93country.com/archives/author/kjones/">Kisha Jones</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">We are excited to announce our Fall Fest main date! Please mark your calendar. If you’re interested in being a vendor, please contact Shelbi at County Judge Executive Scott Gehring’s office: 606-348-4241</div> <div class="addtoany_share_save_container addtoany_content addtoany_content_bottom"><div class="a2a_kit a2a_kit_size_32 addtoany_list" data-a2a-url="https://z93country.com/archives/486088/local-news/" data-a2a-title="Save the Date! Fall Fest Announced"><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486088%2Flocal-news%2F&linkname=Save%20the%20Date%21%20Fall%20Fest%20Announced" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486088%2Flocal-news%2F&linkname=Save%20the%20Date%21%20Fall%20Fest%20Announced" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fz93country.com%2Farchives%2F486088%2Flocal-news%2F&linkname=Save%20the%20Date%21%20Fall%20Fest%20Announced" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook_like addtoany_special_service" data-layout="button" data-href="https://z93country.com/archives/486088/local-news/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-url="https://z93country.com/archives/486088/local-news/" data-text="Save the Date! Fall Fest Announced"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share"></a></div></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://z93country.com/page/2/">2</a> <span class="page-numbers dots">…</span> <a class="page-numbers" href="https://z93country.com/page/164/">164</a> <a class="next page-numbers" href="https://z93country.com/page/2/">»</a></div> </nav></div> </div> <aside class="mh-widget-col-1 mh-sidebar" itemscope="itemscope" itemtype="http://schema.org/WPSideBar"><div id="text-20" class="mh-widget widget_text"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">Interact</span></h4> <div class="textwidget"><div style="float: left; padding: 8px 0; font-weight: bold;"><a href="https://player.aiir.com/wmkz-z93-everything-country/">LISTEN LIVE </a></div> <div> <img loading="lazy" decoding="async" data-recalc-dims="1" class="alignnone size-full wp-image-352" src="https://i0.wp.com/z93country.com/wp-content/uploads/2019/06/listen-live-round.gif?resize=52%2C52&ssl=1" alt="" width="52" height="52" /></div> <div></div> <div></div> <div></div> <div></div> <div></div> <div style="width: 100%; height: 40px;"> <div style="float: left; padding: 8px 0; font-weight: bold;"><a href="https://www.facebook.com/thebestmusicontheradio/" target="_blank" rel="noopener">FACEBOOK</a> <img loading="lazy" decoding="async" data-recalc-dims="1" class="size-full wp-image-351 alignnone" style="font-weight: bold;" src="https://i0.wp.com/z93country.com/wp-content/uploads/2019/06/fb-round.png?resize=52%2C52&ssl=1" alt="" width="52" height="52" /></div> </div> <div style="width: 100%; height: 40px;"> <div style="float: right;"></div> </div> </div> </div><div id="custom_html-4" class="widget_text mh-widget widget_custom_html"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">Weather Radar</span></h4><div class="textwidget custom-html-widget"><iframe width="350" height="350" src="https://embed.windy.com/embed2.html?lat=36.337&lon=-84.853&detailLat=36.337&detailLon=-84.853&width=350&height=350&zoom=8&level=surface&overlay=radar&product=radar&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=default&metricTemp=default&radarRange=-1" frameborder="0"></iframe></div></div><div id="custom_html-5" class="widget_text mh-widget widget_custom_html"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">Forecast</span></h4><div class="textwidget custom-html-widget"><div id="cont_f44fe9e5b4cdf4218254e73346d4da56"><script type="text/javascript" async src="https://www.theweather.com/wid_loader/f44fe9e5b4cdf4218254e73346d4da56"></script></div></div></div><div id="text-16" class="mh-widget widget_text"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">The Z-Poll</span></h4> <div class="textwidget"><div id="polls-104" class="wp-polls"> <form id="polls_form_104" class="wp-polls-form" action="/index.php" method="post"> <p style="display: none;"><input type="hidden" id="poll_104_nonce" name="wp-polls-nonce" value="2c3f1945e8" /></p> <p style="display: none;"><input type="hidden" name="poll_id" value="104" /></p> <p style="text-align: center"><strong>What's Genre of Country Music do you prefer ?</strong></p><div id="polls-104-ans" class="wp-polls-ans"><ul class="wp-polls-ul"> <li><input type="radio" id="poll-answer-288" name="poll_104" value="288" /> <label for="poll-answer-288">2000s</label></li> <li><input type="radio" id="poll-answer-289" name="poll_104" value="289" /> <label for="poll-answer-289">New Stuff</label></li> <li><input type="radio" id="poll-answer-287" name="poll_104" value="287" /> <label for="poll-answer-287">90s</label></li> <li><input type="radio" id="poll-answer-286" name="poll_104" value="286" /> <label for="poll-answer-286">80s</label></li> <li><input type="radio" id="poll-answer-285" name="poll_104" value="285" /> <label for="poll-answer-285">70s</label></li> </ul><p style="text-align: center"><input type="button" name="vote" value=" Vote " class="Buttons" onclick="poll_vote(104);" /></p><p style="text-align: center"><a href="#ViewPollResults" onclick="poll_result(104); return false;" title="View Results Of This Poll">View Results</a></p></div> </form> </div> <div id="polls-104-loading" class="wp-polls-loading"><img loading="lazy" decoding="async" src="https://z93country.com/wp-content/plugins/wp-polls/images/loading.gif" width="16" height="16" alt="Loading ..." title="Loading ..." class="wp-polls-image" /> Loading ...</div> </div> </div><div id="text-8" class="mh-widget widget_text"> <div class="textwidget"><div style="font-size: large;">Z93 Country / WMKZ-FM</div> <div>W. Sours Broadcasting LLC</div> <p>105 Highway 3106<br /> Monticello, Kentucky 42633</p> <p>Phone (606) 348-3393<br /> Fax (606) 348-3330</p> <p><a href="https://z93country.com/advert">|</a></p> </div> </div><div id="ajdg_grpwidgets-6" class="mh-widget ajdg_grpwidgets"><div class="g g-1"><div class="g-col b-1 a-9"><a class="gofollow" data-track="OSwxLDEsNjA=" href="#"><img src="https://i0.wp.com/z93country.com/wp-content/uploads/2019/05/your-country-flag.jpg" /></a></div></div></div><div id="block-16" class="mh-widget widget_block widget_media_gallery"> <figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex"></figure> </div><div id="block-17" class="mh-widget widget_block widget_media_gallery"> <figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex"></figure> </div> </aside> </div> <aside class="mh-widget-col-1 mh-sidebar-2 mh-sidebar-wide" itemscope="itemscope" itemtype="http://schema.org/WPSideBar"> <div id="text-14" class="mh-widget widget_text"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">Free E – Newspaper</span></h4> <div class="textwidget"><div style="border: 5px dashed #ff0000; padding: 5px; margin-bottom: 10px;"> <p><img loading="lazy" decoding="async" data-recalc-dims="1" class="aligncenter" src="https://i0.wp.com/z93country.com/wp-content/uploads/2019/07/newsletter-masthead.png?resize=323%2C72&ssl=1" alt="" width="323" height="72" /></p> <p>Sign up to receive our free daily recap of local news, sports, obituaries, and weather. <em>(*=required field)</em></p> <hr /> <p><!-- BEGIN NEWSLETTER CODE --></p> <div class="tnp tnp-subscription"> <form action="https://z93country.com/?na=s" method="post"><input name="nlang" type="hidden" value="" /></p> <div class="tnp-field tnp-field-firstname"><label>First name*</label><input class="tnp-firstname" name="nn" required="" type="text" /></div> <div class="tnp-field tnp-field-lastname"><label>Last name</label><input class="tnp-lastname" name="ns" type="text" /></div> <div class="tnp-field tnp-field-email"><label>Email*</label><input class="tnp-email" name="ne" required="" type="email" /></div> <div class="tnp-field tnp-field-privacy"><label><input class="tnp-privacy" name="ny" required="" type="checkbox" /> <a href="https://z93country.com/privacy-policy/" target="_blank" rel="noopener">By continuing, you accept our privacy policy*</a></label></div> <div class="tnp-field tnp-field-button"><input class="tnp-submit" type="submit" value="Sign Up Free" /></div> </form> </div> <p><!-- END NEWSLETTER CODE --></p> </div> </div> </div><div id="media_image-11" class="mh-widget widget_media_image"><img width="300" height="157" src="https://i0.wp.com/z93country.com/wp-content/uploads/2023/10/6ecde99af15f4fea8d26838e59787af0.jpg?fit=300%2C157&ssl=1" class="image wp-image-371798 attachment-medium size-medium" alt="" style="max-width: 100%; height: auto;" decoding="async" loading="lazy" srcset="https://i0.wp.com/z93country.com/wp-content/uploads/2023/10/6ecde99af15f4fea8d26838e59787af0.jpg?w=2158&ssl=1 2158w, https://i0.wp.com/z93country.com/wp-content/uploads/2023/10/6ecde99af15f4fea8d26838e59787af0.jpg?resize=300%2C157&ssl=1 300w, https://i0.wp.com/z93country.com/wp-content/uploads/2023/10/6ecde99af15f4fea8d26838e59787af0.jpg?resize=1024%2C535&ssl=1 1024w, https://i0.wp.com/z93country.com/wp-content/uploads/2023/10/6ecde99af15f4fea8d26838e59787af0.jpg?resize=100%2C52&ssl=1 100w, https://i0.wp.com/z93country.com/wp-content/uploads/2023/10/6ecde99af15f4fea8d26838e59787af0.jpg?resize=768%2C401&ssl=1 768w, https://i0.wp.com/z93country.com/wp-content/uploads/2023/10/6ecde99af15f4fea8d26838e59787af0.jpg?resize=1536%2C803&ssl=1 1536w, https://i0.wp.com/z93country.com/wp-content/uploads/2023/10/6ecde99af15f4fea8d26838e59787af0.jpg?resize=2048%2C1071&ssl=1 2048w, https://i0.wp.com/z93country.com/wp-content/uploads/2023/10/6ecde99af15f4fea8d26838e59787af0.jpg?resize=250%2C131&ssl=1 250w, https://i0.wp.com/z93country.com/wp-content/uploads/2023/10/6ecde99af15f4fea8d26838e59787af0.jpg?resize=500%2C261&ssl=1 500w, https://i0.wp.com/z93country.com/wp-content/uploads/2023/10/6ecde99af15f4fea8d26838e59787af0.jpg?w=1356&ssl=1 1356w" sizes="auto, (max-width: 300px) 100vw, 300px" /></div><div id="slideshow-2" class="mh-widget widget_slideshow"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">Slideshow</span></h4><div class="ngg_slideshow widget"> <div class="ngg-galleryoverview ngg-slideshow" id="ngg-slideshow-0a82e567c59fe3db18056f929b108f97-4586646470" data-gallery-id="0a82e567c59fe3db18056f929b108f97" style="max-width: 250px; max-height: 300px; display: none;"> <a href="https://z93country.com/wp-content/uploads/sites/1/nggallery/hardees/Pair-Value-H-GM-599-OriginalBag_300x250.jpg" title=" " data-src="https://z93country.com/wp-content/uploads/sites/1/nggallery/hardees/Pair-Value-H-GM-599-OriginalBag_300x250.jpg" data-thumbnail="https://z93country.com/wp-content/uploads/sites/1/nggallery/hardees/thumbs/thumbs_Pair-Value-H-GM-599-OriginalBag_300x250.jpg" data-image-id="1147" data-title="Pair-Value-H-GM-599-OriginalBag_300x250" data-description=" " class="ngg-simplelightbox" rel="0a82e567c59fe3db18056f929b108f97"> <img data-image-id='1147' title=" " alt="Pair-Value-H-GM-599-OriginalBag_300x250" src="https://z93country.com/wp-content/uploads/sites/1/nggallery/hardees/Pair-Value-H-GM-599-OriginalBag_300x250.jpg" style="max-height: 280px;"/> </a> <a href="https://z93country.com/wp-content/uploads/sites/1/nggallery/hardees/Extra-Breakfast-H-GM-NP-BreakfastBurrito_300x250.jpg" title=" " data-src="https://z93country.com/wp-content/uploads/sites/1/nggallery/hardees/Extra-Breakfast-H-GM-NP-BreakfastBurrito_300x250.jpg" data-thumbnail="https://z93country.com/wp-content/uploads/sites/1/nggallery/hardees/thumbs/thumbs_Extra-Breakfast-H-GM-NP-BreakfastBurrito_300x250.jpg" data-image-id="1148" data-title="Extra-Breakfast-H-GM-NP-BreakfastBurrito_300x250" data-description=" " class="ngg-simplelightbox" rel="0a82e567c59fe3db18056f929b108f97"> <img data-image-id='1148' title=" " alt="Extra-Breakfast-H-GM-NP-BreakfastBurrito_300x250" src="https://z93country.com/wp-content/uploads/sites/1/nggallery/hardees/Extra-Breakfast-H-GM-NP-BreakfastBurrito_300x250.jpg" style="max-height: 280px;"/> </a> </div> </div> </div><div id="media_image-10" class="mh-widget widget_media_image"><a href="https://z93country.com/paw-patch/"><img width="286" height="300" src="https://i0.wp.com/z93country.com/wp-content/uploads/2023/02/Paw-Patch.jpg?fit=286%2C300&ssl=1" class="image wp-image-313299 attachment-medium size-medium" alt="" style="max-width: 100%; height: auto;" decoding="async" loading="lazy" srcset="https://i0.wp.com/z93country.com/wp-content/uploads/2023/02/Paw-Patch.jpg?w=880&ssl=1 880w, https://i0.wp.com/z93country.com/wp-content/uploads/2023/02/Paw-Patch.jpg?resize=286%2C300&ssl=1 286w, https://i0.wp.com/z93country.com/wp-content/uploads/2023/02/Paw-Patch.jpg?resize=95%2C100&ssl=1 95w, https://i0.wp.com/z93country.com/wp-content/uploads/2023/02/Paw-Patch.jpg?resize=768%2C806&ssl=1 768w, https://i0.wp.com/z93country.com/wp-content/uploads/2023/02/Paw-Patch.jpg?resize=250%2C263&ssl=1 250w, https://i0.wp.com/z93country.com/wp-content/uploads/2023/02/Paw-Patch.jpg?resize=476%2C500&ssl=1 476w" sizes="auto, (max-width: 286px) 100vw, 286px" /></a></div><div id="media_image-7" class="mh-widget widget_media_image"><a href="https://z93country.com/church"><img width="300" height="200" src="https://i0.wp.com/z93country.com/wp-content/uploads/2021/02/R42fcf38350a49a430b3c38ba717d340b-1.png?fit=300%2C200&ssl=1" class="image wp-image-161114 attachment-full size-full" alt="" style="max-width: 100%; height: auto;" decoding="async" loading="lazy" srcset="https://i0.wp.com/z93country.com/wp-content/uploads/2021/02/R42fcf38350a49a430b3c38ba717d340b-1.png?w=300&ssl=1 300w, https://i0.wp.com/z93country.com/wp-content/uploads/2021/02/R42fcf38350a49a430b3c38ba717d340b-1.png?resize=100%2C67&ssl=1 100w, https://i0.wp.com/z93country.com/wp-content/uploads/2021/02/R42fcf38350a49a430b3c38ba717d340b-1.png?resize=250%2C167&ssl=1 250w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></div><div id="block-18" class="mh-widget widget_block widget_media_gallery"> <figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex"></figure> </div></aside> </div> <footer class="mh-footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter"> <div class="mh-container mh-container-inner mh-footer-widgets mh-row clearfix"> <div class="mh-col-1-3 mh-widget-col-1 mh-footer-3-cols mh-footer-area mh-footer-1"> <div id="mh_magazine_custom_posts-2" 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="https://z93country.com/archives/category/obituaries/" class="mh-widget-title-link">Obituaries</a></span></h6> <ul class="mh-custom-posts-widget mh-custom-posts-no-image clearfix"> <li class="mh-custom-posts-item mh-custom-posts-large clearfix post-486282 post type-post status-publish format-standard has-post-thumbnail category-obituaries"> <div class="mh-custom-posts-large-inner clearfix"> <div class="mh-custom-posts-content"> <div class="mh-custom-posts-header"> <h3 class="mh-custom-posts-xl-title"> <a href="https://z93country.com/archives/486282/obituaries/" title="Virginia “Gennie” Murl Young"> Virginia “Gennie” Murl Young </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://z93country.com/archives/date/2025/08/">August 1, 2025</a></span> </div> </div> <div class="mh-excerpt">Virginia “Gennie” Murl Young, age 62, wife of Killis Young, passed away Wednesday, July 30, 2025 at Jean Waddle Care Center. She is survived by: her husband and three children, Brian (Shannon) Young, Rebecca (Richie)VanHook <a class="mh-excerpt-more" href="https://z93country.com/archives/486282/obituaries/" title="Virginia “Gennie” Murl Young">[...]</a></div> </div> </div> </li> <li class="mh-custom-posts-item mh-custom-posts-large clearfix post-485906 post type-post status-publish format-standard has-post-thumbnail category-obituaries"> <div class="mh-custom-posts-large-inner clearfix"> <div class="mh-custom-posts-content"> <div class="mh-custom-posts-header"> <h3 class="mh-custom-posts-xl-title"> <a href="https://z93country.com/archives/485906/obituaries/" title="Jo Ann Morrow"> Jo Ann Morrow </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://z93country.com/archives/date/2025/07/">July 30, 2025</a></span> </div> </div> <div class="mh-excerpt">Jo Ann Morrow, age 89, widow of Boyd Morrow, passed away Monday, July 28, 2025, Wayne County Hospital. She is survived by: three daughters, Debra Chittenden (Barton), Diane Davis (Edgar), and Cathy Glass (Gordon); six <a class="mh-excerpt-more" href="https://z93country.com/archives/485906/obituaries/" title="Jo Ann Morrow">[...]</a></div> </div> </div> </li> <li class="mh-custom-posts-item mh-custom-posts-large clearfix post-485903 post type-post status-publish format-standard has-post-thumbnail category-obituaries"> <div class="mh-custom-posts-large-inner clearfix"> <div class="mh-custom-posts-content"> <div class="mh-custom-posts-header"> <h3 class="mh-custom-posts-xl-title"> <a href="https://z93country.com/archives/485903/obituaries/" title="Alice (Weaver) Abner"> Alice (Weaver) Abner </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://z93country.com/archives/date/2025/07/">July 30, 2025</a></span> </div> </div> <div class="mh-excerpt">Mrs. Alice (Weaver) Abner of Monticello, passed away Tuesday, July 29, 2025 at the Jean Waddle Care Center, Hospice of Lake Cumberland in Somerset, Kentucky having attained the age of 84 years, 2 months and <a class="mh-excerpt-more" href="https://z93country.com/archives/485903/obituaries/" title="Alice (Weaver) Abner">[...]</a></div> </div> </div> </li> <li class="mh-custom-posts-item mh-custom-posts-large clearfix post-485707 post type-post status-publish format-standard has-post-thumbnail category-obituaries"> <div class="mh-custom-posts-large-inner clearfix"> <div class="mh-custom-posts-content"> <div class="mh-custom-posts-header"> <h3 class="mh-custom-posts-xl-title"> <a href="https://z93country.com/archives/485707/obituaries/" title="Helen Ann Stringer"> Helen Ann Stringer </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://z93country.com/archives/date/2025/07/">July 29, 2025</a></span> </div> </div> <div class="mh-excerpt">Helen Ann Stringer, age 65, daughter of Margie Gibson and the late Charlie Dean, passed away Sunday, July 27, 2025, at Jean Waddle Care Center. She married Jimmie B. Stringer, who survives her; and <a class="mh-excerpt-more" href="https://z93country.com/archives/485707/obituaries/" title="Helen Ann Stringer">[...]</a></div> </div> </div> </li> <li class="mh-custom-posts-item mh-custom-posts-large clearfix post-485504 post type-post status-publish format-standard has-post-thumbnail category-obituaries"> <div class="mh-custom-posts-large-inner clearfix"> <div class="mh-custom-posts-content"> <div class="mh-custom-posts-header"> <h3 class="mh-custom-posts-xl-title"> <a href="https://z93country.com/archives/485504/obituaries/" title="Junior Thacker"> Junior Thacker </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://z93country.com/archives/date/2025/07/">July 28, 2025</a></span> </div> </div> <div class="mh-excerpt">Mr. Junior Alvis Thacker of Albany, Kentucky passed away on Sunday, July 27, 2025, at his residence in Clinton County, Kentucky, having attained the age of 75 years, 1 months, and 28 days. He was <a class="mh-excerpt-more" href="https://z93country.com/archives/485504/obituaries/" title="Junior Thacker">[...]</a></div> </div> </div> </li> </ul></div></div> <div class="mh-col-1-3 mh-widget-col-1 mh-footer-3-cols mh-footer-area mh-footer-2"> <link rel='stylesheet' id='feedzy-rss-feeds-css' href='https://z93country.com/wp-content/plugins/feedzy-rss-feeds/css/feedzy-rss-feeds.css?ver=3.9.0.1558797709' type='text/css' media='all' /> <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">Country Music News</span></h6> <div class="textwidget"><div class='feedzy-lazy' data-feeds="https://tasteofcountry.com/feed"data-max="5"data-feed_title="no"data-target="_blank"data-follow=""data-title=""data-meta="yes"data-multiple_meta="no"data-summary="yes"data-summarylength=""data-thumb="auto"data-default=""data-size=""data-keywords_title=""data-keywords_inc=""data-keywords_inc_on=""data-keywords_exc_on=""data-refresh="3_hours"data-sort=""data-http="auto"data-error_empty="Feed has no items."data-amp="yes"data-offset="0"data-lazy="yes"data-_dryrun_="no"data-_dry_run_tags_=""data-from_datetime=""data-to_datetime=""data-disable_default_style="no"data-filters=""data-classname=""data-dryrun="no"data-has_valid_cache="true"><div class="feedzy-d01ef723f9c28bc3b1a433ced5cb5d06 feedzy-rss"><ul><li style="padding: 15px 0 25px" class="rss_item"><div class="rss_image" style="width:150px; height:150px;"><a href="https://tasteofcountry.com/jelly-roll-weight-loss-pictures-before-after/" target="_blank" rel=" noopener" title="Jelly Roll's Stunning Weight Loss Journey In 28 Pictures" style="width:150px; height:150px;"><span class="fetched" style="background-image: url('https://townsquare.media/site/204/files/2025/08/attachment-jelly-roll-weight-loss-comparison1.jpg?format=natural');" title="Jelly Roll's Stunning Weight Loss Journey In 28 Pictures"></span><amp-img width="150" height="150" src="https://townsquare.media/site/204/files/2025/08/attachment-jelly-roll-weight-loss-comparison1.jpg?format=natural"></a></div><span class="title"><a href="https://tasteofcountry.com/jelly-roll-weight-loss-pictures-before-after/" target="_blank" rel=" noopener">Jelly Roll's Stunning Weight Loss Journey In 28 Pictures</a></span><div class="rss_content" style=""><small>by <a href="//tasteofcountry.com" target="_blank" title="tasteofcountry.com">Billy Dukes</a> on August 1, 2025 at 3:58 pm </small><p>Jelly Roll has reached an important — if painful — milestone in his years-long weight loss journey. Continue reading…</p></div></li><li style="padding: 15px 0 25px" class="rss_item"><div class="rss_image" style="width:150px; height:150px;"><a href="https://tasteofcountry.com/carrie-underwood-sunday-night-football-nbc-2025/" target="_blank" rel=" noopener" title="First Look: Carrie Underwood's 2025 'Sunday Night Football'" style="width:150px; height:150px;"><span class="fetched" style="background-image: url('https://townsquare.media/site/204/files/2025/08/attachment-untitled-11-2.jpg?format=natural');" title="First Look: Carrie Underwood's 2025 'Sunday Night Football'"></span><amp-img width="150" height="150" src="https://townsquare.media/site/204/files/2025/08/attachment-untitled-11-2.jpg?format=natural"></a></div><span class="title"><a href="https://tasteofcountry.com/carrie-underwood-sunday-night-football-nbc-2025/" target="_blank" rel=" noopener">First Look: Carrie Underwood's 2025 'Sunday Night Football'</a></span><div class="rss_content" style=""><small>by <a href="//tasteofcountry.com" target="_blank" title="tasteofcountry.com">Jess Rose</a> on August 1, 2025 at 3:20 pm </small><p>Carrie is once again pumping up the crowd for 'Sunday Night Football.' Continue reading…</p></div></li><li style="padding: 15px 0 25px" class="rss_item"><div class="rss_image" style="width:150px; height:150px;"><a href="https://tasteofcountry.com/tim-mcgraw-king-rodeo/" target="_blank" rel=" noopener" title="Tim McGraw's 'King Rodeo' Is a Wistful Tear-Jerker" style="width:150px; height:150px;"><span class="fetched" style="background-image: url('https://townsquare.media/site/204/files/2025/07/attachment-Tim-McGraw.jpg?format=natural');" title="Tim McGraw's 'King Rodeo' Is a Wistful Tear-Jerker"></span><amp-img width="150" height="150" src="https://townsquare.media/site/204/files/2025/07/attachment-Tim-McGraw.jpg?format=natural"></a></div><span class="title"><a href="https://tasteofcountry.com/tim-mcgraw-king-rodeo/" target="_blank" rel=" noopener">Tim McGraw's 'King Rodeo' Is a Wistful Tear-Jerker</a></span><div class="rss_content" style=""><small>by <a href="//tasteofcountry.com" target="_blank" title="tasteofcountry.com">Jess Rose</a> on August 1, 2025 at 3:16 pm </small><p>Tim McGraw's new song "King Rodeo" has us misty-eyed. Continue reading…</p></div></li><li style="padding: 15px 0 25px" class="rss_item"><div class="rss_image" style="width:150px; height:150px;"><a href="https://tasteofcountry.com/oreo-reeses-snacks/" target="_blank" rel=" noopener" title="Whoa! Oreo + Reese’s Teaming Up For 2 Gut-Busting Snack Releases" style="width:150px; height:150px;"><span class="fetched" style="background-image: url('https://townsquare.media/site/204/files/2025/07/attachment-untitled-design-2025-07-31t090022-742.jpg?format=natural');" title="Whoa! Oreo + Reese’s Teaming Up For 2 Gut-Busting Snack Releases"></span><amp-img width="150" height="150" src="https://townsquare.media/site/204/files/2025/07/attachment-untitled-design-2025-07-31t090022-742.jpg?format=natural"></a></div><span class="title"><a href="https://tasteofcountry.com/oreo-reeses-snacks/" target="_blank" rel=" noopener">Whoa! Oreo + Reese’s Teaming Up For 2 Gut-Busting Snack Releases</a></span><div class="rss_content" style=""><small>by <a href="//tasteofcountry.com" target="_blank" title="tasteofcountry.com">Evan Paul</a> on August 1, 2025 at 3:00 pm </small><p>Get ready for a sweet surprise as two iconic treats team up: Oreo and Reese’s are about to change snack time forever. Continue reading…</p></div></li><li style="padding: 15px 0 25px" class="rss_item"><div class="rss_image" style="width:150px; height:150px;"><a href="https://tasteofcountry.com/jason-aldean-family-music-video/" target="_blank" rel=" noopener" title="Jason Aldean's Wife, Kids Will Be in His Next Music Video" style="width:150px; height:150px;"><span class="fetched" style="background-image: url('https://townsquare.media/site/204/files/2025/08/attachment-untitled-design-2025-08-01t064810-593.jpg?format=natural');" title="Jason Aldean's Wife, Kids Will Be in His Next Music Video"></span><amp-img width="150" height="150" src="https://townsquare.media/site/204/files/2025/08/attachment-untitled-design-2025-08-01t064810-593.jpg?format=natural"></a></div><span class="title"><a href="https://tasteofcountry.com/jason-aldean-family-music-video/" target="_blank" rel=" noopener">Jason Aldean's Wife, Kids Will Be in His Next Music Video</a></span><div class="rss_content" style=""><small>by <a href="//tasteofcountry.com" target="_blank" title="tasteofcountry.com">Evan Paul</a> on August 1, 2025 at 2:20 pm </small><p>Jason Aldean and his family soaked up Wyoming's stunning scenery while filming his new music video. Continue reading…</p></div></li></ul> </div><style type="text/css" media="all">.feedzy-rss .rss_item .rss_image{float:left;position:relative;border:none;text-decoration:none;max-width:100%}.feedzy-rss .rss_item .rss_image span{display:inline-block;position:absolute;width:100%;height:100%;background-position:50%;background-size:cover}.feedzy-rss .rss_item .rss_image{margin:.3em 1em 0 0;content-visibility:auto}.feedzy-rss ul{list-style:none}.feedzy-rss ul li{display:inline-block}</style></div> </div> </div></div> <div class="mh-col-1-3 mh-widget-col-1 mh-footer-3-cols mh-footer-area mh-footer-3"> <div id="text-9" 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">State News</span></h6> <div class="textwidget"><div class='feedzy-lazy' data-feeds="https://rss.app/feeds/QirN7TAtBPgQZBPU.xml"data-max="5"data-feed_title="no"data-target="_blank"data-follow=""data-title=""data-meta="yes"data-multiple_meta="no"data-summary="yes"data-summarylength=""data-thumb="auto"data-default=""data-size=""data-keywords_title=""data-keywords_inc=""data-keywords_inc_on=""data-keywords_exc_on=""data-refresh="3_hours"data-sort=""data-http="auto"data-error_empty="Feed has no items."data-amp="yes"data-offset="0"data-lazy="yes"data-_dryrun_="no"data-_dry_run_tags_=""data-from_datetime=""data-to_datetime=""data-disable_default_style="no"data-filters=""data-classname=""data-dryrun="no"data-has_valid_cache="true"><div class="feedzy-3e95e43bb41420191e089fc99311d282 feedzy-rss"><ul><li style="padding: 15px 0 25px" class="rss_item"><span class="title"><a href="https://rss.app/" target="_blank" rel=" noopener">[Action required] Your RSS.app Trial has Expired.</a></span><div class="rss_content" style=""><small>by <a href="//rss.app" target="_blank" title="rss.app">rss.app</a> on August 1, 2025 at 9:42 pm </small><p>Your trial has expired. Please update your subscription plan at rss.app. - (QirN7TAtBPgQZBPU)</p></div></li></ul> </div><style type="text/css" media="all">.feedzy-rss .rss_item .rss_image{float:left;position:relative;border:none;text-decoration:none;max-width:100%}.feedzy-rss .rss_item .rss_image span{display:inline-block;position:absolute;width:100%;height:100%;background-position:50%;background-size:cover}.feedzy-rss .rss_item .rss_image{margin:.3em 1em 0 0;content-visibility:auto}.feedzy-rss ul{list-style:none}.feedzy-rss ul li{display:inline-block}</style></div> </div> </div></div> </div> </footer> <div class="mh-copyright-wrap"> <div class="mh-container mh-container-inner clearfix"> <p class="mh-copyright" style="text-align:center;"> Copyright © <script>document.write(new Date().getFullYear());</script> W. Sours Broadcasting LLC. All rights reserved. Web development by <a href="https://jaymitchell.com/web-design-2/" target="_blank">World Wide Web Worx</a></p> </div> </div> <a href="#" class="mh-back-to-top"><i class="fa fa-chevron-up"></i></a> </div><!-- .mh-container-outer --> <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\/z93\/*","\/wp-content\/themes\/mh-magazine\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script type="importmap" id="wp-importmap"> {"imports":{"@wordpress\/interactivity":"https:\/\/z93country.com\/wp-includes\/js\/dist\/script-modules\/interactivity\/index.min.js?ver=55aebb6e0a16726baffb"}} </script> <script type="module" src="https://z93country.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/../../dist/modules/form/view.js?ver=14.8" id="jp-forms-view-js-module"></script> <link rel="modulepreload" href="https://z93country.com/wp-includes/js/dist/script-modules/interactivity/index.min.js?ver=55aebb6e0a16726baffb" id="@wordpress/interactivity-js-modulepreload"><script type="application/json" id="wp-script-module-data-@wordpress/interactivity"> {"config":{"jetpack/form":{"error_types":{"is_required":"This field is required.","invalid_form_empty":"The form you are trying to submit is empty.","invalid_form":"Please fill out the form correctly."}}}} </script> <style id='core-block-supports-inline-css' type='text/css'> .wp-block-gallery.wp-block-gallery-1{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}.wp-block-gallery.wp-block-gallery-2{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}.wp-block-gallery.wp-block-gallery-3{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );} </style> <script type="text/javascript" id="adrotate-dyngroup-js-extra"> /* <![CDATA[ */ var impression_object = {"ajax_url":"https:\/\/z93country.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/adrotate-pro/library/jquery.adrotate.dyngroup.js" id="adrotate-dyngroup-js"></script> <script type="text/javascript" id="adrotate-clicktracker-js-extra"> /* <![CDATA[ */ var click_object = {"ajax_url":"https:\/\/z93country.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/adrotate-pro/library/jquery.adrotate.clicktracker.js" id="adrotate-clicktracker-js"></script> <script type="text/javascript" src="https://c0.wp.com/c/6.8.2/wp-includes/js/jquery/ui/core.min.js" id="jquery-ui-core-js"></script> <script type="text/javascript" src="https://c0.wp.com/c/6.8.2/wp-includes/js/jquery/ui/mouse.min.js" id="jquery-ui-mouse-js"></script> <script type="text/javascript" src="https://c0.wp.com/c/6.8.2/wp-includes/js/jquery/ui/slider.min.js" id="jquery-ui-slider-js"></script> <script type="text/javascript" src="https://c0.wp.com/c/6.8.2/wp-includes/js/jquery/ui/controlgroup.min.js" id="jquery-ui-controlgroup-js"></script> <script type="text/javascript" src="https://c0.wp.com/c/6.8.2/wp-includes/js/jquery/ui/checkboxradio.min.js" id="jquery-ui-checkboxradio-js"></script> <script type="text/javascript" src="https://c0.wp.com/c/6.8.2/wp-includes/js/jquery/ui/button.min.js" id="jquery-ui-button-js"></script> <script type="text/javascript" src="https://c0.wp.com/c/6.8.2/wp-includes/js/jquery/ui/spinner.min.js" id="jquery-ui-spinner-js"></script> <script type="text/javascript" src="https://c0.wp.com/c/6.8.2/wp-includes/js/jquery/ui/effect.min.js" id="jquery-effects-core-js"></script> <script type="text/javascript" src="https://c0.wp.com/c/6.8.2/wp-includes/js/jquery/ui/effect-shake.min.js" id="jquery-effects-shake-js"></script> <script type="text/javascript" id="wp-polls-js-extra"> /* <![CDATA[ */ var pollsL10n = {"ajax_url":"https:\/\/z93country.com\/wp-admin\/admin-ajax.php","text_wait":"Your last request is still being processed. Please wait a while ...","text_valid":"Please choose a valid poll answer.","text_multiple":"Maximum number of choices allowed: ","show_loading":"1","show_fading":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/wp-polls/polls-js.js?ver=2.77.3" id="wp-polls-js"></script> <script type="text/javascript" src="https://c0.wp.com/c/6.8.2/wp-includes/js/clipboard.min.js" id="clipboard-js"></script> <script type="text/javascript" id="ngg_common-js-extra"> /* <![CDATA[ */ var galleries = {}; galleries.gallery_0a82e567c59fe3db18056f929b108f97 = {"ID":"0a82e567c59fe3db18056f929b108f97","album_ids":[],"container_ids":["23"],"display":"","display_settings":{"gallery_width":250,"gallery_height":300,"show_thumbnail_link":false,"thumbnail_link_text":"View Thumbnails","template":"","display_view":"default","autoplay":1,"pauseonhover":1,"arrows":0,"interval":3000,"transition_speed":300,"transition_style":"fade","ngg_triggers_display":"never","use_lightbox_effect":true,"_errors":[],"entity_types":["image"],"show_slideshow_link":false,"use_imagebrowser_effect":false},"display_type":"photocrati-nextgen_basic_slideshow","effect_code":null,"entity_ids":[],"excluded_container_ids":[],"exclusions":[],"gallery_ids":[],"id":"0a82e567c59fe3db18056f929b108f97","ids":null,"image_ids":[],"images_list_count":null,"inner_content":null,"is_album_gallery":null,"maximum_entity_count":500,"order_by":"sortorder","order_direction":"ASC","returns":"included","skip_excluding_globally_excluded_images":null,"slug":"widget-slideshow-2","sortorder":[],"source":"galleries","src":"","tag_ids":[],"tagcloud":false,"transient_id":null,"__defaults_set":null}; galleries.gallery_0a82e567c59fe3db18056f929b108f97.wordpress_page_root = "https:\/\/z93country.com\/archives\/484561\/local-news\/"; var nextgen_lightbox_settings = {"static_path":"https:\/\/z93country.com\/wp-content\/plugins\/nextgen-gallery\/static\/Lightbox\/{placeholder}","context":"nextgen_images"}; /* ]]> */ </script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/nextgen-gallery/static/GalleryDisplay/common.js?ver=3.59.10" id="ngg_common-js"></script> <script type="text/javascript" id="ngg_common-js-after"> /* <![CDATA[ */ var nggLastTimeoutVal = 1000; var nggRetryFailedImage = function(img) { setTimeout(function(){ img.src = img.src; }, nggLastTimeoutVal); nggLastTimeoutVal += 500; } /* ]]> */ </script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/nextgen-gallery/static/Lightbox/lightbox_context.js?ver=3.59.10" id="ngg_lightbox_context-js"></script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/nextgen-gallery/static/Lightbox/simplelightbox/simple-lightbox.js?ver=3.59.10" id="simplelightbox-0-js"></script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/nextgen-gallery/static/Lightbox/simplelightbox/nextgen_simple_lightbox_init.js?ver=3.59.10" id="simplelightbox-1-js"></script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/nextgen-gallery/static/Slideshow/ngg_basic_slideshow.js?ver=3.59.10" id="ngg_basic_slideshow_script-js"></script> <script type="text/javascript" id="feedzy-rss-feeds-lazy-js-extra"> /* <![CDATA[ */ var feedzy = {"url":"https:\/\/z93country.com\/wp-json\/feedzy\/v1\/lazy\/","rest_nonce":"53bef4f3a6","nonce":"dfd79587ae"}; var feedzy = {"url":"https:\/\/z93country.com\/wp-json\/feedzy\/v1\/lazy\/","rest_nonce":"53bef4f3a6","nonce":"dfd79587ae"}; /* ]]> */ </script> <script type="text/javascript" src="https://z93country.com/wp-content/plugins/feedzy-rss-feeds/js/feedzy-lazy.js?ver=5.0.10" id="feedzy-rss-feeds-lazy-js"></script> <!-- AdRotate JS --> <script type="text/javascript"> jQuery(document).ready(function(){if(jQuery.fn.gslider) { jQuery('.g-3').gslider({groupid:3,speed:5000,repeat_impressions:'Y'}); jQuery('.g-5').gslider({groupid:5,speed:5000,repeat_impressions:'Y'}); jQuery('.g-15').gslider({groupid:15,speed:6000,repeat_impressions:'Y'}); jQuery('.g-3').gslider({groupid:3,speed:5000,repeat_impressions:'Y'}); jQuery('.g-5').gslider({groupid:5,speed:5000,repeat_impressions:'Y'}); jQuery('.g-15').gslider({groupid:15,speed:6000,repeat_impressions:'Y'}); }}); </script> <!-- /AdRotate JS --> </body> </html>
URL: