editor Logout
Account Preferences
Did you know...
What's on now can filter to show only live programs ?
Streaming Radio Guide
view source - https://www.wacqradio.com/
*** Test System *** GO TO PRODUCTION
<!doctype html > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" class=""> <head> <meta charset="utf-8"> <script type="text/javascript"> window._currentDevice = 'tablet'; window.Parameters = window.Parameters || { HomeUrl: 'https://www.wacqradio.com/', AccountUUID: '829a962ea17a4733ae0028f0ffe92869', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: '44b4d350', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Tue Jul 08 12:57:43 UTC 2025', ExternalUid: null, IsSiteMultilingual: false, InitialPostAlias: '', InitialPostPageUuid: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'home', InitialPageUuid: '1e1f7227525e4ebf9111c9400b55c591', InitialPageId: '1182080717', InitialEncodedPageAlias: 'aG9tZQ==', InitialHeaderUuid: 'f67e8f26050a426db4a8b0132c4a777f', CurrentPageUrl: '', IsCurrentHomePage: true, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '500000', DefaultPageAlias: '', RemoveDID: true, WidgetStyleID: null, IsHeaderFixed: false, IsHeaderSkinny: false, IsBfs: true, StorePageAlias: 'null', StorePagesUrls: 'e30=', IsNewStore: 'false', StorePath: '', StoreId: 'null', StoreVersion: 0, StoreBaseUrl: '', StoreCleanUrl: true, StoreDisableScrolling: true, IsStoreSuspended: false, HasCustomDomain: true, SimpleSite: false, showCookieNotification: true, cookiesNotificationMarkup: ' <div> <p class=\"rteBlock\">We use cookies to ensure that we give you the best experience on our website. To learn more, go to the <a value=\"privacy-policy\" type=\"page\" href=\"\/privacy-policy\" data-runtime-url=\"\/privacy-policy\">Privacy Page<\/a>.<\/p> \n<\/div> \n', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'NA', currentLanguage: 'en', currentLocale: 'en', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: 4, NavbarLiveHomePage: 'https://www.wacqradio.com/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: true, planID: '7', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'en', hamburgerMigration: null, isFlexSite : false }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <!-- PWA settings --> <script> function toHash(str) { var hash = 5381, i = str.length; while (i) { hash = hash * 33 ^ str.charCodeAt(--i) } return hash >>> 0 } </script> <script> (function (global) { //const cacheKey = global.cacheKey; const isOffline = 'onLine' in navigator && navigator.onLine === false; const hasServiceWorkerSupport = 'serviceWorker' in navigator; if (isOffline) { console.log('offline mode'); } if (!hasServiceWorkerSupport) { console.log('service worker is not supported'); } if (hasServiceWorkerSupport && !isOffline) { window.addEventListener('load', function () { const serviceWorkerPath = '/runtime-service-worker.js?v=3'; navigator.serviceWorker .register(serviceWorkerPath, { scope: './' }) .then( function (registration) { // Registration was successful console.log( 'ServiceWorker registration successful with scope: ', registration.scope ); }, function (err) { // registration failed :( console.log('ServiceWorker registration failed: ', err); } ) .catch(function (err) { console.log(err); }); }); // helper function to refresh the page var refreshPage = (function () { var refreshing; return function () { if (refreshing) return; // prevent multiple refreshes var refreshkey = 'refreshed' + location.href; var prevRefresh = localStorage.getItem(refreshkey); if (prevRefresh) { localStorage.removeItem(refreshkey); if (Date.now() - prevRefresh < 30000) { return; // dont go into a refresh loop } } refreshing = true; localStorage.setItem(refreshkey, Date.now()); console.log('refereshing page'); window.location.reload(); }; })(); function messageServiceWorker(data) { return new Promise(function (resolve, reject) { if (navigator.serviceWorker.controller) { var worker = navigator.serviceWorker.controller; var messageChannel = new MessageChannel(); messageChannel.port1.onmessage = replyHandler; worker.postMessage(data, [messageChannel.port2]); function replyHandler(event) { resolve(event.data); } } else { resolve(); } }); } } })(window); </script> <!-- Add manifest --> <link rel="manifest" href="/manifest.json"> <!-- Tell the browser it's a PWA --> <meta name="mobile-web-app-capable" content="yes"> <!-- Tell iOS it's a PWA --> <meta name="apple-mobile-web-app-capable" content="yes"> <!-- End PWA settings --> <link rel="canonical" href="https://www.wacqradio.com/"> <meta id="view" name="viewport" content="width=960px"> <meta name="apple-mobile-web-app-capable" content="yes"> <!--Add favorites icons--> <link rel="apple-touch-icon" href="https://irp-cdn.multiscreensite.com/44b4d350/dms3rep/multi/wacq.png"/> <link rel="icon" type="image/x-icon" href="https://irp-cdn.multiscreensite.com/44b4d350/site_favicon_16_1588965827979.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://lirp.cdn-website.com/"/> <!-- render the required CSS and JS in the head section --> <script id='d-js-dmapi'> window.SystemID = 'US_DIRECT_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} </style> <style id="cssVariables" type="text/css"> </style> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/fonts/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&amp;subset=latin-ext&amp;display=swap" /> <!-- RT CSS Include d-css-runtime-tablet-one-package-structured-global--> <link rel="stylesheet" type="text/css" href="https://static.cdn-website.com/mnlt/production/5678/_dm/s/rt/dist/css/d-css-runtime-tablet-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/WIDGET_CSS/2b005a76e9d65981f8b3c1da908cca9b.css" id="widgetCSS" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="home"] #dm [data-show-on-page-only="home"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/44b4d350/files/44b4d350_withFlex_2.min.css?v=323" id="siteGlobalCss" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <!-- Page CSS --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/44b4d350/files/44b4d350_home_withFlex_1.min.css?v=323" id="homeCssLink" /> <style id="pagestyle" type="text/css"> </style> <style id="pagestyleDevice" type="text/css"> </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-18, .size-18, .size-18 > font { font-size: 18px !important; }.font-size-30, .size-30, .size-30 > font { font-size: 30px !important; }.font-size-28, .size-28, .size-28 > font { font-size: 28px !important; }.font-size-24, .size-24, .size-24 > font { font-size: 24px !important; }.font-size-20, .size-20, .size-20 > font { font-size: 20px !important; }.font-size-14, .size-14, .size-14 > font { font-size: 14px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } #dmRoot:not(.editGrid) .flex-element [data-anim-extended] { visibility: hidden; } </style> <style id="fontFallbacks"> @font-face { font-family: "Roboto Fallback"; src: local('Arial'); ascent-override: 92.6709%; descent-override: 24.3871%; size-adjust: 100.1106%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <meta property="og:type" content="website"> <meta property="og:url" content="https://www.wacqradio.com/"> <title> WACQ Radio - Serving Elmore, Macon, and Tallapoosa counties - Since 1952 </title> <meta name="keywords" content="Radio, WACQ, WALQ, Tuskegee, Tallassee, Carrville, Tallapoosa, Macon, Elmore, Local, Local Radio, Locally Owned and Operated, Classic Pop, Classic Hits, Classic Rock, Classic Country"/> <meta name="description" content="WACQ Radio - Serving Elmore, Macon, and Tallapoosa counties - Since 1952 580 WACQ TUSKEGEE and W253CZ-FM 98.5 TALLASSEE 1130 WALQ CARRVILLE and W266BJ-FM 101.1 TALLASSEE"/> <meta name="google-site-verification" content="odJB2QzIbUWPLgAbKXtHILYMgtt50BQTmcVfG81MEnI"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="WACQ Radio - Serving Elmore, Macon, and Tallapoosa counties - Since 1952"/> <meta name="twitter:description" content="WACQ Radio - Serving Elmore, Macon, and Tallapoosa counties - Since 1952 580 WACQ TUSKEGEE and W253CZ-FM 98.5 TALLASSEE 1130 WALQ CARRVILLE and W266BJ-FM 101.1 TALLASSEE"/> <meta name="twitter:image" content="https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/wacq-1920w.png"/> <meta property="og:description" content="WACQ Radio - Serving Elmore, Macon, and Tallapoosa counties - Since 1952 580 WACQ TUSKEGEE and W253CZ-FM 98.5 TALLASSEE 1130 WALQ CARRVILLE and W266BJ-FM 101.1 TALLASSEE"/> <meta property="og:title" content="WACQ Radio - Serving Elmore, Macon, and Tallapoosa counties - Since 1952"/> <meta property="og:image" content="https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/wacq-1920w.png"/> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="home" class="dmRoot dmTabletBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-home hasAnimations hasStickyHeader inMiniHeaderMode dmPageBody d-page-1716942098 inputs-css-clean dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div> <div id="iscrollBody"> <div id="site_content"> <div class="dmHeaderContainer fHeader d-header-wrapper"> <div id="hcontainer" class="dmHeader p_hfcontainer u_hcontainer" freeheader="true" headerlayout="725" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" preserve-sticky-header="true" logo-size-target="90%" mini-header-show-only-navigation-row="true"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1973672412 dmRespRow fullBleedChanged fullBleedMode" id="1973672412"> <div class="dmRespColsWrapper" id="1269290061"> <div class="u_1199383607 dmRespCol small-12 large-9 medium-9" id="1199383607"> <div class="dmNewParagraph text-align-center" data-element-type="paragraph" id="1411428703" style="line-height: initial; text-align: center;" data-version="5"><p class="size-18"><strong class="font-size-18" style="font-weight: bold; color: rgb(255, 255, 255); display: initial;">580 AM / 98.5 FM / 1130 AM SERVING ELMORE, MACON, AND TALLAPOOSA COUNTIES SINCE 1952</strong></p></div></div> <div class="u_1278839196 dmRespCol small-12 large-3 medium-3" id="1278839196"> <div class="u_1360924996 align-center text-align-center dmSocialHub gapSpacing" id="1360924996" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://www.facebook.com/wacqradio/" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Facebook&apos;)"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style3" aria-hidden="true" data-hover-effect="opacity"></span> </a> <a href="https://twitter.com/wacqradio" target="_blank" dm_dont_rewrite_url="true" aria-label="twitter" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Twitter&apos;)"> <span class="dmSocialTwitter dm-social-icons-twitter oneIcon socialHubIcon style3" aria-hidden="true" data-hover-effect="opacity"></span> </a> <a href="https://www.linkedin.com/company/wacq-radio/" target="_blank" dm_dont_rewrite_url="true" aria-label="linkedin" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Linkedin&apos;)"> <span class="dmSocialLinkedin icon-linkedin oneIcon socialHubIcon style3" aria-hidden="true" data-hover-effect="opacity"></span> </a> <a href="" dm_dont_rewrite_url="true" aria-label="Social network" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Custom1&apos;)"> <span class="dmSocialCustom1 oneIcon socialHubIcon style3" aria-hidden="true" data-hover-effect="opacity"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1664 1792"> <path fill="inherit" d="M1664 647q0 22-26 48l-363 354 86 500q1 7 1 20 0 21-10.5 35.5t-30.5 14.5q-19 0-40-12l-449-236-449 236q-22 12-40 12-21 0-31.5-14.5t-10.5-35.5q0-6 2-20l86-500-364-354q-25-27-25-48 0-37 56-46l502-73 225-455q19-41 49-41t49 41l225 455 502 73q56 9 56 46z"></path> </svg> </span> </a> </div> </div> </div> </div> </div> </div> <div class="dmRespRow dmDefaultListContentRow u_1029224008 fullBleedChanged fullBleedMode" style="text-align:center" id="1029224008"> <div class="dmRespColsWrapper" id="1733241750"> <div class="u_1225758179 small-12 dmRespCol large-2 medium-2" id="1225758179"> <script src="" id="1020815311"> </script> <div class="u_1628026982 imageWidget align-center" data-widget-type="image" id="1628026982" data-element-type="image"> <a href="/" id="1625117413"><img src="https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/WACQ-Radio-1280w.jpg" id="1997324656" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/44b4d350/dms3rep/multi/WACQ-Radio.jpg" alt="WACQ Radio" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1849996735 dmRespCol small-12 large-7 medium-7" id="1849996735"> <nav class="u_1823191690 effect-background main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_7" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1823191690" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item dmNavItemSelected dmUDNavigationItem_00 " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text=" Home " data-auto="page-text-style">Home<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/staff" class="unifiednav__item dmUDNavigationItem_010101988083 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Our Staff " data-auto="page-text-style">Our Staff<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/about" class="unifiednav__item dmUDNavigationItem_010101661768 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" About " data-auto="page-text-style">About<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/programs" class="unifiednav__item dmUDNavigationItem_010101851866 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Programs " data-auto="page-text-style">Programs<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/way-of-the-cross" class="unifiednav__item dmUDNavigationItem_010101795722 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Way of the Cross " data-auto="page-text-style">Way of the Cross<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/whats-going-on" class="unifiednav__item dmUDNavigationItem_010101346012 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" What's Going On? " data-auto="page-text-style">What's Going On?<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/saturday-morning-show" class="unifiednav__item dmUDNavigationItem_010101658785 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Saturday Morning Show " data-auto="page-text-style">Saturday Morning Show<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/sunday-mornings" class="unifiednav__item dmUDNavigationItem_010101893950 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Sunday Mornings " data-auto="page-text-style">Sunday Mornings<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/reeltown-football" class="unifiednav__item dmUDNavigationItem_01010180175 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Reeltown Football " data-auto="page-text-style">Reeltown Football<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/troy-university-football" class="unifiednav__item dmUDNavigationItem_010101422241 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Troy University Football " data-auto="page-text-style">Troy University Football<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/photos" class="unifiednav__item dmUDNavigationItem_010101887556 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Photos " data-auto="page-text-style">Photos<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/events" class="unifiednav__item dmUDNavigationItem_010101947714 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Community Events " data-auto="page-text-style">Community Events<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-us" class="unifiednav__item dmUDNavigationItem_010101425372 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Contact " data-auto="page-text-style">Contact<span class="icon icon-angle-down"></span> </span> </a> </li> </ul> </nav> </div> <div class="u_1276967932 dmRespCol small-12 large-3 medium-3" id="1276967932"> <a data-display-type="block" class="u_1883051056 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/newpage" data-element-type="dButtonLinkId" id="1883051056" data-buttonstyle="FLAT_ROUND_ICON" icon-name="icon-microphone" link_type="popup" popup_target="newpage"> <span class="iconBg" id="1407483167"> <span class="icon hasFontIconstar hasFontIcon icon-microphone" id="1017788528"></span> </span> <span class="text" id="1637800396">LISTEN LIVE!</span> </a> </div> </div> </div> </div> </div> </div> <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> <div class="dmRespRow dmRespRowStable dmRespRowNoPadding dmPageTitleRow "> <div class="dmRespColsWrapper"> <div class="large-12 dmRespCol"> <div id="innerBar" class="innerBar lineInnerBar dmDisplay_None"> <div class="titleLine display_None"><hr/></div> <!-- Page title is hidden in css for new responsive sites. It is left here only so we don't break old sites. Don't copy it to new layouts --> <div id="pageTitleText"></div> <div class="titleLine display_None"><hr/></div> </div> </div> </div> </div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent" role="main"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div class="u_1019605360 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1019605360"> <div class="dmRespColsWrapper" id="1198522666"> <div class="dmRespCol small-12 medium-3 large-3" id="1033258141"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1599065455" file="false" href="/#LocalandNationalNews" data-element-type="dButtonLinkId" id="1599065455" data-buttonstyle="BIG_BASIC"> <span class="iconBg" id="1952132089"> <span class="icon hasFontIcon icon-star" id="1978877809"></span> </span> <span class="text" id="1773747237">LOCAL &amp; NATIONAL NEWS</span> </a> </div> <div class="dmRespCol small-12 medium-3 large-3" id="1334096799"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1820749598" file="false" href="/#SportsNews" data-element-type="dButtonLinkId" id="1820749598"> <span class="iconBg" id="1500365900"> <span class="icon hasFontIcon icon-star" id="1251202990"></span> </span> <span class="text" id="1942804997">SPORTS NEWS</span> </a> </div> <div class="dmRespCol small-12 medium-3 large-3" id="1131298838"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1629106481" file="false" href="/" data-element-type="dButtonLinkId" id="1629106481"> <span class="iconBg" id="1095513281"> <span class="icon hasFontIcon icon-star" id="1959503736"></span> </span> <span class="text" id="1255782797">WEATHER</span> </a> </div> <div class="dmRespCol small-12 medium-3 large-3" id="1464858030"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1417400082" file="false" href="/" data-element-type="dButtonLinkId" id="1417400082"> <span class="iconBg" id="1636516433"> <span class="icon hasFontIcon icon-star" id="1436259839"></span> </span> <span class="text" id="1718384550">CLASSIC HITS</span> </a> </div> </div> </div> <div class="dmRespRow u_1275331081 fullBleedChanged fullBleedMode" id="1275331081"> <div class="dmRespColsWrapper" id="1232508270"> <div class="dmRespCol large-12 medium-12 small-12 u_1988362849" id="1988362849"> <div class="flex-container dmImageSlider dmNoMargin dmNoMark" data-widget-type="imageSlider" dmle_volatile_widget="true" data-element-type="dSliderId" id="1052025281"> <div class="flexslider ed-version" sliderscriptparams="{ stretch: true, animation: true, randomize: false, directionNav: true, isAutoPlay: true, isFade: true, controlNav: false, slideshowSpeed: 7000, animationDuration: 600, pausePlay: true }" id="1252435840"> <ul class="slides" id="1368988723"> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1368897285" class="" show-caption="false"><img dm="true" src="https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/IMG_8962-1280w.jpeg" id="1738622493" onerror="handleImageLoadError(this)"/> <div class="color-overlay" id="1373761515"></div> <div class="slide-inner" id="1291173483"> <div class="text-wrapper" id="1664928015"> <h3 class="slide-title u_1753303769" id="1753303769">Slide title</h3> <div class="slide-text richText u_1714214220" id="1714214220">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix slide-button-invisible" id="1541912661"> <span class="iconBg" id="1850349961"> <span class="icon hasFontIcon icon-star" id="1632344093"></span> </span> <span class="text" id="1478238303">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1695497824" class="u_1695497824" show-caption="false"><img dm="true" src="https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/Reeltown-Broadcast-Team-2023-1280w.jpeg" id="1180399953" class="" onerror="handleImageLoadError(this)"/> <div class="color-overlay" id="1209368791"></div> <div class="slide-inner" id="1802299832"> <div class="text-wrapper" id="1145461934"> <h3 class="slide-title u_1862480381" id="1862480381">Slide title</h3> <div class="slide-text richText u_1321590020" id="1321590020">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix slide-button-invisible" id="1149463164"> <span class="iconBg" id="1890873704"> <span class="icon hasFontIcon icon-star" id="1578490009"></span> </span> <span class="text" id="1399265213">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1257419234" class="" show-caption="false"><img dm="true" src="https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/IMG_2985-1280w.jpeg" id="1871529294" onerror="handleImageLoadError(this)"/> <div class="color-overlay" id="1213919081"></div> <div class="slide-inner" id="1699627597"> <div class="text-wrapper" id="1247767109"> <h3 class="slide-title u_1115625808" id="1115625808">Slide title</h3> <div class="slide-text richText u_1421091246" id="1421091246">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix slide-button-invisible" id="1070173978"> <span class="iconBg" id="1484871108"> <span class="icon hasFontIcon icon-star" id="1419501231"></span> </span> <span class="text" id="1310125664">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1531266875" class="" show-caption="false"><img dm="true" src="https://lirp.cdn-website.com/md/pexels/dms3rep/multi/opt/pexels-photo-302871-1280w.jpeg" id="1916954437" onerror="handleImageLoadError(this)"/> <div class="color-overlay" id="1004525652"></div> <div class="slide-inner" id="1828395678"> <div class="text-wrapper" id="1525718970"> <h3 class="slide-title u_1295519844" id="1295519844">Slide title</h3> <div class="slide-text richText u_1625605977" id="1625605977">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix slide-button-invisible" id="1399122194"> <span class="iconBg" id="1318342876"> <span class="icon hasFontIcon icon-star" id="1657443666"></span> </span> <span class="text" id="1447303466">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1877598765" class="" show-caption="false"><img dm="true" src="https://lirp.cdn-website.com/md/pexels/dms3rep/multi/opt/pexels-photo-1374557-1280w.jpeg" id="1825029189" onerror="handleImageLoadError(this)"/> <div class="color-overlay" id="1690435300"></div> <div class="slide-inner" id="1825590583"> <div class="text-wrapper" id="1743224054"> <h3 class="slide-title u_1553995546" id="1553995546">Slide title</h3> <div class="slide-text richText u_1216611574" id="1216611574">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix slide-button-invisible" id="1651695130"> <span class="iconBg" id="1270389534"> <span class="icon hasFontIcon icon-star" id="1231612962"></span> </span> <span class="text" id="1699611813">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1610931644" class="" show-caption="false"><img dm="true" src="https://lirp.cdn-website.com/md/pexels/dms3rep/multi/opt/pexels-photo-164746-1280w.jpeg" id="1859731665" onerror="handleImageLoadError(this)"/> <div class="color-overlay" id="1949844681"></div> <div class="slide-inner" id="1198405030"> <div class="text-wrapper" id="1017997352"> <h3 class="slide-title u_1876159667" id="1876159667">Slide title</h3> <div class="slide-text richText u_1340548674" id="1340548674">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix slide-button-invisible" id="1808999676"> <span class="iconBg" id="1012510997"> <span class="icon hasFontIcon icon-star" id="1937126521"></span> </span> <span class="text" id="1577333094">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1325016083" class="u_1325016083" show-caption="false"><img dm="true" src="https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/pexels-photo-145707-4a9ed3d7-1280w.jpeg" id="1765748234" class="" onerror="handleImageLoadError(this)"/> <div class="color-overlay" id="1223279593"></div> <div class="slide-inner" id="1069395405"> <div class="text-wrapper" id="1005429058"> <h3 class="slide-title u_1907462889" id="1907462889">Slide title</h3> <div class="slide-text richText u_1980585453" id="1980585453">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix slide-button-invisible" id="1296910895"> <span class="iconBg" id="1417183377"> <span class="icon hasFontIcon icon-star" id="1290060789"></span> </span> <span class="text" id="1314523515">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1496843452" class="" show-caption="false"><img dm="true" src="https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/IMG_8956-1280w.jpeg" id="1241739363" onerror="handleImageLoadError(this)"/> <div class="color-overlay" id="1147996803"></div> <div class="slide-inner" id="1068218548"> <div class="text-wrapper" id="1644152064"> <h3 class="slide-title u_1636504364" id="1636504364">Slide title</h3> <div class="slide-text richText u_1511741566" id="1511741566">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix slide-button-invisible" id="1162947992"> <span class="iconBg" id="1521829329"> <span class="icon hasFontIcon icon-star" id="1162006807"></span> </span> <span class="text" id="1869757912">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1320084944" class="" show-caption="false"><img dm="true" src="https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/IMG_0579-1280w.jpeg" id="1692190855" onerror="handleImageLoadError(this)"/> <div class="color-overlay" id="1648618425"></div> <div class="slide-inner" id="1795872754"> <div class="text-wrapper" id="1787796230"> <h3 class="slide-title u_1998180681" id="1998180681">Slide title</h3> <div class="slide-text richText u_1513464554" id="1513464554">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix slide-button-invisible" id="1557114562"> <span class="iconBg" id="1614272401"> <span class="icon hasFontIcon icon-star" id="1733750755"></span> </span> <span class="text" id="1345343873">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1230298394" class="" show-caption="false"><img dm="true" src="https://lirp.cdn-website.com/md/pexels/dms3rep/multi/opt/pexels-photo-3783471-1280w.jpeg" id="1324383847" onerror="handleImageLoadError(this)"/> <div class="color-overlay" id="1862489859"></div> <div class="slide-inner" id="1679570524"> <div class="text-wrapper" id="1928637186"> <h3 class="slide-title u_1384351410" id="1384351410">Slide title</h3> <div class="slide-text richText u_1389960159" id="1389960159">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix slide-button-invisible" id="1399165616"> <span class="iconBg" id="1612344059"> <span class="icon hasFontIcon icon-star" id="1264845383"></span> </span> <span class="text" id="1112304038">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1631313703" class="" show-caption="false"><img dm="true" src="https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/IMG_8958-1280w.jpeg" id="1728885945" onerror="handleImageLoadError(this)"/> <div class="color-overlay" id="1079747848"></div> <div class="slide-inner" id="1344162964"> <div class="text-wrapper" id="1517024327"> <h3 class="slide-title u_1813873456" id="1813873456">Slide title</h3> <div class="slide-text richText u_1474127671" id="1474127671">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix slide-button-invisible" id="1122206439"> <span class="iconBg" id="1386739889"> <span class="icon hasFontIcon icon-star" id="1952353179"></span> </span> <span class="text" id="1299239599">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1962918572" class="" show-caption="false"><img dm="true" src="https://lirp.cdn-website.com/md/unsplash/dms3rep/multi/opt/photo-1582730147924-d92f4da00252-1280w.jpg" id="1306043615" onerror="handleImageLoadError(this)"/> <div class="color-overlay" id="1116806930"></div> <div class="slide-inner" id="1164163395"> <div class="text-wrapper" id="1273419227"> <h3 class="slide-title u_1294268185" id="1294268185">Slide title</h3> <div class="slide-text richText u_1061537084" id="1061537084">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix slide-button-invisible" id="1879403873"> <span class="iconBg" id="1169556515"> <span class="icon hasFontIcon icon-star" id="1504052616"></span> </span> <span class="text" id="1841845750">Button</span> </div> </div> </li> </ul> </div> </div> </div> </div> </div> <div class="dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1215807871"> <div class="dmRespColsWrapper" id="1554627620"> <div class="u_1972805083 dmRespCol small-12 large-3 medium-3" id="1972805083"> <div class="widget-85b0db u_1961559331 dmCustomWidget" data-lazy-load="" data-title="" id="1961559331" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="85b0db3860664a28b3031e6cd70abf8c" data-widget-version="37" data-widget-config="eyJkaXJlY3Rpb24iOiJsZWZ0IiwiaW1hZ2UiOiJodHRwczovL2lycC1jZG4ubXVsdGlzY3JlZW5zaXRlLmNvbS80NGI0ZDM1MC9kbXMzcmVwL211bHRpL3N0ZXZlX2Zsb3dlcnMtaW1hZ2VfMS04MDZkMGNkOS5qcGciLCJhbHQiOiJJTlNJREUgQUxBQkFNQSBQT0xJVElDUyBXSVRIIFNURVZFIEZMT1dFUlMgVGh1cnNkYXkgTW9ybmluZ3MgNjozNSBhLm0uIiwidGV4dCI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj5JTlNJREUgQUxBQkFNQSBQT0xJVElDUyBXSVRIPC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5TVEVWRSBGTE9XRVJTwqA8L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5UaHVyc2RheSBNb3JuaW5ncyA2OjM1IGEubS48L3A+In0="> <div class="wrapper"> <div class="spacer spacer-left"></div> <img alt="INSIDE ALABAMA POLITICS WITH STEVE FLOWERS Thursday Mornings 6:35 a.m." class="image left" src="https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/steve_flowers-image_1-806d0cd9-1280w.jpg" onerror="handleImageLoadError(this)"/> <div class="text"> <span class="text-inner"> <p></p> <p class="rteBlock">INSIDE ALABAMA POLITICS WITH</p><p class="rteBlock">STEVE FLOWERS&nbsp;</p><br/><p class="rteBlock">Thursday Mornings 6:35 a.m.</p> <p></p> </span> </div> <div style="clear:both"></div> </div> </div> <h2 class="dmNewParagraph u_1455211963" data-element-type="paragraph" id="1455211963" style="text-align: center; transition: opacity 1s ease-in-out initial;"><span class="font-size-30 lh-1"><font style="color: rgb(255, 255, 255);">WEATHER</font></span></h2> <div data-element-type="html" class="dmCustomHtml" id="1395435539"> <center> <div style="width: 210px;"> <iframe style="display: block;" src="https://cdnres.willyweather.com/widget/loadView.html?id=125619" width="210" height="228" frameborder="0" scrolling="no"></iframe> <center> <a style="text-indent: -9999em;height: 20px;display: block;margin: -20px 0 0 0;z-index: 1;position: relative" href="https://www.willyweather.com/al/elmore-county/tallassee.html" rel="nofollow">https://www.willyweather.com/al/elmore-county/tallassee.html</a> </center> <a style="text-indent: -9999em;height: 20px;display: block;margin: -20px 0 0 0;z-index: 1;position: relative" href="https://www.willyweather.com/al/elmore-county/tallassee.html" rel="nofollow"></a> </div> </center> </div> <h2 class="u_1896171605 dmNewParagraph" data-element-type="paragraph" id="1896171605" style="text-align: center; transition: opacity 1s ease-in-out;"><span style="" class="font-size-30 lh-1"><font style="color: rgb(255, 255, 255);">DEBRA'S BOOKSTORE</font></span></h2> <div class="imageWidget align-center u_1086489349" data-element-type="image" data-widget-type="image" id="1086489349"> <a id="1858907455"><img src="https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/debra-129x191-1280w.jpg" id="1979594108" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/debra-129x191.jpg" alt="Debra Hughey" onerror="handleImageLoadError(this)"/></a> </div> <div class="dmNewParagraph" data-element-type="paragraph" id="1455559483" style="transition:opacity 1s ease-in-out;line-height:initial;" data-version="5"><p class="text-align-center size-28"><strong style="background-color: transparent; font-weight: bold; display: initial;" class="font-size-28">Debra Hughey's SEVENTH Book Is Out!</strong></p><p class="text-align-center m-size-19 size-24"><strong style="display: initial; font-style: italic; font-weight: bold;" class="font-size-24 m-font-size-19">Cry of the Eagle</strong></p><p class="text-align-center"><span style="display: initial;"><br/></span></p><p class="text-align-center size-20"><strong style="font-weight: bold; display: initial;" class="font-size-20">&nbsp;OTHER BOOKS BY DEBRA HUGHEY</strong></p><p class="text-align-center"><span style="display: initial;"><br/></span></p><p class="text-align-center"><span style="text-decoration: underline; display: initial;">Spirit of the Red Stick Women</span></p><p class="text-align-center"><span style="display: initial;"><br/></span></p><p class="text-align-center"><span style="text-decoration: underline; display: initial;">The Owl and the Horseshoe</span></p><p class="text-align-center"><span style="display: initial;"><br/></span></p><p class="text-align-center"><span style="text-decoration: underline; display: initial;">People of the Townhouse</span></p><p class="text-align-center"><span style="display: initial;"><br/></span></p><p class="text-align-center"><span style="display: initial; text-decoration: underline;">Just a Cotton Field</span></p><p class="text-align-center"><span style="display: initial;"><br/></span></p><p class="text-align-center"><span style="text-decoration: underline; display: initial;">Dance with the Spirits</span></p><p class="text-align-center"><span style="display: initial;"><br/></span></p><p class="text-align-center"><a href="https://www.amazon.com/Whispering-Cedars-Debra-Hughey/dp/1942806434/ref=sr_1_1?crid=2LDTPUGMVGF6Z&dib=eyJ2IjoiMSJ9.3OL5NbyDB2HoUNclhXgh1A.zLyoiqT8K8AGWA54lRX0Vq_9q9ShfvUK8We6fSnYaQQ&dib_tag=se&keywords=Whispering+Cedars+Debra+Hughey&qid=1747422317&sprefix=whispering+cedars+debra+hughey%2Caps%2C80&sr=8-1" target="_blank" runtime_url="https://www.amazon.com/Whispering-Cedars-Debra-Hughey/dp/1942806434/ref=sr_1_1?crid=2LDTPUGMVGF6Z&dib=eyJ2IjoiMSJ9.3OL5NbyDB2HoUNclhXgh1A.zLyoiqT8K8AGWA54lRX0Vq_9q9ShfvUK8We6fSnYaQQ&dib_tag=se&keywords=Whispering+Cedars+Debra+Hughey&qid=1747422317&sprefix=whispering+cedars+debra+hughey%2Caps%2C80&sr=8-1" type="url" style="display: initial;">Whispering Cedars</a></p><p class="text-align-center"><span style="display: initial;"><br/></span></p><p class="text-align-center"><span style="text-decoration: underline; display: initial;">Cry of the Eagle</span></p><p class="text-align-center"><span style="display: initial;"><br/></span></p><p class="text-align-center"><span style="text-decoration: underline; display: initial;">Window of Time</span></p><p class="text-align-center"><span style="display: initial;"><br/></span></p><p class="text-align-center size-20"><strong style="font-weight: bold; display: initial;" class="font-size-20">TO ORDER, CALL 1-888-531-1592</strong></p><p class="text-align-center"><span style="display: initial;"><br/></span></p><p class="text-align-center"><span class="" style="display: initial;"><span style="display: initial;">or EMAIL</span> </span><a href="mailto:wacq@wacqradio.com" target="_blank" type="email" style="display: initial;">wacq@wacqradio.com</a></p><p class="text-align-center"><span style="display: initial;"><br/></span></p><p class="text-align-center"><strong style="font-weight: bold; display: initial;">&nbsp;Purchase by</strong><span class="" style="display: initial;"><span style="display: initial;">&nbsp;</span> </span><a href="http://www.amazon.com/People-Townhouse-History-Tallassee-Alabama/dp/0984552987/ref=sr_1_1?ie=UTF8&qid=1432563820&sr=8-1&keywords=Debra+Hughey" target="_blank" runtime_url="http://www.amazon.com/People-Townhouse-History-Tallassee-Alabama/dp/0984552987/ref=sr_1_1?ie=UTF8&qid=1432563820&sr=8-1&keywords=Debra+Hughey" style="display: initial; font-weight: bold;"><strong>clicking here</strong></a><span single-space="true" class="" style="display: initial;"> <span style="display: initial;"></span> </span><strong style="display: initial; font-weight: bold;">.</strong></p></div> <h2 class="dmNewParagraph u_1395468005" data-element-type="paragraph" id="1395468005" style="transition: opacity 1s ease-in-out initial;"><font style="color: rgb(255, 255, 255);" class="font-size-30 lh-1">PROGRAM LINEUP</font></h2> <nav class="u_1010129094 unifiednav_vertical effect-background main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_3" layout-sub="" data-show-vertical-sub-items="HOVER" id="1010129094" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="https://irp-cdn.multiscreensite.com/44b4d350/dms3rep/multi/desktop/home_logo-189x108.png" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/way-of-the-cross" class="unifiednav__item " target="" data-target-page-alias="way-of-the-cross"> <span class="nav-item-text " data-link-text=" Way of the Cross " data-auto="page-text-style">Way of the Cross<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/whats-going-on" class="unifiednav__item " target="" data-target-page-alias="whats-going-on"> <span class="nav-item-text " data-link-text=" What's Going On? " data-auto="page-text-style">What's Going On?<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/saturday-morning-show" class="unifiednav__item " target="" data-target-page-alias="saturday-morning-show"> <span class="nav-item-text " data-link-text=" Saturday Morning Show " data-auto="page-text-style">Saturday Morning Show<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/sunday-mornings" class="unifiednav__item " target="" data-target-page-alias="sunday-mornings"> <span class="nav-item-text " data-link-text=" Sunday Mornings " data-auto="page-text-style">Sunday Mornings<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/reeltown-football" class="unifiednav__item " target="" data-target-page-alias="reeltown-football"> <span class="nav-item-text " data-link-text=" Reeltown Football " data-auto="page-text-style">Reeltown Football<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/troy-university-football" class="unifiednav__item " target="" data-target-page-alias="troy-university-football"> <span class="nav-item-text " data-link-text=" Troy University Football " data-auto="page-text-style">Troy University Football<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> <div class="u_1030353785 dmNewParagraph text-align-center" data-element-type="paragraph" id="1030353785" style="line-height: initial; transition: opacity 1s ease-in-out 0s; text-align: center;" data-version="5"> <h2 class="text-align-center size-30"><span class="font-size-30" style="display: initial;">LOCAL FOOTBALL SCHEDULES</span></h2> </div> <div class="dmNewParagraph" data-element-type="paragraph" id="1086514398" style="text-align: center; transition: opacity 1s ease-in-out;"><span style="" class="lh-1 font-size-18">YOUR HOME FOR THE <b>BEST</b> and the <b>MOST</b> LOCAL SPORTS COVERAGE</span></div> <div class="dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1560856972"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1967046180"/></div> <div class="imageWidget align-center u_1147326456" data-element-type="image" data-widget-type="image" id="1147326456"> <a id="1826139455"><img src="https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/tallassee_tiger-150x150-1280w.png" id="1416558038" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/tallassee_tiger-150x150.png" alt="TALLASSEE TIGERS" onerror="handleImageLoadError(this)"/></a> </div> <div class="dmNewParagraph text-align-center" data-element-type="paragraph" id="1153451477" style="transition: opacity 1s ease-in-out 0s; text-align: center;" data-version="5"><p><strong style="font-weight: bold; display: initial;">TALLASSEE TIGERS 2025 SCHEDULE</strong></p><p><span style="display: initial;"><br/></span></p><p><span style="display: initial;"><br/></span></p><p><strong style="font-weight: bold; display: initial;">Aug. 15 - TIGER NIGHT (Home)</strong></p><p><strong style="display: initial; font-weight: bold;">Aug. 22 - MONTGOMERY ACADEMY (Away)</strong></p><p><strong style="display: initial; font-weight: bold;">Aug. 29 - ELMORE COUNTY (Away)</strong></p><p><strong style="display: initial; font-weight: bold;">Sept. 5 - MUNFORD (Away)</strong></p><p><strong style="display: initial; font-weight: bold;">Sept. 12 - BOOKER T. WASHINGTON (Home)</strong></p><p><strong style="display: initial; font-weight: bold;">Sept. 19 - BULLOCK COUNTY (Away)</strong></p><p><strong style="display: initial; font-weight: bold;">Oct. 3 - CLEBURNE COUNTY (Home) *</strong></p><p><strong style="display: initial; font-weight: bold;">Oct. 10 - HANDLEY (Home) Senior Night</strong></p><p><strong style="display: initial; font-weight: bold;">Oct. 17 - ST. JAMES (Away)</strong></p><p><strong style="display: initial; font-weight: bold;">Oct. 24 - TALLADEGA (Away)</strong></p><p><strong style="display: initial; font-weight: bold;">Oct. 31 - HOLTVILLE (Away)</strong></p><p><br/></p><p><strong style="display: initial; font-weight: bold;">* Homecoming</strong></p><p><span style="display: initial;"><br/></span></p><p><strong style="font-weight: bold; display: initial;"><br/></strong></p><p><br/></p></div> <div class="dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1442150099"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1164605319"/></div> <div class="imageWidget align-center u_1086586540" data-element-type="image" data-widget-type="image" id="1086586540"> <a id="1440600003"><img src="https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/Reeltown-106x145-1280w.png" id="1068541612" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/Reeltown-106x145.png" alt="REELTOWN REBELS" onerror="handleImageLoadError(this)"/></a> </div> <div class="dmNewParagraph" data-element-type="paragraph" id="1088646378" style="transition: opacity 1s ease-in-out;" data-version="5"><p class="text-align-center"><strong style="display: initial; font-weight: bold; background-color: transparent;">REELTOWN REBELS 2025 SCHEDULE</strong></p><p class="text-align-center"><span style="display: initial;"><br/></span></p><p class="text-align-center"><strong style="display: initial; font-weight: bold;"><br/></strong></p><p class="text-align-center"><strong style="display: initial; font-weight: bold;">Aug. 22 - T.R. MILLER (Away)<br/></strong></p><p class="text-align-center"><strong style="display: initial; font-weight: bold;">Aug. 28 - TRINITY (Home)<br/></strong></p><p class="text-align-center"><strong style="display: initial; font-weight: bold;">Sep. 5 - HORSESHOE BEND (Home)<br/></strong></p><p class="text-align-center"><strong style="display: initial; font-weight: bold;">Sep. 12 - RANBURNE (Home)<br/></strong></p><p class="text-align-center"><strong style="display: initial; font-weight: bold;">Sep. 19 - LOACHAPOKA (Home)</strong><span style="display: initial;"><br/></span></p><p class="text-align-center"><strong style="display: initial; font-weight: bold;">Sep. 27 - DADEVILLE (Away)<br/></strong></p><p class="text-align-center"><strong style="display: initial; font-weight: bold;">Oct. 3 - LANETT (Away)</strong><span style="display: initial;"><br/></span></p><p class="text-align-center"><strong style="display: initial; font-weight: bold;">Oct. 10- LaFAYETTE (Away)</strong><span style="display: initial;"><br/></span></p><p class="text-align-center"><strong style="display: initial; font-weight: bold;">Oct. 24 - CENTRAL COOSA (Home)<br/></strong></p><p class="text-align-center"><strong style="display: initial; font-weight: bold;">Oct. 31 - LEE SCOTT ACADEMY (Home)</strong></p><p class="text-align-center"><strong style="display: initial; font-weight: bold;"><br/></strong></p><p class="text-align-center"><strong style="display: initial; font-weight: bold;"><br/></strong></p></div> <h2 class="u_1315604087 dmNewParagraph" data-element-type="paragraph" id="1315604087" style="text-align: center; transition: opacity 1s ease-in-out;"><span style="" class="font-size-30 lh-1"><font style="color: rgb(255, 255, 255);">TROY UNIVERSITY FOOTBALL SCHEDULE</font></span></h2> <div class="u_1861893172 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1861893172"> <a id="1021665385"><img src="https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/Troy-logo-250x180-1280w.png" id="1941259029" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/Troy-logo-250x180.png" onerror="handleImageLoadError(this)"/></a> </div> <div class="dmNewParagraph text-align-center" data-element-type="paragraph" id="1914924630" style="transition: opacity 1s ease-in-out 0s; text-align: center;" data-version="5"><p class="text-align-center"><strong style="color: rgb(156, 21, 21); font-weight: bold; display: initial;">2025 Football Schedule</strong></p><p class="text-align-center"><span style="display: initial;"><br/></span></p><p class="text-align-center"><strong style="color: rgb(156, 21, 21); display: initial;">Aug 30 - NICHOLLS STATE (Home)</strong></p><p class="text-align-center"><strong style="color: rgb(156, 21, 21); display: initial;">Sep 6 - CLEMSON (Away)</strong></p><p class="text-align-center"><strong style="color: rgb(156, 21, 21); display: initial;">Sep 13 - MEMPHIS (Home - Band Reunion)</strong></p><p class="text-align-center"><strong style="color: rgb(156, 21, 21); display: initial;">Sep 20 - BUFFALO (Away)</strong></p><p class="text-align-center"><strong style="color: rgb(156, 21, 21); display: initial;">Oct 4 - SOUTH ALABAMA (Home)</strong></p><p class="text-align-center"><strong style="color: rgb(156, 21, 21); display: initial;">Oct 11 - TEXAS STATE (Away)</strong></p><p class="text-align-center"><strong style="color: rgb(156, 21, 21); display: initial;">Oct 18 - LOUISIANA MONROE (Away)</strong></p><p class="text-align-center"><strong style="color: rgb(156, 21, 21); display: initial;">Oct 25 - LOUISIANA LAFAYETTE (Home)</strong></p><p class="text-align-center"><strong style="color: rgb(156, 21, 21); display: initial;">Nov 1 - ARKANSAS STATE (Homecoming)</strong></p><p class="text-align-center"><strong style="color: rgb(156, 21, 21); display: initial;">Nov 13 - OLD DOMINION (Away)</strong></p><p class="text-align-center"><strong style="color: rgb(156, 21, 21); display: initial;">Nov 22 - GEORGIA STATE (Home)</strong></p><p class="text-align-center"><strong style="color: rgb(156, 21, 21); display: initial;">Nov 29 - SOUTHERN MISS (Away)</strong></p></div></div> <div class="u_1050466369 dmRespCol small-12 large-6 medium-6" id="1050466369"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient newFileWidget" file="true" href="https://irp.cdn-website.com/44b4d350/files/uploaded/WALQ Public Notice 10-30-23.pdf" data-element-type="dButtonLinkId" id="1693877411" target="_blank"> <span class="iconBg" aria-hidden="true" id="1803336099"> <span class="icon hasFontIcon icon-star" id="1211208647"></span> </span> <span class="text" id="1560643475">WALQ Public Notice</span> </a> <div class="dmNewParagraph u_LocalandNationalNews" data-element-type="paragraph" id="LocalandNationalNews" style="display: block; line-height: initial; text-align: center;" data-anchor="Local and National News" data-version="5"> <h2 class="m-size-19 text-align-center size-24"><span class="m-font-size-19 font-size-24" style="display: initial; color: rgb(255, 255, 255);">NEWS HEADLINES FROM OUR BROADCAST PARTNER</span></h2> </div> <div class="u_1209050215 imageWidget align-center hasFullWidth" data-element-type="image" data-widget-type="image" id="1209050215"> <a id="1199367472"><img src="https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/action8news+logo-1280w.jpg" id="1674398957" class="" data-dm-image-path="https://irp.cdn-website.com/44b4d350/dms3rep/multi/action8news+logo.jpg" width="675" height="286" onerror="handleImageLoadError(this)"/></a> </div> <div id="1804053049" dmle_extension="blogposts" data-element-type="blogposts" postsmargin="3" showdividers="false" numlistrows="3" closetext="" showtitle="false" showcontentinsteaddesc="false" numboxrows="auto" showarrows="false" usergenerated="false" showcontent="false" readmore="" icon="false" surround="false" class="default u_1804053049 dmRssMatrix" src="http://www.alabamanews.net/feed/?cat=4347" visibleitems="6" listtype="matrix" displaythumbnails="false" displaycarouselcontent="false" collspasecontent="false" showposttitle="true" hidereadmore="false" hidemoreposts="false" morepoststitle="More Posts"></div> <div id="1298260672" class="u_1298260672 default dmRssContainer wpRssContainer dmRssLine" dmle_extension="blogposts" data-element-type="blogposts" showarrows="false" postsmargin="3" showdividers="false" closetext="" showtitle="false" showcontentinsteaddesc="false" usergenerated="false" showcontent="false" readmore="" icon="false" surround="false" src="https://www.waka.com/feed/?cat=4&showFeaturedImages=true&max=50" visibleitems="10" listtype="list" displaythumbnails="false" displaycarouselcontent="false" collspasecontent="false" showposttitle="true" hidereadmore="false" hidemoreposts="false" morepoststitle="More Posts"> <div class="dmRssItem dmPostItemOdd dmNoThumbnailImage" id="dmItem1"> <a class="dmRssA" id="dmBlogItem1" href="https://www.waka.com/2025/08/01/heat-advisory-friday-better-rain-chances-and-less-hot-this-weekend/?post_id=3429477"> <div class="dmPostLeftSide" id="dmImg1"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">AUG</div> <div class="dmPostCreationDay dmPostCreationDateBox">01</div> </div> <div style="" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">Heat Advisory Friday, better rain chances and less hot this weekend</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink">Ben Lang</div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">AUG</div> <div class="dmPostCreationDayInline">01</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">Friday afternoon looks very hot again, with high temperatures in the mid 90s and heat indices at or above 105&deg;. A heat advisory continues until 7PM for central Alabama.</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc1"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemEven dmHasThumbnailImage" id="dmItem2"> <a class="dmRssA" id="dmBlogItem2" href="https://www.waka.com/2025/08/01/montgomery-man-sentenced-to-federal-prison-for-illegal-gun-possession-2/?post_id=3429063"> <div class="dmPostLeftSide" id="dmImg2"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">AUG</div> <div class="dmPostCreationDay dmPostCreationDateBox">01</div> </div> <div style="background-image: url('https://www.waka.com/content/uploads/2023/10/r/u/23sentencing.jpg?w=155&h=157');" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="background-image: url('https://www.waka.com/content/uploads/2023/10/r/u/23sentencing.jpg?w=161&h=161');" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">Montgomery man sentenced to federal prison for illegal gun possession</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink">WAKA Action 8 News</div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">AUG</div> <div class="dmPostCreationDayInline">01</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">A Montgomery man has been sentenced to more than six years in federal prison for illegal gun possession.</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc2"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemOdd dmHasThumbnailImage" id="dmItem3"> <a class="dmRssA" id="dmBlogItem3" href="https://www.waka.com/2025/08/01/man-sentenced-to-federal-prison-in-montgomery-for-fentanyl-conspiracy-involving-shipments-to-alabama/?post_id=3429046"> <div class="dmPostLeftSide" id="dmImg3"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">AUG</div> <div class="dmPostCreationDay dmPostCreationDateBox">01</div> </div> <div style="background-image: url('https://www.waka.com/content/uploads/2023/10/k/r/23federalcourt.jpg?w=155&h=157');" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="background-image: url('https://www.waka.com/content/uploads/2023/10/k/r/23federalcourt.jpg?w=161&h=161');" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">Man sentenced to federal prison in Montgomery for fentanyl conspiracy involving shipments to Alabama</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink">WAKA Action 8 News</div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">AUG</div> <div class="dmPostCreationDayInline">01</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">A man has been sentenced in federal court in Montgomery for being part of a conspiracy to bring fentanyl into Alabama.</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc3"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemEven dmNoThumbnailImage" id="dmItem4"> <a class="dmRssA" id="dmBlogItem4" href="https://www.waka.com/2025/08/01/what-the-tech-can-chatgpts-new-study-and-learn-feature-help-students/?post_id=3429021"> <div class="dmPostLeftSide" id="dmImg4"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">AUG</div> <div class="dmPostCreationDay dmPostCreationDateBox">01</div> </div> <div style="" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">What the Tech: Can ChatGPT&rsquo;s new &ldquo;Study and Learn&rdquo; feature help students?</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink">WAKA Action 8 News</div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">AUG</div> <div class="dmPostCreationDayInline">01</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">ChatGPT has a new feature which can help students grasp classroom concepts without doing the work itself. See how it works:</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc4"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemOdd dmHasThumbnailImage" id="dmItem5"> <a class="dmRssA" id="dmBlogItem5" href="https://www.waka.com/2025/08/01/when-does-the-school-year-start-in-our-area/?post_id=3428982"> <div class="dmPostLeftSide" id="dmImg5"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">AUG</div> <div class="dmPostCreationDay dmPostCreationDateBox">01</div> </div> <div style="background-image: url('https://www.waka.com/content/uploads/2020/02/WAL-SCHOOLBUSES-.jpg?w=155&h=157');" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="background-image: url('https://www.waka.com/content/uploads/2020/02/WAL-SCHOOLBUSES-.jpg?w=161&h=161');" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">When does the school year start in our area?</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink">WAKA Action 8 News</div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">AUG</div> <div class="dmPostCreationDayInline">01</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">In our area, the school year starts for various public school systems from Monday, August 4, through Monday, August 11. Here's the list:</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc5"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemEven dmHasThumbnailImage" id="dmItem6"> <a class="dmRssA" id="dmBlogItem6" href="https://www.waka.com/2025/07/31/voting-rights-act-60th-anniversary-celebration-set-for-selma/?post_id=3427141"> <div class="dmPostLeftSide" id="dmImg6"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">JUL</div> <div class="dmPostCreationDay dmPostCreationDateBox">31</div> </div> <div style="background-image: url('https://www.waka.com/content/uploads/2025/07/n/n/img-6543-232x300.jpg?w=155&h=157');" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="background-image: url('https://www.waka.com/content/uploads/2025/07/n/n/img-6543-232x300.jpg?w=161&h=161');" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">Voting Rights Act 60th Anniversary Celebration set for Selma</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink">George McDonald</div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">JUL</div> <div class="dmPostCreationDayInline">31</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">From the West Alabama Newsroom&ndash; Leaders of organizations from around the state gathered in Selma to announce an upcoming event to celebrate the signing of the Voting Rights Act. The &ldquo;Fight for the Vote: 60th Anniversary of the Voting Rights Act&rdquo; is set for Wednesday, August 6th. Organizers say the statewide event will feature free food &mdash; live music &mdash;...</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc6"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemOdd dmNoThumbnailImage" id="dmItem7"> <a class="dmRssA" id="dmBlogItem7" href="https://www.waka.com/2025/07/31/some-alabama-officials-pushing-for-tougher-punishment-for-child-sex-abusers/?post_id=3427042"> <div class="dmPostLeftSide" id="dmImg7"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">JUL</div> <div class="dmPostCreationDay dmPostCreationDateBox">31</div> </div> <div style="" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">Some Alabama officials pushing for tougher punishment for child sex abusers</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink">WAKA Action 8 News</div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">JUL</div> <div class="dmPostCreationDayInline">31</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">Some Alabama lawmakers and other officials want tougher penalties for anyone who sexually abuses a child.</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc7"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemEven dmNoThumbnailImage" id="dmItem8"> <a class="dmRssA" id="dmBlogItem8" href="https://www.waka.com/2025/07/31/running-event-raises-money-for-alabama-sheriffs-youth-ranches/?post_id=3426951"> <div class="dmPostLeftSide" id="dmImg8"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">JUL</div> <div class="dmPostCreationDay dmPostCreationDateBox">31</div> </div> <div style="" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">Running event raises money for Alabama Sheriff&rsquo;s Youth Ranches</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink">WAKA Action 8 News</div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">JUL</div> <div class="dmPostCreationDayInline">31</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">A recent running event has raised money for the Alabama Sheriff's Youth Ranches.</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc8"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemOdd dmNoThumbnailImage" id="dmItem9"> <a class="dmRssA" id="dmBlogItem9" href="https://www.waka.com/2025/07/31/whats-happening-august-1-3/?post_id=3427010"> <div class="dmPostLeftSide" id="dmImg9"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">JUL</div> <div class="dmPostCreationDay dmPostCreationDateBox">31</div> </div> <div style="" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSide"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDiv"> <div class="dmPostTitle ">What&rsquo;s Happening: August 1-3</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink">WAKA Action 8 News</div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">JUL</div> <div class="dmPostCreationDayInline">31</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">There are still plenty of back-to-school events happening this weekend, but there's also a lot of other events to enjoy across the River Region!</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc9"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemEven dmHasThumbnailImage" id="dmItem10"> <a class="dmRssA" id="dmBlogItem10" href="https://www.waka.com/2025/07/31/baptist-heath-uab-reach-new-deal-with-united-healthcare/?post_id=3426976"> <div class="dmPostLeftSide" id="dmImg10"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">JUL</div> <div class="dmPostCreationDay dmPostCreationDateBox">31</div> </div> <div style="background-image: url('https://www.waka.com/content/uploads/2023/10/o/i/23baptisthealth.jpg?w=155&h=157');" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="background-image: url('https://www.waka.com/content/uploads/2023/10/o/i/23baptisthealth.jpg?w=161&h=161');" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">Baptist Heath, UAB reach new deal with United Healthcare</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink">WAKA Action 8 News</div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">JUL</div> <div class="dmPostCreationDayInline">31</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">Baptist Health and UAB have announced that they have reached a tentative agreement with UnitedHealthcare on a new health insurance contract.</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc10"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <!-- <div class="clearBoth"></div> --> <div class="more-posts-wrapper"> <a id="dmMorePostsButton" class="dmMorePostsButton displayBlock" href="https://www.waka.com/feed/?cat=4&showFeaturedImages=true&max=50&paged=1&paged=1" onclick="fetchMoreBlogItems('https://www.waka.com/feed/?cat=4&showFeaturedImages=true&max=50&paged=1&paged=1');return false;"> <div class="dmMorePostsButtonClass">More Posts <span class="dm-icon-button-arrow oneIcon" data-hide-read-more="false"></span> </div> <div style="height: 10px;"></div> </a> </div> <div class="clearBoth"></div> </div> <div class="dmNewParagraph u_1052878498 text-align-center" data-element-type="paragraph" id="1052878498" style="line-height: initial; transition: opacity 1s ease-in-out 0s; text-align: center;" data-version="5"> <h2 class="text-align-center size-30"><span class="font-size-30" style="display: initial; color: rgb(255, 255, 255);">SPORTS NEWS FROM ACTION 8 SPORTS</span></h2> </div> <div id="1951907105" class="default u_1951907105 dmRssBox dmRssContainer wpRssContainer" dmle_extension="blogposts" data-element-type="blogposts" postsmargin="3" showdividers="false" closetext="" showtitle="false" showcontentinsteaddesc="false" numboxrows="auto" showarrows="false" usergenerated="false" showcontent="false" readmore="" icon="false" surround="false" src="https://www.waka.com/feed/?cat=13&showFeaturedImages=true&max=50" visibleitems="3" listtype="box" displaythumbnails="false" displaycarouselcontent="false" collspasecontent="false" showposttitle="true" hidereadmore="false" hidemoreposts="false" morepoststitle="More Posts"> <div class="dmRssItem dmPostItemOdd dmNoThumbnailImage" id="dmItem1"> <a class="dmRssA" id="dmBlogItem1" href="https://www.waka.com/2025/07/30/brent-jones-steps-down-from-role-as-troy-athletic-director/?post_id=3422350"> <div class="dmPostLeftSide" id="dmImg1"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">JUL</div> <div class="dmPostCreationDay dmPostCreationDateBox">31</div> </div> <div style="" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">Brent Jones steps down from role as Troy Athletic Director</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink">WAKA Action 8 News</div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">JUL</div> <div class="dmPostCreationDayInline">31</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">Brent Jones has served as the Senior Vice Chancellor and Athletics Director at Troy since 2019, however he will move into a new role at Georgia Tech. Jones will take over as Associate Vice President / Executive Deputy Athletics Director at Georgia Tech.</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc1"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemEven dmNoThumbnailImage" id="dmItem2"> <a class="dmRssA" id="dmBlogItem2" href="https://www.waka.com/2025/07/29/marbury-flag-football-prepares-for-second-season/?post_id=3414200"> <div class="dmPostLeftSide" id="dmImg2"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">JUL</div> <div class="dmPostCreationDay dmPostCreationDateBox">29</div> </div> <div style="" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">Marbury flag football prepares for second season</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink">Julianna Reichenbach</div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">JUL</div> <div class="dmPostCreationDayInline">29</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">Coming off a second-round playoff appearance in their first season, Marbury flag football vets say they're ready to show newcomers the ropes</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc2"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemOdd dmHasThumbnailImage" id="dmItem3"> <a class="dmRssA" id="dmBlogItem3" href="https://www.waka.com/2025/07/29/chicago-cubs-legend-ryne-sandberg-dies-after-cancer-battle/?post_id=3413380"> <div class="dmPostLeftSide" id="dmImg3"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">JUL</div> <div class="dmPostCreationDay dmPostCreationDateBox">29</div> </div> <div style="background-image: url('https://www.waka.com/content/uploads/2025/07/l/m/ap25210073967666-scaled.jpg?w=155&h=157');" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="background-image: url('https://www.waka.com/content/uploads/2025/07/l/m/ap25210073967666-scaled.jpg?w=161&h=161');" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">Chicago Cubs legend Ryne Sandberg dies after cancer battle</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink">WAKA Action 8 News</div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">JUL</div> <div class="dmPostCreationDayInline">29</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">Ryne Sandberg, a Hall of Fame second baseman who became one of baseball&rsquo;s best all-around players while starring for the Chicago Cubs, has died at 65.</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc3"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <!-- <div class="clearBoth"></div> --> <div class="more-posts-wrapper"> <a id="dmMorePostsButton" class="dmMorePostsButton displayBlock" href="https://www.waka.com/feed/?cat=13&showFeaturedImages=true&max=50&paged=1&paged=1" onclick="fetchMoreBlogItems('https://www.waka.com/feed/?cat=13&showFeaturedImages=true&max=50&paged=1&paged=1');return false;"> <div class="dmMorePostsButtonClass">More Posts <span class="dm-icon-button-arrow oneIcon" data-hide-read-more="false"></span> </div> <div style="height: 10px;"></div> </a> </div> <div class="clearBoth"></div> </div> <h2 class="dmNewParagraph u_1814188446" data-element-type="paragraph" id="1814188446" style="text-align: center; transition: opacity 1s ease-in-out;"><span style="" class="font-size-30 lh-1"><font style="color: rgb(255, 255, 255);">ENTERTAINMENT NEWS&nbsp;</font></span></h2> <div id="1763559711" class="default u_1763559711 dmRssContainer wpRssContainer dmRssLine" dmle_extension="blogposts" data-element-type="blogposts" showarrows="false" postsmargin="3" showdividers="false" closetext="" showtitle="false" showcontentinsteaddesc="false" usergenerated="false" showcontent="false" readmore="" icon="false" surround="false" src="http://feeds.foxnews.com/foxnews/entertainment" visibleitems="3" listtype="list" displaythumbnails="false" displaycarouselcontent="false" collspasecontent="false" showposttitle="true" hidereadmore="false" hidemoreposts="false" morepoststitle="More Posts"> <div class="dmRssItem dmPostItemOdd dmNoThumbnailImage" id="dmItem1"> <a class="dmRssA" id="dmBlogItem1" href="https://www.foxnews.com/entertainment/gary-busey-pleads-guilty-sex-crime-admits-was-not-accidental-touching"> <div class="dmPostLeftSide" id="dmImg1"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">AUG</div> <div class="dmPostCreationDay dmPostCreationDateBox">01</div> </div> <div style="" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">Gary Busey pleads guilty to sex crime, admits it was 'not an accidental touching'</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink"></div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">AUG</div> <div class="dmPostCreationDayInline">01</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">Gary Busey pleads guilty to criminal sexual contact charge related to Monster-Mania Convention incident, with additional charges dismissed by the court.</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc1"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemEven dmNoThumbnailImage" id="dmItem2"> <a class="dmRssA" id="dmBlogItem2" href="https://www.foxnews.com/entertainment/todd-julie-chrisleys-children-accuse-family-members-betrayal-lose-our-last-name"> <div class="dmPostLeftSide" id="dmImg2"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">AUG</div> <div class="dmPostCreationDay dmPostCreationDateBox">01</div> </div> <div style="" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">Todd and Julie Chrisley's children accuse family members of betrayal, 'lose our last name'</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink"></div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">AUG</div> <div class="dmPostCreationDayInline">01</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">New Lifetime series &quot;The Chrisleys: Back to Reality&quot; reveals family division after Todd and Julie Chrisley served prison time for bank fraud and tax evasion charges.</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc2"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemOdd dmNoThumbnailImage" id="dmItem3"> <a class="dmRssA" id="dmBlogItem3" href="https://www.foxnews.com/entertainment/yellowstone-star-neal-mcdonough-says-hollywood-blackballed-him-due-his-no-kissing-rule"> <div class="dmPostLeftSide" id="dmImg3"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">AUG</div> <div class="dmPostCreationDay dmPostCreationDateBox">01</div> </div> <div style="" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">'Yellowstone' star Neal McDonough says Hollywood blackballed him due to his no-kissing rule</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink"></div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">AUG</div> <div class="dmPostCreationDayInline">01</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">Neal McDonough claims he was blacklisted from Hollywood after refusing to kiss other women on-screen, citing moral boundaries and commitment to his wife.</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc3"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <!-- <div class="clearBoth"></div> --> <div class="more-posts-wrapper"> <a id="dmMorePostsButton" class="dmMorePostsButton displayBlock" href="http://feeds.foxnews.com/foxnews/entertainment?paged=1&paged=1" onclick="fetchMoreBlogItems('http://feeds.foxnews.com/foxnews/entertainment?paged=1&paged=1');return false;"> <div class="dmMorePostsButtonClass">More Posts <span class="dm-icon-button-arrow oneIcon" data-hide-read-more="false"></span> </div> <div style="height: 10px;"></div> </a> </div> <div class="clearBoth"></div> </div> <h2 class="dmNewParagraph u_1283283525" data-element-type="paragraph" id="1283283525" data-styletopreserve="{" background-image":""}"=""><span style="" class="font-size-30 lh-1"><font style="color: rgb(255, 255, 255);">&nbsp;MUSIC NEWS - ULTIMATE CLASSIC HITS</font></span></h2> <div id="1214942607" class="default u_1214942607 dmRssContainer wpRssContainer dmRssLine" dmle_extension="blogposts" data-element-type="blogposts" showarrows="false" postsmargin="3" showdividers="false" closetext="" showtitle="false" showcontentinsteaddesc="false" usergenerated="false" showcontent="false" readmore="" icon="false" surround="false" src="https://ultimateclassicrock.com/feed/" visibleitems="3" listtype="list" displaythumbnails="false" displaycarouselcontent="false" collspasecontent="false" showposttitle="true" hidereadmore="false" hidemoreposts="false" morepoststitle="More Posts"> <div class="dmRssItem dmPostItemOdd dmNoThumbnailImage" id="dmItem1"> <a class="dmRssA" id="dmBlogItem1" href="https://ultimateclassicrock.com/john-deacon-signs-queen-album/?post_id=637338"> <div class="dmPostLeftSide" id="dmImg1"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">AUG</div> <div class="dmPostCreationDay dmPostCreationDateBox">01</div> </div> <div style="" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">John Deacon Signs Queen Memorabilia for the First Time Since 1997</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink">Allison Rapp</div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">AUG</div> <div class="dmPostCreationDayInline">01</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">It's for a good cause. Continue reading&hellip;</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc1"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemEven dmNoThumbnailImage" id="dmItem2"> <a class="dmRssA" id="dmBlogItem2" href="https://ultimateclassicrock.com/rock-band-drummer-replacements-2025/?post_id=637319"> <div class="dmPostLeftSide" id="dmImg2"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">AUG</div> <div class="dmPostCreationDay dmPostCreationDateBox">01</div> </div> <div style="" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">Why Are So Many Rock Bands Changing Drummers in 2025?</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink">Bryan Rolli</div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">AUG</div> <div class="dmPostCreationDayInline">01</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">It's all starting to feel a bit 'Spinal Tap.' Continue reading&hellip;</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc2"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemOdd dmNoThumbnailImage" id="dmItem3"> <a class="dmRssA" id="dmBlogItem3" href="https://ultimateclassicrock.com/david-bowie-best-songs/?post_id=376120"> <div class="dmPostLeftSide" id="dmImg3"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">AUG</div> <div class="dmPostCreationDay dmPostCreationDateBox">01</div> </div> <div style="" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">The Best Song From Each David Bowie Album</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink">Michael Gallucci</div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">AUG</div> <div class="dmPostCreationDayInline">01</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">He tried on many personas over his long career, and tested out various styles. Which tracks are the most essential? Continue reading&hellip;</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc3"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <!-- <div class="clearBoth"></div> --> <div class="more-posts-wrapper"> <a id="dmMorePostsButton" class="dmMorePostsButton displayBlock" href="https://ultimateclassicrock.com/feed/?paged=1&paged=1" onclick="fetchMoreBlogItems('https://ultimateclassicrock.com/feed/?paged=1&paged=1');return false;"> <div class="dmMorePostsButtonClass">More Posts <span class="dm-icon-button-arrow oneIcon" data-hide-read-more="false"></span> </div> <div style="height: 10px;"></div> </a> </div> <div class="clearBoth"></div> </div> <h2 class="dmNewParagraph u_1358991270" data-element-type="paragraph" id="1358991270" style="transition: none; display: block;"><div style="text-align: center;"><span style="background-color: transparent;" class="font-size-30 lh-1"><font style="color: rgb(255, 255, 255);">TROY UNIVERSITY SPORTS NEWS</font></span></div><div style="text-align: center; "><font style="color: rgb(255, 255, 255);">Listen to Troy University Football games live on WACQ Radio!</font></div></h2> <div id="1167835895" class="default dmRssContainer wpRssContainer dmRssLine" dmle_extension="blogposts" data-element-type="blogposts" showarrows="false" postsmargin="3" showdividers="false" closetext="" showtitle="false" showcontentinsteaddesc="false" usergenerated="false" showcontent="false" readmore="" icon="false" surround="false" src="https://troytrojans.com/rss?path=general" visibleitems="10" listtype="list" displaythumbnails="false" displaycarouselcontent="false" collspasecontent="false" showposttitle="true" hidereadmore="false" hidemoreposts="false" morepoststitle="More Posts"> <div class="dmRssItem dmPostItemOdd dmHasThumbnailImage" id="dmItem1"> <a class="dmRssA" id="dmBlogItem1" href="https://troytrojans.com/news/2021/2/4/general-troy-athletics-celebrates-black-history-month"> <div class="dmPostLeftSide" id="dmImg1"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">FEB</div> <div class="dmPostCreationDay dmPostCreationDateBox">04</div> </div> <div style="background-image: url('https://admin.troytrojans.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2021/2/4/BlackHistoryMonth_Main.png&w=155&h=157');" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="background-image: url('https://admin.troytrojans.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2021/2/4/BlackHistoryMonth_Main.png&w=161&h=161');" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">Troy Athletics Celebrates Black History Month</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink"></div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">FEB</div> <div class="dmPostCreationDayInline">04</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">As part of Black History Month, we are proud to recognize the men and women who have represented Troy so well throughout the years. Today we honor a man who needs no introduction for @TroyTrojansFB - @DeMarcusWare !#OneTROY #TroyCARES pic.twitter.com/1zjctpZk2J</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc1"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemEven dmHasThumbnailImage" id="dmItem2"> <a class="dmRssA" id="dmBlogItem2" href="https://troytrojans.com/news/2025/7/25/general-twelve-troy-student-athletes-participate-in-summer-commencement"> <div class="dmPostLeftSide" id="dmImg2"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">JUL</div> <div class="dmPostCreationDay dmPostCreationDateBox">25</div> </div> <div style="background-image: url('https://admin.troytrojans.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2025/8/1/20250725-Summer_Commencement-151.jpg&w=155&h=157');" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="background-image: url('https://admin.troytrojans.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2025/8/1/20250725-Summer_Commencement-151.jpg&w=161&h=161');" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">Twelve Troy Student-Athletes Participate in Summer Commencement</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink"></div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">JUL</div> <div class="dmPostCreationDayInline">25</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv "></div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc2"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemOdd dmHasThumbnailImage" id="dmItem3"> <a class="dmRssA" id="dmBlogItem3" href="https://troytrojans.com/news/2025/7/30/general-brent-jones-named-associate-vice-president-at-georgia-tech"> <div class="dmPostLeftSide" id="dmImg3"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">JUL</div> <div class="dmPostCreationDay dmPostCreationDateBox">30</div> </div> <div style="background-image: url('https://admin.troytrojans.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2018/5/24/statue.jpg&w=155&h=157');" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="background-image: url('https://admin.troytrojans.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2018/5/24/statue.jpg&w=161&h=161');" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">Brent Jones Named Associate Vice President at Georgia Tech</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink"></div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">JUL</div> <div class="dmPostCreationDayInline">30</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">TROY, Ala. &ndash;&nbsp;Brent Jones, who has served as Senior Vice Chancellor and Athletics Director at Troy University since 2019, has been named Associate Vice President / Executive Deputy Athletics Director at Georgia Tech.</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc3"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemEven dmHasThumbnailImage" id="dmItem4"> <a class="dmRssA" id="dmBlogItem4" href="https://troytrojans.com/news/2025/7/28/football-troy-athletics-announces-addition-of-blakeneys-brew-to-officially-licensed-beer-lineup"> <div class="dmPostLeftSide" id="dmImg4"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">JUL</div> <div class="dmPostCreationDay dmPostCreationDateBox">28</div> </div> <div style="background-image: url('https://admin.troytrojans.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2025/7/28/Troy25-LBBeer.png&w=155&h=157');" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="background-image: url('https://admin.troytrojans.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2025/7/28/Troy25-LBBeer.png&w=161&h=161');" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">Troy Athletics Announces Addition of &quot;Blakeney&rsquo;s Brew&quot; to Officially Licensed Beer Lineup</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink"></div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">JUL</div> <div class="dmPostCreationDayInline">28</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv "></div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc4"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemOdd dmHasThumbnailImage" id="dmItem5"> <a class="dmRssA" id="dmBlogItem5" href="https://troytrojans.com/news/2025/7/25/general-2024-25-troy-athletics-year-in-review"> <div class="dmPostLeftSide" id="dmImg5"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">JUL</div> <div class="dmPostCreationDay dmPostCreationDateBox">25</div> </div> <div style="background-image: url('https://admin.troytrojans.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2025/7/25/TroyYIR25-ann.png&w=155&h=157');" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="background-image: url('https://admin.troytrojans.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2025/7/25/TroyYIR25-ann.png&w=161&h=161');" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSide"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDiv"> <div class="dmPostTitle ">2024-25 Troy Athletics Year in Review</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink"></div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">JUL</div> <div class="dmPostCreationDayInline">25</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv "></div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc5"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemEven dmHasThumbnailImage" id="dmItem6"> <a class="dmRssA" id="dmBlogItem6" href="https://troytrojans.com/news/2025/7/15/general-sound-of-the-south-60th-anniversary-celebration-set-for-sept-12-13"> <div class="dmPostLeftSide" id="dmImg6"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">JUL</div> <div class="dmPostCreationDay dmPostCreationDateBox">15</div> </div> <div style="background-image: url('https://admin.troytrojans.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2025/7/15/Band_JM_19.jpg&w=155&h=157');" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="background-image: url('https://admin.troytrojans.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2025/7/15/Band_JM_19.jpg&w=161&h=161');" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">Sound of the South 60th Anniversary Celebration Set for Sept. 12-13</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink"></div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">JUL</div> <div class="dmPostCreationDayInline">15</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv "></div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc6"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemOdd dmHasThumbnailImage" id="dmItem7"> <a class="dmRssA" id="dmBlogItem7" href="https://troytrojans.com/news/2025/6/24/general-t-roys-pet-pals-returns-for-2025-26-athletic-season"> <div class="dmPostLeftSide" id="dmImg7"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">JUN</div> <div class="dmPostCreationDay dmPostCreationDateBox">24</div> </div> <div style="background-image: url('https://admin.troytrojans.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2025/6/24/PetPals25Reg.png&w=155&h=157');" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="background-image: url('https://admin.troytrojans.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2025/6/24/PetPals25Reg.png&w=161&h=161');" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">T-Roy's Pet Pals Returns for 2025-26 Athletic Season</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink"></div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">JUN</div> <div class="dmPostCreationDayInline">24</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">TROY, Ala. &ndash;&nbsp;T-Roy's Pet Pals presented by the Troy Animal Clinic is back for the 2025-26 Troy Athletics season. Part of the Trojan Warrior Club, T-Roy's Pet Pals gives Trojan fans direct access to Troy-themed items for their pets.</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc7"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemEven dmHasThumbnailImage" id="dmItem8"> <a class="dmRssA" id="dmBlogItem8" href="https://troytrojans.com/news/2025/6/23/general-troy-student-athletes-wrap-record-breaking-semester-in-classroom"> <div class="dmPostLeftSide" id="dmImg8"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">JUN</div> <div class="dmPostCreationDay dmPostCreationDateBox">23</div> </div> <div style="background-image: url('https://admin.troytrojans.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2025/5/16/20250516-Student_Athlete_Graduates-10_AM-JM-64.jpg&w=155&h=157');" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="background-image: url('https://admin.troytrojans.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2025/5/16/20250516-Student_Athlete_Graduates-10_AM-JM-64.jpg&w=161&h=161');" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">Troy Student-Athletes Wrap Record-Breaking Semester in Classroom</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink"></div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">JUN</div> <div class="dmPostCreationDayInline">23</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">TROY, Ala. &ndash;&nbsp;In addition to conference titles and deep runs in the postseason, Troy student-athletes were extremely successful in another avenue this year, setting numerous academic records thanks to their work in the classroom.</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc8"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemOdd dmHasThumbnailImage" id="dmItem9"> <a class="dmRssA" id="dmBlogItem9" href="https://troytrojans.com/news/2025/6/5/general-t-roys-kids-club-returns-for-2025-26-registration-now-open"> <div class="dmPostLeftSide" id="dmImg9"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">JUN</div> <div class="dmPostCreationDay dmPostCreationDateBox">05</div> </div> <div style="background-image: url('https://admin.troytrojans.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2025/6/5/KC_1920_25.png&w=155&h=157');" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="background-image: url('https://admin.troytrojans.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2025/6/5/KC_1920_25.png&w=161&h=161');" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">T-Roy&rsquo;s Kids Club Returns for 2025-26, Registration Now Open</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink"></div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">JUN</div> <div class="dmPostCreationDayInline">05</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv ">TROY, Ala. &ndash; T-Roy's Kids Club is back for the 2025-26 athletic season. Kids 12 and under can join the fun with 'Early Bird Pricing' for $30 per membership until July 30. Following July 30, membership will cost $35 per child. All T-Roy's Kids Club members will receive a complimentary t-shirt, T-Roy activity book and access to exclusive events throughout the year.</div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc9"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <div class="dmRssItem dmPostItemEven dmHasThumbnailImage" id="dmItem10"> <a class="dmRssA" id="dmBlogItem10" href="https://troytrojans.com/news/2025/5/29/general-troy-athletics-selects-thelinku-to-maximize-nil-opportunities-for-trojan-student-athletes"> <div class="dmPostLeftSide" id="dmImg10"> <div class="dmPostCreationDate"> <div class="dmPostCreationMonth dmPostCreationDateBox">MAY</div> <div class="dmPostCreationDay dmPostCreationDateBox">29</div> </div> <div style="background-image: url('https://admin.troytrojans.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2025/5/29/Norris_NIL_TV.jpeg&w=155&h=157');" class="dmImgDiv dmPostThumbnail"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div style="background-image: url('https://admin.troytrojans.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2025/5/29/Norris_NIL_TV.jpeg&w=161&h=161');" class="dmImgDiv dmPostFullImage"><!-- <img style="display:none" src="" onload="cropImage(this);"> --></div> <div class="clearBoth"></div> </div> <div class="dmPostRightSide dmPostRightSideLarge"> <div class="dmPostRightInner"> <div class="dmTitleDiv dmTitleDivLarge"> <div class="dmPostTitle ">Troy Athletics Selects TheLinkU to Maximize NIL Opportunities for Trojan Student-Athletes</div> </div> <div class="dmPostDetails"> <div class="dmByLabel">By:</div> <div class="dmByLink"></div> <div class="dmPostCreationDateInline" style="display:none"> <div class="dmDateLabel">on</div> <div class="dmPostCreationMonthInline">MAY</div> <div class="dmPostCreationDayInline">29</div> </div> <div class="clearBoth"></div> </div> <div class="clearBoth"></div> <div class="dmPostDescriptionDiv "></div> </div> </div> <div class="clearBoth"></div> <div class="dmPostDescription displayNone" id="dmDesc10"><hr class="dmHrClass"/> <div class="dmPostDescriptionInner"></div> </div> <span class="rssListReadMore displayNone "> <span class="dmReadMoreInnerText">Read more &nbsp; &gt;&gt;</span> </span> </a> </div> <!-- <div class="clearBoth"></div> --> <div class="more-posts-wrapper"> <a id="dmMorePostsButton" class="dmMorePostsButton displayNone" href="https://troytrojans.com/rss?path=general&paged=1&paged=2" onclick="fetchMoreBlogItems('https://troytrojans.com/rss?path=general&paged=1&paged=2');return false;"> <div class="dmMorePostsButtonClass">More Posts <span class="dm-icon-button-arrow oneIcon" data-hide-read-more="false"></span> </div> <div style="height: 10px;"></div> </a> </div> <div class="clearBoth"></div> </div> <div class="imageWidget align-center u_1639773357" data-element-type="image" data-widget-type="image" id="1639773357"> <a id="1791511028"><img src="https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/Troy-logo-250x180-1280w.png" id="1414488487" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/Troy-logo-250x180.png" onerror="handleImageLoadError(this)"/></a> </div> <div id="1823555031" dmle_extension="blogposts" data-element-type="blogposts" showarrows="false" postsmargin="3" showdividers="false" closetext="" showtitle="false" showcontentinsteaddesc="false" usergenerated="false" showcontent="false" readmore="" icon="false" surround="false" class="default u_1823555031" src="http://feeds.feedburner.com/troytrojans/eQcX?format=xml" visibleitems="3" listtype="list" displaythumbnails="false" displaycarouselcontent="false" collspasecontent="false" showposttitle="true" hidereadmore="false" hidemoreposts="false" morepoststitle="More Posts"></div> </div> <div class="u_1598808889 dmRespCol small-12 large-3 medium-3" id="1598808889"> <div class="widget-85b0db u_1750272781 dmCustomWidget" data-lazy-load="" data-title="" id="1750272781" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="85b0db3860664a28b3031e6cd70abf8c" data-widget-version="37" data-widget-config="eyJkaXJlY3Rpb24iOiJyaWdodCIsImltYWdlIjoiaHR0cHM6Ly9pcnAtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vNDRiNGQzNTAvZG1zM3JlcC9tdWx0aS9wYXVsZC0xOTcyMjQwMS5qcGciLCJhbHQiOiJBIE1JTlVURSBXSVRIIFBBVUwgRGVNQVJDTyBXZWRuZXNkYXkgJiBGcmlkYXkgTW9ybmluZ3MgNjozNSBhLm0uIiwidGV4dCI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj5BIE1JTlVURSBXSVRIPC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5QQVVMIERlTUFSQ088L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5XZWRuZXNkYXkgJmFtcDsgRnJpZGF5IE1vcm5pbmdzPC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj42OjM1IGEubS48L3A+In0="> <div class="wrapper"> <div class="spacer spacer-right"></div> <img alt="A MINUTE WITH PAUL DeMARCO Wednesday & Friday Mornings 6:35 a.m." class="image right" src="https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/pauld-19722401-1280w.jpg" onerror="handleImageLoadError(this)"/> <div class="text"> <span class="text-inner"> <p></p> <p class="rteBlock">A MINUTE WITH</p><p class="rteBlock">PAUL DeMARCO</p><br/><p class="rteBlock">Wednesday &amp; Friday Mornings</p><p class="rteBlock">6:35 a.m.</p> <p></p> </span> </div> <div style="clear:both"></div> </div> </div> <h2 class="dmNewParagraph u_1909270290" data-element-type="paragraph" id="1909270290" style="text-align: center; transition: opacity 1s ease-in-out initial;"><font style="color: rgb(255, 255, 255);" class="font-size-30 lh-1">OUR COMMUNITY</font></h2> <div class="dmPhotoGallery newPhotoGallery dmPhotoGalleryResp u_1372568678 photo-gallery-done text-layout-over captionAlignment-center_center photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="square" data-desktop-columns="1" data-element-type="dPhotoGalleryId" data-desktop-text-layout="over" id="1372568678" data-placeholder="false" data-rows-to-show="100"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div> <div class="layout-container square"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-1" data-index="0"> <div index="0" class="photoGalleryThumbs animated " data-index="0"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1030432890" data-image-url="https://irp.cdn-website.com/44b4d350/dms3rep/multi/east+tallassee+pharmacy.png" style="background-image: url('https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/east+tallassee+pharmacy-640w.png');"><img id="1042141877" data-src="https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/east+tallassee+pharmacy-1280w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1402211820" class="caption-container u_1402211820" style="display:none"> <span class="caption-inner"> <a id="1560526049" class="caption-button dmWidget clearfix u_1560526049" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> </div> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-1" data-index="1"> <div index="1" class="photoGalleryThumbs animated " data-index="1"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1715169402" data-image-url="https://irp-cdn.multiscreensite.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/sflogo-225x117.png" style="background-image: url('https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/sflogo-225x117-640w.png');"><img id="1082293300" data-src="https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/sflogo-225x117-1280w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1171351116" class="caption-container u_1171351116" style="display:none"> <span class="caption-inner"> <a id="1476931322" class="caption-button dmWidget clearfix u_1476931322" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> </div> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-1" data-index="2"> <div index="2" class="photoGalleryThumbs animated " data-index="2"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1987700403" data-image-url="https://irp-cdn.multiscreensite.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/subway-old-logo-500x178.jpg" style="background-image: url('https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/subway-old-logo-500x178-640w.jpg');"><img id="1951997649" data-src="https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/subway-old-logo-500x178-1280w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1611639236" class="caption-container u_1611639236" style="display:none"> <span class="caption-inner"> <a id="1425688494" class="caption-button dmWidget clearfix u_1425688494" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> </div> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-1" data-index="3"> <div index="3" class="photoGalleryThumbs animated " data-index="3"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1534468700" data-image-url="https://irp-cdn.multiscreensite.com/44b4d350/dms3rep/multi/CBSLogoVnotag4C-1.jpg" style="background-image: url('https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/CBSLogoVnotag4C-1-640w.jpg');"><img id="1238296001" data-src="https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/CBSLogoVnotag4C-1-1280w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1718564262" class="caption-container u_1718564262" style="display:none"> <span class="caption-inner"> <a id="1457520670" class="caption-button dmWidget clearfix u_1457520670" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> </div> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-1" data-index="4"> <div index="4" class="photoGalleryThumbs animated " data-index="4"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1441600353" data-image-url="https://irp-cdn.multiscreensite.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/1220CafeLogoBG-4C-600x496.jpg" style="background-image: url('https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/1220CafeLogoBG-4C-600x496-640w.jpg');"><img id="1290591759" data-src="https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/1220CafeLogoBG-4C-600x496-1280w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1942109213" class="caption-container u_1942109213" style="display:none"> <span class="caption-inner"> <a id="1414699664" class="caption-button dmWidget clearfix u_1414699664" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> </div> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-1" data-index="5"> <div index="5" class="photoGalleryThumbs animated " data-index="5"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1132322267" data-image-url="https://irp-cdn.multiscreensite.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/true-value-logo-vector2-250x105.jpg" style="background-image: url('https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/true-value-logo-vector2-250x105-640w.jpg');"><img id="1189790511" data-src="https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/true-value-logo-vector2-250x105-1280w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1243964423" class="caption-container u_1243964423" style="display:none"> <span class="caption-inner"> <a id="1846285356" class="caption-button dmWidget clearfix u_1846285356" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> </div> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-1" data-index="6"> <div index="6" class="photoGalleryThumbs animated " data-index="6"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1014895581" data-image-url="https://irp-cdn.multiscreensite.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/parkertire-332x128.jpg" style="background-image: url('https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/parkertire-332x128-640w.jpg');"><img id="1958347578" data-src="https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/parkertire-332x128-1280w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1902420607" class="caption-container u_1902420607" style="display:none"> <span class="caption-inner"> <a id="1213010458" class="caption-button dmWidget clearfix u_1213010458" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> </div> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-1" data-index="7"> <div index="7" class="photoGalleryThumbs animated " data-index="7"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1297814971" data-image-url="https://irp-cdn.multiscreensite.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/Mcdonalds-logo-740x570.jpg" style="background-image: url('https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/Mcdonalds-logo-740x570-640w.jpg');"><img id="1809598126" data-src="https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/Mcdonalds-logo-740x570-1280w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1252957808" class="caption-container u_1252957808" style="display:none"> <span class="caption-inner"> <a id="1491148718" class="caption-button dmWidget clearfix u_1491148718" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> </div> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-1" data-index="8"> <div index="8" class="photoGalleryThumbs animated " data-index="8"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1528351037" data-image-url="https://irp-cdn.multiscreensite.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/SEI_Logo-340x135.jpg" style="background-image: url('https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/SEI_Logo-340x135-640w.jpg');"><img id="1108762219" data-src="https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/SEI_Logo-340x135-1280w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1862859571" class="caption-container u_1862859571" style="display:none"> <span class="caption-inner"> <a id="1222153447" class="caption-button dmWidget clearfix u_1222153447" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> </div> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-1" data-index="9"> <div index="9" class="photoGalleryThumbs animated " data-index="9"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1993995753" data-image-url="https://irp.cdn-website.com/44b4d350/dms3rep/multi/apothecary.png" style="background-image: url('https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/apothecary-640w.png');"><img id="1384005378" data-src="https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/apothecary-1280w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1541104128" class="caption-container u_1541104128" style="display:none"> <span class="caption-inner"> <a id="1138885584" class="caption-button dmWidget clearfix u_1138885584" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> </div> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-1" data-index="10"> <div index="10" class="photoGalleryThumbs animated " data-index="10"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1155500648" data-image-url="https://irp-cdn.multiscreensite.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/tallassee-power-equipment-59ddadc8-355x78.png" style="background-image: url('https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/tallassee-power-equipment-59ddadc8-355x78-640w.png');"><img id="1343954639" data-src="https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/tallassee-power-equipment-59ddadc8-355x78-1280w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1053917459" class="caption-container u_1053917459" style="display:none"> <span class="caption-inner"> <a id="1515348863" class="caption-button dmWidget clearfix u_1515348863" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="dmFooterContainer"> <div id="fcontainer" class="f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="u_1465871800 dmRespRow dmFooterContent fullBleedChanged fullBleedMode" id="1465871800"> <div class="dmRespColsWrapper" id="1995794985"> <div class="u_1126056457 dmRespCol small-12 medium-12 large-12" id="1126056457"> <div class="u_1171313190 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp photo-gallery-done text-layout-over captionAlignment-center_center photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="square" data-desktop-columns="6" data-element-type="dPhotoGalleryId" data-desktop-text-layout="over" id="1171313190" data-placeholder="false" data-rows-to-show="100" data-link-gallery="true"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div> <div class="layout-container square"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-6" data-index="0"> <div index="0" class="photoGalleryThumbs animated " data-index="0"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1824693152 has-link" href="https://publicfiles.fcc.gov/am-profile/WACQ" data-image-url="https://irp.cdn-website.com/44b4d350/dms3rep/multi/3762901-fcclogo.jpeg" target="_blank" style="background-image: url('https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/3762901-fcclogo-640w.jpeg');"><img id="1250292661" data-src="https://lirp.cdn-website.com/44b4d350/dms3rep/multi/opt/3762901-fcclogo-1280w.jpeg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1450869112" class="caption-container u_1450869112" style="display:none"> <span class="caption-inner"> <a id="1294116240" class="caption-button dmWidget clearfix u_1294116240" href="https://publicfiles.fcc.gov/am-profile/WACQ" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-6" data-index="1"> <div index="1" class="photoGalleryThumbs animated " data-index="1"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1330939177 has-link" href="https://tallasseechamber.com/" data-image-url="https://irp-cdn.multiscreensite.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/TallaseeChamber-logo-249x88.jpg" target="_blank" style="background-image: url('https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/TallaseeChamber-logo-249x88-640w.jpg');"><img id="1252384785" data-src="https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/TallaseeChamber-logo-249x88-1280w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1165410938" class="caption-container u_1165410938" style="display:none"> <span class="caption-inner"> <a id="1500903877" class="caption-button dmWidget clearfix u_1500903877" href="https://tallasseechamber.com/" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-6" data-index="2"> <div index="2" class="photoGalleryThumbs animated " data-index="2"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1756956126 has-link" href="https://ahsaaradionetwork.com/" data-image-url="https://irp-cdn.multiscreensite.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/ahsaa-radio-network-175x88.png" target="_blank" style="background-image: url('https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/ahsaa-radio-network-175x88-640w.png');"><img id="1239976756" data-src="https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/ahsaa-radio-network-175x88-1280w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1923620458" class="caption-container u_1923620458" style="display:none"> <span class="caption-inner"> <a id="1000675248" class="caption-button dmWidget clearfix u_1000675248" href="https://ahsaaradionetwork.com/" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-6" data-index="3"> <div index="3" class="photoGalleryThumbs animated " data-index="3"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1094341310 has-link" href="https://tunein.com/radio/WACQ-580-s27471/" data-image-url="https://irp-cdn.multiscreensite.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/TuneIn-logo-267x88.png" target="_blank" style="background-image: url('https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/TuneIn-logo-267x88-640w.png');"><img id="1256359265" data-src="https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/TuneIn-logo-267x88-1280w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1225557168" class="caption-container u_1225557168" style="display:none"> <span class="caption-inner"> <a id="1651165190" class="caption-button dmWidget clearfix u_1651165190" href="https://tunein.com/radio/WACQ-580-s27471/" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-6" data-index="4"> <div index="4" class="photoGalleryThumbs animated " data-index="4"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1300100379 has-link" href="https://apnews.com/" data-image-url="https://irp-cdn.multiscreensite.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/AP-logo-109x88.jpg" target="_blank" style="background-image: url('https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/AP-logo-109x88-640w.jpg');"><img id="1175193465" data-src="https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/AP-logo-109x88-1280w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1738003207" class="caption-container u_1738003207" style="display:none"> <span class="caption-inner"> <a id="1554145379" class="caption-button dmWidget clearfix u_1554145379" href="https://apnews.com/" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-6" data-index="5"> <div index="5" class="photoGalleryThumbs animated " data-index="5"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1269562063 has-link" href="https://radio.foxnews.com/" data-image-url="https://irp-cdn.multiscreensite.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/FoxNewsRadio-300x300.png" target="_blank" style="background-image: url('https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/FoxNewsRadio-300x300-640w.png');"><img id="1481450634" data-src="https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/FoxNewsRadio-300x300-1280w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1825455663" class="caption-container u_1825455663" style="display:none"> <span class="caption-inner"> <a id="1524699269" class="caption-button dmWidget clearfix u_1524699269" href="https://radio.foxnews.com/" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> </div> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-6" data-index="6"> <div index="6" class="photoGalleryThumbs animated " data-index="6"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1636981473 has-link" href="https://www.westwoodone.com/" data-image-url="https://irp-cdn.multiscreensite.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/8nEpsj2ShTKy1wJvPnej-186x88.jpg" target="_blank" style="background-image: url('https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/8nEpsj2ShTKy1wJvPnej-186x88-640w.jpg');"><img id="1148791350" data-src="https://lirp.cdn-website.com/44b4d350/import/clib/wacqradio_com/dms3rep/multi/opt/8nEpsj2ShTKy1wJvPnej-186x88-1280w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1247317144" class="caption-container u_1247317144" style="display:none"> <span class="caption-inner"> <a id="1530584906" class="caption-button dmWidget clearfix u_1530584906" href="https://www.westwoodone.com/" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> </div> </div> </div> <div class="dmNewParagraph" data-element-type="paragraph" id="1277670472" style="transition: opacity 1s ease-in-out;" data-version="5"><p class="text-align-center"><strong style="color: rgb(255, 255, 255); font-weight: bold; display: initial;">SERVING ELMORE, MACON, AND TALLAPOOSA COUNTIES SINCE 1952</strong></p><p class="text-align-center"><span style="color: rgb(255, 255, 255); display: initial;">580 WACQ TUSKEGEE and W253CZ 98.5 FM, TALLASSEE</span><span style="display: initial;"><span class="ql-cursor"></span></span></p><p class="text-align-center"><span style="color: rgb(255, 255, 255); display: initial;">320 BARNETT BOULEVARD, TALLASSEE AL 36078</span></p><p class="text-align-center"><strong style="color: rgb(255, 255, 255); font-weight: bold; display: initial;">1-888-531-1592 | 334-283-6888</strong></p><p class="text-align-center"><a href="mailto:wacq@wacqradio.com" target="_blank" type="email" style="color: rgb(255, 255, 255); display: initial;">wacq@wacqradio.com</a></p><p class="text-align-center"><span style="color: rgb(255, 255, 255); display: initial;"><br/></span></p><p class="text-align-center"><strong style="color: rgb(255, 255, 255); font-weight: bold; display: initial;">WACQ-AM 580 TUSKEGEE AND FM 98.5 TALLASSEE IS A HUGHEY COMMUNICATIONS BROADCAST PROPERTY</strong></p><p class="text-align-center"><strong style="color: rgb(255, 255, 255); font-weight: bold; display: initial;"><br/></strong></p><p class="text-align-center"><span style="color: rgb(255, 255, 255); display: initial;">FRED RANDALL HUGHEY, OWNER</span></p><p class="text-align-center"><a href="https://publicfiles.fcc.gov/am-profile/WACQ" target="_blank" runtime_url="https://publicfiles.fcc.gov/am-profile/WACQ" type="url" style="color: rgb(255, 255, 255); display: initial;">FCC Public File WACQ</a></p></div> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient newFileWidget u_1849114097" file="true" href="https://irp.cdn-website.com/44b4d350/files/uploaded/WALQ%20Announcement.docx" data-element-type="dButtonLinkId" id="1849114097" target="_blank"> <span class="iconBg" id="1623580470"> <span class="icon hasFontIcon icon-star" id="1015292963"></span> </span> <span class="text" id="1922524178">FCC Applications</span> </a> <div class="u_1621846568 widget-1f5975 dmCustomWidget" data-lazy-load="" data-title="" id="1621846568" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="1f5975986930429f819d4cd2154b5c4a" data-widget-version="24" data-widget-config="eyJyZXZlcnNlRmxhZyI6bnVsbCwiY29weXJpZ2h0VGV4dCI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj5BbGwgUmlnaHRzIFJlc2VydmVkIHwgSHVnaGV5IENvbW11bmljYXRpb25zPC9wPiJ9"> <div class="copyright"> <span class="copyright-year">&copy; 2025&nbsp;</span> <span><p class="rteBlock">All Rights Reserved | Hughey Communications</p></span> </div> </div> </div> </div> </div> <div class="u_1670993447 dmRespRow fullBleedChanged fullBleedMode" id="1670993447" lock-element-for-editing="true"> <div class="dmRespColsWrapper" id="1059443183"> <div class="dmRespCol large-12 medium-12 small-12" id="1385753493"> <div class="dmNewParagraph text-align-center" data-element-type="paragraph" id="1748026016" style="transition: opacity 1s ease-in-out; text-align: center;" data-version="5"><p class="size-14 m-size-11"><span style="color: rgb(255, 255, 255);" class="font-size-14 m-font-size-11">Website Developed by</span><span single-space="true" class="font-size-14 m-font-size-11" style=""> <span style="" class="font-size-14 m-font-size-11"></span> </span><a href="https://tommyhouse.com" target="_blank" style="color: rgb(255, 255, 255);" class="font-size-14 m-font-size-11">Tommy House Studios</a><span class="font-size-14 m-font-size-11" style="color: rgb(255, 255, 255);"> <span style="color: rgb(255, 255, 255);" class="font-size-14 m-font-size-11">and Powered By</span> </span><a href="https://www.launchcms.com" target="_blank" runtime_url="https://www.launchcms.com" type="url" style="color: rgb(255, 255, 255);" class="font-size-14 m-font-size-11">LaunchCMS.com</a></p></div></div> </div> </div> </div> <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH" window.isSitePreview = false; </script> <script> window.customWidgetsFunctions["1f5975986930429f819d4cd2154b5c4a~24"] = function (element, data, api) { null }; </script> <script> window.customWidgetsFunctions["85b0db3860664a28b3031e6cd70abf8c~37"] = function (element, data, api) { null }; </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "QWx0IHRleHQ="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.alt.text"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "VGV4dCBzdHlsZQ=="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.text.style"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "SW1hZ2UgcG9zaXRpb24="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.image.position"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "UmlnaHQ="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.right"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "U2VsZWN0IGltYWdl"; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.select.image"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "QWx0IHRleHQgaXMgaW5kZXhlZCBieSBzZWFyY2ggZW5naW5lcyBhbmQgaW1wcm92ZXMgc2l0ZSBhY2Nlc3NpYmlsaXR5LCBzbyBkZXNjcmliZSB0aGUgaW1hZ2UncyBjb250ZW50IGFzIGNvbmNpc2VseSBhbmQgY2xlYXJseSBhcyBwb3NzaWJsZS4="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.alt.help"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "UGFyYWdyYXBo"; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.paragraph"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "TGVmdA=="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.left"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "SW1hZ2Ugc2l6ZQ=="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.image.size"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "RnJhbWUgYm9yZGVy"; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.border"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "TGluayBJbWFnZQ=="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.link.image"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "RGlzcGxheSBhbiBpbWFnZSB3aXRoIHdyYXBwZWQgdGV4dC4="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.title"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "QmFja2dyb3VuZA=="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.background"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "VGV4dCAmIEltYWdl"; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.widgetTitle"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "WW914oCZdmUgY2hvc2VuIGEgdGVycmlmaWMgd2F5IG9mIGludGVncmF0aW5nIGltYWdlcyBhbmQgdGV4dCBpbnRvIHlvdXIgd2Vic2l0ZS4gTW92ZSB0aGUgaW1hZ2UgYW55d2hlcmUgeW91IHdhbnQgaW4gdGhpcyBjb250YWluZXIgYW5kIHRoZSB0ZXh0IHdpbGwgYXV0b21hdGljYWxseSB3cmFwIGFyb3VuZCBpdC4gWW91IGNhbiBkaXNwbGF5IGV2ZW50cyB0ZWFtIG1lbWJlcnMgbmV3IHByb2R1Y3RzIGFuZCBtb3JlIGVhc2lseSBhbmQgY3JlYXRpdmVseS4gVG8gc3RhcnQgYWRkIGFuIGltYWdlIGZyb20gdGhlIEltYWdlIFBpY2tlciBhbmQgZWRpdCBpdCBhcyB5b3Ugd291bGQgZWRpdCBhbnkgaW1hZ2UgaW4gdGhlIHN5c3RlbS4gRm9yIGV4YW1wbGUgeW91IGNhbiBsaW5rIHRoZSBpbWFnZSB0byBleGlzdGluZyBwYWdlcyBpbiB5b3VyIHNpdGUgYSB3ZWJzaXRlIFVSTCBhIHBvcHVwIG9yIGFuIGFuY2hvci4gQWZ0ZXIgeW914oCZdmUgY2hvc2VuIHRoZSBpbWFnZSBhZGQgeW91ciB0ZXh0LiBZb3UgY2FuIGFkZCB0ZXh0IHRoYXQgZGVzY3JpYmVzIHRoZSBpbWFnZSB5b3XigJl2ZSBzZWxlY3RlZCBvciBzaW1wbHkgdXNlIHRoZSBpbWFnZSBmb3IgZGVjb3JhdGl2ZSBwdXJwb3Nlcy4gXG5Zb3XigJl2ZSBjaG9zZW4gYSB0ZXJyaWZpYyB3YXkgb2YgaW50ZWdyYXRpbmcgaW1hZ2VzIGFuZCB0ZXh0IGludG8geW91ciB3ZWJzaXRlLiBNb3ZlIHRoZSBpbWFnZSBhbnl3aGVyZSB5b3Ugd2FudCBpbiB0aGlzIGNvbnRhaW5lciBhbmQgdGhlIHRleHQgd2lsbCBhdXRvbWF0aWNhbGx5IHdyYXAgYXJvdW5kIGl0LiBZb3UgY2FuIGRpc3BsYXkgZXZlbnRzIHRlYW0gbWVtYmVycyBuZXcgcHJvZHVjdHMgbW9yZSBlYXNpbHkgYW5kIGNyZWF0aXZlbHkuIFRvIHN0YXJ0IGFkZCBhbiBpbWFnZSBmcm9tIHRoZSBJbWFnZSBQaWNrZXIgYW5kIGVkaXQgaXQgYXMgeW91IHdvdWxkIGVkaXQgYW55IGltYWdlIGluIHRoZSBzeXN0ZW0uIEZvciBleGFtcGxlIHlvdSBjYW4gbGluayB0aGUgaW1hZ2UgdG8gZXhpc3RpbmcgcGFnZXMgaW4geW91ciBzaXRlIGEgd2Vic2l0ZSBVUkwgYSBwb3B1cCBvciBhbiBhbmNob3IuIEFmdGVyIHlvdeKAmXZlIGNob3NlbiB0aGUgaW1hZ2UgYWRkIHlvdXIgdGV4dC4gWW91IGNhbiBhZGQgdGV4dCB0aGF0IGRlc2NyaWJlcyB0aGUgaW1hZ2UgeW914oCZdmUgc2VsZWN0ZWQgb3Igc2ltcGx5IHVzZSB0aGUgaW1hZ2UgZm9yIGRlY29yYXRpdmUgcHVycG9zZXMu"; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.default.paragraph"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "SW1hZ2UgYm9yZGVy"; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.image.border"] = atob(value); </script> <script type="text/javascript"> var d_version = "production_5678"; var build = "2025-07-31T13_50_23"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2025-07-31T13_50_23"; try { var _p = window.parent; if (_p && _p.document && _p.$ && _p.$.dmfw) { window.editorParent = _p; } else if (_p.isSitePreview) { window.previewParent = _p; } } catch (e) { } } buildEditorParent(); </script> <!-- Load jQuery --> <script type="text/javascript" id='d-js-jquery' src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <!-- End Injecting site-wide to the head --> <script> var _jquery = window.$; var jqueryAliases = ['$', 'jquery', 'jQuery']; jqueryAliases.forEach((alias) => { Object.defineProperty(window, alias, { get() { return _jquery; }, set() { console.warn("Trying to over-write the global jquery object!"); } }); }); window.jQuery.migrateMute = true; </script> <script type="text/javascript"> window.popups = [{"title":"Listen Live!","url":"/newpage","options":{"backgroundColor":"#FFFFFF","borderRadius":"5","width":"427","overlayColor":"rgba(195, 195, 195,0.5)","height":"358","animation":"fadeIn"},"name":"newpage"}]</script> <script> window.cookiesNotificationMarkupPreview = ' <div> <p class=\"rteBlock\">We use cookies to ensure that we give you the best experience on our website. To learn more, go to the <a value=\"privacy-policy\" type=\"page\" href=\"\/privacy-policy\" data-runtime-url=\"\/privacy-policy\">Privacy Page<\/a>.<\/p> \n<\/div> \n'; </script> <!-- HEAD RT JS Include --> <script id='d-js-params'> window.INSITE = window.INSITE || {}; window.INSITE.device = "tablet"; window.rtCommonProps = {}; rtCommonProps["rt.ajax.ajaxScriptsFix"] =true; rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20='; rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com'; rtCommonProps["performance.tabletPreview.removeScroll"] = 'false'; rtCommonProps["inlineEditGrid.snap"] =true; rtCommonProps["popup.insite.cookie.ttl"] = '0.5'; rtCommonProps["rt.pushnotifs.force.button"] =true; rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw'; rtCommonProps["common.mapbox.js.override"] =false; rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo'; rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA'; rtCommonProps["isCoverage.test"] =false; rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js'; rtCommonProps["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/5678'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/5678'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true; rtCommonProps["streamline.monolith.personalization.skipRuleConditionsForPreview.enabled"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["fnb.animations.tracking.enabled"] =true; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.accountPage.emptyBaseUrl.enabled"] = true; rtFlags["ecom.ecwid.pages.links.disable.listeners"] = false; rtFlags["ecom.ecwid.storefrontV3.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["contact.form.browserValidation.enabled"] =true; rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false; rtFlags["runtime.cwv.report.cls.enabled"] =true; rtFlags["editor.link.on.container"] =true; rtFlags["flex.runtime.popup.with.show"] =true; rtFlags["contact.form.useActiveForm"] =true; rtFlags["runtime.ssr.productStore.internal.observer"] =true; rtFlags["runtime.ssr.productCustomizations"] =true; rtFlags["flex.megaMenu.a11y"] =true; </script> <script src="https://static.cdn-website.com/mnlt/production/5678/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-tablet.min.js" id="d-js-core"></script> <!-- End of HEAD RT JS Include --> <script src="https://static.cdn-website.com/mnlt/production/5678/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <script type="text/javascript" id="d_track_campaign"> (function() { if (!window.location.search) { return; } const cleanParams = window.location.search.substring(1); // Strip ? const queryParams = cleanParams.split('&'); const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000; const domain = 'domain=' + window.location.hostname; const path = "path=/"; queryParams.forEach((param) => { const [key, value = ''] = param.split('='); if (key.startsWith('utm_')) { const cookieName = "_dm_rt_" + key.substring(4); const cookie = cookieName + "=" + value; const joined = [cookie, expires, domain, path].join(";"); document.cookie = joined; } }); }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = []; </script> <script type="text/javascript" id="d_track_sp"> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow")); window.dmsnowplow = window.snowplow; dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker appId: '44b4d350' }); // snowplow queries element styles so we wait until CSS calculations are done. requestAnimationFrame(() => { dmsnowplow('trackPageView'); _dm_insite.forEach((rule) => { // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here // the tracking is in popup.js if (rule.actionName !== "popup") { dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId); } window?.waitForDeferred?.('dmAjax', () => { $.DM.events.trigger('event-ruleTriggered', {value: rule}); }); }); }); </script> <div style="display:none;" id="P6iryBW0Wu"></div> <!-- photoswipe markup --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <div id="fb-root" data-locale="en"></div> <!-- Alias: 44b4d350 --> <div class="dmPopupMask" id="dmPopupMask"></div> <div id="dmPopup" class="dmPopup"> <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div> <div class="dmPopupTitle"> <span></span> Share by:</div> <div class="data"></div> </div><script id="d_track_personalization"> window?.waitForDeferred?.('dmAjax', () => { // Collects client data and updates cookies used by smart sites window.expireDays = 365; window.visitLength = 30 * 60000; $.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays); setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit"); }); </script> <script type="text/javascript"> Parameters.NavigationAreaParams.MoreButtonText = 'MORE'; Parameters.NavigationAreaParams.LessButtonText = 'LESS'; Parameters.HomeLinkText = 'Home'; </script> <!-- End Script tags --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> </body> </html>


URL: