<!doctype html>
<html lang="en-US" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=10.0, user-scalable=yes">
<link rel="profile" href="http://gmpg.org/xfn/11">
<title>Quicksie 98.3 – We Are Quicksie 98.3</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//platform-api.sharethis.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<!-- This site uses the Google Analytics by MonsterInsights plugin v9.6.0 - Using Analytics tracking - https://www.monsterinsights.com/ -->
<script src="//www.googletagmanager.com/gtag/js?id=G-2FRHB7WM3B" 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.0';
var mi_track_user = true;
var mi_no_track_reason = '';
var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/quicksie983.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-2FRHB7WM3B',
];
/* 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-2FRHB7WM3B', {"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\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/quicksie983.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.5"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<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://quicksie983.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.5' type='text/css' media='all' />
<style id='powerpress-player-block-style-inline-css' type='text/css'>
</style>
<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='global-styles-inline-css' type='text/css'>
body{--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-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{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;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
: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;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='contact-form-7-css' href='https://quicksie983.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.9.8' type='text/css' media='all' />
<link rel='stylesheet' id='weather-atlas-public-css' href='https://quicksie983.com/wp-content/plugins/weather-atlas/public/css/weather-atlas-public.min.css?ver=3.0.4' type='text/css' media='all' />
<link rel='stylesheet' id='weather-icons-css' href='https://quicksie983.com/wp-content/plugins/weather-atlas/public/font/weather-icons/weather-icons.min.css?ver=3.0.4' type='text/css' media='all' />
<link rel='stylesheet' id='wpb-google-fonts-css' href='//fonts.googleapis.com/css?family=Open+Sans&ver=6.4.5' type='text/css' media='all' />
<link rel='stylesheet' id='parent-theme-css' href='https://quicksie983.com/wp-content/themes/customify/style.css?ver=6.4.5' type='text/css' media='all' />
<link rel='stylesheet' id='simcal-qtip-css' href='https://quicksie983.com/wp-content/plugins/google-calendar-events/assets/generated/vendor/jquery.qtip.min.css?ver=3.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='simcal-default-calendar-grid-css' href='https://quicksie983.com/wp-content/plugins/google-calendar-events/assets/generated/default-calendar-grid.min.css?ver=3.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='simcal-default-calendar-list-css' href='https://quicksie983.com/wp-content/plugins/google-calendar-events/assets/generated/default-calendar-list.min.css?ver=3.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-css' href='https://quicksie983.com/wp-content/themes/customify/assets/fonts/font-awesome/css/font-awesome.min.css?ver=5.0.0' type='text/css' media='all' />
<link rel='stylesheet' id='customify-style-css' href='https://quicksie983.com/wp-content/themes/customify/style.min.css?ver=6.4.5' type='text/css' media='all' />
<style id='customify-style-inline-css' type='text/css'>
.customify-container, .layout-contained, .site-framed .site, .site-boxed .site { max-width: 1130px; } .main-layout-content .entry-content > .alignwide { width: calc( 1130px - 4em ); max-width: 100vw; }.header-top .header--row-inner,body:not(.fl-builder-edit) .button,body:not(.fl-builder-edit) button:not(.menu-mobile-toggle, .components-button, .customize-partial-edit-shortcut-button),body:not(.fl-builder-edit) input[type="button"]:not(.ed_button),button.button,input[type="button"]:not(.ed_button, .components-button, .customize-partial-edit-shortcut-button),input[type="reset"]:not(.components-button, .customize-partial-edit-shortcut-button),input[type="submit"]:not(.components-button, .customize-partial-edit-shortcut-button),.pagination .nav-links > *:hover,.pagination .nav-links span,.nav-menu-desktop.style-full-height .primary-menu-ul > li.current-menu-item > a,.nav-menu-desktop.style-full-height .primary-menu-ul > li.current-menu-ancestor > a,.nav-menu-desktop.style-full-height .primary-menu-ul > li > a:hover,.posts-layout .readmore-button:hover{ background-color: #1f44c1;}.posts-layout .readmore-button {color: #1f44c1;}.pagination .nav-links > *:hover,.pagination .nav-links span,.entry-single .tags-links a:hover,.entry-single .cat-links a:hover,.posts-layout .readmore-button,.posts-layout .readmore-button:hover{ border-color: #1f44c1;}.customify-builder-btn{ background-color: rgba(30,115,190,0);}body{ color: #3a3a3a;}abbr, acronym { border-bottom-color: #3a3a3a;}a { color: #3a3a3a;}a:hover,a:focus,.link-meta:hover, .link-meta a:hover{ color: #1f44c1;}h2 + h3,.comments-area h2 + .comments-title,.h2 + h3,.comments-area .h2 + .comments-title,.page-breadcrumb { border-top-color: rgba(255,255,255,0.15);}blockquote,.site-content .widget-area .menu li.current-menu-item > a:before{ border-left-color: rgba(255,255,255,0.15);}@media screen and (min-width: 64em) { .comment-list .children li.comment { border-left-color: rgba(255,255,255,0.15); } .comment-list .children li.comment:after { background-color: rgba(255,255,255,0.15); }}.page-titlebar, .page-breadcrumb,.posts-layout .entry-inner { border-bottom-color: rgba(255,255,255,0.15);}.header-search-form .search-field,.entry-content .page-links a,.header-search-modal,.pagination .nav-links > *,.entry-footer .tags-links a, .entry-footer .cat-links a,.search .content-area article,.site-content .widget-area .menu li.current-menu-item > a,.posts-layout .entry-inner,.post-navigation .nav-links,article.comment .comment-meta,.widget-area .widget_pages li a, .widget-area .widget_categories li a, .widget-area .widget_archive li a, .widget-area .widget_meta li a, .widget-area .widget_nav_menu li a, .widget-area .widget_product_categories li a, .widget-area .widget_recent_entries li a, .widget-area .widget_rss li a,.widget-area .widget_recent_comments li{ border-color: rgba(255,255,255,0.15);}.header-search-modal::before { border-top-color: rgba(255,255,255,0.15); border-left-color: rgba(255,255,255,0.15);}@media screen and (min-width: 48em) { .content-sidebar.sidebar_vertical_border .content-area { border-right-color: rgba(255,255,255,0.15); } .sidebar-content.sidebar_vertical_border .content-area { border-left-color: rgba(255,255,255,0.15); } .sidebar-sidebar-content.sidebar_vertical_border .sidebar-primary { border-right-color: rgba(255,255,255,0.15); } .sidebar-sidebar-content.sidebar_vertical_border .sidebar-secondary { border-right-color: rgba(255,255,255,0.15); } .content-sidebar-sidebar.sidebar_vertical_border .sidebar-primary { border-left-color: rgba(255,255,255,0.15); } .content-sidebar-sidebar.sidebar_vertical_border .sidebar-secondary { border-left-color: rgba(255,255,255,0.15); } .sidebar-content-sidebar.sidebar_vertical_border .content-area { border-left-color: rgba(255,255,255,0.15); border-right-color: rgba(255,255,255,0.15); } .sidebar-content-sidebar.sidebar_vertical_border .content-area { border-left-color: rgba(255,255,255,0.15); border-right-color: rgba(255,255,255,0.15); }}article.comment .comment-post-author {background: #6d6d6d;}.pagination .nav-links > *,.link-meta,.link-meta a,.color-meta,.entry-single .tags-links:before,.entry-single .cats-links:before{ color: #6d6d6d;}h1, h2, h3, h4, h5, h6 { color: #3a3a3a;}.site-content .widget-title { color: #3a3a3a;}h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-weight: 800;}.site-content .widget-title {font-weight: 600;}.site-branding .site-title, .site-branding .site-title a {font-weight: 600;}.site-branding .site-description {font-weight: 600;}.entry-content h1, .wp-block h1, .entry-single .entry-title {font-weight: 800;}.entry-content h2, .wp-block h2 {font-weight: 800;}.entry-content h3, .wp-block h3 {font-weight: 800;}.entry-content h4, .wp-block h4 {font-weight: 800;}.entry-content h5, .wp-block h5 {font-weight: 800;}.entry-content h6, .wp-block h6 {font-weight: 800;}#page-cover {background-image: url("https://quicksie983.com/wp-content/themes/customify/assets/images/default-cover.jpg");}.header--row:not(.header--transparent).header-top .header--row-inner {background-color: #1f44c1;} .header--row:not(.header--transparent).header-main .header--row-inner {background-color: #1f44c1;} .header--row:not(.header--transparent).header-bottom .header--row-inner {background-color: #1f44c1;background-image: url("https://quicksie983.com/wp-content/uploads/2022/02/waves.png");background-repeat: repeat;} .sub-menu .li-duplicator {display:none !important;}.header-search_icon-item .header-search-modal {border-style: solid;} .header-search_icon-item .search-field {border-style: solid;} .dark-mode .header-search_box-item .search-form-fields, .header-search_box-item .search-form-fields {border-style: solid;} .builder-item--primary-menu .nav-menu-desktop .primary-menu-ul > li > a,.builder-item-sidebar .primary-menu-sidebar .primary-menu-ul > li > a {font-size: 12px;}a.item--button {font-weight: 700;}a.item--button {color: #1f44c1; text-decoration-color: #1f44c1;background-color: #ffffff;border-style: solid;border-top-width: 2px;border-right-width: 2px;border-bottom-width: 2px;border-left-width: 2px;border-color: #ffffff;border-top-left-radius: 25px;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;} a.item--button:hover {color: #ffffff; text-decoration-color: #ffffff;background-color: #1f44c1;border-style: solid;border-top-width: 2px;border-right-width: 2px;border-bottom-width: 2px;border-left-width: 2px;border-color: #ffffff;} #cb-row--footer-main .footer--row-inner {background-color: #0e0354}#cb-row--footer-bottom .footer--row-inner {background-color: #ffffff}.builder-item--footer_copyright, .builder-item--footer_copyright p {font-weight: 600;}.footer-social-icons.customify-builder-social-icons.color-custom li a {color: rgba(255,255,255,0.74);}.footer-social-icons.customify-builder-social-icons.color-custom li a:hover {color: #ffffff;}.footer-social-icons.customify-builder-social-icons li a {border-style: solid;}.footer-social-icons.customify-builder-social-icons li a {border-top-width: 2px;border-right-width: 2px;border-bottom-width: 2px;border-left-width: 2px;}.footer-social-icons.customify-builder-social-icons li a {border-color: #ffffff;}.footer-social-icons.customify-builder-social-icons li a {border-radius: 40px;}.site-content .content-area {background-color: #FFFFFF;} /* CSS for desktop */#page-cover {text-align: left;}#page-cover .page-cover-inner {min-height: 120px;}.header--row.header-top .customify-grid, .header--row.header-top .style-full-height .primary-menu-ul > li > a {min-height: 50px;}.header--row.header-main .customify-grid, .header--row.header-main .style-full-height .primary-menu-ul > li > a {min-height: 100px;}.header--row.header-bottom .customify-grid, .header--row.header-bottom .style-full-height .primary-menu-ul > li > a {min-height: 150px;}.header--row .builder-item--html, .builder-item.builder-item--group .item--inner.builder-item--html {margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 15px;}.header--row .builder-first--html {text-align: left;}.site-header .site-branding img { max-width: 80px; } .site-header .cb-row--mobile .site-branding img { width: 80px; }.header--row .builder-item--logo, .builder-item.builder-item--group .item--inner.builder-item--logo {margin-top: 10px;margin-right: 0px;margin-bottom: 10px;margin-left: 0px;}.header--row .builder-first--nav-icon {text-align: right;}.header-search_icon-item .search-submit {margin-left: -40px;}.header--row .builder-first--search_icon {text-align: right;}.header-search_box-item .search-submit{margin-left: -40px;} .header-search_box-item .woo_bootster_search .search-submit{margin-left: -40px;} .header-search_box-item .header-search-form button.search-submit{margin-left:-40px;}.header--row .builder-first--primary-menu {text-align: center;}.header--row .builder-first--button {text-align: right;}.header-social-icons.customify-builder-social-icons li a { font-size: 18px; }.header-social-icons.customify-builder-social-icons li {margin-left: 6px; margin-right: 6px;}.header--row .builder-first--social-icons {text-align: left;}.footer--row .builder-first--footer-1 {text-align: left;}.footer--row .builder-first--footer-2 {text-align: left;}.footer--row .builder-first--footer-3 {text-align: left;}.footer--row .builder-first--footer-4 {text-align: left;}.footer--row .builder-first--footer_copyright {text-align: left;}.footer-social-icons.customify-builder-social-icons li a { font-size: 22px; }.footer-social-icons.customify-builder-social-icons li a {padding: 0.4em;}.footer-social-icons.customify-builder-social-icons li {margin-left: 8px; margin-right: 8px;}.footer--row .builder-first--footer-social-icons {text-align: left;}/* CSS for tablet */@media screen and (max-width: 1024px) { #page-cover .page-cover-inner {min-height: 250px;}.header--row .builder-first--logo {text-align: left;}.header--row .builder-first--nav-icon {text-align: left;}.header-search_icon-item .search-submit {margin-left: -40px;}.header--row .builder-first--search_icon {text-align: right;}.header-search_box-item .search-submit{margin-left: -40px;} .header-search_box-item .woo_bootster_search .search-submit{margin-left: -40px;} .header-search_box-item .header-search-form button.search-submit{margin-left:-40px;}.builder-item--primary-menu .nav-menu-desktop .primary-menu-ul > li > a,.builder-item-sidebar .primary-menu-sidebar .primary-menu-ul > li > a {font-size: 17px;}.header--row .builder-first--button {text-align: right;}.header--row .builder-first--social-icons {text-align: right;}.footer--row .builder-first--footer-4 {text-align: center;} }/* CSS for mobile */@media screen and (max-width: 568px) { #page-cover .page-cover-inner {min-height: 200px;}.header--row.header-top .customify-grid, .header--row.header-top .style-full-height .primary-menu-ul > li > a {min-height: 33px;}.header--row .builder-first--logo {text-align: left;}.header--row .builder-first--nav-icon {text-align: right;}.header-search_icon-item .search-submit {margin-left: -40px;}.header--row .builder-first--search_icon {text-align: right;}.header-search_box-item .search-submit{margin-left: -40px;} .header-search_box-item .woo_bootster_search .search-submit{margin-left: -40px;} .header-search_box-item .header-search-form button.search-submit{margin-left:-40px;}.builder-item--primary-menu .nav-menu-desktop .primary-menu-ul > li > a,.builder-item-sidebar .primary-menu-sidebar .primary-menu-ul > li > a {font-size: 17px;}.header--row .builder-first--social-icons {text-align: right;}.footer--row .builder-first--footer-4 {text-align: center;} }
</style>
<script type="text/javascript" src="https://quicksie983.com/wp-content/plugins/google-analytics-premium/assets/js/frontend-gtag.min.js?ver=9.6.0" 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:\/\/quicksie983.com","hash_tracking":"false","v4_id":"G-2FRHB7WM3B"};/* ]]> */
</script>
<script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js?ver=8.5.2#property=636d4b045e06a600197472a0&product=gdpr-compliance-tool-v2&source=simple-share-buttons-adder-wordpress" id="simple-share-buttons-adder-mu-js"></script>
<script type="text/javascript" src="https://quicksie983.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://quicksie983.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<link rel="https://api.w.org/" href="https://quicksie983.com/wp-json/" /><link rel="alternate" type="application/json" href="https://quicksie983.com/wp-json/wp/v2/pages/7" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://quicksie983.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.4.5" />
<link rel="canonical" href="https://quicksie983.com/" />
<link rel='shortlink' href='https://quicksie983.com/' />
<link rel="alternate" type="application/json+oembed" href="https://quicksie983.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fquicksie983.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://quicksie983.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fquicksie983.com%2F&format=xml" />
<script>crudScriptURL = "https://quicksie983.com/wp-admin/admin-ajax.php"</script> <script type="text/javascript"><!--
function powerpress_pinw(pinw_url){window.open(pinw_url, 'PowerPressPlayer','toolbar=0,status=0,resizable=1,width=460,height=320'); return false;}
//-->
// tabnab protection
window.addEventListener('load', function () {
// make all links have rel="noopener noreferrer"
document.querySelectorAll('a[target="_blank"]').forEach(link => {
link.setAttribute('rel', 'noopener noreferrer');
});
});
</script>
<script>
document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
</script>
<style>
.no-js img.lazyload {
display: none;
}
figure.wp-block-image img.lazyloading {
min-width: 150px;
}
.lazyload,
.lazyloading {
--smush-placeholder-width: 100px;
--smush-placeholder-aspect-ratio: 1/1;
width: var(--smush-placeholder-width) !important;
aspect-ratio: var(--smush-placeholder-aspect-ratio) !important;
}
.lazyload, .lazyloading {
opacity: 0;
}
.lazyloaded {
opacity: 1;
transition: opacity 400ms;
transition-delay: 0ms;
}
</style>
<!-- MonsterInsights Media Tracking -->
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
var monsterinsights_tracked_video_marks = {};
var monsterinsights_youtube_percentage_tracking_timeouts = {};
/* Works for YouTube and Vimeo */
function monsterinsights_media_get_id_for_iframe( source, service ) {
var iframeUrlParts = source.split('?');
var stripedUrl = iframeUrlParts[0].split('/');
var videoId = stripedUrl[ stripedUrl.length - 1 ];
return service + '-player-' + videoId;
}
function monsterinsights_media_record_video_event( provider, event, label, parameters = {} ) {
__gtagTracker('event', event, {
event_category: 'video-' + provider,
event_label: label,
non_interaction: event === 'impression',
...parameters
});
}
function monsterinsights_media_maybe_record_video_progress( provider, label, videoId, videoParameters ) {
var progressTrackingAllowedMarks = [10,25,50,75];
if ( typeof monsterinsights_tracked_video_marks[ videoId ] == 'undefined' ) {
monsterinsights_tracked_video_marks[ videoId ] = [];
}
var { video_percent } = videoParameters;
if ( progressTrackingAllowedMarks.includes( video_percent ) && !monsterinsights_tracked_video_marks[ videoId ].includes( video_percent ) ) {
monsterinsights_media_record_video_event( provider, 'video_progress', label, videoParameters );
/* Prevent multiple records for the same percentage */
monsterinsights_tracked_video_marks[ videoId ].push( video_percent );
}
}
/* --- Vimeo --- */
var monsterinsights_media_vimeo_plays = {};
function monsterinsights_setup_vimeo_events_for_iframe(iframe, title, player) {
var playerId = iframe.getAttribute('id');
var videoLabel = title || iframe.title || iframe.getAttribute('src');
if ( !playerId ) {
playerId = monsterinsights_media_get_id_for_iframe( iframe.getAttribute('src'), 'vimeo' );
iframe.setAttribute( 'id', playerId );
}
monsterinsights_media_vimeo_plays[playerId] = 0;
var videoParameters = {
video_provider: 'vimeo',
video_title: title,
video_url: iframe.getAttribute('src')
};
/**
* Record Impression
**/
monsterinsights_media_record_video_event( 'vimeo', 'impression', videoLabel, videoParameters );
/**
* Record video start
**/
player.on('play', function(data) {
let playerId = this.element.id;
if ( monsterinsights_media_vimeo_plays[playerId] === 0 ) {
monsterinsights_media_vimeo_plays[playerId]++;
videoParameters.video_duration = data.duration;
videoParameters.video_current_time = data.seconds;
videoParameters.video_percent = 0;
monsterinsights_media_record_video_event( 'vimeo', 'video_start', videoLabel, videoParameters );
}
});
/**
* Record video progress
**/
player.on('timeupdate', function(data) {
var progress = Math.floor(data.percent * 100);
videoParameters.video_duration = data.duration;
videoParameters.video_current_time = data.seconds;
videoParameters.video_percent = progress;
monsterinsights_media_maybe_record_video_progress( 'vimeo', videoLabel, playerId, videoParameters );
});
/**
* Record video complete
**/
player.on('ended', function(data) {
videoParameters.video_duration = data.duration;
videoParameters.video_current_time = data.seconds;
videoParameters.video_percent = 100;
monsterinsights_media_record_video_event( 'vimeo', 'video_complete', videoLabel, videoParameters );
});
}
function monsterinsights_on_vimeo_load() {
var vimeoIframes = document.querySelectorAll("iframe[src*='vimeo']");
vimeoIframes.forEach(function( iframe ) {
// Set up the player
var player = new Vimeo.Player(iframe);
// The getVideoTitle function returns a promise
player.getVideoTitle().then(function(title) {
/*
* Binding the events inside this callback guarantees that we
* always have the correct title for the video
*/
monsterinsights_setup_vimeo_events_for_iframe(iframe, title, player)
});
});
}
function monsterinsights_media_init_vimeo_events() {
var vimeoIframes = document.querySelectorAll("iframe[src*='vimeo']");
if ( vimeoIframes.length ) {
/* Maybe load Vimeo API */
if ( window.Vimeo === undefined ) {
var tag = document.createElement("script");
tag.src = "https://player.vimeo.com/api/player.js";
tag.setAttribute("onload", "monsterinsights_on_vimeo_load()");
document.body.append(tag);
} else {
/* Vimeo API already loaded, invoke callback */
monsterinsights_on_vimeo_load();
}
}
}
/* --- End Vimeo --- */
/* --- YouTube --- */
function monsterinsights_media_on_youtube_load() {
var monsterinsights_media_youtube_plays = {};
function __onPlayerReady(event) {
monsterinsights_media_youtube_plays[event.target.h.id] = 0;
var videoParameters = {
video_provider: 'youtube',
video_title: event.target.videoTitle,
video_url: event.target.playerInfo.videoUrl
};
monsterinsights_media_record_video_event( 'youtube', 'impression', videoParameters.video_title, videoParameters );
}
/**
* Record progress callback
**/
function __track_youtube_video_progress( player, videoLabel, videoParameters ) {
var { playerInfo } = player;
var playerId = player.h.id;
var duration = playerInfo.duration; /* player.getDuration(); */
var currentTime = playerInfo.currentTime; /* player.getCurrentTime(); */
var percentage = (currentTime / duration) * 100;
var progress = Math.floor(percentage);
videoParameters.video_duration = duration;
videoParameters.video_current_time = currentTime;
videoParameters.video_percent = progress;
monsterinsights_media_maybe_record_video_progress( 'youtube', videoLabel, playerId, videoParameters );
}
function __youtube_on_state_change( event ) {
var state = event.data;
var player = event.target;
var { playerInfo } = player;
var playerId = player.h.id;
var videoParameters = {
video_provider: 'youtube',
video_title: player.videoTitle,
video_url: playerInfo.videoUrl
};
/**
* YouTube's API doesn't offer a progress or timeupdate event.
* We have to track progress manually by asking the player for the current time, every X milliseconds, using an
interval
**/
if ( state === YT.PlayerState.PLAYING) {
if ( monsterinsights_media_youtube_plays[playerId] === 0 ) {
monsterinsights_media_youtube_plays[playerId]++;
/**
* Record video start
**/
videoParameters.video_duration = playerInfo.duration;
videoParameters.video_current_time = playerInfo.currentTime;
videoParameters.video_percent = 0;
monsterinsights_media_record_video_event( 'youtube', 'video_start', videoParameters.video_title, videoParameters );
}
monsterinsights_youtube_percentage_tracking_timeouts[ playerId ] = setInterval(
__track_youtube_video_progress,
500,
player,
videoParameters.video_title,
videoParameters
);
} else if ( state === YT.PlayerState.PAUSED ) {
/* When the video is paused clear the interval */
clearInterval( monsterinsights_youtube_percentage_tracking_timeouts[ playerId ] );
} else if ( state === YT.PlayerState.ENDED ) {
/**
* Record video complete
**/
videoParameters.video_duration = playerInfo.duration;
videoParameters.video_current_time = playerInfo.currentTime;
videoParameters.video_percent = 100;
monsterinsights_media_record_video_event( 'youtube', 'video_complete', videoParameters.video_title, videoParameters );
clearInterval( monsterinsights_youtube_percentage_tracking_timeouts[ playerId ] );
}
}
var youtubeIframes = document.querySelectorAll("iframe[src*='youtube'],iframe[src*='youtu.be']");
youtubeIframes.forEach(function( iframe ) {
var playerId = iframe.getAttribute('id');
if ( !playerId ) {
playerId = monsterinsights_media_get_id_for_iframe( iframe.getAttribute('src'), 'youtube' );
iframe.setAttribute( 'id', playerId );
}
new YT.Player(playerId, {
events: {
onReady: __onPlayerReady,
onStateChange: __youtube_on_state_change
}
});
});
}
function monsterinsights_media_load_youtube_api() {
if ( window.YT ) {
return;
}
var youtubeIframes = document.querySelectorAll("iframe[src*='youtube'],iframe[src*='youtu.be']");
if ( 0 === youtubeIframes.length ) {
return;
}
var tag = document.createElement("script");
tag.src = "https://www.youtube.com/iframe_api";
var firstScriptTag = document.getElementsByTagName('script')[0];
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
}
function monsterinsights_media_init_youtube_events() {
/* YouTube always looks for a function called onYouTubeIframeAPIReady */
window.onYouTubeIframeAPIReady = monsterinsights_media_on_youtube_load;
}
/* --- End YouTube --- */
/* --- HTML Videos --- */
function monsterinsights_media_init_html_video_events() {
var monsterinsights_media_html_plays = {};
var videos = document.querySelectorAll('video');
var videosCount = 0;
videos.forEach(function( video ) {
var videoLabel = video.title;
if ( !videoLabel ) {
var videoCaptionEl = video.nextElementSibling;
if ( videoCaptionEl && videoCaptionEl.nodeName.toLowerCase() === 'figcaption' ) {
videoLabel = videoCaptionEl.textContent;
} else {
videoLabel = video.getAttribute('src');
}
}
var videoTitle = videoLabel;
var playerId = video.getAttribute('id');
if ( !playerId ) {
playerId = 'html-player-' + videosCount;
video.setAttribute('id', playerId);
}
monsterinsights_media_html_plays[playerId] = 0
var videoSrc = video.getAttribute('src')
if ( ! videoSrc && video.currentSrc ) {
videoSrc = video.currentSrc;
}
var videoParameters = {
video_provider: 'html',
video_title: videoTitle ? videoTitle : videoSrc,
video_url: videoSrc,
};
/**
* Record Impression
**/
monsterinsights_media_record_video_event( 'html', 'impression', videoLabel, videoParameters );
/**
* Record video start
**/
video.addEventListener('play', function(event) {
let playerId = event.target.id;
if ( monsterinsights_media_html_plays[playerId] === 0 ) {
monsterinsights_media_html_plays[playerId]++;
videoParameters.video_duration = video.duration;
videoParameters.video_current_time = video.currentTime;
videoParameters.video_percent = 0;
monsterinsights_media_record_video_event( 'html', 'video_start', videoLabel, videoParameters );
}
}, false );
/**
* Record video progress
**/
video.addEventListener('timeupdate', function() {
var percentage = (video.currentTime / video.duration) * 100;
var progress = Math.floor(percentage);
videoParameters.video_duration = video.duration;
videoParameters.video_current_time = video.currentTime;
videoParameters.video_percent = progress;
monsterinsights_media_maybe_record_video_progress( 'html', videoLabel, playerId, videoParameters );
}, false );
/**
* Record video complete
**/
video.addEventListener('ended', function() {
var percentage = (video.currentTime / video.duration) * 100;
var progress = Math.floor(percentage);
videoParameters.video_duration = video.duration;
videoParameters.video_current_time = video.currentTime;
videoParameters.video_percent = progress;
monsterinsights_media_record_video_event( 'html', 'video_complete', videoLabel, videoParameters );
}, false );
videosCount++;
});
}
/* --- End HTML Videos --- */
function monsterinsights_media_init_video_events() {
/**
* HTML Video - Attach events & record impressions
*/
monsterinsights_media_init_html_video_events();
/**
* Vimeo - Attach events & record impressions
*/
monsterinsights_media_init_vimeo_events();
monsterinsights_media_load_youtube_api();
}
/* Attach events */
function monsterinsights_media_load() {
if ( typeof(__gtagTracker) === 'undefined' ) {
setTimeout(monsterinsights_media_load, 200);
return;
}
if ( document.readyState === "complete" ) { // Need this for cookie plugin.
monsterinsights_media_init_video_events();
} else if ( window.addEventListener ) {
window.addEventListener( "load", monsterinsights_media_init_video_events, false );
} else if ( window.attachEvent ) {
window.attachEvent( "onload", monsterinsights_media_init_video_events);
}
/**
* YouTube - Attach events & record impressions.
* We don't need to attach this into page load event
* because we already use YT function "onYouTubeIframeAPIReady"
* and this will help on using onReady event with the player instantiation.
*/
monsterinsights_media_init_youtube_events();
}
monsterinsights_media_load();
</script>
<!-- End MonsterInsights Media Tracking -->
<link rel="icon" href="https://quicksie983.com/wp-content/uploads/2019/01/cropped-logo-2-32x32.png" sizes="32x32" />
<link rel="icon" href="https://quicksie983.com/wp-content/uploads/2019/01/cropped-logo-2-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://quicksie983.com/wp-content/uploads/2019/01/cropped-logo-2-180x180.png" />
<meta name="msapplication-TileImage" content="https://quicksie983.com/wp-content/uploads/2019/01/cropped-logo-2-270x270.png" />
<style type="text/css" id="wp-custom-css">
li.listing-item a.title, .comments-area .comment-reply-title {
font-weight:800;
}
.header--row:not(.header--transparent).header-bottom .header--row-inner {
background-repeat: no-repeat !important;
background-position: center;
}
/* MENU */
a.close.is-size-medium.close-panel.close-sidebar-panel {
margin-top: 25px;
}
/* HOMEPAGE STYLE */
.site-header .site-branding img {
max-width: 100px;
margin: 0 0 -20px;
}
ul.display-posts-listing {
list-style: none;
margin-left: -40px;
}
i.listing-item a.image {
width: 200px;
padding: 0 20px 0 0;
float: left;
}
li.listing-item {
background-color: #f9f9f9;
padding: 15px 15px 0px 15px;
border-radius: 15px;
clear: both;
margin-bottom:10px;
min-height: 132px;
}
li.listing-item a.image {
width: 240px;
float: left;
margin: 0 20px 10px 1px;
}
li.listing-item a.image img, .related-thumbnail img {
object-fit: cover;
width: 240px;
height: 100px;
}
li.listing-item a.title {
font-size: 1.4em;
color: #000;
display: block;
line-height:1.1
}
li.listing-item span.date {
display: block;
margin-bottom:5px;
font-size: 0.9em;
color: #999;
}
li.listing-item span.excerpt {
padding-bottom: 15px;
display: block;
max-height: 56px;
overflow: hidden;
}
/* SOCIAL */
ul.footer-social-icons.customify-builder-social-icons.color-custom li {
margin: 8px;
}
/* FULL WIDTH IMAGE */
figure.wp-block-image.alignfull.size-large {
max-width: 1130px !important;
margin-top: -42px;
}
/* ON AIR DISPLAY */
.current-show {
line-height:normal;
margin-bottom:0;
color:#FFF;
text-align:left !important;
font-size:1.28em;
}
span.now-playing-title {
text-transform: uppercase;
font-weight: 600;
}
.joan-image-thumbnail {
position: absolute;
top: -10px;
right: 225px;
height: 160px;
}
@media screen and (max-width: 1024px) {
.joan-image-thumbnail {display:none;}
}
@media screen and (max-width:600px) {
li.listing-item a.image {
width: 100%;
}
li.listing-item a.image img, .related-thumbnail img {
width: 100%;
aspect-ratio: 1138/ 486;
height: auto;
}
figure.wp-block-image.size-large {
width: 100% !important;
margin-right: 0 !important;
}
}
/* WEATHER */
.weather-atlas-wrapper {
text-shadow: none !important;
}
.weather-atlas-footer {
display:none !important;
}
/* ADS */
h4.widget-title {
position: absolute;
background: rgba(255,255,255,.5);
font-size: 10px;
font-weight: 800;
padding: 3px;
}
</style>
<!-- START - Open Graph and Twitter Card Tags 3.3.5 -->
<!-- Facebook Open Graph -->
<meta property="og:locale" content="en_US"/>
<meta property="og:site_name" content="Quicksie 98.3"/>
<meta property="og:title" content="Home"/>
<meta property="og:url" content="https://quicksie983.com"/>
<meta property="og:type" content="website"/>
<meta property="og:description" content="');Upcoming EventsSubmit Your EventLatest NewsView More...Recent PostsView More..."/>
<meta property="og:image" content="https://quicksie983.com/wp-content/uploads/2020/09/Media-Banner.jpg"/>
<meta property="og:image:url" content="https://quicksie983.com/wp-content/uploads/2020/09/Media-Banner.jpg"/>
<meta property="og:image:secure_url" content="https://quicksie983.com/wp-content/uploads/2020/09/Media-Banner.jpg"/>
<meta property="og:image:width" content="1136"/>
<meta property="og:image:height" content="486"/>
<meta property="article:publisher" content="https://www.facebook.com/quicksie983"/>
<!-- Google+ / Schema.org -->
<!-- Twitter Cards -->
<meta name="twitter:title" content="Home"/>
<meta name="twitter:url" content="https://quicksie983.com"/>
<meta name="twitter:description" content="');Upcoming EventsSubmit Your EventLatest NewsView More...Recent PostsView More..."/>
<meta name="twitter:image" content="https://quicksie983.com/wp-content/uploads/2020/09/Media-Banner.jpg"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:site" content="@quicksie983"/>
<!-- SEO -->
<meta name="description" content="');Upcoming EventsSubmit Your EventLatest NewsView More...Recent PostsView More..."/>
<meta name="author" content="Quicksie 98.3"/>
<!-- Misc. tags -->
<!-- is_singular -->
<!-- END - Open Graph and Twitter Card Tags 3.3.5 -->
</head>
<body class="home page-template-default page page-id-7 wp-custom-logo metaslider-plugin content main-layout-content site-full-width menu_sidebar_slide_left">
<div id="page" class="site box-shadow">
<a class="skip-link screen-reader-text" href="#site-content">Skip to content</a>
<a class="close is-size-medium close-panel close-sidebar-panel" href="#">
<span class="hamburger hamburger--squeeze is-active">
<span class="hamburger-box">
<span class="hamburger-inner"><span class="screen-reader-text">Menu</span></span>
</span>
</span>
<span class="screen-reader-text">Close</span>
</a><header id="masthead" class="site-header header-"><div id="masthead-inner" class="site-header-inner"> <div class="header-main header--row layout-full-contained" id="cb-row--header-main" data-row-id="main" data-show-on="desktop mobile">
<div class="header--row-inner header-main-inner dark-mode">
<div class="customify-container">
<div class="customify-grid cb-row--desktop hide-on-mobile hide-on-tablet customify-grid-middle"><div class="customify-col-1_md-1_sm-1 builder-item builder-first--logo" data-push-left=""><div class="item--inner builder-item--logo" data-section="title_tagline" data-item-id="logo" > <div class="site-branding logo-left">
<a href="https://quicksie983.com/" class="logo-link" rel="home" itemprop="url">
<img class="site-img-logo lazyload" data-src="https://quicksie983.com/wp-content/uploads/2019/01/logo.png" alt="Quicksie 98.3" data-srcset="https://quicksie983.com/wp-content/uploads/2019/01/logo.png 2x" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 512px; --smush-placeholder-aspect-ratio: 512/512;">
</a>
</div><!-- .site-branding -->
</div></div><div class="customify-col-10_md-10_sm-10 builder-item builder-first--primary-menu" data-push-left=""><div class="item--inner builder-item--primary-menu has_menu" data-section="header_menu_primary" data-item-id="primary-menu" ><nav id="site-navigation-main-desktop" class="site-navigation primary-menu primary-menu-main nav-menu-desktop primary-menu-desktop style-plain"><ul id="menu-main-menu" class="primary-menu-ul menu nav-menu"><li id="menu-item--main-desktop-69" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-69"><a href="/podcasts"><span class="link-before">Podcasts<span class="nav-icon-angle"> </span></span></a>
<ul class="sub-menu sub-lv-0">
<li id="menu-item--main-desktop-4009" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4009"><a href="https://quicksie983.com/category/brian-and-trisha/"><span class="link-before">Brian and Trisha</span></a></li>
<li id="menu-item--main-desktop-6906" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6906"><a href="https://quicksie983.com/category/chamber-matters/"><span class="link-before">Chamber Matters</span></a></li>
<li id="menu-item--main-desktop-6907" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6907"><a href="https://quicksie983.com/category/fort-knox-update/"><span class="link-before">Fort Knox Update</span></a></li>
<li id="menu-item--main-desktop-313" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-313"><a href="https://quicksie983.com/category/furever-friends/"><span class="link-before">Furever Friends</span></a></li>
<li id="menu-item--main-desktop-3863" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3863"><a href="https://quicksie983.com/category/sports/"><span class="link-before">Local Sports Update</span></a></li>
<li id="menu-item--main-desktop-39127" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-39127"><a href="https://quicksie983.com/category/pac-spotlight/"><span class="link-before">PAC Spotlight</span></a></li>
<li id="menu-item--main-desktop-39271" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-39271"><a href="https://quicksie983.com/category/brian-and-trisha/weekly-ramble-with-a-j-brammer/"><span class="link-before">Weekly Ramble With A.J. Brammer</span></a></li>
</ul>
</li>
<li id="menu-item--main-desktop-14312" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-14312"><a href="#"><span class="link-before">On Air<span class="nav-icon-angle"> </span></span></a>
<ul class="sub-menu sub-lv-0">
<li id="menu-item--main-desktop-22389" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22389"><a href="https://quicksie983.com/app/"><span class="link-before">Get the Quicksie App!</span></a></li>
<li id="menu-item--main-desktop-14332" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14332"><a href="https://rdo.to/WQXE"><span class="link-before">Listen Live</span></a></li>
<li id="menu-item--main-desktop-14318" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14318"><a href="https://quicksie983.com/recently-played/"><span class="link-before">Recently Played</span></a></li>
<li id="menu-item--main-desktop-14317" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14317"><a href="https://quicksie983.com/?page_id=14302"><span class="link-before">Schedule</span></a></li>
<li id="menu-item--main-desktop-62" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-62"><a href="https://quicksie983.com/on-air-team/"><span class="link-before">Team Quicksie</span></a></li>
</ul>
</li>
<li id="menu-item--main-desktop-12093" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-12093"><a href="https://quicksie983.com/community-calendar/"><span class="link-before">Community Calendar<span class="nav-icon-angle"> </span></span></a>
<ul class="sub-menu sub-lv-0">
<li id="menu-item--main-desktop-14295" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14295"><a href="https://quicksie983.com/community-calendar/submit-event/"><span class="link-before">Submit Event</span></a></li>
</ul>
</li>
<li id="menu-item--main-desktop-185" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-185"><a href="https://quicksie983.com/category/wqxe-news/"><span class="link-before">News<span class="nav-icon-angle"> </span></span></a>
<ul class="sub-menu sub-lv-0">
<li id="menu-item--main-desktop-22457" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22457"><a href="https://goky.ky.gov/"><span class="link-before">Traffic</span></a></li>
<li id="menu-item--main-desktop-22508" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22508"><a href="https://quicksie983.com/traffic-cams/"><span class="link-before">Traffic Cams</span></a></li>
<li id="menu-item--main-desktop-19248" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19248"><a href="https://quicksie983.com/weather/"><span class="link-before">Weather</span></a></li>
<li id="menu-item--main-desktop-14294" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14294"><a href="https://quicksie983.com/closings-delays/"><span class="link-before">Closings & Delays</span></a></li>
</ul>
</li>
<li id="menu-item--main-desktop-19686" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-19686"><a href="#"><span class="link-before">Sports<span class="nav-icon-angle"> </span></span></a>
<ul class="sub-menu sub-lv-0">
<li id="menu-item--main-desktop-25054" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25054"><a href="https://quicksie983.com/category/sports/"><span class="link-before">Local Sports Update</span></a></li>
</ul>
</li>
<li id="menu-item--main-desktop-70" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-70"><a href="/contests/"><span class="link-before">Win<span class="nav-icon-angle"> </span></span></a>
<ul class="sub-menu sub-lv-0">
<li id="menu-item--main-desktop-184" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-184"><a href="https://quicksie983.com/category/impossible-question/"><span class="link-before">Impossible Question</span></a></li>
<li id="menu-item--main-desktop-151" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-151"><a href="https://quicksie983.com/contests/"><span class="link-before">Prizes & Rules</span></a></li>
</ul>
</li>
<li id="menu-item--main-desktop-38215" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-38215"><a href="https://quicksie983.com/closings-delays/"><span class="link-before">Closings & Delays<span class="nav-icon-angle"> </span></span></a>
<ul class="sub-menu sub-lv-0">
<li id="menu-item--main-desktop-39865" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39865"><a href="https://quicksie983.com/closings-delays/"><span class="link-before">Closings & Delays</span></a></li>
<li id="menu-item--main-desktop-38216" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-38216"><a href="https://quicksie983.com/closings-delays/update-status/"><span class="link-before">Update Status</span></a></li>
</ul>
</li>
<li id="menu-item--main-desktop-67" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-67"><a href="#"><span class="link-before">More<span class="nav-icon-angle"> </span></span></a>
<ul class="sub-menu sub-lv-0">
<li id="menu-item--main-desktop-37677" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-37677"><a href="https://quicksie983.com/closings-delays/"><span class="link-before">Closings & Delays</span></a></li>
<li id="menu-item--main-desktop-28517" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28517"><a href="https://quicksie983.com/careers/"><span class="link-before">Careers</span></a></li>
<li id="menu-item--main-desktop-16529" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16529"><a href="https://quicksie983.com/advertise/"><span class="link-before">Advertise</span></a></li>
<li id="menu-item--main-desktop-22442" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-22442"><a rel="privacy-policy" href="https://quicksie983.com/privacy/"><span class="link-before">Privacy Policy</span></a></li>
<li id="menu-item--main-desktop-14309" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14309"><a href="https://quicksie983.com/history/"><span class="link-before">History</span></a></li>
<li id="menu-item--main-desktop-58" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-58"><a href="https://quicksie983.com/contact/"><span class="link-before">Contact Us</span></a></li>
</ul>
</li>
</ul></nav></div></div><div class="customify-col-1_md-1_sm-1 builder-item builder-first--search_icon" data-push-left=""><div class="item--inner builder-item--search_icon" data-section="search_icon" data-item-id="search_icon" ><div class="header-search_icon-item item--search_icon"> <a class="search-icon" href="#" aria-label="open search tool">
<span class="ic-search">
<svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewbox="0 0 20 21">
<path fill="currentColor" fill-rule="evenodd" d="M12.514 14.906a8.264 8.264 0 0 1-4.322 1.21C3.668 16.116 0 12.513 0 8.07 0 3.626 3.668.023 8.192.023c4.525 0 8.193 3.603 8.193 8.047 0 2.033-.769 3.89-2.035 5.307l4.999 5.552-1.775 1.597-5.06-5.62zm-4.322-.843c3.37 0 6.102-2.684 6.102-5.993 0-3.31-2.732-5.994-6.102-5.994S2.09 4.76 2.09 8.07c0 3.31 2.732 5.993 6.102 5.993z"></path>
</svg>
</span>
<span class="ic-close">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="612px" height="612px" viewbox="0 0 612 612" fill="currentColor" style="enable-background:new 0 0 612 612;" xml:space="preserve"><g><g id="cross"><g><polygon points="612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 " /></g></g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>
</span>
<span class="arrow-down"></span>
</a>
<div class="header-search-modal-wrapper">
<form role="search" class="header-search-modal header-search-form" action="https://quicksie983.com/">
<label>
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-field" placeholder="Search ..." value="" name="s" title="Search for:" />
</label>
<button type="submit" class="search-submit" aria-label="submit search">
<svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewbox="0 0 20 21">
<path fill="currentColor" fill-rule="evenodd" d="M12.514 14.906a8.264 8.264 0 0 1-4.322 1.21C3.668 16.116 0 12.513 0 8.07 0 3.626 3.668.023 8.192.023c4.525 0 8.193 3.603 8.193 8.047 0 2.033-.769 3.89-2.035 5.307l4.999 5.552-1.775 1.597-5.06-5.62zm-4.322-.843c3.37 0 6.102-2.684 6.102-5.993 0-3.31-2.732-5.994-6.102-5.994S2.09 4.76 2.09 8.07c0 3.31 2.732 5.993 6.102 5.993z"></path>
</svg>
</button>
</form>
</div>
</div></div></div></div><div class="cb-row--mobile hide-on-desktop customify-grid customify-grid-middle"><div class="customify-col-6_md-6_sm-6 builder-item builder-first--logo" data-push-left=""><div class="item--inner builder-item--logo" data-section="title_tagline" data-item-id="logo" > <div class="site-branding logo-left">
<a href="https://quicksie983.com/" class="logo-link" rel="home" itemprop="url">
<img class="site-img-logo lazyload" data-src="https://quicksie983.com/wp-content/uploads/2019/01/logo.png" alt="Quicksie 98.3" data-srcset="https://quicksie983.com/wp-content/uploads/2019/01/logo.png 2x" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 512px; --smush-placeholder-aspect-ratio: 512/512;">
</a>
</div><!-- .site-branding -->
</div></div><div class="customify-col-6_md-6_sm-6 builder-item builder-first--nav-icon" data-push-left=""><div class="item--inner builder-item--nav-icon" data-section="header_menu_icon" data-item-id="nav-icon" > <button type="button" class="menu-mobile-toggle item-button is-size-desktop-medium is-size-tablet-medium is-size-mobile-medium" aria-label="nav icon">
<span class="hamburger hamburger--squeeze">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</span>
<span class="nav-icon--label hide-on-tablet hide-on-mobile">Menu</span></button>
</div></div></div> </div>
</div>
</div>
<div class="header-bottom header--row hide-on-mobile hide-on-tablet layout-full-contained" id="cb-row--header-bottom" data-row-id="bottom" data-show-on="desktop">
<div class="header--row-inner header-bottom-inner dark-mode">
<div class="customify-container">
<div class="customify-grid customify-grid-middle"><div class="customify-col-10_md-10_sm-10 builder-item builder-first--html" data-push-left=""><div class="item--inner builder-item--html" data-section="header_html" data-item-id="html" ><div class="builder-header-html-item item--html"><style></style><div class="joan-now-playing"></div>
</div></div></div><div class="customify-col-2_md-2_sm-2 builder-item builder-first--button" data-push-left=""><div class="item--inner builder-item--button" data-section="header_button" data-item-id="button" ><a target="_blank" href="https://rdo.to/WQXE" class="item--button customify-btn customify-builder-btn is-icon-after">Listen Live<i class="fa fa-play"></i> </a></div></div></div> </div>
</div>
</div>
<div id="header-menu-sidebar" class="header-menu-sidebar menu-sidebar-panel dark-mode"><div id="header-menu-sidebar-bg" class="header-menu-sidebar-bg"><div id="header-menu-sidebar-inner" class="header-menu-sidebar-inner"><div class="builder-item-sidebar mobile-item--html"><div class="item--inner" data-item-id="html" data-section="header_html"><div class="builder-header-html-item item--html"><style></style><div class="joan-now-playing"></div>
</div></div></div><div class="builder-item-sidebar mobile-item--primary-menu mobile-item--menu"><div class="item--inner" data-item-id="primary-menu" data-section="header_menu_primary"><nav id="site-navigation-sidebar-mobile" class="site-navigation primary-menu primary-menu-sidebar nav-menu-mobile primary-menu-mobile style-plain"><ul id="menu-main-menu" class="primary-menu-ul menu nav-menu"><li id="menu-item--sidebar-mobile-69" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-69"><a href="/podcasts"><span class="link-before">Podcasts<span class="nav-icon-angle"> </span></span></a>
<ul class="sub-menu sub-lv-0">
<li id="menu-item--sidebar-mobile-4009" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4009"><a href="https://quicksie983.com/category/brian-and-trisha/"><span class="link-before">Brian and Trisha</span></a></li>
<li id="menu-item--sidebar-mobile-6906" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6906"><a href="https://quicksie983.com/category/chamber-matters/"><span class="link-before">Chamber Matters</span></a></li>
<li id="menu-item--sidebar-mobile-6907" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6907"><a href="https://quicksie983.com/category/fort-knox-update/"><span class="link-before">Fort Knox Update</span></a></li>
<li id="menu-item--sidebar-mobile-313" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-313"><a href="https://quicksie983.com/category/furever-friends/"><span class="link-before">Furever Friends</span></a></li>
<li id="menu-item--sidebar-mobile-3863" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3863"><a href="https://quicksie983.com/category/sports/"><span class="link-before">Local Sports Update</span></a></li>
<li id="menu-item--sidebar-mobile-39127" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-39127"><a href="https://quicksie983.com/category/pac-spotlight/"><span class="link-before">PAC Spotlight</span></a></li>
<li id="menu-item--sidebar-mobile-39271" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-39271"><a href="https://quicksie983.com/category/brian-and-trisha/weekly-ramble-with-a-j-brammer/"><span class="link-before">Weekly Ramble With A.J. Brammer</span></a></li>
</ul>
</li>
<li id="menu-item--sidebar-mobile-14312" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-14312"><a href="#"><span class="link-before">On Air<span class="nav-icon-angle"> </span></span></a>
<ul class="sub-menu sub-lv-0">
<li id="menu-item--sidebar-mobile-22389" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22389"><a href="https://quicksie983.com/app/"><span class="link-before">Get the Quicksie App!</span></a></li>
<li id="menu-item--sidebar-mobile-14332" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14332"><a href="https://rdo.to/WQXE"><span class="link-before">Listen Live</span></a></li>
<li id="menu-item--sidebar-mobile-14318" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14318"><a href="https://quicksie983.com/recently-played/"><span class="link-before">Recently Played</span></a></li>
<li id="menu-item--sidebar-mobile-14317" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14317"><a href="https://quicksie983.com/?page_id=14302"><span class="link-before">Schedule</span></a></li>
<li id="menu-item--sidebar-mobile-62" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-62"><a href="https://quicksie983.com/on-air-team/"><span class="link-before">Team Quicksie</span></a></li>
</ul>
</li>
<li id="menu-item--sidebar-mobile-12093" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-12093"><a href="https://quicksie983.com/community-calendar/"><span class="link-before">Community Calendar<span class="nav-icon-angle"> </span></span></a>
<ul class="sub-menu sub-lv-0">
<li id="menu-item--sidebar-mobile-14295" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14295"><a href="https://quicksie983.com/community-calendar/submit-event/"><span class="link-before">Submit Event</span></a></li>
</ul>
</li>
<li id="menu-item--sidebar-mobile-185" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-185"><a href="https://quicksie983.com/category/wqxe-news/"><span class="link-before">News<span class="nav-icon-angle"> </span></span></a>
<ul class="sub-menu sub-lv-0">
<li id="menu-item--sidebar-mobile-22457" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22457"><a href="https://goky.ky.gov/"><span class="link-before">Traffic</span></a></li>
<li id="menu-item--sidebar-mobile-22508" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22508"><a href="https://quicksie983.com/traffic-cams/"><span class="link-before">Traffic Cams</span></a></li>
<li id="menu-item--sidebar-mobile-19248" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19248"><a href="https://quicksie983.com/weather/"><span class="link-before">Weather</span></a></li>
<li id="menu-item--sidebar-mobile-14294" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14294"><a href="https://quicksie983.com/closings-delays/"><span class="link-before">Closings & Delays</span></a></li>
</ul>
</li>
<li id="menu-item--sidebar-mobile-19686" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-19686"><a href="#"><span class="link-before">Sports<span class="nav-icon-angle"> </span></span></a>
<ul class="sub-menu sub-lv-0">
<li id="menu-item--sidebar-mobile-25054" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25054"><a href="https://quicksie983.com/category/sports/"><span class="link-before">Local Sports Update</span></a></li>
</ul>
</li>
<li id="menu-item--sidebar-mobile-70" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-70"><a href="/contests/"><span class="link-before">Win<span class="nav-icon-angle"> </span></span></a>
<ul class="sub-menu sub-lv-0">
<li id="menu-item--sidebar-mobile-184" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-184"><a href="https://quicksie983.com/category/impossible-question/"><span class="link-before">Impossible Question</span></a></li>
<li id="menu-item--sidebar-mobile-151" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-151"><a href="https://quicksie983.com/contests/"><span class="link-before">Prizes & Rules</span></a></li>
</ul>
</li>
<li id="menu-item--sidebar-mobile-38215" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-38215"><a href="https://quicksie983.com/closings-delays/"><span class="link-before">Closings & Delays<span class="nav-icon-angle"> </span></span></a>
<ul class="sub-menu sub-lv-0">
<li id="menu-item--sidebar-mobile-39865" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39865"><a href="https://quicksie983.com/closings-delays/"><span class="link-before">Closings & Delays</span></a></li>
<li id="menu-item--sidebar-mobile-38216" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-38216"><a href="https://quicksie983.com/closings-delays/update-status/"><span class="link-before">Update Status</span></a></li>
</ul>
</li>
<li id="menu-item--sidebar-mobile-67" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-67"><a href="#"><span class="link-before">More<span class="nav-icon-angle"> </span></span></a>
<ul class="sub-menu sub-lv-0">
<li id="menu-item--sidebar-mobile-37677" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-37677"><a href="https://quicksie983.com/closings-delays/"><span class="link-before">Closings & Delays</span></a></li>
<li id="menu-item--sidebar-mobile-28517" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28517"><a href="https://quicksie983.com/careers/"><span class="link-before">Careers</span></a></li>
<li id="menu-item--sidebar-mobile-16529" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16529"><a href="https://quicksie983.com/advertise/"><span class="link-before">Advertise</span></a></li>
<li id="menu-item--sidebar-mobile-22442" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-22442"><a rel="privacy-policy" href="https://quicksie983.com/privacy/"><span class="link-before">Privacy Policy</span></a></li>
<li id="menu-item--sidebar-mobile-14309" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14309"><a href="https://quicksie983.com/history/"><span class="link-before">History</span></a></li>
<li id="menu-item--sidebar-mobile-58" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-58"><a href="https://quicksie983.com/contact/"><span class="link-before">Contact Us</span></a></li>
</ul>
</li>
</ul></nav></div></div><div class="builder-item-sidebar mobile-item--search_box"><div class="item--inner" data-item-id="search_box" data-section="search_box"><div class="header-search_box-item item--search_box"> <form role="search" class="header-search-form" action="https://quicksie983.com/">
<div class="search-form-fields">
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-field" placeholder="Search ..." value="" name="s" title="Search for:" />
</div>
<button type="submit" class="search-submit" aria-label="Submit Search">
<svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewbox="0 0 20 21">
<path fill="currentColor" fill-rule="evenodd" d="M12.514 14.906a8.264 8.264 0 0 1-4.322 1.21C3.668 16.116 0 12.513 0 8.07 0 3.626 3.668.023 8.192.023c4.525 0 8.193 3.603 8.193 8.047 0 2.033-.769 3.89-2.035 5.307l4.999 5.552-1.775 1.597-5.06-5.62zm-4.322-.843c3.37 0 6.102-2.684 6.102-5.993 0-3.31-2.732-5.994-6.102-5.994S2.09 4.76 2.09 8.07c0 3.31 2.732 5.993 6.102 5.993z"></path>
</svg>
</button>
</form>
</div></div></div><div class="builder-item-sidebar mobile-item--button"><div class="item--inner" data-item-id="button" data-section="header_button"><a target="_blank" href="https://rdo.to/WQXE" class="item--button customify-btn customify-builder-btn is-icon-after">Listen Live<i class="fa fa-play"></i> </a></div></div></div></div></div></div></header> <div id="site-content" class="site-content">
<div class="customify-container">
<div class="customify-grid">
<main id="main" class="content-area customify-col-12">
<div class="content-inner">
<article id="post-7" class="post-7 page type-page status-publish has-post-thumbnail hentry">
<div class="entry-content">
<!-- Added by Post/Page Specific Custom Code plugin, thank you for using! -->
<style>.flex-viewport {max-height:483px !important;}
/* WEB PLAYER */
.web-player {
margin:35px 0 45px;
}
/* COMMUNITY CALENDAR */
p.simcal-align-right {
margin: 0;
}
a.post-edit-link {
display: none;
}
.simcal-events-calendar-354 li {
margin: 0;
}
.simcal-default-calendar-list ul.simcal-events {
margin:0 0 10px;
}
.simcal-event-details {
font-size: 1em !important;
font-weight: 400;
line-height: 1.5;
overflow: visible;
background-color: #f9f9f9;
padding: 15px 15px 0px 15px;
border-radius: 15px;
}
.simcal-default-calendar .collapseomatic {background-image:none !important; margin-left:-13px}
.simcal-default-calendar .collapseomatic_content {
margin-left:25px;
}
.event-cal-loc {
margin: -40px 0 0 25px;
}</style>
<figure class="wp-block-image alignwide size-full"><img fetchpriority="high" decoding="async" width="1709" height="182" src="https://quicksie983.com/wp-content/uploads/2025/01/Copy-of-Quicksie-Skinny-Banner.png" alt="" class="wp-image-38185" srcset="https://quicksie983.com/wp-content/uploads/2025/01/Copy-of-Quicksie-Skinny-Banner.png 1709w, https://quicksie983.com/wp-content/uploads/2025/01/Copy-of-Quicksie-Skinny-Banner-300x32.png 300w, https://quicksie983.com/wp-content/uploads/2025/01/Copy-of-Quicksie-Skinny-Banner-1024x109.png 1024w, https://quicksie983.com/wp-content/uploads/2025/01/Copy-of-Quicksie-Skinny-Banner-768x82.png 768w, https://quicksie983.com/wp-content/uploads/2025/01/Copy-of-Quicksie-Skinny-Banner-1536x164.png 1536w" sizes="(max-width: 1709px) 100vw, 1709px" /></figure>
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
<div id="metaslider-id-17" style="width: 100%; margin: 0 auto;" class="ml-slider-3-100-1 metaslider metaslider-flex metaslider-17 ml-slider ms-theme-simply-dark nav-hidden" role="region" aria-label="Hero Slider" data-height="483" data-width="1136">
<div id="metaslider_container_17">
<div id="metaslider_17">
<ul class='slides'>
<li style="display: block; width: 100%;" class="slide-41829 ms-image" aria-roledescription="slide" data-date="2025-07-28 10:45:38"><img decoding="async" width="1136" height="486" data-src="https://quicksie983.com/wp-content/uploads/2025/07/State-Fair-Morning-Line-1.png" class="slider-17 slide-41829 msDefaultImage lazyload" alt="" rel="" title="State Fair Morning Line (1)" data-srcset="https://quicksie983.com/wp-content/uploads/2025/07/State-Fair-Morning-Line-1.png 1136w, https://quicksie983.com/wp-content/uploads/2025/07/State-Fair-Morning-Line-1-300x128.png 300w, https://quicksie983.com/wp-content/uploads/2025/07/State-Fair-Morning-Line-1-1024x438.png 1024w, https://quicksie983.com/wp-content/uploads/2025/07/State-Fair-Morning-Line-1-768x329.png 768w" data-sizes="(max-width: 1136px) 100vw, 1136px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1136px; --smush-placeholder-aspect-ratio: 1136/486;" /></li>
<li style="display: none; width: 100%;" class="slide-40863 ms-image" aria-roledescription="slide" data-date="2025-05-29 11:11:07"><img decoding="async" width="1136" height="486" data-src="https://quicksie983.com/wp-content/uploads/2025/06/Summer-of-Winning-website-banner-2.png" class="slider-17 slide-40863 msDefaultImage lazyload" alt="" rel="" title="Summer of Winning - website banner (2)" data-srcset="https://quicksie983.com/wp-content/uploads/2025/06/Summer-of-Winning-website-banner-2.png 1136w, https://quicksie983.com/wp-content/uploads/2025/06/Summer-of-Winning-website-banner-2-300x128.png 300w, https://quicksie983.com/wp-content/uploads/2025/06/Summer-of-Winning-website-banner-2-1024x438.png 1024w, https://quicksie983.com/wp-content/uploads/2025/06/Summer-of-Winning-website-banner-2-768x329.png 768w" data-sizes="(max-width: 1136px) 100vw, 1136px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1136px; --smush-placeholder-aspect-ratio: 1136/486;" /></li>
<li style="display: none; width: 100%;" class="slide-40699 ms-image" aria-roledescription="slide" data-date="2025-05-15 13:41:27"><img decoding="async" width="1136" height="486" data-src="https://quicksie983.com/wp-content/uploads/2025/07/Quicksie-Pumpkin-1.png" class="slider-17 slide-40699 msDefaultImage lazyload" alt="" rel="" title="Quicksie Pumpkin (1)" data-srcset="https://quicksie983.com/wp-content/uploads/2025/07/Quicksie-Pumpkin-1.png 1136w, https://quicksie983.com/wp-content/uploads/2025/07/Quicksie-Pumpkin-1-300x128.png 300w, https://quicksie983.com/wp-content/uploads/2025/07/Quicksie-Pumpkin-1-1024x438.png 1024w, https://quicksie983.com/wp-content/uploads/2025/07/Quicksie-Pumpkin-1-768x329.png 768w" data-sizes="(max-width: 1136px) 100vw, 1136px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1136px; --smush-placeholder-aspect-ratio: 1136/486;" /></li>
<li style="display: none; width: 100%;" class="slide-41270 ms-image" aria-roledescription="slide" data-date="2025-06-25 07:52:56"><a href="http://www.mercuryballroom.com/" target="_blank" aria-label="View Slide Details" class="metaslider_image_link"><img decoding="async" width="1136" height="486" data-src="https://quicksie983.com/wp-content/uploads/2025/06/website-banner.png" class="slider-17 slide-41270 msDefaultImage lazyload" alt="" rel="" title="website banner" data-srcset="https://quicksie983.com/wp-content/uploads/2025/06/website-banner.png 1136w, https://quicksie983.com/wp-content/uploads/2025/06/website-banner-300x128.png 300w, https://quicksie983.com/wp-content/uploads/2025/06/website-banner-1024x438.png 1024w, https://quicksie983.com/wp-content/uploads/2025/06/website-banner-768x329.png 768w" data-sizes="(max-width: 1136px) 100vw, 1136px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1136px; --smush-placeholder-aspect-ratio: 1136/486;" /></a></li>
<li style="display: none; width: 100%;" class="slide-40487 ms-image" aria-roledescription="slide" data-date="2025-05-05 14:17:32"><a href="https://www.ticketmaster.com/event/1600613AB1BC42AD?CAMEFROM=CFC_TRANSPARENT_PRODUCTIONS_WEB_RADIO_1" target="_blank" aria-label="View Slide Details" class="metaslider_image_link"><img decoding="async" width="1136" height="486" data-src="https://quicksie983.com/wp-content/uploads/2025/05/Website-Banner-1.png" class="slider-17 slide-40487 msDefaultImage lazyload" alt="" rel="" title="Website Banner (1)" data-srcset="https://quicksie983.com/wp-content/uploads/2025/05/Website-Banner-1.png 1136w, https://quicksie983.com/wp-content/uploads/2025/05/Website-Banner-1-300x128.png 300w, https://quicksie983.com/wp-content/uploads/2025/05/Website-Banner-1-1024x438.png 1024w, https://quicksie983.com/wp-content/uploads/2025/05/Website-Banner-1-768x329.png 768w" data-sizes="(max-width: 1136px) 100vw, 1136px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1136px; --smush-placeholder-aspect-ratio: 1136/486;" /></a></li>
<li style="display: none; width: 100%;" class="slide-39958 ms-image" aria-roledescription="slide" data-date="2025-04-09 16:05:08"><a href="https://www.ticketmaster.com/event/1600628496125A8D" target="_blank" aria-label="View Slide Details" class="metaslider_image_link"><img decoding="async" width="1136" height="486" data-src="https://quicksie983.com/wp-content/uploads/2025/04/Nolin-Fundraiser.png" class="slider-17 slide-39958 msDefaultImage lazyload" alt="" rel="" title="Nolin Fundraiser" data-srcset="https://quicksie983.com/wp-content/uploads/2025/04/Nolin-Fundraiser.png 1136w, https://quicksie983.com/wp-content/uploads/2025/04/Nolin-Fundraiser-300x128.png 300w, https://quicksie983.com/wp-content/uploads/2025/04/Nolin-Fundraiser-1024x438.png 1024w, https://quicksie983.com/wp-content/uploads/2025/04/Nolin-Fundraiser-768x329.png 768w" data-sizes="(max-width: 1136px) 100vw, 1136px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1136px; --smush-placeholder-aspect-ratio: 1136/486;" /></a></li>
<li style="display: none; width: 100%;" class="slide-38711 ms-image" aria-roledescription="slide" data-date="2025-02-05 13:39:46"><a href="http://bourbonandbeyond.com" target="_blank" aria-label="View Slide Details" class="metaslider_image_link"><img decoding="async" width="1136" height="486" data-src="https://quicksie983.com/wp-content/uploads/2025/02/Untitled-design-14.png" class="slider-17 slide-38711 msDefaultImage lazyload" alt="" rel="" title="Untitled design (14)" data-srcset="https://quicksie983.com/wp-content/uploads/2025/02/Untitled-design-14.png 1136w, https://quicksie983.com/wp-content/uploads/2025/02/Untitled-design-14-300x128.png 300w, https://quicksie983.com/wp-content/uploads/2025/02/Untitled-design-14-1024x438.png 1024w, https://quicksie983.com/wp-content/uploads/2025/02/Untitled-design-14-768x329.png 768w" data-sizes="(max-width: 1136px) 100vw, 1136px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1136px; --smush-placeholder-aspect-ratio: 1136/486;" /></a></li>
<li style="display: none; width: 100%;" class="slide-39027 ms-image" aria-roledescription="slide" data-date="2025-02-20 14:48:52"><a href="https://www.ticketmaster.com/big-time-rush-in-real-life-cincinnati-ohio-07-30-2025/event/160062479F1C73C5" target="_blank" aria-label="View Slide Details" class="metaslider_image_link"><img decoding="async" width="1136" height="486" data-src="https://quicksie983.com/wp-content/uploads/2025/02/Copy-of-Gifts-of-Love-Banner.png" class="slider-17 slide-39027 msDefaultImage lazyload" alt="" rel="" title="Copy of Gifts of Love Banner" data-srcset="https://quicksie983.com/wp-content/uploads/2025/02/Copy-of-Gifts-of-Love-Banner.png 1136w, https://quicksie983.com/wp-content/uploads/2025/02/Copy-of-Gifts-of-Love-Banner-300x128.png 300w, https://quicksie983.com/wp-content/uploads/2025/02/Copy-of-Gifts-of-Love-Banner-1024x438.png 1024w, https://quicksie983.com/wp-content/uploads/2025/02/Copy-of-Gifts-of-Love-Banner-768x329.png 768w" data-sizes="(max-width: 1136px) 100vw, 1136px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1136px; --smush-placeholder-aspect-ratio: 1136/486;" /></a></li>
<li style="display: none; width: 100%;" class="slide-39962 ms-image" aria-roledescription="slide" data-date="2025-04-09 16:09:57"><a href="https://www.milb.com/louisville" target="_blank" aria-label="View Slide Details" class="metaslider_image_link"><img decoding="async" width="1136" height="486" data-src="https://quicksie983.com/wp-content/uploads/2025/04/Nolin-Fundraiser-1.png" class="slider-17 slide-39962 msDefaultImage lazyload" alt="" rel="" title="Nolin Fundraiser (1)" data-srcset="https://quicksie983.com/wp-content/uploads/2025/04/Nolin-Fundraiser-1.png 1136w, https://quicksie983.com/wp-content/uploads/2025/04/Nolin-Fundraiser-1-300x128.png 300w, https://quicksie983.com/wp-content/uploads/2025/04/Nolin-Fundraiser-1-1024x438.png 1024w, https://quicksie983.com/wp-content/uploads/2025/04/Nolin-Fundraiser-1-768x329.png 768w" data-sizes="(max-width: 1136px) 100vw, 1136px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1136px; --smush-placeholder-aspect-ratio: 1136/486;" /></a></li>
</ul>
</div>
</div>
</div>
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
<div class="wp-block-columns has-2-columns is-layout-flex wp-container-core-columns-layout-1 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="web-player">
<script type="application/javascript">document.write('<script src="//streamdb8web.securenetsystems.net/cirrusencore/embed/embed.js?stationCallSign=WQXE&playerlocation=streamdb8web&autoPlay=true&b='+Math.random()+'"><\/script>');</script>
</div>
<div class='weather-atlas-wrapper' style='background:#FFFFFF;border:1px solid #eeeeee;color:#686868;'><div class='weather-atlas-header' style='border-bottom:1px solid #eeeeee'>Elizabethtown, KY</div><div class='weather-atlas-body'><div class='current_horizontal'><div class='current_temp'><i class='wi wi-fw wi-weather-30'></i><span class='temp'>81°</span><div class='current_text'>Partly Cloudy</div><div class='sunrise_sunset'>6:47 am<i class='wi wi-fw wi-weather-32'></i>8:52 pm EDT</div></div><span class='current_text_2'>Feels like: 81<small>°F</small><br/>Wind: 10<small>mph</small> NE<br/>Humidity: 50<small>%</small><br/>Pressure: 30.09<small>"Hg</small><br/>UV index: 1</span></div><div class='hourly hours' style='border-bottom:1px solid #eeeeee'><span class='extended_hour extended_hour_1'>8 pm</span><span class='extended_hour extended_hour_2'>9 pm</span><span class='extended_hour extended_hour_3'>10 pm</span><span class='extended_hour extended_hour_4'>11 pm</span><span class='extended_hour extended_hour_5'>12 am</span></div><div class='hourly'><span class='extended_hour extended_hour_1' title='Partly Cloudy'>77<small>°F</small><br/><i class='wi wi-fw wi-weather-30'></i></span><span class='extended_hour extended_hour_2' title='Partly Cloudy'>73<small>°F</small><br/><i class='wi wi-fw wi-weather-29'></i></span><span class='extended_hour extended_hour_3' title='Partly Cloudy'>72<small>°F</small><br/><i class='wi wi-fw wi-weather-29'></i></span><span class='extended_hour extended_hour_4' title='Partly Cloudy'>70<small>°F</small><br/><i class='wi wi-fw wi-weather-29'></i></span><span class='extended_hour extended_hour_5' title='Partly Cloudy'>68<small>°F</small><br/><i class='wi wi-fw wi-weather-29'></i></span></div><div class='daily days' style='border-bottom:1px solid #eeeeee'><span class='extended_day extended_day_1'>Sun</span><span class='extended_day extended_day_2'>Mon</span><span class='extended_day extended_day_3'>Tue</span><span class='extended_day extended_day_4'>Wed</span><span class='extended_day extended_day_5'>Thu</span></div><div class='daily'><span class='extended_day extended_day_1' title='PM Thunderstorms'>79<small>°F</small> / 66<small>°F</small><br/><i class='wi wi-fw wi-weather-38'></i></span><span class='extended_day extended_day_2' title='AM Rain'>79<small>°F</small> / 64<small>°F</small><br/><i class='wi wi-fw wi-weather-12'></i></span><span class='extended_day extended_day_3' title='PM Thunderstorms'>81<small>°F</small> / 64<small>°F</small><br/><i class='wi wi-fw wi-weather-38'></i></span><span class='extended_day extended_day_4' title='Isolated Thunderstorms'>84<small>°F</small> / 66<small>°F</small><br/><i class='wi wi-fw wi-weather-37'></i></span><span class='extended_day extended_day_5' title='Partly Cloudy'>84<small>°F</small> / 66<small>°F</small><br/><i class='wi wi-fw wi-weather-30'></i></span></div></div><div class='weather-atlas-footer' style='border-top:1px solid #eeeeee'><a href='https://www.weather-us.com/en/kentucky-usa/elizabethtown' title='Elizabethtown, KY - Weather forecast' style='color:#686868'><span class='weather-atlas-footer-block'>Elizabethtown, KY</span> weather forecast ▸</a></div></div>
</div>
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<a href="/community-calendar"><h3 style="margin:20px 0 0;">Upcoming Events</h3></a>
<a href="/submit-event/"><strong>Submit Your Event</strong></a>
<div style="height:512px;overflow-x:hidden; margin-bottom:30px;">
<div class="simcal-calendar simcal-default-calendar simcal-default-calendar-list simcal-default-calendar-light" data-calendar-id="354" data-timezone="America/New_York" data-offset="-14400" data-week-start="0" data-calendar-start="1754107200" data-calendar-end="1755219600" data-events-first="1754067600" data-events-last="1755219600"><div class="simcal-calendar-list simcal-calendar-list-compact"><div class="simcal-events-list-container" data-prev="1751428800" data-next="1756785600" data-heading-small="Aug 2025" data-heading-large="August 2025"><div class="simcal-weekday-6 simcal-past simcal-day simcal-day-has-events simcal-day-has-1-events simcal-events-calendar-354 simcal-day-has-events simcal-day-has-2-events simcal-events-calendar-354 simcal-day-has-events simcal-day-has-3-events simcal-events-calendar-354 simcal-day-has-events simcal-day-has-4-events simcal-events-calendar-354" data-events-count="4">
<ul class="simcal-events">
<li class="simcal-event simcal-event-recurring simcal-event-has-location simcal-events-calendar-354" style="" itemscope itemtype="http://schema.org/Event" data-start="1754132400">
<div class="simcal-event-details"><h4><span class="simcal-event-title" itemprop="name">Hardin County Farmer's Market</span></h4>
<hr />
<p><i class="simcal-icon-calendar"></i> <span class="simcal-event-start simcal-event-start-date" data-event-start="1754132400" data-event-format="F j, Y" itemprop="startDate" content="2025-08-02T07:00:00-04:00">August 2, 2025</span><br />
<i class="simcal-icon-event"></i> <span class="simcal-event-start simcal-event-start-time" data-event-start="1754132400" data-event-format="g:i a" itemprop="startDate" content="2025-08-02T07:00:00-04:00">7:00 am</span> - <span class="simcal-event-end simcal-event-end-time" data-event-end="1754150400" data-event-format="g:i a" itemprop="endDate" content="2025-08-02T12:00:00-04:00">12:00 pm</span><br />
<i class="simcal-icon-panel"></i></p>
<div class="event-cal-loc"> <a href="//maps.google.com?q=200+Peterson+Drive" target="_blank" ><span class="simcal-event-address simcal-event-start-location" itemprop="location" itemscope itemtype="http://schema.org/Place"><meta itemprop="name" content="200 Peterson Drive" /><meta itemprop="address" content="200 Peterson Drive" />200 Peterson Drive</span></a></div>
<p></p>
<p><i class="simcal-icon-down"></i><span class="collapseomatic" id="id688e961e62ab2" tabindex="0" title="Details" >Details</span><div id="target-id688e961e62ab2" class="collapseomatic_content"><div class="simcal-event-description" itemprop="description"><p><a href="https://www.facebook.com/hardincountyfarmersmarket">https://www.facebook.com/hardincountyfarmersmarket</a></p>
</div></div></p></div>
</li>
<li class="simcal-event simcal-event-recurring simcal-event-has-location simcal-events-calendar-354" style="" itemscope itemtype="http://schema.org/Event" data-start="1754137800">
<div class="simcal-event-details"><h4><span class="simcal-event-title" itemprop="name">Protestant Men of the Chapel (PMOC)</span></h4>
<hr />
<p><i class="simcal-icon-calendar"></i> <span class="simcal-event-start simcal-event-start-date" data-event-start="1754137800" data-event-format="F j, Y" itemprop="startDate" content="2025-08-02T08:30:00-04:00">August 2, 2025</span><br />
<i class="simcal-icon-event"></i> <span class="simcal-event-start simcal-event-start-time" data-event-start="1754137800" data-event-format="g:i a" itemprop="startDate" content="2025-08-02T08:30:00-04:00">8:30 am</span> - <span class="simcal-event-end simcal-event-end-time" data-event-end="1754148600" data-event-format="g:i a" itemprop="endDate" content="2025-08-02T11:30:00-04:00">11:30 am</span><br />
<i class="simcal-icon-panel"></i></p>
<div class="event-cal-loc"> <a href="//maps.google.com?q=Religious+Support+Office%2C+Bldg.+4768%2C+Room+18+226+South+8th+Armored+Division+Drive+Fort+Knox%2C+Kentucky+40121" target="_blank" ><span class="simcal-event-address simcal-event-start-location" itemprop="location" itemscope itemtype="http://schema.org/Place"><meta itemprop="name" content="Religious Support Office, Bldg. 4768, Room 18 226 South 8th Armored Division Drive Fort Knox, Kentucky 40121" /><meta itemprop="address" content="Religious Support Office, Bldg. 4768, Room 18 226 South 8th Armored Division Drive Fort Knox, Kentucky 40121" />Religious Support Office, Bldg. 4768, Room 18 226 South 8th Armored Division Drive Fort Knox, Kentucky 40121</span></a></div>
<p></p>
<p><i class="simcal-icon-down"></i><span class="collapseomatic" id="id688e961e62d76" tabindex="0" title="Details" >Details</span><div id="target-id688e961e62d76" class="collapseomatic_content"><div class="simcal-event-description" itemprop="description"><p><span>Event – Protestant Men of the Chapel (PMOC) is a non-denominational group of men from the Ft. Knox Contemporary, Samoan, and Traditional Chapel services ministering to the needs of all men (age 13 and over). Our goals are to draw closer to God, serve Him, and glorify Him by studying His word, enjoying Christian fellowship, and accomplishing work projects as an outreach to the local community. </p>
<p>Dates and Times – PMOC meets the first Saturday morning of each month, unless it is a holiday weekend, then it meets the second Saturday. Breakfast begins at 8:30 and study is from 9:30 to 10:30. </span><br /><span><br /></span><br /><span>For more information contat:</span><br /><span>Harry Rogers at (270) 300-3730 or Bill Andersonat (314) 623-0186<br /></span></p>
</div></div></p></div>
</li>
<li class="simcal-event simcal-event-has-location simcal-events-calendar-354" style="" itemscope itemtype="http://schema.org/Event" data-start="1754143200">
<div class="simcal-event-details"><h4><span class="simcal-event-title" itemprop="name">Back To School Bash</span></h4>
<hr />
<p><i class="simcal-icon-calendar"></i> <span class="simcal-event-start simcal-event-start-date" data-event-start="1754143200" data-event-format="F j, Y" itemprop="startDate" content="2025-08-02T10:00:00-04:00">August 2, 2025</span><br />
<i class="simcal-icon-event"></i> <span class="simcal-event-start simcal-event-start-time" data-event-start="1754143200" data-event-format="g:i a" itemprop="startDate" content="2025-08-02T10:00:00-04:00">10:00 am</span> - <span class="simcal-event-end simcal-event-end-time" data-event-end="1754168400" data-event-format="g:i a" itemprop="endDate" content="2025-08-02T17:00:00-04:00">5:00 pm</span><br />
<i class="simcal-icon-panel"></i></p>
<div class="event-cal-loc"> <a href="//maps.google.com?q=Wesley+Hilltop+House%2C+1001+Skyline+Dr%2C+Elizabethtown%2C+KY+42701%2C+USA" target="_blank" ><span class="simcal-event-address simcal-event-start-location" itemprop="location" itemscope itemtype="http://schema.org/Place"><meta itemprop="name" content="Wesley Hilltop House, 1001 Skyline Dr, Elizabethtown, KY 42701, USA" /><meta itemprop="address" content="Wesley Hilltop House, 1001 Skyline Dr, Elizabethtown, KY 42701, USA" />Wesley Hilltop House, 1001 Skyline Dr, Elizabethtown, KY 42701, USA</span></a></div>
<p></p>
<p><i class="simcal-icon-down"></i><span class="collapseomatic" id="id688e961e62f6d" tabindex="0" title="Details" >Details</span><div id="target-id688e961e62f6d" class="collapseomatic_content"><div class="simcal-event-description" itemprop="description"><p>Free block party for school-aged children. Free hair cuts/braids, school supplies, food, music, bounce houses and all around good time.</p>
</div></div></p></div>
</li>
<li class="simcal-event simcal-event-has-location simcal-events-calendar-354" style="" itemscope itemtype="http://schema.org/Event" data-start="1754172000">
<div class="simcal-event-details"><h4><span class="simcal-event-title" itemprop="name">West Hardin High Class of 1990 Clash Reunion</span></h4>
<hr />
<p><i class="simcal-icon-calendar"></i> <span class="simcal-event-start simcal-event-start-date" data-event-start="1754172000" data-event-format="F j, Y" itemprop="startDate" content="2025-08-02T18:00:00-04:00">August 2, 2025</span><br />
<i class="simcal-icon-event"></i> <span class="simcal-event-start simcal-event-start-time" data-event-start="1754172000" data-event-format="g:i a" itemprop="startDate" content="2025-08-02T18:00:00-04:00">6:00 pm</span> - <span class="simcal-event-end simcal-event-end-time" data-event-end="1754172000" data-event-format="g:i a" itemprop="endDate" content="2025-08-02T18:00:00-04:00">6:00 pm</span><br />
<i class="simcal-icon-panel"></i></p>
<div class="event-cal-loc"> <a href="//maps.google.com?q=Tony+York%26%23039%3Bs+On+Main%2C+201+E+Main+St%2C+Glendale%2C+KY+42740%2C+USA" target="_blank" ><span class="simcal-event-address simcal-event-start-location" itemprop="location" itemscope itemtype="http://schema.org/Place"><meta itemprop="name" content="Tony York's On Main, 201 E Main St, Glendale, KY 42740, USA" /><meta itemprop="address" content="Tony York's On Main, 201 E Main St, Glendale, KY 42740, USA" />Tony York's On Main, 201 E Main St, Glendale, KY 42740, USA</span></a></div>
<p></p>
<p><i class="simcal-icon-down"></i><span class="collapseomatic" id="id688e961e6318d" tabindex="0" title="Details" >Details</span><div id="target-id688e961e6318d" class="collapseomatic_content"><div class="simcal-event-description" itemprop="description"><p>West Hardin High class of 1990 clash reunion at Tony Yorks in Glendale on August 2nd at 6 PM. Cost is $30 per person. You can contact Nancy Dupin, Jojo Brown Pace or Shannon Love Gardner on Facebook for more information.</p>
</div></div></p></div>
</li>
</ul>
</div>
<div class="simcal-weekday-0 simcal-past simcal-day simcal-day-has-events simcal-day-has-1-events simcal-events-calendar-354" data-events-count="1">
<ul class="simcal-events">
<li class="simcal-event simcal-event-recurring simcal-event-has-location simcal-events-calendar-354" style="" itemscope itemtype="http://schema.org/Event" data-start="1754233200">
<div class="simcal-event-details"><h4><span class="simcal-event-title" itemprop="name">Farmers Market of Rineyville</span></h4>
<hr />
<p><i class="simcal-icon-calendar"></i> <span class="simcal-event-start simcal-event-start-date" data-event-start="1754233200" data-event-format="F j, Y" itemprop="startDate" content="2025-08-03T11:00:00-04:00">August 3, 2025</span><br />
<i class="simcal-icon-event"></i> <span class="simcal-event-start simcal-event-start-time" data-event-start="1754233200" data-event-format="g:i a" itemprop="startDate" content="2025-08-03T11:00:00-04:00">11:00 am</span> - <span class="simcal-event-end simcal-event-end-time" data-event-end="1754247600" data-event-format="g:i a" itemprop="endDate" content="2025-08-03T15:00:00-04:00">3:00 pm</span><br />
<i class="simcal-icon-panel"></i></p>
<div class="event-cal-loc"> <a href="//maps.google.com?q=485+Rineyville+School+Rd%2C+Rineyville%2C+KY+40162" target="_blank" ><span class="simcal-event-address simcal-event-start-location" itemprop="location" itemscope itemtype="http://schema.org/Place"><meta itemprop="name" content="485 Rineyville School Rd, Rineyville, KY 40162" /><meta itemprop="address" content="485 Rineyville School Rd, Rineyville, KY 40162" />485 Rineyville School Rd, Rineyville, KY 40162</span></a></div>
<p></p>
<p><i class="simcal-icon-down"></i><span class="collapseomatic" id="id688e961e633a8" tabindex="0" title="Details" >Details</span><div id="target-id688e961e633a8" class="collapseomatic_content"><div class="simcal-event-description" itemprop="description"><p><a href="https://www.facebook.com/groups/1515797569206096">https://www.facebook.com/groups/1515797569206096</a></p>
</div></div></p></div>
</li>
</ul>
</div>
<div class="simcal-weekday-4 simcal-past simcal-day simcal-day-has-events simcal-day-has-1-events simcal-events-calendar-354 simcal-day-has-events simcal-day-has-2-events simcal-events-calendar-354" data-events-count="2">
<ul class="simcal-events">
<li class="simcal-event simcal-event-recurring simcal-event-has-location simcal-events-calendar-354" style="" itemscope itemtype="http://schema.org/Event" data-start="1754604000">
<div class="simcal-event-details"><h4><span class="simcal-event-title" itemprop="name">Tavern in the Garden</span></h4>
<hr />
<p><i class="simcal-icon-calendar"></i> <span class="simcal-event-start simcal-event-start-date" data-event-start="1754604000" data-event-format="F j, Y" itemprop="startDate" content="2025-08-07T18:00:00-04:00">August 7, 2025</span><br />
<i class="simcal-icon-event"></i> <span class="simcal-event-start simcal-event-start-time" data-event-start="1754604000" data-event-format="g:i a" itemprop="startDate" content="2025-08-07T18:00:00-04:00">6:00 pm</span> - <span class="simcal-event-end simcal-event-end-time" data-event-end="1754614800" data-event-format="g:i a" itemprop="endDate" content="2025-08-07T21:00:00-04:00">9:00 pm</span><br />
<i class="simcal-icon-panel"></i></p>
<div class="event-cal-loc"> <a href="//maps.google.com?q=Brown-Pusey+House%2C+128+North+Main+Street%2C+Elizabethtown%2C+KY+42701%2C+USA" target="_blank" ><span class="simcal-event-address simcal-event-start-location" itemprop="location" itemscope itemtype="http://schema.org/Place"><meta itemprop="name" content="Brown-Pusey House, 128 North Main Street, Elizabethtown, KY 42701, USA" /><meta itemprop="address" content="Brown-Pusey House, 128 North Main Street, Elizabethtown, KY 42701, USA" />Brown-Pusey House, 128 North Main Street, Elizabethtown, KY 42701, USA</span></a></div>
<p></p>
<p><i class="simcal-icon-down"></i><span class="collapseomatic" id="id688e961e635d7" tabindex="0" title="Details" >Details</span><div id="target-id688e961e635d7" class="collapseomatic_content"><div class="simcal-event-description" itemprop="description"><p>From June through September, we invite you to visit the Cunningham Garden, located behind the Brown-Pusey House, to enjoy live music for free, relax with a drink from our cash bar, and sample food from on-site food trucks.</p>
<p>July 17 Casey & Romy<br />
July 24 Zach Alexander<br />
July 31 K Squared<br />
Aug 7 The Hack Project<br />
Aug 14 Last Call<br />
Aug 21 Gracie Yates<br />
Aug 28 Grafenburg<br />
Sept 4 Laurie Jane & the 45s<br />
Sept 11 Zach Alexander<br />
Sept 18 Gracie Yates<br />
Sept 25 Casey & Romy</p>
</div></div></p></div>
</li>
<li class="simcal-event simcal-event-recurring simcal-event-has-location simcal-events-calendar-354" style="" itemscope itemtype="http://schema.org/Event" data-start="1754607600">
<div class="simcal-event-details"><h4><span class="simcal-event-title" itemprop="name">Downtown Walking Tour</span></h4>
<hr />
<p><i class="simcal-icon-calendar"></i> <span class="simcal-event-start simcal-event-start-date" data-event-start="1754607600" data-event-format="F j, Y" itemprop="startDate" content="2025-08-07T19:00:00-04:00">August 7, 2025</span><br />
<i class="simcal-icon-event"></i> <span class="simcal-event-start simcal-event-start-time" data-event-start="1754607600" data-event-format="g:i a" itemprop="startDate" content="2025-08-07T19:00:00-04:00">7:00 pm</span> - <span class="simcal-event-end simcal-event-end-time" data-event-end="1754607600" data-event-format="g:i a" itemprop="endDate" content="2025-08-07T19:00:00-04:00">7:00 pm</span><br />
<i class="simcal-icon-panel"></i></p>
<div class="event-cal-loc"> <a href="//maps.google.com?q=Elizabethtown%2C+KY%2C+USA" target="_blank" ><span class="simcal-event-address simcal-event-start-location" itemprop="location" itemscope itemtype="http://schema.org/Place"><meta itemprop="name" content="Elizabethtown, KY, USA" /><meta itemprop="address" content="Elizabethtown, KY, USA" />Elizabethtown, KY, USA</span></a></div>
<p></p>
<p><i class="simcal-icon-down"></i><span class="collapseomatic" id="id688e961e637bf" tabindex="0" title="Details" >Details</span><div id="target-id688e961e637bf" class="collapseomatic_content"><div class="simcal-event-description" itemprop="description"><p>The Charles W. Logsdon Historic Downtown Elizabethtown Walking Tour (Walking Tour) was first performed in the summer of 1988 and will continue for its 37th season on Thursday, June 5, 2025, running every Thursday through September 4, 2025.<br />
On the Walking Tour, you will meet the colorful characters whose enthusiasm, talent and morals helped shape the Elizabethtown you see today.<br />
THE CHARLES W. LOGSDON HISTORIC DOWNTOWN ELIZABETHTOWN WALKING TOUR WILL BE HELD EVERY THURSDAY NIGHT AT 7:00PM.<br />
MEET AT 40 PUBLIC SQUARE, UNDER THE CANNONBALL.<br />
PLENTY OF FREE PARKING AVAILABLE NEARBY<br />
THE WALKING TOUR IS FREE!!<br />
Please note: The Walking Tour is mostly outdoor and can travel over uneven terrain. Comfortable walking shoes are recommended. In the event of weather cancellation, please see the notice on the Elizabethtown City Events Facebook page.<br />
Got questions? Please call 270-234-8258 or email priscilla.scarborough@elizabethtownky.gov</p>
</div></div></p></div>
</li>
</ul>
</div>
<div class="simcal-weekday-5 simcal-past simcal-day simcal-day-has-events simcal-day-has-1-events simcal-events-calendar-354 simcal-day-has-events simcal-day-has-2-events simcal-events-calendar-354" data-events-count="2">
<ul class="simcal-events">
<li class="simcal-event simcal-event-recurring simcal-events-calendar-354" style="" itemscope itemtype="http://schema.org/Event" data-start="1754625659">
<div class="simcal-event-details"><h4><span class="simcal-event-title" itemprop="name">Cecilia Days</span></h4>
<hr />
<p><i class="simcal-icon-calendar"></i> <span class="simcal-event-start simcal-event-start-date" data-event-start="1754625659" data-event-format="F j, Y" itemprop="startDate" content="2025-08-08T00:00:59-04:00">August 8, 2025</span><br />
<i class="simcal-icon-event"></i> <span class="simcal-event-start simcal-event-start-time" data-event-start="1754625659" data-event-format="g:i a" itemprop="startDate" content="2025-08-08T00:00:59-04:00">12:00 am</span> - <span class="simcal-event-end simcal-event-end-time" data-event-end="1754711941" data-event-format="g:i a" itemprop="endDate" content="2025-08-08T23:59:01-04:00">11:59 pm</span><br />
</p>
<p><i class="simcal-icon-down"></i><span class="collapseomatic" id="id688e961e63da5" tabindex="0" title="Details" >Details</span><div id="target-id688e961e63da5" class="collapseomatic_content"><div class="simcal-event-description" itemprop="description"><p>Friday events include fish diners & bbq sandwiches, baby contest, LIttle Miss/Mister, Jr. Miss and Miss Cecilia contests at the Ruritan Grounds.</p>
<p>Saturday, breakfast at 7am. Parade at 10am then food, live music, tractor display and games, car show, talent contest and election of the honorary Mayor of Cecila.</p>
</div></div></p></div>
</li>
<li class="simcal-event simcal-event-recurring simcal-event-has-location simcal-events-calendar-354" style="" itemscope itemtype="http://schema.org/Event" data-start="1754672400">
<div class="simcal-event-details"><h4><span class="simcal-event-title" itemprop="name">Upton Farmer's Market</span></h4>
<hr />
<p><i class="simcal-icon-calendar"></i> <span class="simcal-event-start simcal-event-start-date" data-event-start="1754672400" data-event-format="F j, Y" itemprop="startDate" content="2025-08-08T13:00:00-04:00">August 8, 2025</span><br />
<i class="simcal-icon-event"></i> <span class="simcal-event-start simcal-event-start-time" data-event-start="1754672400" data-event-format="g:i a" itemprop="startDate" content="2025-08-08T13:00:00-04:00">1:00 pm</span> - <span class="simcal-event-end simcal-event-end-time" data-event-end="1754683200" data-event-format="g:i a" itemprop="endDate" content="2025-08-08T16:00:00-04:00">4:00 pm</span><br />
<i class="simcal-icon-panel"></i></p>
<div class="event-cal-loc"> <a href="//maps.google.com?q=1070+S+Walnut+St%2C+Upton%2C+KY+42784%2C+USA" target="_blank" ><span class="simcal-event-address simcal-event-start-location" itemprop="location" itemscope itemtype="http://schema.org/Place"><meta itemprop="name" content="1070 S Walnut St, Upton, KY 42784, USA" /><meta itemprop="address" content="1070 S Walnut St, Upton, KY 42784, USA" />1070 S Walnut St, Upton, KY 42784, USA</span></a></div>
<p></p>
<p><i class="simcal-icon-down"></i><span class="collapseomatic" id="id688e961e64008" tabindex="0" title="Details" >Details</span><div id="target-id688e961e64008" class="collapseomatic_content"><div class="simcal-event-description" itemprop="description"><p>The Upton Farmer's Market is now open every Friday throughout the summer. </p>
<p>Hours: 1-4pm EST. </p>
<p>Location: 1070 S. Walnut St. in Upton. </p>
<p>For more information, or to sign up as a vendor, contact Al Rider at 502-377-0066</p>
</div></div></p></div>
</li>
</ul>
</div>
<div class="simcal-weekday-6 simcal-past simcal-day simcal-day-has-events simcal-day-has-1-events simcal-events-calendar-354 simcal-day-has-events simcal-day-has-2-events simcal-events-calendar-354" data-events-count="2">
<ul class="simcal-events">
<li class="simcal-event simcal-event-recurring simcal-events-calendar-354" style="" itemscope itemtype="http://schema.org/Event" data-start="1754712059">
<div class="simcal-event-details"><h4><span class="simcal-event-title" itemprop="name">Cecilia Days</span></h4>
<hr />
<p><i class="simcal-icon-calendar"></i> <span class="simcal-event-start simcal-event-start-date" data-event-start="1754712059" data-event-format="F j, Y" itemprop="startDate" content="2025-08-09T00:00:59-04:00">August 9, 2025</span><br />
<i class="simcal-icon-event"></i> <span class="simcal-event-start simcal-event-start-time" data-event-start="1754712059" data-event-format="g:i a" itemprop="startDate" content="2025-08-09T00:00:59-04:00">12:00 am</span> - <span class="simcal-event-end simcal-event-end-time" data-event-end="1754798341" data-event-format="g:i a" itemprop="endDate" content="2025-08-09T23:59:01-04:00">11:59 pm</span><br />
</p>
<p><i class="simcal-icon-down"></i><span class="collapseomatic" id="id688e961e641e8" tabindex="0" title="Details" >Details</span><div id="target-id688e961e641e8" class="collapseomatic_content"><div class="simcal-event-description" itemprop="description"><p>Saturday, breakfast at 7am. Parade at 10am then food, live music, tractor display and games, car show, talent contest and election of the honorary Mayor of Cecila.</p>
</div></div></p></div>
</li>
<li class="simcal-event simcal-event-recurring simcal-event-has-location simcal-events-calendar-354" style="" itemscope itemtype="http://schema.org/Event" data-start="1754737200">
<div class="simcal-event-details"><h4><span class="simcal-event-title" itemprop="name">Hardin County Farmer's Market</span></h4>
<hr />
<p><i class="simcal-icon-calendar"></i> <span class="simcal-event-start simcal-event-start-date" data-event-start="1754737200" data-event-format="F j, Y" itemprop="startDate" content="2025-08-09T07:00:00-04:00">August 9, 2025</span><br />
<i class="simcal-icon-event"></i> <span class="simcal-event-start simcal-event-start-time" data-event-start="1754737200" data-event-format="g:i a" itemprop="startDate" content="2025-08-09T07:00:00-04:00">7:00 am</span> - <span class="simcal-event-end simcal-event-end-time" data-event-end="1754755200" data-event-format="g:i a" itemprop="endDate" content="2025-08-09T12:00:00-04:00">12:00 pm</span><br />
<i class="simcal-icon-panel"></i></p>
<div class="event-cal-loc"> <a href="//maps.google.com?q=200+Peterson+Drive" target="_blank" ><span class="simcal-event-address simcal-event-start-location" itemprop="location" itemscope itemtype="http://schema.org/Place"><meta itemprop="name" content="200 Peterson Drive" /><meta itemprop="address" content="200 Peterson Drive" />200 Peterson Drive</span></a></div>
<p></p>
<p><i class="simcal-icon-down"></i><span class="collapseomatic" id="id688e961e643fa" tabindex="0" title="Details" >Details</span><div id="target-id688e961e643fa" class="collapseomatic_content"><div class="simcal-event-description" itemprop="description"><p><a href="https://www.facebook.com/hardincountyfarmersmarket">https://www.facebook.com/hardincountyfarmersmarket</a></p>
</div></div></p></div>
</li>
</ul>
</div>
<div class="simcal-weekday-0 simcal-past simcal-day simcal-day-has-events simcal-day-has-1-events simcal-events-calendar-354" data-events-count="1">
<ul class="simcal-events">
<li class="simcal-event simcal-event-recurring simcal-event-has-location simcal-events-calendar-354" style="" itemscope itemtype="http://schema.org/Event" data-start="1754838000">
<div class="simcal-event-details"><h4><span class="simcal-event-title" itemprop="name">Farmers Market of Rineyville</span></h4>
<hr />
<p><i class="simcal-icon-calendar"></i> <span class="simcal-event-start simcal-event-start-date" data-event-start="1754838000" data-event-format="F j, Y" itemprop="startDate" content="2025-08-10T11:00:00-04:00">August 10, 2025</span><br />
<i class="simcal-icon-event"></i> <span class="simcal-event-start simcal-event-start-time" data-event-start="1754838000" data-event-format="g:i a" itemprop="startDate" content="2025-08-10T11:00:00-04:00">11:00 am</span> - <span class="simcal-event-end simcal-event-end-time" data-event-end="1754852400" data-event-format="g:i a" itemprop="endDate" content="2025-08-10T15:00:00-04:00">3:00 pm</span><br />
<i class="simcal-icon-panel"></i></p>
<div class="event-cal-loc"> <a href="//maps.google.com?q=485+Rineyville+School+Rd%2C+Rineyville%2C+KY+40162" target="_blank" ><span class="simcal-event-address simcal-event-start-location" itemprop="location" itemscope itemtype="http://schema.org/Place"><meta itemprop="name" content="485 Rineyville School Rd, Rineyville, KY 40162" /><meta itemprop="address" content="485 Rineyville School Rd, Rineyville, KY 40162" />485 Rineyville School Rd, Rineyville, KY 40162</span></a></div>
<p></p>
<p><i class="simcal-icon-down"></i><span class="collapseomatic" id="id688e961e6462d" tabindex="0" title="Details" >Details</span><div id="target-id688e961e6462d" class="collapseomatic_content"><div class="simcal-event-description" itemprop="description"><p><a href="https://www.facebook.com/groups/1515797569206096">https://www.facebook.com/groups/1515797569206096</a></p>
</div></div></p></div>
</li>
</ul>
</div>
<div class="simcal-weekday-4 simcal-past simcal-day simcal-day-has-events simcal-day-has-1-events simcal-events-calendar-354 simcal-day-has-events simcal-day-has-2-events simcal-events-calendar-354" data-events-count="2">
<ul class="simcal-events">
<li class="simcal-event simcal-event-recurring simcal-event-has-location simcal-events-calendar-354" style="" itemscope itemtype="http://schema.org/Event" data-start="1755208800">
<div class="simcal-event-details"><h4><span class="simcal-event-title" itemprop="name">Tavern in the Garden</span></h4>
<hr />
<p><i class="simcal-icon-calendar"></i> <span class="simcal-event-start simcal-event-start-date" data-event-start="1755208800" data-event-format="F j, Y" itemprop="startDate" content="2025-08-14T18:00:00-04:00">August 14, 2025</span><br />
<i class="simcal-icon-event"></i> <span class="simcal-event-start simcal-event-start-time" data-event-start="1755208800" data-event-format="g:i a" itemprop="startDate" content="2025-08-14T18:00:00-04:00">6:00 pm</span> - <span class="simcal-event-end simcal-event-end-time" data-event-end="1755219600" data-event-format="g:i a" itemprop="endDate" content="2025-08-14T21:00:00-04:00">9:00 pm</span><br />
<i class="simcal-icon-panel"></i></p>
<div class="event-cal-loc"> <a href="//maps.google.com?q=Brown-Pusey+House%2C+128+North+Main+Street%2C+Elizabethtown%2C+KY+42701%2C+USA" target="_blank" ><span class="simcal-event-address simcal-event-start-location" itemprop="location" itemscope itemtype="http://schema.org/Place"><meta itemprop="name" content="Brown-Pusey House, 128 North Main Street, Elizabethtown, KY 42701, USA" /><meta itemprop="address" content="Brown-Pusey House, 128 North Main Street, Elizabethtown, KY 42701, USA" />Brown-Pusey House, 128 North Main Street, Elizabethtown, KY 42701, USA</span></a></div>
<p></p>
<p><i class="simcal-icon-down"></i><span class="collapseomatic" id="id688e961e648ba" tabindex="0" title="Details" >Details</span><div id="target-id688e961e648ba" class="collapseomatic_content"><div class="simcal-event-description" itemprop="description"><p>From June through September, we invite you to visit the Cunningham Garden, located behind the Brown-Pusey House, to enjoy live music for free, relax with a drink from our cash bar, and sample food from on-site food trucks.</p>
<p>July 17 Casey & Romy<br />
July 24 Zach Alexander<br />
July 31 K Squared<br />
Aug 7 The Hack Project<br />
Aug 14 Last Call<br />
Aug 21 Gracie Yates<br />
Aug 28 Grafenburg<br />
Sept 4 Laurie Jane & the 45s<br />
Sept 11 Zach Alexander<br />
Sept 18 Gracie Yates<br />
Sept 25 Casey & Romy</p>
</div></div></p></div>
</li>
<li class="simcal-event simcal-event-recurring simcal-event-has-location simcal-events-calendar-354" style="" itemscope itemtype="http://schema.org/Event" data-start="1755212400">
<div class="simcal-event-details"><h4><span class="simcal-event-title" itemprop="name">Downtown Walking Tour</span></h4>
<hr />
<p><i class="simcal-icon-calendar"></i> <span class="simcal-event-start simcal-event-start-date" data-event-start="1755212400" data-event-format="F j, Y" itemprop="startDate" content="2025-08-14T19:00:00-04:00">August 14, 2025</span><br />
<i class="simcal-icon-event"></i> <span class="simcal-event-start simcal-event-start-time" data-event-start="1755212400" data-event-format="g:i a" itemprop="startDate" content="2025-08-14T19:00:00-04:00">7:00 pm</span> - <span class="simcal-event-end simcal-event-end-time" data-event-end="1755212400" data-event-format="g:i a" itemprop="endDate" content="2025-08-14T19:00:00-04:00">7:00 pm</span><br />
<i class="simcal-icon-panel"></i></p>
<div class="event-cal-loc"> <a href="//maps.google.com?q=Elizabethtown%2C+KY%2C+USA" target="_blank" ><span class="simcal-event-address simcal-event-start-location" itemprop="location" itemscope itemtype="http://schema.org/Place"><meta itemprop="name" content="Elizabethtown, KY, USA" /><meta itemprop="address" content="Elizabethtown, KY, USA" />Elizabethtown, KY, USA</span></a></div>
<p></p>
<p><i class="simcal-icon-down"></i><span class="collapseomatic" id="id688e961e64b0d" tabindex="0" title="Details" >Details</span><div id="target-id688e961e64b0d" class="collapseomatic_content"><div class="simcal-event-description" itemprop="description"><p>The Charles W. Logsdon Historic Downtown Elizabethtown Walking Tour (Walking Tour) was first performed in the summer of 1988 and will continue for its 37th season on Thursday, June 5, 2025, running every Thursday through September 4, 2025.<br />
On the Walking Tour, you will meet the colorful characters whose enthusiasm, talent and morals helped shape the Elizabethtown you see today.<br />
THE CHARLES W. LOGSDON HISTORIC DOWNTOWN ELIZABETHTOWN WALKING TOUR WILL BE HELD EVERY THURSDAY NIGHT AT 7:00PM.<br />
MEET AT 40 PUBLIC SQUARE, UNDER THE CANNONBALL.<br />
PLENTY OF FREE PARKING AVAILABLE NEARBY<br />
THE WALKING TOUR IS FREE!!<br />
Please note: The Walking Tour is mostly outdoor and can travel over uneven terrain. Comfortable walking shoes are recommended. In the event of weather cancellation, please see the notice on the Elizabethtown City Events Facebook page.<br />
Got questions? Please call 270-234-8258 or email priscilla.scarborough@elizabethtownky.gov</p>
</div></div></p></div>
</li>
</ul>
</div>
</div><div class="simcal-ajax-loader simcal-spinner-top" style="display: none;"><i class="simcal-icon-spinner simcal-icon-spin"></i></div></div></div>
</div>
<p></p>
</div>
</div>
<figure class="wp-block-gallery has-nested-images columns-default wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-full"><a href="https://www.donfranklinauto.com/"><img decoding="async" width="1136" height="486" data-id="41339" data-src="https://quicksie983.com/wp-content/uploads/2025/06/DonFranklin_DigitalAds_General_July_2025_1136x486.jpg" alt="" class="wp-image-41339 lazyload" data-srcset="https://quicksie983.com/wp-content/uploads/2025/06/DonFranklin_DigitalAds_General_July_2025_1136x486.jpg 1136w, https://quicksie983.com/wp-content/uploads/2025/06/DonFranklin_DigitalAds_General_July_2025_1136x486-300x128.jpg 300w, https://quicksie983.com/wp-content/uploads/2025/06/DonFranklin_DigitalAds_General_July_2025_1136x486-1024x438.jpg 1024w, https://quicksie983.com/wp-content/uploads/2025/06/DonFranklin_DigitalAds_General_July_2025_1136x486-768x329.jpg 768w" data-sizes="(max-width: 1136px) 100vw, 1136px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1136px; --smush-placeholder-aspect-ratio: 1136/486;" /></a></figure>
<figure class="wp-block-image size-large"><a href="https://wqxe.com/iq" class="custom-link no-lightbox" title="Impossible Question" aria-label="" onclick="event.stopPropagation()" target="_self" rel=""><img decoding="async" width="1024" height="438" data-id="777" data-src="https://quicksie983.com/wp-content/uploads/2019/01/impossible_question-1024x438.jpg" alt="" class="wp-image-777 lazyload" data-srcset="https://quicksie983.com/wp-content/uploads/2019/01/impossible_question-1024x438.jpg 1024w, https://quicksie983.com/wp-content/uploads/2019/01/impossible_question-300x128.jpg 300w, https://quicksie983.com/wp-content/uploads/2019/01/impossible_question-768x329.jpg 768w, https://quicksie983.com/wp-content/uploads/2019/01/impossible_question-1066x456.jpg 1066w, https://quicksie983.com/wp-content/uploads/2019/01/impossible_question-620x265.jpg 620w, https://quicksie983.com/wp-content/uploads/2019/01/impossible_question-400x171.jpg 400w, https://quicksie983.com/wp-content/uploads/2019/01/impossible_question.jpg 1136w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/438;" /></a></figure>
<figure class="wp-block-image size-large"><a href="https://quicksie983.com/category/sports/"><img decoding="async" width="1024" height="438" data-id="3865" data-src="https://quicksie983.com/wp-content/uploads/2019/09/sports-1024x438.jpg" alt="" class="wp-image-3865 lazyload" data-srcset="https://quicksie983.com/wp-content/uploads/2019/09/sports-1024x438.jpg 1024w, https://quicksie983.com/wp-content/uploads/2019/09/sports-300x128.jpg 300w, https://quicksie983.com/wp-content/uploads/2019/09/sports-768x329.jpg 768w, https://quicksie983.com/wp-content/uploads/2019/09/sports.jpg 1136w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/438;" /></a></figure>
</figure>
<h3 class="wp-block-heading" id="latest-news">Latest News</h3>
<ul class="display-posts-listing"><li class="listing-item"><a class="image" href="https://quicksie983.com/2025/08/additional-measles-case-confirmed-in-jefferson-county/"><img decoding="async" width="300" height="129" data-src="https://quicksie983.com/wp-content/uploads/2020/07/Breaking-News-e1600270736353-300x129.jpg" class="attachment-medium size-medium wp-post-image lazyload" alt="" data-srcset="https://quicksie983.com/wp-content/uploads/2020/07/Breaking-News-e1600270736353-300x129.jpg 300w, https://quicksie983.com/wp-content/uploads/2020/07/Breaking-News-e1600270736353-768x330.jpg 768w, https://quicksie983.com/wp-content/uploads/2020/07/Breaking-News-e1600270736353.jpg 927w" data-sizes="(max-width: 300px) 100vw, 300px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/129;" /></a> <a class="title" href="https://quicksie983.com/2025/08/additional-measles-case-confirmed-in-jefferson-county/">Additional measles case confirmed in Jefferson County</a> <span class="date">August 1, 2025</span> <span class="excerpt">A second measles case has been confirmed in Jefferson County. According to the Louisville Metro Department of Public Health and Wellness, the second case is…</span></li><li class="listing-item"><a class="image" href="https://quicksie983.com/2025/08/kiwanis-club-hosting-pancake-breakfast-fundraiser-saturday/"><img decoding="async" width="300" height="129" data-src="https://quicksie983.com/wp-content/uploads/2020/07/Breaking-News-e1600270736353-300x129.jpg" class="attachment-medium size-medium wp-post-image lazyload" alt="" data-srcset="https://quicksie983.com/wp-content/uploads/2020/07/Breaking-News-e1600270736353-300x129.jpg 300w, https://quicksie983.com/wp-content/uploads/2020/07/Breaking-News-e1600270736353-768x330.jpg 768w, https://quicksie983.com/wp-content/uploads/2020/07/Breaking-News-e1600270736353.jpg 927w" data-sizes="(max-width: 300px) 100vw, 300px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/129;" /></a> <a class="title" href="https://quicksie983.com/2025/08/kiwanis-club-hosting-pancake-breakfast-fundraiser-saturday/">Kiwanis Club hosting pancake breakfast fundraiser Saturday</a> <span class="date">August 1, 2025</span> <span class="excerpt">The Kiwanis Club of Hardin County invites the public to their pancake breakfast this Saturday from 7:30 to 10:30 a.m. at the Memorial Methodist Church,…</span></li><li class="listing-item"><a class="image" href="https://quicksie983.com/2025/08/elizabethtown-high-school-has-new-band-director/"><img decoding="async" width="300" height="129" data-src="https://quicksie983.com/wp-content/uploads/2020/07/Breaking-News-e1600270736353-300x129.jpg" class="attachment-medium size-medium wp-post-image lazyload" alt="" data-srcset="https://quicksie983.com/wp-content/uploads/2020/07/Breaking-News-e1600270736353-300x129.jpg 300w, https://quicksie983.com/wp-content/uploads/2020/07/Breaking-News-e1600270736353-768x330.jpg 768w, https://quicksie983.com/wp-content/uploads/2020/07/Breaking-News-e1600270736353.jpg 927w" data-sizes="(max-width: 300px) 100vw, 300px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/129;" /></a> <a class="title" href="https://quicksie983.com/2025/08/elizabethtown-high-school-has-new-band-director/">Elizabethtown High School has new band director</a> <span class="date">August 1, 2025</span> <span class="excerpt">Elizabethtown High School has a new band director. Elizabethtown Independent Schools on Thursday announced the appointment of Reginald Smith as the Director of Bands at…</span></li><li class="listing-item"><a class="image" href="https://quicksie983.com/2025/07/radcliff-police-department-hosting-backpack-giveaway-saturday/"><img decoding="async" width="300" height="129" data-src="https://quicksie983.com/wp-content/uploads/2020/07/Breaking-News-e1600270736353-300x129.jpg" class="attachment-medium size-medium wp-post-image lazyload" alt="" data-srcset="https://quicksie983.com/wp-content/uploads/2020/07/Breaking-News-e1600270736353-300x129.jpg 300w, https://quicksie983.com/wp-content/uploads/2020/07/Breaking-News-e1600270736353-768x330.jpg 768w, https://quicksie983.com/wp-content/uploads/2020/07/Breaking-News-e1600270736353.jpg 927w" data-sizes="(max-width: 300px) 100vw, 300px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/129;" /></a> <a class="title" href="https://quicksie983.com/2025/07/radcliff-police-department-hosting-backpack-giveaway-saturday/">Radcliff Police Department hosting backpack giveaway Saturday</a> <span class="date">July 31, 2025</span> <span class="excerpt">The Radcliff Police Department is looking to help area families as they get ready to send their kids back to school. “This is gonna be…</span></li></ul>
<p><strong><a href="https://wqxe.com/news">View More...</a></strong></p>
<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 class="wp-block-image size-large"><a href="https://wqxe.com/app" class="custom-link no-lightbox" title="Download the Quicksie App" aria-label="" onclick="event.stopPropagation()" target="_self" rel=""><img decoding="async" width="1024" height="438" data-id="12517" data-src="https://quicksie983.com/wp-content/uploads/2020/09/download-1024x438.jpg" alt="" class="wp-image-12517 lazyload" data-srcset="https://quicksie983.com/wp-content/uploads/2020/09/download-1024x438.jpg 1024w, https://quicksie983.com/wp-content/uploads/2020/09/download-300x128.jpg 300w, https://quicksie983.com/wp-content/uploads/2020/09/download-768x329.jpg 768w, https://quicksie983.com/wp-content/uploads/2020/09/download.jpg 1136w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/438;" /></a></figure>
<figure class="wp-block-image size-large"><a href="https://rdo.to/WQXE" class="custom-link no-lightbox" title="Listen Now" aria-label="" onclick="event.stopPropagation()" target="_blank" rel=""><img decoding="async" width="1024" height="438" data-id="12518" data-src="https://quicksie983.com/wp-content/uploads/2020/09/listen-1024x438.jpg" alt="" class="wp-image-12518 lazyload" data-srcset="https://quicksie983.com/wp-content/uploads/2020/09/listen-1024x438.jpg 1024w, https://quicksie983.com/wp-content/uploads/2020/09/listen-300x128.jpg 300w, https://quicksie983.com/wp-content/uploads/2020/09/listen-768x329.jpg 768w, https://quicksie983.com/wp-content/uploads/2020/09/listen.jpg 1136w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/438;" /></a></figure>
<figure class="wp-block-image size-large"><a href="https://wqxe.com/podcasts" class="custom-link no-lightbox" title="Podcast" aria-label="" onclick="event.stopPropagation()" target="_self" rel=""><img decoding="async" width="1024" height="438" data-id="6952" data-src="https://quicksie983.com/wp-content/uploads/2019/10/Podcast-1-1024x438.jpg" alt="" class="wp-image-6952 lazyload" data-srcset="https://quicksie983.com/wp-content/uploads/2019/10/Podcast-1-1024x438.jpg 1024w, https://quicksie983.com/wp-content/uploads/2019/10/Podcast-1-300x128.jpg 300w, https://quicksie983.com/wp-content/uploads/2019/10/Podcast-1-768x329.jpg 768w, https://quicksie983.com/wp-content/uploads/2019/10/Podcast-1-1066x457.jpg 1066w, https://quicksie983.com/wp-content/uploads/2019/10/Podcast-1-620x266.jpg 620w, https://quicksie983.com/wp-content/uploads/2019/10/Podcast-1-400x171.jpg 400w, https://quicksie983.com/wp-content/uploads/2019/10/Podcast-1.jpg 1136w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/438;" /></a></figure>
</figure>
<h3 class="wp-block-heading" id="recent-posts">Recent Posts</h3>
<ul class="display-posts-listing"><li class="listing-item"><a class="image" href="https://quicksie983.com/2025/08/local-sports-update-august-1-2025/"><img decoding="async" width="300" height="300" data-src="https://quicksie983.com/wp-content/uploads/2019/09/sports_podcast-300x300.jpg" class="attachment-medium size-medium wp-post-image lazyload" alt="" data-srcset="https://quicksie983.com/wp-content/uploads/2019/09/sports_podcast-300x300.jpg 300w, https://quicksie983.com/wp-content/uploads/2019/09/sports_podcast-150x150.jpg 150w, https://quicksie983.com/wp-content/uploads/2019/09/sports_podcast-768x768.jpg 768w, https://quicksie983.com/wp-content/uploads/2019/09/sports_podcast-1024x1024.jpg 1024w, https://quicksie983.com/wp-content/uploads/2019/09/sports_podcast.jpg 1400w" data-sizes="(max-width: 300px) 100vw, 300px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/300;" /></a> <a class="title" href="https://quicksie983.com/2025/08/local-sports-update-august-1-2025/">Local Sports Update – August 1, 2025</a> <span class="date">August 1, 2025</span> <span class="excerpt">Local sports with A.J. Brammer.</span></li><li class="listing-item"><a class="image" href="https://quicksie983.com/2025/07/ft-knox-update-7-31-25/"><img decoding="async" width="300" height="128" data-src="https://quicksie983.com/wp-content/uploads/2020/07/Fort-Knox-Update-300x128.jpg" class="attachment-medium size-medium wp-post-image lazyload" alt="" data-srcset="https://quicksie983.com/wp-content/uploads/2020/07/Fort-Knox-Update-300x128.jpg 300w, https://quicksie983.com/wp-content/uploads/2020/07/Fort-Knox-Update-1024x438.jpg 1024w, https://quicksie983.com/wp-content/uploads/2020/07/Fort-Knox-Update-768x329.jpg 768w, https://quicksie983.com/wp-content/uploads/2020/07/Fort-Knox-Update.jpg 1136w" data-sizes="(max-width: 300px) 100vw, 300px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/128;" /></a> <a class="title" href="https://quicksie983.com/2025/07/ft-knox-update-7-31-25/">Ft. Knox Update 7/31/25</a> <span class="date">July 31, 2025</span> <span class="excerpt">Fort Knox Garrison Col. Dave Holstead, CSM Alex Licea & FMWR Marketing Assistant Tami Delaney talked about:-Dog Days of Summer Twosome Golf Tournament-Let’s Dance! At…</span></li><li class="listing-item"><a class="image" href="https://quicksie983.com/2025/07/impossible-question-7-31-25/"><img decoding="async" width="300" height="128" data-src="https://quicksie983.com/wp-content/uploads/2025/03/Copy-of-Impossible-Question-1136-x-486-px-1-300x128.png" class="attachment-medium size-medium wp-post-image lazyload" alt="" data-srcset="https://quicksie983.com/wp-content/uploads/2025/03/Copy-of-Impossible-Question-1136-x-486-px-1-300x128.png 300w, https://quicksie983.com/wp-content/uploads/2025/03/Copy-of-Impossible-Question-1136-x-486-px-1-1024x438.png 1024w, https://quicksie983.com/wp-content/uploads/2025/03/Copy-of-Impossible-Question-1136-x-486-px-1-768x329.png 768w, https://quicksie983.com/wp-content/uploads/2025/03/Copy-of-Impossible-Question-1136-x-486-px-1.png 1136w" data-sizes="(max-width: 300px) 100vw, 300px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/128;" /></a> <a class="title" href="https://quicksie983.com/2025/07/impossible-question-7-31-25/">Impossible Question 7/31/25</a> <span class="date">July 31, 2025</span> <span class="excerpt">11,000 square feet is roughly the average what?</span></li><li class="listing-item"><a class="image" href="https://quicksie983.com/2025/07/local-sports-update-july-31-2025/"><img decoding="async" width="300" height="300" data-src="https://quicksie983.com/wp-content/uploads/2019/09/sports_podcast-300x300.jpg" class="attachment-medium size-medium wp-post-image lazyload" alt="" data-srcset="https://quicksie983.com/wp-content/uploads/2019/09/sports_podcast-300x300.jpg 300w, https://quicksie983.com/wp-content/uploads/2019/09/sports_podcast-150x150.jpg 150w, https://quicksie983.com/wp-content/uploads/2019/09/sports_podcast-768x768.jpg 768w, https://quicksie983.com/wp-content/uploads/2019/09/sports_podcast-1024x1024.jpg 1024w, https://quicksie983.com/wp-content/uploads/2019/09/sports_podcast.jpg 1400w" data-sizes="(max-width: 300px) 100vw, 300px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/300;" /></a> <a class="title" href="https://quicksie983.com/2025/07/local-sports-update-july-31-2025/">Local Sports Update – July 31, 2025</a> <span class="date">July 31, 2025</span> <span class="excerpt">Local sports with A.J. Brammer.</span></li></ul>
<p><a href="https://wqxe.com/media"><strong>View More...</strong></a></p>
</div><!-- .entry-content -->
</article><!-- #post-7 -->
</div><!-- #.content-inner -->
</main><!-- #main -->
</div><!-- #.customify-grid -->
</div><!-- #.customify-container -->
</div><!-- #content -->
<footer class="site-footer" id="site-footer"> <div class="footer-main footer--row layout-full-contained" id="cb-row--footer-main" data-row-id="main" data-show-on="desktop mobile">
<div class="footer--row-inner footer-main-inner dark-mode">
<div class="customify-container">
<div class="customify-grid customify-grid-top"><div class="customify-col-3_md-3_sm-6_xs-12 builder-item builder-first--footer-1" data-push-left="_sm-0"><div class="item--inner builder-item--footer-1" data-section="sidebar-widgets-footer-1" data-item-id="footer-1" ><div class="widget-area"><section id="custom_html-11" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><h4 style="color:#FFF;">WQXE Quicksie 98.3</h4>
<a href="tel:18009050983">1-800-905-0983</a><br>
233 West Dixie Avenue<br>
Elizabethtown, KY 42701
<img alt="" width="48" height="48" data-src="https://quicksie983.com/wp-content/uploads/2019/10/cruzer-150x150.png" style="--smush-placeholder-width: 48px; --smush-placeholder-aspect-ratio: 48/48;display: block; margin: 15px 0 0;" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" class="lazyload"></div></section></div></div></div><div class="customify-col-2_md-2_sm-6_xs-12 builder-item builder-first--footer-2" data-push-left="_sm-0"><div class="item--inner builder-item--footer-2" data-section="sidebar-widgets-footer-2" data-item-id="footer-2" ><div class="widget-area"><section id="nav_menu-4" class="widget widget_nav_menu"><div class="menu-footer-primary-container"><ul id="menu-footer-primary" class="menu"><li id="menu-item-2096" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2096"><a href="https://rdo.to/WQXE">Listen Live</a></li>
<li id="menu-item-14481" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14481"><a href="https://quicksie983.com/careers/">Jobs</a></li>
<li id="menu-item-14479" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14479"><a href="https://quicksie983.com/advertise/">Advertise</a></li>
<li id="menu-item-1176" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1176"><a href="https://quicksie983.com/contact/">Contact Us</a></li>
</ul></div></section></div></div></div><div class="customify-col-2_md-2_sm-6_xs-12 builder-item builder-first--footer-3" data-push-left="_sm-0"><div class="item--inner builder-item--footer-3" data-section="sidebar-widgets-footer-3" data-item-id="footer-3" ><div class="widget-area"><section id="nav_menu-6" class="widget widget_nav_menu"><div class="menu-footer-secondary-container"><ul id="menu-footer-secondary" class="menu"><li id="menu-item-14478" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-14478"><a rel="privacy-policy" href="https://quicksie983.com/privacy/">Privacy Policy</a></li>
<li id="menu-item-14477" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14477"><a href="https://quicksie983.com/wp-content/uploads/2022/01/WQXE.pdf">FCC Applications</a></li>
<li id="menu-item-1172" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1172"><a href="https://publicfiles.fcc.gov/fm-profile/WQXE">FCC Public File</a></li>
<li id="menu-item-1173" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1173"><a href="https://quicksie983.com/wp-content/uploads/2025/03/wqxe-wulf-2024-2025-eeo-public-file-report.pdf">EEO Report</a></li>
</ul></div></section></div></div></div><div class="customify-col-4_md-4_sm-6_xs-12 builder-item builder-first--footer-4" data-push-left="off-1 _sm-0"><div class="item--inner builder-item--footer-4" data-section="sidebar-widgets-footer-4" data-item-id="footer-4" ><div class="widget-area"><section id="custom_html-13" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div class="item--inner builder-item--footer-social-icons" data-section="footer_social_icons" data-item-id="footer-social-icons"><ul class="footer-social-icons customify-builder-social-icons color-custom"><li><a class="social-icon-facebook shape-none" rel="nofollow noopener" target="_blank" href="https://www.facebook.com/Quicksie98.3"><i class="icon fa fa-facebook" title="Facebook"></i></a></li><li><a class="social-icon-twitter shape-none" rel="nofollow noopener" target="_blank" href="https://www.twitter.com/quicksie983"><i class="icon fa fa-twitter" title="Twitter"></i></a></li><li><a class="social-icon-instagram shape-none" rel="nofollow noopener" target="_blank" href="https://www.instagram.com/quicksie983"><i class="icon fa fa-instagram" title="Instagram"></i></a></li><li><a class="social-icon-youtube-play shape-none" rel="nofollow noopener" target="_blank" href="https://www.youtube.com/channel/UCq0gFNYrOYWgIoLyoZpFRwA"><i class="icon fa fa-youtube-play" title="YouTube"></i></a></li><li><a class="social-icon-podcast shape-none" rel="nofollow noopener" target="_blank" href="https://quicksie983.com/podcasts/"><i class="icon fa fa-podcast" title="Podcasts"></i></a></li></ul></div>
<a href="https://apps.apple.com/us/app/quicksie-98-3/id1511026903?ls=1"><img data-src="/wp-content/uploads/2019/10/appleBadge.png" alt="" style="--smush-placeholder-width: 132px; --smush-placeholder-aspect-ratio: 132/44;padding-right:25px;" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" class="lazyload" /></a> <a href="https://play.google.com/store/apps/details?id=com.wqxe.player"><img data-src="/wp-content/uploads/2019/10/googlePlayBadge.png" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" class="lazyload" style="--smush-placeholder-width: 146px; --smush-placeholder-aspect-ratio: 146/44;" /></a></div></section></div></div></div></div> </div>
</div>
</div>
<div class="footer-bottom footer--row layout-full-contained" id="cb-row--footer-bottom" data-row-id="bottom" data-show-on="desktop">
<div class="footer--row-inner footer-bottom-inner light-mode">
<div class="customify-container">
<div class="customify-grid customify-grid-top"><div class="customify-col-12_md-12_sm-12_xs-12 builder-item builder-first--footer_copyright" data-push-left="_sm-0"><div class="item--inner builder-item--footer_copyright" data-section="footer_copyright" data-item-id="footer_copyright" ><div class="builder-footer-copyright-item footer-copyright"><p>Copyright © 2025 Skytower Communications. All Rights Reserved.</p>
</div></div></div></div> </div>
</div>
</div>
</footer></div><!-- #page -->
<script>
// Used by Gallery Custom Links to handle tenacious Lightboxes
//jQuery(document).ready(function () {
function mgclInit() {
// In jQuery:
// if (jQuery.fn.off) {
// jQuery('.no-lightbox, .no-lightbox img').off('click'); // jQuery 1.7+
// }
// else {
// jQuery('.no-lightbox, .no-lightbox img').unbind('click'); // < jQuery 1.7
// }
// 2022/10/24: In Vanilla JS
var elements = document.querySelectorAll('.no-lightbox, .no-lightbox img');
for (var i = 0; i < elements.length; i++) {
elements[i].onclick = null;
}
// In jQuery:
//jQuery('a.no-lightbox').click(mgclOnClick);
// 2022/10/24: In Vanilla JS:
var elements = document.querySelectorAll('a.no-lightbox');
for (var i = 0; i < elements.length; i++) {
elements[i].onclick = mgclOnClick;
}
// in jQuery:
// if (jQuery.fn.off) {
// jQuery('a.set-target').off('click'); // jQuery 1.7+
// }
// else {
// jQuery('a.set-target').unbind('click'); // < jQuery 1.7
// }
// jQuery('a.set-target').click(mgclOnClick);
// 2022/10/24: In Vanilla JS:
var elements = document.querySelectorAll('a.set-target');
for (var i = 0; i < elements.length; i++) {
elements[i].onclick = mgclOnClick;
}
}
function mgclOnClick() {
if (!this.target || this.target == '' || this.target == '_self')
window.location = this.href;
else
window.open(this.href,this.target);
return false;
}
// From WP Gallery Custom Links
// Reduce the number of conflicting lightboxes
function mgclAddLoadEvent(func) {
var oldOnload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function() {
oldOnload();
func();
}
}
}
mgclAddLoadEvent(mgclInit);
mgclInit();
//});
</script>
<script type="text/javascript">
/* MonsterInsights Scroll Tracking */
if ( typeof(jQuery) !== 'undefined' ) {
jQuery( document ).ready(function(){
function monsterinsights_scroll_tracking_load() {
if ( ( typeof(__gaTracker) !== 'undefined' && __gaTracker && __gaTracker.hasOwnProperty( "loaded" ) && __gaTracker.loaded == true ) || ( typeof(__gtagTracker) !== 'undefined' && __gtagTracker ) ) {
(function(factory) {
factory(jQuery);
}(function($) {
/* Scroll Depth */
"use strict";
var defaults = {
percentage: true
};
var $window = $(window),
cache = [],
scrollEventBound = false,
lastPixelDepth = 0;
/*
* Plugin
*/
$.scrollDepth = function(options) {
var startTime = +new Date();
options = $.extend({}, defaults, options);
/*
* Functions
*/
function sendEvent(action, label, scrollDistance, timing) {
if ( 'undefined' === typeof MonsterInsightsObject || 'undefined' === typeof MonsterInsightsObject.sendEvent ) {
return;
}
var paramName = action.toLowerCase();
var fieldsArray = {
send_to: 'G-2FRHB7WM3B',
non_interaction: true
};
fieldsArray[paramName] = label;
if (arguments.length > 3) {
fieldsArray.scroll_timing = timing
MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray);
} else {
MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray);
}
}
function calculateMarks(docHeight) {
return {
'25%' : parseInt(docHeight * 0.25, 10),
'50%' : parseInt(docHeight * 0.50, 10),
'75%' : parseInt(docHeight * 0.75, 10),
/* Cushion to trigger 100% event in iOS */
'100%': docHeight - 5
};
}
function checkMarks(marks, scrollDistance, timing) {
/* Check each active mark */
$.each(marks, function(key, val) {
if ( $.inArray(key, cache) === -1 && scrollDistance >= val ) {
sendEvent('Percentage', key, scrollDistance, timing);
cache.push(key);
}
});
}
function rounded(scrollDistance) {
/* Returns String */
return (Math.floor(scrollDistance/250) * 250).toString();
}
function init() {
bindScrollDepth();
}
/*
* Public Methods
*/
/* Reset Scroll Depth with the originally initialized options */
$.scrollDepth.reset = function() {
cache = [];
lastPixelDepth = 0;
$window.off('scroll.scrollDepth');
bindScrollDepth();
};
/* Add DOM elements to be tracked */
$.scrollDepth.addElements = function(elems) {
if (typeof elems == "undefined" || !$.isArray(elems)) {
return;
}
$.merge(options.elements, elems);
/* If scroll event has been unbound from window, rebind */
if (!scrollEventBound) {
bindScrollDepth();
}
};
/* Remove DOM elements currently tracked */
$.scrollDepth.removeElements = function(elems) {
if (typeof elems == "undefined" || !$.isArray(elems)) {
return;
}
$.each(elems, function(index, elem) {
var inElementsArray = $.inArray(elem, options.elements);
var inCacheArray = $.inArray(elem, cache);
if (inElementsArray != -1) {
options.elements.splice(inElementsArray, 1);
}
if (inCacheArray != -1) {
cache.splice(inCacheArray, 1);
}
});
};
/*
* Throttle function borrowed from:
* Underscore.js 1.5.2
* http://underscorejs.org
* (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
* Underscore may be freely distributed under the MIT license.
*/
function throttle(func, wait) {
var context, args, result;
var timeout = null;
var previous = 0;
var later = function() {
previous = new Date;
timeout = null;
result = func.apply(context, args);
};
return function() {
var now = new Date;
if (!previous) previous = now;
var remaining = wait - (now - previous);
context = this;
args = arguments;
if (remaining <= 0) {
clearTimeout(timeout);
timeout = null;
previous = now;
result = func.apply(context, args);
} else if (!timeout) {
timeout = setTimeout(later, remaining);
}
return result;
};
}
/*
* Scroll Event
*/
function bindScrollDepth() {
scrollEventBound = true;
$window.on('scroll.scrollDepth', throttle(function() {
/*
* We calculate document and window height on each scroll event to
* account for dynamic DOM changes.
*/
var docHeight = $(document).height(),
winHeight = window.innerHeight ? window.innerHeight : $window.height(),
scrollDistance = $window.scrollTop() + winHeight,
/* Recalculate percentage marks */
marks = calculateMarks(docHeight),
/* Timing */
timing = +new Date - startTime;
checkMarks(marks, scrollDistance, timing);
}, 500));
}
init();
};
/* UMD export */
return $.scrollDepth;
}));
jQuery.scrollDepth();
} else {
setTimeout(monsterinsights_scroll_tracking_load, 200);
}
}
monsterinsights_scroll_tracking_load();
});
}
/* End MonsterInsights Scroll Tracking */
</script><link rel='stylesheet' id='metaslider-flex-slider-css' href='https://quicksie983.com/wp-content/plugins/ml-slider/assets/sliders/flexslider/flexslider.css?ver=3.100.1' type='text/css' media='all' property='stylesheet' />
<link rel='stylesheet' id='metaslider-public-css' href='https://quicksie983.com/wp-content/plugins/ml-slider/assets/metaslider/public.css?ver=3.100.1' type='text/css' media='all' property='stylesheet' />
<style id='metaslider-public-inline-css' type='text/css'>
#metaslider-id-17 .flexslider ul.flex-direction-nav li a { background: rgba(255,255,255,0.43) }
#metaslider-id-17 .flexslider ul.flex-direction-nav li a:hover { background: rgba(255,255,255,0.43) }
#metaslider-id-17 .flexslider ul.flex-direction-nav li a { color: #000000 }
#metaslider-id-17 .flexslider ul.flex-direction-nav li a:hover { color: #000000 }
#metaslider-id-17 .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a { background: rgba(0,0,0,0.5) }
#metaslider-id-17 .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:hover { background: rgba(0,0,0,1) }
#metaslider-id-17 .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a.flex-active { background: rgba(0,0,0,1) }
#metaslider-id-17 .flexslider ul.slides .caption-wrap { background: rgba(0,0,0,0.7) }
#metaslider-id-17 .flexslider ul.slides .caption-wrap .caption > * { color: #ffffff }
#metaslider-id-17 .flexslider ul.slides .caption-wrap .caption a { color: #ffffff }
#metaslider-id-17 .flexslider .flex-pauseplay .flex-pause, #metaslider-id-17 .flexslider .flex-pauseplay .flex-play { background-color: #000 }
#metaslider-id-17 .flexslider .flex-pauseplay a:hover { background-color: #000 }
#metaslider-id-17 .flexslider .flex-pauseplay a:before { color: #fff }
#metaslider-id-17 .flexslider .flex-pauseplay a:hover:before { color: #fff }
#metaslider-id-17 .flex-viewport, #metaslider-id-17 .slides { background: #fff }
#metaslider-id-17 .flexslider .flex-progress-bar { background-color: #fff }
@media only screen and (max-width: 767px) {body.metaslider-plugin:after { display: none; content: "smartphone"; } .hide-arrows-smartphone .flex-direction-nav, .hide-navigation-smartphone .flex-control-paging, .hide-navigation-smartphone .flex-control-nav, .hide-navigation-smartphone .filmstrip, .hide-slideshow-smartphone, .metaslider-hidden-content.hide-smartphone{ display: none!important; }}@media only screen and (min-width : 768px) and (max-width: 1023px) {body.metaslider-plugin:after { display: none; content: "tablet"; } .hide-arrows-tablet .flex-direction-nav, .hide-navigation-tablet .flex-control-paging, .hide-navigation-tablet .flex-control-nav, .hide-navigation-tablet .filmstrip, .hide-slideshow-tablet, .metaslider-hidden-content.hide-tablet{ display: none!important; }}@media only screen and (min-width : 1024px) and (max-width: 1439px) {body.metaslider-plugin:after { display: none; content: "laptop"; } .hide-arrows-laptop .flex-direction-nav, .hide-navigation-laptop .flex-control-paging, .hide-navigation-laptop .flex-control-nav, .hide-navigation-laptop .filmstrip, .hide-slideshow-laptop, .metaslider-hidden-content.hide-laptop{ display: none!important; }}@media only screen and (min-width : 1440px) {body.metaslider-plugin:after { display: none; content: "desktop"; } .hide-arrows-desktop .flex-direction-nav, .hide-navigation-desktop .flex-control-paging, .hide-navigation-desktop .flex-control-nav, .hide-navigation-desktop .filmstrip, .hide-slideshow-desktop, .metaslider-hidden-content.hide-desktop{ display: none!important; }}
</style>
<link rel='stylesheet' id='metaslider_simply-dark_theme_styles-css' href='https://quicksie983.com/wp-content/plugins/ml-slider/themes/simply-dark/v1.0.0/style.css?ver=1.0.0' type='text/css' media='all' property='stylesheet' />
<link rel='stylesheet' id='collapscore-css-css' href='https://quicksie983.com/wp-content/plugins/jquery-collapse-o-matic/css/core_style.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='collapseomatic-css-css' href='https://quicksie983.com/wp-content/plugins/jquery-collapse-o-matic/css/light_style.css?ver=1.6' type='text/css' media='all' />
<style id='core-block-supports-inline-css' type='text/css'>
.wp-container-core-columns-layout-1.wp-container-core-columns-layout-1{flex-wrap:nowrap;}.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 ) ) );}
</style>
<script type="text/javascript" src="https://quicksie983.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script>
<script type="text/javascript" src="https://quicksie983.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script>
<script type="text/javascript" src="https://quicksie983.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script type="text/javascript" src="https://quicksie983.com/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script>
<script type="text/javascript" src="https://quicksie983.com/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef" id="wp-i18n-js"></script>
<script type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
/* ]]> */
</script>
<script type="text/javascript" src="https://quicksie983.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.9.8" id="swv-js"></script>
<script type="text/javascript" id="contact-form-7-js-extra">
/* <![CDATA[ */
var wpcf7 = {"api":{"root":"https:\/\/quicksie983.com\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"};
/* ]]> */
</script>
<script type="text/javascript" src="https://quicksie983.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.9.8" id="contact-form-7-js"></script>
<script type="text/javascript" src="https://quicksie983.com/wp-content/plugins/simple-share-buttons-adder/js/ssba.js?ver=1736371866" id="simple-share-buttons-adder-ssba-js"></script>
<script type="text/javascript" id="simple-share-buttons-adder-ssba-js-after">
/* <![CDATA[ */
Main.boot( [] );
/* ]]> */
</script>
<script type="text/javascript" src="https://quicksie983.com/wp-content/plugins/google-calendar-events/assets/generated/vendor/jquery.qtip.min.js?ver=3.5.5" id="simcal-qtip-js"></script>
<script type="text/javascript" id="simcal-default-calendar-js-extra">
/* <![CDATA[ */
var simcal_default_calendar = {"ajax_url":"\/wp-admin\/admin-ajax.php","nonce":"88d3657041","locale":"en_US","text_dir":"ltr","months":{"full":["January","February","March","April","May","June","July","August","September","October","November","December"],"short":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]},"days":{"full":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"short":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},"meridiem":{"AM":"AM","am":"am","PM":"PM","pm":"pm"}};
/* ]]> */
</script>
<script type="text/javascript" src="https://quicksie983.com/wp-content/plugins/google-calendar-events/assets/generated/default-calendar.min.js?ver=3.5.5" id="simcal-default-calendar-js"></script>
<script type="text/javascript" id="customify-themejs-js-extra">
/* <![CDATA[ */
var Customify_JS = {"is_rtl":"","css_media_queries":{"all":"%s","desktop":"%s","tablet":"@media screen and (max-width: 1024px) { %s }","mobile":"@media screen and (max-width: 568px) { %s }"},"sidebar_menu_no_duplicator":"1"};
/* ]]> */
</script>
<script type="text/javascript" src="https://quicksie983.com/wp-content/themes/customify/assets/js/theme.min.js?ver=6.4.5" id="customify-themejs-js"></script>
<script type="text/javascript" src="https://quicksie983.com/wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load.min.js?ver=3.20.0" id="smush-lazy-load-js"></script>
<script type="text/javascript" src="https://quicksie983.com/wp-content/plugins/google-calendar-events/assets/generated/vendor/imagesloaded.pkgd.min.js?ver=3.5.5" id="simplecalendar-imagesloaded-js"></script>
<script type="text/javascript" src="https://quicksie983.com/wp-content/plugins/joan/joan.js?ver=1.2.0" id="joan-front-js"></script>
<script type="text/javascript" src="https://quicksie983.com/wp-content/plugins/ml-slider/assets/sliders/flexslider/jquery.flexslider.min.js?ver=3.100.1" id="metaslider-flex-slider-js"></script>
<script type="text/javascript" id="metaslider-flex-slider-js-after">
/* <![CDATA[ */
var metaslider_17 = function($) {$('#metaslider_17').addClass('flexslider');
$('#metaslider_17').flexslider({
slideshowSpeed:5000,
animation:"fade",
controlNav:false,
directionNav:true,
pauseOnHover:true,
direction:"horizontal",
reverse:false,
keyboard:false,
touch:true,
animationSpeed:600,
prevText:'<svg aria-labelledBy=\'simply-dark-prev-title\' role=\'img\' xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\' data-fa-i2svg=\'\'><title id=\'simply-dark-prev-title\'>Previous Slide</title><path fill=\'currentColor\' d=\'M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\'></path></svg>',
nextText:'<svg aria-labelledBy=\'simply-dark-next-title\' role=\'img\' xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\' data-fa-i2svg=\'\'><title id=\'simply-dark-next-title\'>Next Slide</title><path fill=\'currentColor\' d=\'M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\'></path></svg>',
smoothHeight:false,
fadeFirstSlide:true,
slideshow:true,
1:false,
pausePlay:false,
showPlayText:false,
playText:false,
pauseText:false,
start: function(slider) {
// Function to disable focusable elements in aria-hidden slides
function disableAriaHiddenFocusableElements() {
var slider_ = $('#metaslider_17');
// Disable focusable elements in slides with aria-hidden='true'
slider_.find('.slides li[aria-hidden="true"] a, .slides li[aria-hidden="true"] button, .slides li[aria-hidden="true"] input, .slides li[aria-hidden="true"] select, .slides li[aria-hidden="true"] textarea, .slides li[aria-hidden="true"] [tabindex]:not([tabindex="-1"])').attr('tabindex', '-1');
// Disable focusable elements in cloned slides (these should never be focusable)
slider_.find('.slides li.clone a, .slides li.clone button, .slides li.clone input, .slides li.clone select, .slides li.clone textarea, .slides li.clone [tabindex]:not([tabindex="-1"])').attr('tabindex', '-1');
}
// Initial setup
disableAriaHiddenFocusableElements();
// Observer for aria-hidden and clone changes
if (typeof MutationObserver !== 'undefined') {
var ariaObserver = new MutationObserver(function(mutations) {
var shouldUpdate = false;
mutations.forEach(function(mutation) {
if (mutation.type === 'attributes' && mutation.attributeName === 'aria-hidden') {
shouldUpdate = true;
}
if (mutation.type === 'childList') {
// Check if cloned slides were added/removed
for (var i = 0; i < mutation.addedNodes.length; i++) {
if (mutation.addedNodes[i].nodeType === 1 &&
(mutation.addedNodes[i].classList.contains('clone') ||
mutation.addedNodes[i].querySelector && mutation.addedNodes[i].querySelector('.clone'))) {
shouldUpdate = true;
break;
}
}
}
});
if (shouldUpdate) {
setTimeout(disableAriaHiddenFocusableElements, 10);
}
});
var targetNode = $('#metaslider_17')[0];
if (targetNode) {
ariaObserver.observe(targetNode, {
attributes: true,
attributeFilter: ['aria-hidden'],
childList: true,
subtree: true
});
}
}
},
after: function(slider) {
// Re-disable focusable elements after slide transitions
var slider_ = $('#metaslider_17');
// Disable focusable elements in slides with aria-hidden='true'
slider_.find('.slides li[aria-hidden="true"] a, .slides li[aria-hidden="true"] button, .slides li[aria-hidden="true"] input, .slides li[aria-hidden="true"] select, .slides li[aria-hidden="true"] textarea, .slides li[aria-hidden="true"] [tabindex]:not([tabindex="-1"])').attr('tabindex', '-1');
// Disable focusable elements in cloned slides
slider_.find('.slides li.clone a, .slides li.clone button, .slides li.clone input, .slides li.clone select, .slides li.clone textarea, .slides li.clone [tabindex]:not([tabindex="-1"])').attr('tabindex', '-1');
}
});
$(document).trigger('metaslider/initialized', '#metaslider_17');
};
var timer_metaslider_17 = function() {
var slider = !window.jQuery ? window.setTimeout(timer_metaslider_17, 100) : !jQuery.isReady ? window.setTimeout(timer_metaslider_17, 1) : metaslider_17(window.jQuery);
};
timer_metaslider_17();
/* ]]> */
</script>
<script type="text/javascript" id="metaslider-script-js-extra">
/* <![CDATA[ */
var wpData = {"baseUrl":"https:\/\/quicksie983.com"};
/* ]]> */
</script>
<script type="text/javascript" src="https://quicksie983.com/wp-content/plugins/ml-slider/assets/metaslider/script.min.js?ver=3.100.1" id="metaslider-script-js"></script>
<script type="text/javascript" id="collapseomatic-js-js-before">
/* <![CDATA[ */
const com_options = {"colomatduration":"fast","colomatslideEffect":"slideToggle","colomatpauseInit":"","colomattouchstart":""}
/* ]]> */
</script>
<script type="text/javascript" src="https://quicksie983.com/wp-content/plugins/jquery-collapse-o-matic/js/collapse.js?ver=1.7.2" id="collapseomatic-js-js"></script>
</body>
</html>
<!-- Dynamic page generated in 6.163 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2025-08-02 18:50:07 -->
<!-- Compression = gzip -->
<!-- super cache -->