<!DOCTYPE html>
<html lang="en-US">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]noclsop/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?noclsop=1"}else{document.location.href=href.replace("#","?noclsop=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&noclsop=1"}else{document.location.href=href.replace("#","&noclsop=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>AM 1180 Radio</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Open%20Sans%7COpen%20Sans%3A400%2C700&display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open%20Sans%7COpen%20Sans%3A400%2C700&display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open%20Sans%7COpen%20Sans%3A400%2C700&display=swap" /></noscript><link rel="stylesheet" href="https://chattooga1180.com/wp-content/cache/min/1/5e5a33b78b03754633c111159f3c6e96.css" media="all" data-minify="1" />
<link rel="pingback" href="https://chattooga1180.com/xmlrpc.php" />
<!--[if lt IE 9]>
<script type="text/javascript" src="https://chattooga1180.com/wp-content/themes/beep/js/html5shiv.js"></script>
<![endif]-->
<title>AM 1180 Radio – AM 1180 Radio</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="AM 1180 Radio » Feed" href="https://chattooga1180.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="AM 1180 Radio » Comments Feed" href="https://chattooga1180.com/comments/feed/" />
<!-- This site uses the Google Analytics by ExactMetrics plugin v8.7.1 - Using Analytics tracking - https://www.exactmetrics.com/ -->
<!-- Note: ExactMetrics is not currently configured on this site. The site owner needs to authenticate with Google Analytics in the ExactMetrics settings panel. -->
<!-- No tracking code set -->
<!-- / Google Analytics by ExactMetrics -->
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<style id='wp-block-library-theme-inline-css' type='text/css'>
.wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-top:4px solid;border-bottom:4px solid;margin-bottom:1.75em;color:currentColor}.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{color:currentColor;text-transform:uppercase;font-size:.8125em;font-style:normal}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;position:relative;font-style:normal}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:"0 0 1em 0"}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{padding:1.25em 2.375em;margin-top:0;margin-bottom:0}
</style>
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='omsc-portfolio-mobile-css' href='https://chattooga1180.com/wp-content/plugins/olevmedia-portfolio/assets/css/portfolio-mobile.css?ver=6.1.7' type='text/css' media='screen and (max-width: 767px)' />
<link rel='stylesheet' id='omsc-shortcodes-tablet-css' href='https://chattooga1180.com/wp-content/plugins/olevmedia-shortcodes/assets/css/shortcodes-tablet.css?ver=6.1.7' type='text/css' media='screen and (min-width: 768px) and (max-width: 959px)' />
<link rel='stylesheet' id='omsc-shortcodes-mobile-css' href='https://chattooga1180.com/wp-content/plugins/olevmedia-shortcodes/assets/css/shortcodes-mobile.css?ver=6.1.7' type='text/css' media='screen and (max-width: 767px)' />
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='lps-vars-js-after'>
const lpsSettings = {"ajaxUrl": "https://chattooga1180.com/wp-admin/admin-ajax.php"};
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://chattooga1180.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.1' id='jquery-core-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://chattooga1180.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://chattooga1180.com/wp-content/cache/min/1/wp-content/plugins/advanced-advertising-system_DEV/assets/js/carouFredSel-6.2.1/jquery.carouFredSel-6.2.1-packed.js?ver=1703101820' id='caroufredsel-js' defer></script>
<script type='text/javascript' id='aas_frontend-js-extra'>
/* <![CDATA[ */
var ajax = {"url":"https:\/\/chattooga1180.com\/wp-admin\/admin-ajax.php","ajax_front_end":"1"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://chattooga1180.com/wp-content/cache/min/1/wp-content/plugins/advanced-advertising-system_DEV/assets/js/frontend.js?ver=1703101820' id='aas_frontend-js' defer></script>
<link rel="https://api.w.org/" href="https://chattooga1180.com/wp-json/" /><link rel="alternate" type="application/json" href="https://chattooga1180.com/wp-json/wp/v2/pages/42858" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://chattooga1180.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://chattooga1180.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 6.1.7" />
<link rel="canonical" href="https://chattooga1180.com/" />
<link rel='shortlink' href='https://chattooga1180.com/' />
<link rel="alternate" type="application/json+oembed" href="https://chattooga1180.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fchattooga1180.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://chattooga1180.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fchattooga1180.com%2F&format=xml" />
<style media="screen">
.simplesocialbuttons.simplesocialbuttons_inline .ssb-fb-like, .simplesocialbuttons.simplesocialbuttons_inline amp-facebook-like {
margin: ;
}
/*inline margin*/
.simplesocialbuttons.simplesocialbuttons_inline.simplesocial-sm-round button{
margin: ;
}
/*margin-digbar*/
</style>
<!-- Open Graph Meta Tags generated by Simple Social Buttons 6.1.0 -->
<meta property="og:title" content="AM 1180 Radio - AM 1180 Radio" />
<meta property="og:url" content="https://chattooga1180.com/" />
<meta property="og:site_name" content="AM 1180 Radio" />
<meta property="og:image" content="https://chattooga1180.com/wp-content/uploads/2017/06/am-1180-logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="AM 1180 Radio - AM 1180 Radio" />
<meta property="twitter:image" content="https://chattooga1180.com/wp-content/uploads/2017/06/am-1180-logo.png" />
<script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {jQuery(function(){lightbox_init({show_title: false,overlay_gallery: false});sidebar_slide_init();});});</script><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>
<body class="home page-template-default page page-id-42858 om_theme om_beep_theme sidebar-display layout-boxed om-animation-enabled primary-menu-highlight-active menu-position-top_fixed">
<!--[if lt IE 8]><p class="chromeframe">You are using an <strong>outdated</strong> browser. Please, <a href="http://browsehappy.com/">upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<div class="bg-overlay">
<div class="container-wrapper">
<header>
<div class="header header-layout-2">
<div class="header-top">
<div class="container">
<div class="container-inner">
<div class="header-intro-text">
</div>
<div class="header-socials light-social-icons">
<a href="https://www.facebook.com/pages/AM-1180-Chattooga-County-Radio/257071786346" class="social-icon-facebook" title="Facebook" target="_blank"></a><a href=" https://twitter.com/am1180ccr" class="social-icon-twitter" title="Twitter" target="_blank"></a> </div>
<div class="clear"></div>
</div>
</div>
</div>
<div class="header-mid logo-type-image">
<div class="header-logo">
<div class="container">
<div class="container-inner">
<div class="logo-wrapper">
<div class="logo-box"style="width:265px"><div class="logo-image"><a href="https://chattooga1180.com"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20265%20189'%3E%3C/svg%3E" alt="AM 1180 Radio" width="265" height="189" data-lazy-src="http://chattooga1180.com/wp-content/uploads/2018/09/wzqz1.png" /><noscript><img src="http://chattooga1180.com/wp-content/uploads/2018/09/wzqz1.png" alt="AM 1180 Radio" width="265" height="189" /></noscript></a></div></div> </div>
</div>
</div>
</div>
<div class="header-menu-wrapper menu-sticky-node">
<div class="container-wrapper">
<div class="header-menu">
<div class="container">
<div class="container-inner">
<div class="menu-wrapper">
<div class="menu-box"><nav><ul id="menu-mainmenu" class="primary-menu sf-menu clearfix show-dropdown-symbol"><li id="menu-item-42847" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-first-level-item menu-item-42847"><a href="https://chattooga1180.com/" aria-current="page">Home</a></li>
<li id="menu-item-42856" class="menu-item menu-item-type-custom menu-item-object-custom menu-first-level-item menu-item-42856"><a href="https://chattooga1180.com/category/local-news/local-news-items/">Local News</a></li>
<li id="menu-item-42852" class="menu-item menu-item-type-custom menu-item-object-custom menu-first-level-item menu-item-42852"><a href="https://chattooga1180.com/category/church-news/">Church News</a></li>
<li id="menu-item-114318" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-first-level-item menu-item-114318"><a href="https://chattooga1180.com/category/church-programs/">Church Programs</a></li>
<li id="menu-item-42853" class="menu-item menu-item-type-custom menu-item-object-custom menu-first-level-item menu-item-42853"><a href="https://chattooga1180.com/category/obituaries/">Obituaries</a></li>
<li id="menu-item-42854" class="menu-item menu-item-type-custom menu-item-object-custom menu-first-level-item menu-item-42854"><a href="https://chattooga1180.com/category/community-calandar/">Community Calendar</a></li>
<li id="menu-item-42855" class="menu-item menu-item-type-custom menu-item-object-custom menu-first-level-item menu-item-42855"><a href="https://chattooga1180.com/category/the-trading-post/">The Trading Post</a></li>
<li id="menu-item-42874" class="menu-item menu-item-type-post_type menu-item-object-page menu-first-level-item menu-item-42874"><a href="https://chattooga1180.com/contact-us/">Contact Us</a></li>
<li id="menu-item-42884" class="menu-item menu-item-type-custom menu-item-object-custom menu-first-level-item menu-item-42884"><a target="_blank" rel="noopener" href="https://www.youtube.com/channel/UCOq5wdEx8Q6ZZlP6vWXGG3Q">Chattooga Smoke Signals</a></li>
<li id="menu-item-42996" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-first-level-item menu-item-42996"><a href="https://chattooga1180.com/category/country-music-news-events/">Country Music News & Events</a></li>
</ul></nav></div> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="header-mobile-menu">
<div class="container">
<div class="container-inner">
<div class="mobile-header-menu-wrapper">
<div class="mobile-header-menu-control"> Menu</div>
<div class="mobile-header-menu-container">
<ul id="menu-mainmenu-1" class="header-menu-mobile sf-menu clearfix show-dropdown-symbol"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-first-level-item menu-item-42847"><a href="https://chattooga1180.com/" aria-current="page">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-first-level-item menu-item-42856"><a href="https://chattooga1180.com/category/local-news/local-news-items/">Local News</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-first-level-item menu-item-42852"><a href="https://chattooga1180.com/category/church-news/">Church News</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-first-level-item menu-item-114318"><a href="https://chattooga1180.com/category/church-programs/">Church Programs</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-first-level-item menu-item-42853"><a href="https://chattooga1180.com/category/obituaries/">Obituaries</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-first-level-item menu-item-42854"><a href="https://chattooga1180.com/category/community-calandar/">Community Calendar</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-first-level-item menu-item-42855"><a href="https://chattooga1180.com/category/the-trading-post/">The Trading Post</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-first-level-item menu-item-42874"><a href="https://chattooga1180.com/contact-us/">Contact Us</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-first-level-item menu-item-42884"><a target="_blank" rel="noopener" href="https://www.youtube.com/channel/UCOq5wdEx8Q6ZZlP6vWXGG3Q">Chattooga Smoke Signals</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-first-level-item menu-item-42996"><a href="https://chattooga1180.com/category/country-music-news-events/">Country Music News & Events</a></li>
</ul> </div>
</div>
</div>
</div>
</div>
<div class="nav-spacer"></div>
</div>
<div id="top-banner">
<div class="aas_whole_wrapper" style="width:812px;"><div class="aas_zone" data-fc="43053" data-id="43052" style="visibility:hidden" data-w="812" data-h="300" data-lid="" data-s="" data-effect="" data-t="10" data-d="" ><a style="height:300px;width:812px;float:left;" class="aas_wrapper " href="https://chattooga1180.com?ads_click=1&data=152530-43053-42909-43052-1&nonce=f0e58ffe58&redir=https%3A%2F%2Fwww.georgiamls.com%2F8-sturdivant-drive-summerville-ga-30747%2F10542992&c_url=https%3A%2F%2Fchattooga1180.com%2F" style="overflow:hidden;" target="_blank" data-ads="152530-43053-42909-43052-1" data-nonce="f0e58ffe58"><img width="864" height="360" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20864%20360'%3E%3C/svg%3E" class="attachment-full size-full" alt="" decoding="async" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2025/02/Belle-Banner-07202025.png 864w, https://chattooga1180.com/wp-content/uploads/2025/02/Belle-Banner-07202025-300x125.png 300w, https://chattooga1180.com/wp-content/uploads/2025/02/Belle-Banner-07202025-768x320.png 768w" data-lazy-sizes="(max-width: 864px) 100vw, 864px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2025/02/Belle-Banner-07202025.png" /><noscript><img width="864" height="360" src="https://chattooga1180.com/wp-content/uploads/2025/02/Belle-Banner-07202025.png" class="attachment-full size-full" alt="" decoding="async" srcset="https://chattooga1180.com/wp-content/uploads/2025/02/Belle-Banner-07202025.png 864w, https://chattooga1180.com/wp-content/uploads/2025/02/Belle-Banner-07202025-300x125.png 300w, https://chattooga1180.com/wp-content/uploads/2025/02/Belle-Banner-07202025-768x320.png 768w" sizes="(max-width: 864px) 100vw, 864px" /></noscript></a><a style="height:300px;width:812px;float:left;" class="aas_wrapper " href="https://chattooga1180.com?ads_click=1&data=157515-43053-42909-43052-2&nonce=927087ddc4&redir=https%3A%2F%2Fwww.chattoogafair.com%2F&c_url=https%3A%2F%2Fchattooga1180.com%2F" style="overflow:hidden;" target="_blank" data-ads="157515-43053-42909-43052-2" data-nonce="927087ddc4"><img width="957" height="278" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20957%20278'%3E%3C/svg%3E" class="attachment-full size-full" alt="" decoding="async" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2025/06/Chattooga-Fair-2025-Web-Banner2.jpg 957w, https://chattooga1180.com/wp-content/uploads/2025/06/Chattooga-Fair-2025-Web-Banner2-300x87.jpg 300w, https://chattooga1180.com/wp-content/uploads/2025/06/Chattooga-Fair-2025-Web-Banner2-768x223.jpg 768w" data-lazy-sizes="(max-width: 957px) 100vw, 957px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2025/06/Chattooga-Fair-2025-Web-Banner2.jpg" /><noscript><img width="957" height="278" src="https://chattooga1180.com/wp-content/uploads/2025/06/Chattooga-Fair-2025-Web-Banner2.jpg" class="attachment-full size-full" alt="" decoding="async" srcset="https://chattooga1180.com/wp-content/uploads/2025/06/Chattooga-Fair-2025-Web-Banner2.jpg 957w, https://chattooga1180.com/wp-content/uploads/2025/06/Chattooga-Fair-2025-Web-Banner2-300x87.jpg 300w, https://chattooga1180.com/wp-content/uploads/2025/06/Chattooga-Fair-2025-Web-Banner2-768x223.jpg 768w" sizes="(max-width: 957px) 100vw, 957px" /></noscript></a><a style="height:300px;width:812px;float:left;" class="aas_wrapper " href="https://chattooga1180.com?ads_click=1&data=137454-43053-42909-43052-3&nonce=7b5b68d138&redir=https%3A%2F%2Fwww.gpfederal.org%2Fresources%2Frates---fees%2Frate-comparisons&c_url=https%3A%2F%2Fchattooga1180.com%2F" style="overflow:hidden;" target="_blank" data-ads="137454-43053-42909-43052-3" data-nonce="7b5b68d138"><img width="800" height="310" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20310'%3E%3C/svg%3E" class="attachment-full size-full" alt="" decoding="async" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2024/03/GP-Federal-1.jpg 800w, https://chattooga1180.com/wp-content/uploads/2024/03/GP-Federal-1-300x116.jpg 300w, https://chattooga1180.com/wp-content/uploads/2024/03/GP-Federal-1-768x298.jpg 768w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2024/03/GP-Federal-1.jpg" /><noscript><img width="800" height="310" src="https://chattooga1180.com/wp-content/uploads/2024/03/GP-Federal-1.jpg" class="attachment-full size-full" alt="" decoding="async" srcset="https://chattooga1180.com/wp-content/uploads/2024/03/GP-Federal-1.jpg 800w, https://chattooga1180.com/wp-content/uploads/2024/03/GP-Federal-1-300x116.jpg 300w, https://chattooga1180.com/wp-content/uploads/2024/03/GP-Federal-1-768x298.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript></a><a style="height:300px;width:812px;float:left;" class="aas_wrapper " href="https://chattooga1180.com?ads_click=1&data=96829-43053-42909-43052-4&nonce=fe0af45f07&redir=https%3A%2F%2Fwww.facebook.com%2Ffurnituresummerville&c_url=https%3A%2F%2Fchattooga1180.com%2F" style="overflow:hidden;" target="_blank" data-ads="96829-43053-42909-43052-4" data-nonce="fe0af45f07"><img width="800" height="312" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20312'%3E%3C/svg%3E" class="attachment-full size-full" alt="" decoding="async" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2021/03/TFS-New-Banner-062221.jpg 800w, https://chattooga1180.com/wp-content/uploads/2021/03/TFS-New-Banner-062221-300x117.jpg 300w, https://chattooga1180.com/wp-content/uploads/2021/03/TFS-New-Banner-062221-768x300.jpg 768w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2021/03/TFS-New-Banner-062221.jpg" /><noscript><img width="800" height="312" src="https://chattooga1180.com/wp-content/uploads/2021/03/TFS-New-Banner-062221.jpg" class="attachment-full size-full" alt="" decoding="async" srcset="https://chattooga1180.com/wp-content/uploads/2021/03/TFS-New-Banner-062221.jpg 800w, https://chattooga1180.com/wp-content/uploads/2021/03/TFS-New-Banner-062221-300x117.jpg 300w, https://chattooga1180.com/wp-content/uploads/2021/03/TFS-New-Banner-062221-768x300.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript></a><a style="height:300px;width:812px;float:left;" class="aas_wrapper " href="https://chattooga1180.com?ads_click=1&data=54972-43053-42909-43052-5&nonce=4014b1b1c4&redir=http%3A%2F%2Fwww.nges.com&c_url=https%3A%2F%2Fchattooga1180.com%2F" style="overflow:hidden;" target="_blank" data-ads="54972-43053-42909-43052-5" data-nonce="4014b1b1c4"><img width="814" height="312" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20814%20312'%3E%3C/svg%3E" class="attachment-full size-full" alt="" decoding="async" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2018/03/NGES-TYM-BRANSON4.jpg 814w, https://chattooga1180.com/wp-content/uploads/2018/03/NGES-TYM-BRANSON4-300x115.jpg 300w, https://chattooga1180.com/wp-content/uploads/2018/03/NGES-TYM-BRANSON4-768x294.jpg 768w" data-lazy-sizes="(max-width: 814px) 100vw, 814px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2018/03/NGES-TYM-BRANSON4.jpg" /><noscript><img width="814" height="312" src="https://chattooga1180.com/wp-content/uploads/2018/03/NGES-TYM-BRANSON4.jpg" class="attachment-full size-full" alt="" decoding="async" srcset="https://chattooga1180.com/wp-content/uploads/2018/03/NGES-TYM-BRANSON4.jpg 814w, https://chattooga1180.com/wp-content/uploads/2018/03/NGES-TYM-BRANSON4-300x115.jpg 300w, https://chattooga1180.com/wp-content/uploads/2018/03/NGES-TYM-BRANSON4-768x294.jpg 768w" sizes="(max-width: 814px) 100vw, 814px" /></noscript></a><a style="height:300px;width:812px;float:left;" class="aas_wrapper " href="https://chattooga1180.com?ads_click=1&data=134153-43053-42909-43052-6&nonce=a43c5385ae&redir=https%3A%2F%2Fwww.facebook.com%2FBeautybyL3XI&c_url=https%3A%2F%2Fchattooga1180.com%2F" style="overflow:hidden;" target="_blank" data-ads="134153-43053-42909-43052-6" data-nonce="a43c5385ae"><img width="848" height="315" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20848%20315'%3E%3C/svg%3E" class="attachment-full size-full" alt="" decoding="async" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2023/12/Lexi-Banner.jpg 848w, https://chattooga1180.com/wp-content/uploads/2023/12/Lexi-Banner-300x111.jpg 300w, https://chattooga1180.com/wp-content/uploads/2023/12/Lexi-Banner-768x285.jpg 768w" data-lazy-sizes="(max-width: 848px) 100vw, 848px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2023/12/Lexi-Banner.jpg" /><noscript><img width="848" height="315" src="https://chattooga1180.com/wp-content/uploads/2023/12/Lexi-Banner.jpg" class="attachment-full size-full" alt="" decoding="async" srcset="https://chattooga1180.com/wp-content/uploads/2023/12/Lexi-Banner.jpg 848w, https://chattooga1180.com/wp-content/uploads/2023/12/Lexi-Banner-300x111.jpg 300w, https://chattooga1180.com/wp-content/uploads/2023/12/Lexi-Banner-768x285.jpg 768w" sizes="(max-width: 848px) 100vw, 848px" /></noscript></a><a style="height:300px;width:812px;float:left;" class="aas_wrapper " href="https://chattooga1180.com?ads_click=1&data=89135-43053-42909-43052-7&nonce=eea0c10f4c&redir=https%3A%2F%2Fwww.facebook.com%2FDariDipGA%2F&c_url=https%3A%2F%2Fchattooga1180.com%2F" style="overflow:hidden;" target="_blank" data-ads="89135-43053-42909-43052-7" data-nonce="eea0c10f4c"><img width="812" height="337" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20812%20337'%3E%3C/svg%3E" class="attachment-full size-full" alt="" decoding="async" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2020/02/Dari-Dip-Banner-One.jpg 812w, https://chattooga1180.com/wp-content/uploads/2020/02/Dari-Dip-Banner-One-300x125.jpg 300w, https://chattooga1180.com/wp-content/uploads/2020/02/Dari-Dip-Banner-One-768x319.jpg 768w" data-lazy-sizes="(max-width: 812px) 100vw, 812px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2020/02/Dari-Dip-Banner-One.jpg" /><noscript><img width="812" height="337" src="https://chattooga1180.com/wp-content/uploads/2020/02/Dari-Dip-Banner-One.jpg" class="attachment-full size-full" alt="" decoding="async" srcset="https://chattooga1180.com/wp-content/uploads/2020/02/Dari-Dip-Banner-One.jpg 812w, https://chattooga1180.com/wp-content/uploads/2020/02/Dari-Dip-Banner-One-300x125.jpg 300w, https://chattooga1180.com/wp-content/uploads/2020/02/Dari-Dip-Banner-One-768x319.jpg 768w" sizes="(max-width: 812px) 100vw, 812px" /></noscript></a></div></div>
</div>
</header>
<div class="content">
<div class="container">
<div class="container-inner">
<div class="content-column-content">
<article>
<div class="post-42858 page type-page status-publish has-post-thumbnail hentry" id="post-42858">
<section class="latest-post-selection" id="lps-5a42be55884835a6e6eff1be944b4936" style="" role="list"><article class="post-159012 post type-post status-publish format-standard hentry category-local-news category-local-news-items has-link" data-lps-id="159012" role="listitem"><a href="https://chattooga1180.com/northwest-georgia-braces-for-thunderstorms/" title="Northwest Georgia Braces for Thunderstorms" class="article__link main-link"><h3 class="article__title item-title-tag">Northwest Georgia Braces for Thunderstorms</h3></a><div class="article__text item-text"><h2><img decoding="async" class="alignnone size-full wp-image-80377" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20360'%3E%3C/svg%3E" alt="" width="640" height="360" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2019/12/rain.jpg 640w, https://chattooga1180.com/wp-content/uploads/2019/12/rain-300x169.jpg 300w" data-lazy-sizes="(max-width: 640px) 100vw, 640px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2019/12/rain.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-80377" src="https://chattooga1180.com/wp-content/uploads/2019/12/rain.jpg" alt="" width="640" height="360" srcset="https://chattooga1180.com/wp-content/uploads/2019/12/rain.jpg 640w, https://chattooga1180.com/wp-content/uploads/2019/12/rain-300x169.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" /></noscript></h2>
<p>Northwest Georgia is preparing for a multi-day stretch of unsettled weather, beginning today with a heightened risk of strong to severe thunderstorms this afternoon.<!--more--></p>
<p>Forecasters indicate that scattered to numerous showers and thunderstorms are expected across the region today, with the primary concern being the potential for isolated strong to severe storms developing this afternoon, mainly after 2 p.m. These storms could bring wind gusts ranging from 40 to 60 mph and periods of heavy rainfall, potentially leading to localized flooding.</p>
<p>Today, Saturday, the weather will be mostly cloudy, with a high near 83 degrees. The chance of precipitation stands at a significant 70%. Winds will be light, around 5 mph, shifting from north to east in the afternoon.</p>
<p>The wet conditions are set to continue into tonight. Showers and possibly a thunderstorm are likely before 11 p.m., with a continued chance of rain and storms after midnight. The low temperature is expected to be around 69 degrees, with an 80% chance of precipitation. New rainfall amounts between a quarter and half of an inch are possible overnight.</p>
<p><strong>Unsettled Pattern Continues Through Early Next Week</strong></p>
<p>The chance for rain and storms will persist through the weekend and into the early part of next week.</p>
<p>On Sunday, showers are likely, with a chance of thunderstorms especially before 2 p.m., followed by scattered chances later in the day. Temperatures will be cooler, with a high near 75 degrees. East winds will be 5 to 10 mph, with gusts up to 15 mph. The chance of precipitation remains high at 70%, with new rainfall amounts between a tenth and quarter of an inch, though higher amounts are possible in stronger thunderstorms. Sunday night will see a 30% chance of showers and thunderstorms, with a mostly cloudy sky and a low around 65.</p>
<p>Monday brings a 40% chance of showers, with thunderstorms also possible after 11 a.m. The day will be mostly cloudy, with a high near 76 degrees. Similar to Sunday, east winds will be 5 to 10 mph with gusts up to 15 mph. Monday night has a 50% chance of showers and thunderstorms, with a low around 66.</p>
<p>The pattern of unsettled weather is expected to extend into Tuesday, with a 70% chance of showers and thunderstorms. Showers are likely and possibly a thunderstorm after 2 p.m. The day will be mostly cloudy with a high near 79 degrees.</p>
<p>Residents are advised to stay informed by monitoring local weather forecasts and be prepared for rapidly changing conditions, especially during the afternoon and evening hours today. Secure any outdoor items that could be blown away by strong winds and be aware of the potential for localized flooding in low-lying areas.</p>
</div></article><article class="post-159007 post type-post status-publish format-standard hentry category-local-news category-local-news-items has-link" data-lps-id="159007" role="listitem"><a href="https://chattooga1180.com/arrest-report-saturday-august-2-2025/" title="Arrest Report - Saturday - August 2, 2025" class="article__link main-link"><h3 class="article__title item-title-tag">Arrest Report - Saturday - August 2, 2025</h3></a><div class="article__text item-text"><p><img decoding="async" class="alignnone size-full wp-image-143108" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20224%20225'%3E%3C/svg%3E" alt="" width="224" height="225" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2024/07/SheriffSchraderLogo2024.jpg 224w, https://chattooga1180.com/wp-content/uploads/2024/07/SheriffSchraderLogo2024-150x150.jpg 150w, https://chattooga1180.com/wp-content/uploads/2024/07/SheriffSchraderLogo2024-144x144.jpg 144w" data-lazy-sizes="(max-width: 224px) 100vw, 224px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2024/07/SheriffSchraderLogo2024.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-143108" src="https://chattooga1180.com/wp-content/uploads/2024/07/SheriffSchraderLogo2024.jpg" alt="" width="224" height="225" srcset="https://chattooga1180.com/wp-content/uploads/2024/07/SheriffSchraderLogo2024.jpg 224w, https://chattooga1180.com/wp-content/uploads/2024/07/SheriffSchraderLogo2024-150x150.jpg 150w, https://chattooga1180.com/wp-content/uploads/2024/07/SheriffSchraderLogo2024-144x144.jpg 144w" sizes="(max-width: 224px) 100vw, 224px" /></noscript></p>
<p>Here is the latest arrest report from the Chattooga County Sheriff’s Office for Saturday, August 2, 2025: <!--more--></p>
<p><img decoding="async" class="alignnone size-full wp-image-159008" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20789%20924'%3E%3C/svg%3E" alt="" width="789" height="924" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-1.jpg 789w, https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-1-256x300.jpg 256w, https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-1-768x899.jpg 768w" data-lazy-sizes="(max-width: 789px) 100vw, 789px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-1.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-159008" src="https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-1.jpg" alt="" width="789" height="924" srcset="https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-1.jpg 789w, https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-1-256x300.jpg 256w, https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-1-768x899.jpg 768w" sizes="(max-width: 789px) 100vw, 789px" /></noscript> <img decoding="async" class="alignnone size-full wp-image-159009" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20802%20637'%3E%3C/svg%3E" alt="" width="802" height="637" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-2.jpg 802w, https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-2-300x238.jpg 300w, https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-2-768x610.jpg 768w" data-lazy-sizes="(max-width: 802px) 100vw, 802px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-2.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-159009" src="https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-2.jpg" alt="" width="802" height="637" srcset="https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-2.jpg 802w, https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-2-300x238.jpg 300w, https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-2-768x610.jpg 768w" sizes="(max-width: 802px) 100vw, 802px" /></noscript> <img decoding="async" class="alignnone size-full wp-image-159010" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20806%20855'%3E%3C/svg%3E" alt="" width="806" height="855" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-3.jpg 806w, https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-3-283x300.jpg 283w, https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-3-768x815.jpg 768w" data-lazy-sizes="(max-width: 806px) 100vw, 806px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-3.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-159010" src="https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-3.jpg" alt="" width="806" height="855" srcset="https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-3.jpg 806w, https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-3-283x300.jpg 283w, https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Saturday-August-2-2025-Page-3-768x815.jpg 768w" sizes="(max-width: 806px) 100vw, 806px" /></noscript></p>
</div></article><article class="post-158921 post type-post status-publish format-standard hentry category-local-news category-local-news-items has-link" data-lps-id="158921" role="listitem"><a href="https://chattooga1180.com/georgia-power-faces-criticism-over-energy-plans-fossil-fuel-reliance-and-increasing-costs/" title="Georgia Power Faces Criticism Over Energy Plans, Fossil Fuel Reliance, And Increasing Costs" class="article__link main-link"><h3 class="article__title item-title-tag">Georgia Power Faces Criticism Over Energy Plans, Fossil Fuel Reliance, And Increasing Costs</h3></a><div class="article__text item-text"><p><img decoding="async" class="alignnone size-full wp-image-154298" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20432'%3E%3C/svg%3E" alt="" width="768" height="432" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2025/04/Georgia-Power-Corporate.jpg 768w, https://chattooga1180.com/wp-content/uploads/2025/04/Georgia-Power-Corporate-300x169.jpg 300w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2025/04/Georgia-Power-Corporate.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-154298" src="https://chattooga1180.com/wp-content/uploads/2025/04/Georgia-Power-Corporate.jpg" alt="" width="768" height="432" srcset="https://chattooga1180.com/wp-content/uploads/2025/04/Georgia-Power-Corporate.jpg 768w, https://chattooga1180.com/wp-content/uploads/2025/04/Georgia-Power-Corporate-300x169.jpg 300w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></p>
<p>Georgia Power, the state’s largest utility provider, is facing criticism from environmental groups, energy analysts, and individual customers over its proposed energy plans, reliance on fossil fuels, and increasing energy costs. Critics argue that the company’s plans rely too heavily on fossil fuels and underestimate the potential of renewable energy sources.<!--more--></p>
<p>One of the main concerns raised by critics is Georgia Power’s reliance on fossil fuels. The company plans to increase capacity through methane gas units and upgrades to existing fossil fuel plants. Environmental groups like the Sierra Club, Southern Alliance for Clean Energy, and Natural Resources Defense Council argue that this approach is detrimental to the environment and does not adequately prioritize renewable energy sources.</p>
<p>Additionally, some experts believe Georgia Power is overestimating the demand for energy, especially from data centers, and question the reliability of their forecasting models. Former Public Service Commissioner Bobby Baker has also questioned the scale of Georgia Power’s planned capacity increase and the lack of transparency in their energy plans.</p>
<p>Customers have voiced complaints about high energy bills, especially during peak seasons, and concerns about proposed rate hikes. Some customers report difficulty in getting timely assistance with outages and other service-related issues. Frequent and prolonged power outages, especially during extreme weather, have led to frustration and financial losses for some customers.</p>
<p>Georgia Power maintains that its plans are necessary to meet the growing energy demand in the state, particularly from data centers. They also emphasize their commitment to investing in renewable energy sources, such as solar power, and upgrading existing infrastructure. The company is also subject to oversight from the Georgia Public Service Commission, which will be holding hearings on their proposed energy plan.</p>
<p>Despite Georgia Power’s assurances, critics remain skeptical of the company’s approach and are calling for greater transparency and a stronger focus on renewable energy sources. As the debate continues, it remains to be seen how Georgia Power will address these concerns and adjust its energy plans accordingly.</p>
</div></article><article class="post-158919 post type-post status-publish format-standard hentry category-local-news category-local-news-items has-link" data-lps-id="158919" role="listitem"><a href="https://chattooga1180.com/chattooga-young-farmers-to-delve-into-sheep-dairy-and-cheese-making-at-rosemary-thyme-creamery/" title="Chattooga Young Farmers to Delve Into Sheep Dairy And Cheese Making At Rosemary & Thyme Creamery" class="article__link main-link"><h3 class="article__title item-title-tag">Chattooga Young Farmers to Delve Into Sheep Dairy And Cheese Making At Rosemary & Thyme Creamery</h3></a><div class="article__text item-text"><p><img decoding="async" class="alignnone size-full wp-image-82213" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20238%20212'%3E%3C/svg%3E" alt="" width="238" height="212" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2020/01/young-farmer-logo.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-82213" src="https://chattooga1180.com/wp-content/uploads/2020/01/young-farmer-logo.jpg" alt="" width="238" height="212" /></noscript></p>
<p>The Chattooga Young Farmers are inviting interested individuals to their August class, an educational excursion to Rosemary & Thyme Creamery in LaFayette, set for Thursday, August 7th at 6 p.m.<!--more--></p>
<p>Attendees will gain an insightful, behind-the-scenes look at a working sheep dairy operation. The class will cover various aspects of the creamery’s operations, including the care and management of their sheep, the intricate process of milking, and the artisanal craft of transforming fresh milk into delicious cheeses.</p>
<p>This hands-on experience offers a unique opportunity for young farmers and agricultural enthusiasts to understand the value chain of local food production, from livestock management to finished product.</p>
<p>Rosemary & Thyme Creamery is located at 5328 Chamberlain Road, LaFayette, GA 30728.</p>
<p>Drinks and snacks will be provided for all participants. Those planning to attend must RSVP to Lauren Jarrett by <strong>Tuesday, August 5th</strong>. Lauren can be reached via email at <a href="mailto:ljarrett@chattooga.k12.ga.us">ljarrett@chattooga.k12.ga.us</a> or by phone at 706.252.4266.</p>
<p>For convenience, a carpool option is available. Jarrett will be departing from the Ag Center at 5 p.m. on the day of the event for those wishing to ride together.</p>
<p>This promises to be an engaging and educational evening for anyone interested in sustainable agriculture and local food systems in the Chattooga County area.</p>
</div></article><article class="post-158917 post type-post status-publish format-standard hentry category-local-news category-local-news-items has-link" data-lps-id="158917" role="listitem"><a href="https://chattooga1180.com/summerville-man-charged-with-dui-other-offenses-after-admitting-hydrocodone-use/" title="Summerville Man Charged with DUI, Other Offenses After Admitting Hydrocodone Use" class="article__link main-link"><h3 class="article__title item-title-tag">Summerville Man Charged with DUI, Other Offenses After Admitting Hydrocodone Use</h3></a><div class="article__text item-text"><p><img decoding="async" class="alignnone size-full wp-image-57303" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20225%20225'%3E%3C/svg%3E" alt="" width="225" height="225" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2018/04/summerville-police-badge.jpg 225w, https://chattooga1180.com/wp-content/uploads/2018/04/summerville-police-badge-150x150.jpg 150w, https://chattooga1180.com/wp-content/uploads/2018/04/summerville-police-badge-144x144.jpg 144w" data-lazy-sizes="(max-width: 225px) 100vw, 225px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2018/04/summerville-police-badge.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-57303" src="https://chattooga1180.com/wp-content/uploads/2018/04/summerville-police-badge.jpg" alt="" width="225" height="225" srcset="https://chattooga1180.com/wp-content/uploads/2018/04/summerville-police-badge.jpg 225w, https://chattooga1180.com/wp-content/uploads/2018/04/summerville-police-badge-150x150.jpg 150w, https://chattooga1180.com/wp-content/uploads/2018/04/summerville-police-badge-144x144.jpg 144w" sizes="(max-width: 225px) 100vw, 225px" /></noscript></p>
<p>A 58-year-old Summerville man faces multiple charges, including driving under the influence (DUI), after being stopped by Summerville Police Wednesday night for allegedly weaving across traffic lines. Danny Dennis Pair reportedly admitted to officers he had taken three prescribed hydrocodone pills prior to driving.</p>
<p>According to the Summerville Police Department, an officer observed a 2017 Ford F350, driven by Pair, weaving on Montgomery Street, near the intersection of Curran Street. The officer initiated a traffic stop due to the erratic driving.</p>
<p>Police stated that during the stop, Pair informed the officer he had consumed three prescribed hydrocodone pills before getting behind the wheel.</p>
<p>Subsequently, Pair was charged with DUI, failure to maintain a single lane, driving without a license, and canceled registration. He was issued citations for the offenses.</p>
</div></article><article class="post-158914 post type-post status-publish format-standard hentry category-local-news category-local-news-items has-link" data-lps-id="158914" role="listitem"><a href="https://chattooga1180.com/adventhealth-georgia-and-redmond-ceo-isaac-sendros-appointed-to-georgia-hospital-association-board-of-trustees/" title="AdventHealth Georgia and Redmond CEO Isaac Sendros Appointed to Georgia Hospital Association Board of Trustees" class="article__link main-link"><h3 class="article__title item-title-tag">AdventHealth Georgia and Redmond CEO Isaac Sendros Appointed to Georgia Hospital Association Board of Trustees</h3></a><div class="article__text item-text"><p><img decoding="async" class="alignnone wp-image-158915" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20487%20325'%3E%3C/svg%3E" alt="" width="487" height="325" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2025/08/IsaacSendrosHeadshot2025.jpeg 1000w, https://chattooga1180.com/wp-content/uploads/2025/08/IsaacSendrosHeadshot2025-300x200.jpeg 300w, https://chattooga1180.com/wp-content/uploads/2025/08/IsaacSendrosHeadshot2025-768x512.jpeg 768w" data-lazy-sizes="(max-width: 487px) 100vw, 487px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2025/08/IsaacSendrosHeadshot2025.jpeg" /><noscript><img decoding="async" class="alignnone wp-image-158915" src="https://chattooga1180.com/wp-content/uploads/2025/08/IsaacSendrosHeadshot2025.jpeg" alt="" width="487" height="325" srcset="https://chattooga1180.com/wp-content/uploads/2025/08/IsaacSendrosHeadshot2025.jpeg 1000w, https://chattooga1180.com/wp-content/uploads/2025/08/IsaacSendrosHeadshot2025-300x200.jpeg 300w, https://chattooga1180.com/wp-content/uploads/2025/08/IsaacSendrosHeadshot2025-768x512.jpeg 768w" sizes="(max-width: 487px) 100vw, 487px" /></noscript></p>
<p>Isaac Sendros, President and Chief Executive Officer (CEO) of AdventHealth Georgia and AdventHealth Redmond, has been appointed to the Board of Trustees of the Georgia Hospital Association (GHA). The announcement was made on July 11 during the association’s Annual Meeting of the Assembly.<!--more--></p>
<p>Sendros will serve as an At-Large Trustee, a role that encompasses developing strategies for GHA hospital members, advocating for the highest quality patient care, and supporting adequate reimbursement for hospitals across the state.</p>
<p>Sendros assumed the presidency and CEO role at AdventHealth Redmond in February 2023, and will additionally take on the same leadership position for AdventHealth Georgia in January 2025. His extensive career in healthcare leadership includes a previous tenure as President of AdventHealth Avista in Louisville, Colorado. Prior to that, Sendros held various leadership positions within AdventHealth’s central Florida network, including Vice President of Operations at AdventHealth Central Florida and Director of Ancillary Services at AdventHealth Kissimmee.</p>
<p>Throughout his career, Sendros has a proven track record of overseeing significant expansion projects, notably leading a $26 million surgical expansion and an $84 million tower expansion during his time at AdventHealth Kissimmee.</p>
<p>“Isaac Sendros brings extensive leadership experience to our state and is committed to bettering the health and well-being of Georgians,” said Caylee Noggle, President and CEO of the GHA. “His experience will serve our Board well, and we look forward to his service.”</p>
<p>Sendros expressed his enthusiasm for the new role, stating, “The Georgia Hospital Association is a key partner as we work together to ensure the residents of Georgia receive the best possible care. I am honored to serve on the GHA Board as we continue this important life-saving work.”</p>
<p>Sendros holds a Master of Business Administration from Western Governors University in Millcreek, Utah, and a Bachelor of Science in Marketing from Southern Adventist University in Collegedale, Tennessee.</p>
<h3></h3>
<p><strong>About AdventHealth Georgia & AdventHealth Redmond:</strong> AdventHealth Georgia and AdventHealth Redmond are part of AdventHealth, a not-for-profit health care organization with a mission to Extend the Healing Ministry of Christ. Established in 1866, AdventHealth is one of the largest health care systems in the U.S., with over 50 hospital campuses and hundreds of care sites in diversified markets.</p>
<p><strong>About the Georgia Hospital Association (GHA):</strong> The Georgia Hospital Association is a not-for-profit trade association that has served as the leading advocate for hospitals and health systems in Georgia since 1929. Its mission is to advance the health of individuals and communities by serving the needs of its member hospitals and health care systems.</p>
</div></article><article class="post-158931 post type-post status-publish format-standard hentry category-local-news category-local-news-items has-link" data-lps-id="158931" role="listitem"><a href="https://chattooga1180.com/chattooga-county-elections-board-schedules-public-meeting-for-august-21/" title="Chattooga County Elections Board Schedules Public Meeting for August 21" class="article__link main-link"><h3 class="article__title item-title-tag">Chattooga County Elections Board Schedules Public Meeting for August 21</h3></a><div class="article__text item-text"><p><img decoding="async" class="alignnone size-full wp-image-158932" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20600%20503'%3E%3C/svg%3E" alt="" width="600" height="503" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2025/08/Elections.jpg 600w, https://chattooga1180.com/wp-content/uploads/2025/08/Elections-300x252.jpg 300w" data-lazy-sizes="(max-width: 600px) 100vw, 600px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2025/08/Elections.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-158932" src="https://chattooga1180.com/wp-content/uploads/2025/08/Elections.jpg" alt="" width="600" height="503" srcset="https://chattooga1180.com/wp-content/uploads/2025/08/Elections.jpg 600w, https://chattooga1180.com/wp-content/uploads/2025/08/Elections-300x252.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></p>
<p>The Chattooga County Board of Elections and Registration has announced it will conduct a public meeting on Thursday, August 21, 2025, at 2:00 PM. The meeting will be held at the Registrars Office, located at 10017 Commerce Street in Summerville. All members of the public are invited and encouraged to attend.</p>
<p><strong>Meeting Details:</strong></p>
<ul>
<li><strong>What:</strong> Chattooga County Board of Elections and Registration Meeting</li>
<li><strong>When:</strong> Thursday, August 21, 2025, at 2:00 PM</li>
<li><strong>Where:</strong> Registrars Office, 10017 Commerce Street, Summerville, GA</li>
<li><strong>Access:</strong> Open to the Public</li>
</ul>
<p> </p>
</div></article><article class="post-158928 post type-post status-publish format-standard hentry category-community-calandar category-community-calendar category-local-news category-local-news-items has-link" data-lps-id="158928" role="listitem"><a href="https://chattooga1180.com/summerville-steam-special-chili-brunswick-stew-cookoff-2025/" title="Summerville Steam Special Chili & Brunswick Stew Cookoff - 2025" class="article__link main-link"><h3 class="article__title item-title-tag">Summerville Steam Special Chili & Brunswick Stew Cookoff - 2025</h3></a><div class="article__text item-text"><p><img decoding="async" class="alignnone size-full wp-image-158929" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20720%20960'%3E%3C/svg%3E" alt="" width="720" height="960" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2025/08/Chili.jpg 720w, https://chattooga1180.com/wp-content/uploads/2025/08/Chili-225x300.jpg 225w" data-lazy-sizes="(max-width: 720px) 100vw, 720px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2025/08/Chili.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-158929" src="https://chattooga1180.com/wp-content/uploads/2025/08/Chili.jpg" alt="" width="720" height="960" srcset="https://chattooga1180.com/wp-content/uploads/2025/08/Chili.jpg 720w, https://chattooga1180.com/wp-content/uploads/2025/08/Chili-225x300.jpg 225w" sizes="(max-width: 720px) 100vw, 720px" /></noscript></p>
<p>The aromas of simmering chili and rich Brunswick stew are set to fill the air of downtown Summerville as the City of Summerville and Summerville Main Street proudly announce the return of the much-anticipated Summerville Steam Special Chili & Brunswick Stew Cookoff. This culinary showdown will take place on Saturday, September 27, 2025, from 10 AM until 3 PM at The Depot, promising a day of delicious competition, live entertainment, and a grand spectacle.<!--more--></p>
<p>Teams from across the region will battle it out, showcasing their most cherished and secret recipes for both chili and Brunswick stew. Attendees will have the unique opportunity to purchase individual servings of chili and Brunswick stew from the competing teams. For those with an eager palate, “Tasting Bracelets” will be available, allowing guests to sample entries from every team and cast their vote for the coveted People’s Choice awards.</p>
<p>The competition boasts significant prizes for the culinary champions. In both the Chili and Brunswick Stew divisions, the first-place Judges’ Choice winner will take home a generous $500, second place will receive $200, and third place will earn $100. The People’s Choice Division winners will enjoy a split of “The Pot” – all proceeds from the sold Tasting Bracelets – along with well-deserved trophies. Beyond the taste, teams are encouraged to show their spirit; winners of the Best Team Theme/Spirit will also receive trophies and bragging rights.</p>
<p>Adding a unique charm to the event, the cookoff will welcome the grand arrival of the Tennessee Valley Railroad Museum Steam Engine Passenger Train, offering a magnificent backdrop to the festivities and a treat for train enthusiasts of all ages.</p>
<p>Beyond the savory competitions, the Summerville Steam Special Chili & Brunswick Stew Cookoff will feature a vibrant marketplace with a variety of arts, crafts, and retail vendors, perfect for finding unique treasures. Live musical entertainment will keep the atmosphere lively throughout the day, ensuring fun for the entire family.</p>
<p>Mark your calendars for Saturday, September 27, 2025, and prepare for a day of savory delights, friendly competition, and community celebration in downtown Summerville.</p>
<p>For more details and updates as the event approaches, be sure to keep an eye on the City of Summerville’s official Facebook Page. Interested participants or vendors can also contact Summerville Main Street Director Susan Locklear directly at 706-859-0900.</p>
<h3>About Summerville Main Street:</h3>
<p>Summerville Main Street is dedicated to the revitalization and promotion of downtown Summerville, fostering economic growth and community engagement through events and initiatives.</p>
<h3>About the City of Summerville:</h3>
<p>The City of Summerville is committed to providing a high quality of life for its residents and visitors, fostering a vibrant community spirit and supporting local businesses.</p>
<p><strong>###</strong></p>
</div></article><article class="post-158926 post type-post status-publish format-standard hentry category-local-news category-local-news-items has-link" data-lps-id="158926" role="listitem"><a href="https://chattooga1180.com/georgia-lottery-exceeds-1-billion-for-education-for-10th-consecutive-year-funds-hope-and-pre-k/" title="Georgia Lottery Exceeds $1 Billion For Education For 10th Consecutive Year, Funds HOPE And Pre-K" class="article__link main-link"><h3 class="article__title item-title-tag">Georgia Lottery Exceeds $1 Billion For Education For 10th Consecutive Year, Funds HOPE And Pre-K</h3></a><div class="article__text item-text"><p><img decoding="async" class="alignnone size-full wp-image-134710" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20667%20395'%3E%3C/svg%3E" alt="" width="667" height="395" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2023/12/Georgia-Lottery.jpg 667w, https://chattooga1180.com/wp-content/uploads/2023/12/Georgia-Lottery-300x178.jpg 300w" data-lazy-sizes="(max-width: 667px) 100vw, 667px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2023/12/Georgia-Lottery.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-134710" src="https://chattooga1180.com/wp-content/uploads/2023/12/Georgia-Lottery.jpg" alt="" width="667" height="395" srcset="https://chattooga1180.com/wp-content/uploads/2023/12/Georgia-Lottery.jpg 667w, https://chattooga1180.com/wp-content/uploads/2023/12/Georgia-Lottery-300x178.jpg 300w" sizes="(max-width: 667px) 100vw, 667px" /></noscript></p>
<p>The Georgia Lottery Corporation has announced a monumental achievement, generating $1,471,352,000 in proceeds for Georgia’s HOPE Scholarship and Pre-K programs in fiscal year 2025. This marks the tenth consecutive year the organization has surpassed the $1 billion mark in contributions to the state’s education initiatives.<!--more--></p>
<p>The impressive financial milestone underscores the lottery’s consistent and significant role in funding crucial educational opportunities across Georgia. Fiscal year 2025 commenced on July 1, 2024, and concluded on June 30, 2025.</p>
<p>“Ten successive years of billion-dollar returns to education in Georgia is an achievement in which we can all take great pride,” stated Gretchen Corbin, President and CEO of the Georgia Lottery. “This milestone represents a decade of tremendous impact throughout Georgia, and we are grateful for the support we have received over the years.”</p>
<p>Corbin extended her appreciation to Governor Brian Kemp, the Georgia legislature, the lottery’s board of directors and advisory boards, as well as its valued retailers, vendors, partners, employees, and players, all of whom contribute to the corporation’s ongoing success.</p>
<p>Since its inception, the Georgia Lottery Corporation has returned more than $29.8 billion to the state of Georgia for educational programs. All lottery profits are statutorily dedicated to specific educational initiatives, including Georgia’s acclaimed HOPE Scholarship Program and Georgia’s Pre-K Program.</p>
<p>The impact of these funds is far-reaching: a staggering 2.25 million students have already benefited from the HOPE Scholarship, enabling them to pursue higher education, while more than 2.2 million four-year-olds have participated in the statewide, voluntary prekindergarten program, providing a vital head start to their academic journeys.</p>
<h3>About the Georgia Lottery Corporation</h3>
<p>The Georgia Lottery Corporation was created in 1992 by the people of Georgia through a constitutional amendment to provide funds for educational programs. All profits from the Georgia Lottery go to pay for specific educational programs, including Georgia’s HOPE Scholarship Program and Georgia’s Pre-K Program. More than $29.8 billion has been raised for education in Georgia since the Lottery began.</p>
<p><strong>###</strong></p>
</div></article><article class="post-158923 post type-post status-publish format-standard hentry category-local-news category-local-news-items has-link" data-lps-id="158923" role="listitem"><a href="https://chattooga1180.com/berry-college-secures-national-grant-to-preserve-historic-african-american-cemeteries/" title="Berry College Secures National Grant To Preserve Historic African American Cemeteries" class="article__link main-link"><h3 class="article__title item-title-tag">Berry College Secures National Grant To Preserve Historic African American Cemeteries</h3></a><div class="article__text item-text"><h2><img decoding="async" class="alignnone size-full wp-image-158924" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20799%20451'%3E%3C/svg%3E" alt="" width="799" height="451" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2025/08/Berry-AA-Cemetary.jpg 799w, https://chattooga1180.com/wp-content/uploads/2025/08/Berry-AA-Cemetary-300x169.jpg 300w, https://chattooga1180.com/wp-content/uploads/2025/08/Berry-AA-Cemetary-768x434.jpg 768w" data-lazy-sizes="(max-width: 799px) 100vw, 799px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2025/08/Berry-AA-Cemetary.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-158924" src="https://chattooga1180.com/wp-content/uploads/2025/08/Berry-AA-Cemetary.jpg" alt="" width="799" height="451" srcset="https://chattooga1180.com/wp-content/uploads/2025/08/Berry-AA-Cemetary.jpg 799w, https://chattooga1180.com/wp-content/uploads/2025/08/Berry-AA-Cemetary-300x169.jpg 300w, https://chattooga1180.com/wp-content/uploads/2025/08/Berry-AA-Cemetary-768x434.jpg 768w" sizes="(max-width: 799px) 100vw, 799px" /></noscript></h2>
<h6>Photo Credit: Berry College</h6>
<p>Berry College has been awarded a $50,000 grant from the National Trust for Historic Preservation to assess and preserve two historically African American cemeteries located on its campus. These sites are the last physical remnants of two Reconstruction-era settlements, Freemantown and the Shelton Family, founded by formerly enslaved people in Mount Berry, Georgia, between 1870 and the 1920s.<!--more--></p>
<p>The cemeteries, located within Berry’s expansive Mountain Campus, hold significant historical value, predating the establishment of the Berry Schools (now Berry College) in 1902. The grant funding aims to support comprehensive site surveys, detailed condition assessments, and the development of a long-term preservation plan to protect these sacred spaces and the stories they represent.</p>
<p>“I am excited that we have received support from the National Trust for Historic Preservation African American Cultural Heritage Action Fund to support our documentation and preservation efforts of these two historic resources on the Berry College campus,” said Jennifer Dickey, a Kennesaw State University professor of history, campus preservationist, and Berry College alumna who is serving as the project’s preservation consultant. “The additional documentation generated by the assessments and surveys and the ensuing preservation report will guide Berry’s preservation and interpretation efforts going forward.”</p>
<p>The Freemantown and Shelton family settlements, originally located within a mile of each other, began to disperse in the 1910s and 1920s. During this period, the expanding Berry Schools acquired land occupied by the descendants of the founders. By 1926, the last remaining family members had sold their land and migrated, either to the nearby city of Rome or to distant urban areas as part of the Great Migration.</p>
<p>The scope of work for the project is extensive and includes both above-ground and below-ground condition assessments. A crucial component will be a ground-penetrating radar (GPR) survey, which will allow the project team to accurately determine the true number and condition of burials, as well as the precise boundaries of the cemeteries. This detailed information will inform the preparation of a comprehensive cemetery preservation plan.</p>
<p>The grant awarded to Berry College is part of the National Grant Program, a signature initiative of the African American Cultural Heritage Action Fund at the National Trust for Historic Preservation. This year, the fund is distributing $3 million in grants to 24 sites across the country, all of which represent integral aspects of Black American joy, resilience, innovation, and activism.</p>
</div></article><article class="post-158912 post type-post status-publish format-standard hentry category-local-news category-local-news-items has-link" data-lps-id="158912" role="listitem"><a href="https://chattooga1180.com/northwest-georgia-braces-for-more-thunderstorms-flood-risk/" title="Northwest Georgia Braces for More Thunderstorms, Flood Risk" class="article__link main-link"><h3 class="article__title item-title-tag">Northwest Georgia Braces for More Thunderstorms, Flood Risk</h3></a><div class="article__text item-text"><p><img decoding="async" class="alignnone size-full wp-image-80377" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20360'%3E%3C/svg%3E" alt="" width="640" height="360" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2019/12/rain.jpg 640w, https://chattooga1180.com/wp-content/uploads/2019/12/rain-300x169.jpg 300w" data-lazy-sizes="(max-width: 640px) 100vw, 640px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2019/12/rain.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-80377" src="https://chattooga1180.com/wp-content/uploads/2019/12/rain.jpg" alt="" width="640" height="360" srcset="https://chattooga1180.com/wp-content/uploads/2019/12/rain.jpg 640w, https://chattooga1180.com/wp-content/uploads/2019/12/rain-300x169.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" /></noscript></p>
<p>Following heavy downpours on Thursday, Northwest Georgia residents should prepare for a continued pattern of scattered afternoon and evening thunderstorms today, with forecasters warning of potential localized flooding.<!--more--></p>
<p>The National Weather Service predicts a 60% chance of showers and thunderstorms, primarily between 3 p.m. and 5 p.m. today. Temperatures will climb to a high near 93 degrees Fahrenheit, with oppressive heat index values soaring as high as 102 degrees, urging caution for outdoor activities. Winds will be calm, shifting to northwest around 5 mph.</p>
<p>A broad mid and upper-level troughing system, coupled with a surface front pushing south into northern Georgia later this morning, is responsible for sparking these diurnally-driven storms. These conditions are expected to persist, bringing showers and thunderstorms tonight, mainly before 8 p.m., with a 60% chance of precipitation and a low around 70 degrees.</p>
<p>The cold front will continue its southward trek overnight into Saturday. On Saturday, the chance of precipitation rises significantly to 80%, with showers and potentially thunderstorms expected after 2 p.m. The high will be cooler, near 82 degrees. While general rainfall amounts are anticipated to be between a tenth and a quarter of an inch, higher amounts are possible in stronger thunderstorms, increasing the risk of localized flooding.</p>
<p>The front is then expected to stall across middle Georgia, which will provide a “much needed break” for Northwest Georgia from the most intense storm activity. Cold air damming down the Appalachians will help to suppress widespread afternoon thunderstorms in the immediate area.</p>
<p>However, scattered storms remain in the weekend forecast. Sunday still carries a 60% chance of showers and thunderstorms, largely after 8 a.m., with a high near 77 degrees. By Sunday night, the chance drops to 30%, with a low around 65.</p>
<p>Looking ahead to Monday, the forecast calls for a 40% chance of showers and possible thunderstorms after 2 p.m., with a partly sunny sky and a high near 82 degrees.</p>
<p>Residents are advised to stay informed on the latest weather alerts, especially concerning the potential for heavy rainfall and localized flooding over the next few days.</p>
</div></article><article class="post-158905 post type-post status-publish format-standard hentry category-local-news category-local-news-items has-link" data-lps-id="158905" role="listitem"><a href="https://chattooga1180.com/arrest-report-friday-august-1-2025/" title="Arrest Report - Friday - August 1, 2025" class="article__link main-link"><h3 class="article__title item-title-tag">Arrest Report - Friday - August 1, 2025</h3></a><div class="article__text item-text"><p><img decoding="async" class="alignnone size-full wp-image-143108" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20224%20225'%3E%3C/svg%3E" alt="" width="224" height="225" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2024/07/SheriffSchraderLogo2024.jpg 224w, https://chattooga1180.com/wp-content/uploads/2024/07/SheriffSchraderLogo2024-150x150.jpg 150w, https://chattooga1180.com/wp-content/uploads/2024/07/SheriffSchraderLogo2024-144x144.jpg 144w" data-lazy-sizes="(max-width: 224px) 100vw, 224px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2024/07/SheriffSchraderLogo2024.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-143108" src="https://chattooga1180.com/wp-content/uploads/2024/07/SheriffSchraderLogo2024.jpg" alt="" width="224" height="225" srcset="https://chattooga1180.com/wp-content/uploads/2024/07/SheriffSchraderLogo2024.jpg 224w, https://chattooga1180.com/wp-content/uploads/2024/07/SheriffSchraderLogo2024-150x150.jpg 150w, https://chattooga1180.com/wp-content/uploads/2024/07/SheriffSchraderLogo2024-144x144.jpg 144w" sizes="(max-width: 224px) 100vw, 224px" /></noscript></p>
<p>Here is the latest arrest report from the Chattooga County Sheriff’s Office for Friday, August 1, 2025: <!--more--></p>
<p><img decoding="async" class="alignnone size-full wp-image-158906" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20803%201557'%3E%3C/svg%3E" alt="" width="803" height="1557" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Friday-August-1-2025.jpg 803w, https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Friday-August-1-2025-155x300.jpg 155w, https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Friday-August-1-2025-528x1024.jpg 528w, https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Friday-August-1-2025-768x1489.jpg 768w, https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Friday-August-1-2025-792x1536.jpg 792w" data-lazy-sizes="(max-width: 803px) 100vw, 803px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Friday-August-1-2025.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-158906" src="https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Friday-August-1-2025.jpg" alt="" width="803" height="1557" srcset="https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Friday-August-1-2025.jpg 803w, https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Friday-August-1-2025-155x300.jpg 155w, https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Friday-August-1-2025-528x1024.jpg 528w, https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Friday-August-1-2025-768x1489.jpg 768w, https://chattooga1180.com/wp-content/uploads/2025/08/Arrest-Report-Friday-August-1-2025-792x1536.jpg 792w" sizes="(max-width: 803px) 100vw, 803px" /></noscript></p>
</div></article><article class="post-158902 post type-post status-publish format-standard hentry category-local-news category-local-news-items has-link" data-lps-id="158902" role="listitem"><a href="https://chattooga1180.com/downtown-summerville-experiences-flash-flooding-after-heavy-rains/" title="Downtown Summerville Experiences Flash Flooding After Heavy Rains" class="article__link main-link"><h3 class="article__title item-title-tag">Downtown Summerville Experiences Flash Flooding After Heavy Rains</h3></a><div class="article__text item-text"><p><img decoding="async" class="alignnone wp-image-158903" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20467%20517'%3E%3C/svg%3E" alt="" width="467" height="517" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2025/07/Carter-Logan.jpg 945w, https://chattooga1180.com/wp-content/uploads/2025/07/Carter-Logan-271x300.jpg 271w, https://chattooga1180.com/wp-content/uploads/2025/07/Carter-Logan-925x1024.jpg 925w, https://chattooga1180.com/wp-content/uploads/2025/07/Carter-Logan-768x850.jpg 768w" data-lazy-sizes="(max-width: 467px) 100vw, 467px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2025/07/Carter-Logan.jpg" /><noscript><img decoding="async" class="alignnone wp-image-158903" src="https://chattooga1180.com/wp-content/uploads/2025/07/Carter-Logan.jpg" alt="" width="467" height="517" srcset="https://chattooga1180.com/wp-content/uploads/2025/07/Carter-Logan.jpg 945w, https://chattooga1180.com/wp-content/uploads/2025/07/Carter-Logan-271x300.jpg 271w, https://chattooga1180.com/wp-content/uploads/2025/07/Carter-Logan-925x1024.jpg 925w, https://chattooga1180.com/wp-content/uploads/2025/07/Carter-Logan-768x850.jpg 768w" sizes="(max-width: 467px) 100vw, 467px" /></noscript></p>
<h6>Photo Credit: Carter Logan / Chattooga Farm Bureau</h6>
<p><img decoding="async" class="alignnone wp-image-158908" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20466%20829'%3E%3C/svg%3E" alt="" width="466" height="829" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2025/08/pro-PxxlxLDL-scaled.jpeg 1440w, https://chattooga1180.com/wp-content/uploads/2025/08/pro-PxxlxLDL-169x300.jpeg 169w, https://chattooga1180.com/wp-content/uploads/2025/08/pro-PxxlxLDL-576x1024.jpeg 576w, https://chattooga1180.com/wp-content/uploads/2025/08/pro-PxxlxLDL-768x1365.jpeg 768w, https://chattooga1180.com/wp-content/uploads/2025/08/pro-PxxlxLDL-864x1536.jpeg 864w, https://chattooga1180.com/wp-content/uploads/2025/08/pro-PxxlxLDL-1152x2048.jpeg 1152w" data-lazy-sizes="(max-width: 466px) 100vw, 466px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2025/08/pro-PxxlxLDL-scaled.jpeg" /><noscript><img decoding="async" class="alignnone wp-image-158908" src="https://chattooga1180.com/wp-content/uploads/2025/08/pro-PxxlxLDL-scaled.jpeg" alt="" width="466" height="829" srcset="https://chattooga1180.com/wp-content/uploads/2025/08/pro-PxxlxLDL-scaled.jpeg 1440w, https://chattooga1180.com/wp-content/uploads/2025/08/pro-PxxlxLDL-169x300.jpeg 169w, https://chattooga1180.com/wp-content/uploads/2025/08/pro-PxxlxLDL-576x1024.jpeg 576w, https://chattooga1180.com/wp-content/uploads/2025/08/pro-PxxlxLDL-768x1365.jpeg 768w, https://chattooga1180.com/wp-content/uploads/2025/08/pro-PxxlxLDL-864x1536.jpeg 864w, https://chattooga1180.com/wp-content/uploads/2025/08/pro-PxxlxLDL-1152x2048.jpeg 1152w" sizes="(max-width: 466px) 100vw, 466px" /></noscript></p>
<h6>Photo Credit: Allison Edmondson</h6>
<p><img decoding="async" class="alignnone wp-image-158909" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20466%20828'%3E%3C/svg%3E" alt="" width="466" height="828" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2025/08/pro-YQVjtlWK-scaled.jpeg 1440w, https://chattooga1180.com/wp-content/uploads/2025/08/pro-YQVjtlWK-169x300.jpeg 169w, https://chattooga1180.com/wp-content/uploads/2025/08/pro-YQVjtlWK-576x1024.jpeg 576w, https://chattooga1180.com/wp-content/uploads/2025/08/pro-YQVjtlWK-768x1365.jpeg 768w, https://chattooga1180.com/wp-content/uploads/2025/08/pro-YQVjtlWK-864x1536.jpeg 864w, https://chattooga1180.com/wp-content/uploads/2025/08/pro-YQVjtlWK-1152x2048.jpeg 1152w" data-lazy-sizes="(max-width: 466px) 100vw, 466px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2025/08/pro-YQVjtlWK-scaled.jpeg" /><noscript><img decoding="async" class="alignnone wp-image-158909" src="https://chattooga1180.com/wp-content/uploads/2025/08/pro-YQVjtlWK-scaled.jpeg" alt="" width="466" height="828" srcset="https://chattooga1180.com/wp-content/uploads/2025/08/pro-YQVjtlWK-scaled.jpeg 1440w, https://chattooga1180.com/wp-content/uploads/2025/08/pro-YQVjtlWK-169x300.jpeg 169w, https://chattooga1180.com/wp-content/uploads/2025/08/pro-YQVjtlWK-576x1024.jpeg 576w, https://chattooga1180.com/wp-content/uploads/2025/08/pro-YQVjtlWK-768x1365.jpeg 768w, https://chattooga1180.com/wp-content/uploads/2025/08/pro-YQVjtlWK-864x1536.jpeg 864w, https://chattooga1180.com/wp-content/uploads/2025/08/pro-YQVjtlWK-1152x2048.jpeg 1152w" sizes="(max-width: 466px) 100vw, 466px" /></noscript></p>
<h6>Photo Credit: Allison Edmondson</h6>
<p>Downtown Summerville experienced flash flooding on Thursday afternoon as heavy rains and thunderstorms dumped between three and five inches of precipitation in a short period, impacting local businesses and causing concern among residents.<!--more--></p>
<p>The deluge quickly overwhelmed the area’s drainage systems, leading to standing water in the streets and affecting storefronts in the heart of the city. Summerville City Manager Jason Winters, along with City of Summerville public works employees, were observed actively working to clear drainage grates, aiming to alleviate the accumulating floodwaters.</p>
<p>While the unexpected flooding caused disruption for downtown shops, governmental offices, and other businesses, there was a shared sentiment that the situation could have been far more severe. This perspective stems from a significant flood event in September 2022, when torrential rains led to extensive downtown flooding, prompting Georgia Governor Brian Kemp to issue a disaster declaration for the area.</p>
<p>Following the devastating 2022 flood, proactive measures were undertaken to address Summerville’s recurring drainage challenges. The Georgia Department of Transportation initiated a process to assess and improve the downtown area’s drainage systems. Additionally, crucial steps were taken to remove beaver dams that had previously obstructed Town Creek, contributing to excess water accumulation.</p>
<p>Despite these efforts, Thursday’s incident underscores the ongoing vulnerability of downtown Summerville to heavy rainfall. The persistent issue of flooding in the district is expected to remain a significant topic of discussion and concern for both local and state officials in the foreseeable future.</p>
<p> </p>
</div></article><article class="post-158854 post type-post status-publish format-standard hentry category-local-news category-local-news-items has-link" data-lps-id="158854" role="listitem"><a href="https://chattooga1180.com/summerville-invites-vendors-to-annual-hwy-27-yard-sale-at-dowdy-park/" title="Summerville Invites Vendors to Annual HWY 27 Yard Sale at Dowdy Park" class="article__link main-link"><h3 class="article__title item-title-tag">Summerville Invites Vendors to Annual HWY 27 Yard Sale at Dowdy Park</h3></a><div class="article__text item-text"><p><img decoding="async" class="alignnone size-full wp-image-158855" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20960%20720'%3E%3C/svg%3E" alt="" width="960" height="720" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2025/07/Hwy-27-Yard-Sale-Promo-2025.jpg 960w, https://chattooga1180.com/wp-content/uploads/2025/07/Hwy-27-Yard-Sale-Promo-2025-300x225.jpg 300w, https://chattooga1180.com/wp-content/uploads/2025/07/Hwy-27-Yard-Sale-Promo-2025-768x576.jpg 768w" data-lazy-sizes="(max-width: 960px) 100vw, 960px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2025/07/Hwy-27-Yard-Sale-Promo-2025.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-158855" src="https://chattooga1180.com/wp-content/uploads/2025/07/Hwy-27-Yard-Sale-Promo-2025.jpg" alt="" width="960" height="720" srcset="https://chattooga1180.com/wp-content/uploads/2025/07/Hwy-27-Yard-Sale-Promo-2025.jpg 960w, https://chattooga1180.com/wp-content/uploads/2025/07/Hwy-27-Yard-Sale-Promo-2025-300x225.jpg 300w, https://chattooga1180.com/wp-content/uploads/2025/07/Hwy-27-Yard-Sale-Promo-2025-768x576.jpg 768w" sizes="(max-width: 960px) 100vw, 960px" /></noscript></p>
<p>The City of Summerville is offering prime vendor spaces in the heart of downtown at Dowdy Park for the upcoming “Highway 27 Yard Sale”. This is a unique opportunity for residents and collectors alike to declutter, discover treasures, and engage with a bustling regional event.<!--more--></p>
<p>The yard sale will take place over three days, from <strong>Wednesday, August 7th, through Friday, August 9th</strong>. Dowdy Park, known for its central location and high foot traffic, provides an ideal setting for vendors seeking maximum exposure.</p>
<p>“This is your opportunity to get rid of the clutter and make money!” city officials stated, encouraging participation from the community. Vendor spaces are available for an incredibly affordable rate of <strong>$5 per spot per day</strong>. Each spot guarantees significant street traffic and tons of exposure, with daily hours running from daylight until 7:00 p.m.</p>
<p>Spaces will be assigned to ensure efficient organization and flow throughout the park. Interested individuals and families looking to sell their items can obtain vendor/space forms now at Summerville City Hall.</p>
<p>The HWY 27 Yard Sale is a massive multi-county event, drawing bargain hunters from across the region. Summerville’s Dowdy Park location promises to be a vibrant hub for activity, offering a convenient and accessible spot for both sellers and shoppers.</p>
<p>For more information, or to reserve your vendor space, please contact Summerville City Hall at <strong>(706) 859-0900 Ext 1337</strong> or email <strong><a href="mailto:slocklear@summervillega.org">slocklear@summervillega.org</a></strong>. Don’t miss this fantastic chance to turn your unwanted items into cash and be a part of a popular community tradition!</p>
<h3>About the City of Summerville:</h3>
<p>Summerville, Georgia, is a charming small city located in Chattooga County, known for its friendly community, historic downtown, and beautiful natural surroundings. The city regularly hosts events and initiatives aimed at enhancing community engagement and supporting local commerce.</p>
<p><strong>###</strong></p>
</div></article><article class="post-158863 post type-post status-publish format-standard hentry category-local-news category-local-news-items has-link" data-lps-id="158863" role="listitem"><a href="https://chattooga1180.com/georgia-mortgage-debt-climbs-to-over-225000-amid-tight-housing-market/" title="Georgia Mortgage Debt Climbs To Over $225,000 Amid Tight Housing Market" class="article__link main-link"><h3 class="article__title item-title-tag">Georgia Mortgage Debt Climbs To Over $225,000 Amid Tight Housing Market</h3></a><div class="article__text item-text"><p><img decoding="async" class="alignnone size-full wp-image-82436" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20231%20218'%3E%3C/svg%3E" alt="" width="231" height="218" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2020/02/housing.png" /><noscript><img decoding="async" class="alignnone size-full wp-image-82436" src="https://chattooga1180.com/wp-content/uploads/2020/02/housing.png" alt="" width="231" height="218" /></noscript></p>
<p>The average mortgage debt for Georgia homeowners has climbed to $225,786 in 2024, a 3.9% increase from the previous year, highlighting the ongoing challenges in the state’s housing market, particularly for prospective first-time homebuyers.<!--more--></p>
<p>While the state’s average remains $26,719 lower than the national average of $252,505, the consistent rise in debt underscores broader affordability concerns plaguing those looking to enter home ownership.</p>
<p>This surge in debt comes amidst a challenging national housing landscape. Over the past five years, median home prices across the U.S. have jumped by nearly 50%, while 30-year mortgage rates have almost doubled. Simultaneously, the number of homes available for purchase has plummeted by a third, creating a difficult environment for those looking to buy.</p>
<p>Adding to the market squeeze, many current homeowners are opting to stay put. Those fortunate enough to own a home, especially with existing fixed-rate mortgages, are largely insulated from the current high rates, often enjoying rising home equity without a significant increase in their monthly payments. This trend limits the supply of homes coming onto the market, further exacerbating the inventory shortage.</p>
<p>The confluence of these factors paints a challenging picture for aspiring homeowners in Georgia and across the nation, making entry into the housing market increasingly expensive and elusive for many.</p>
</div></article><article class="post-158861 post type-post status-publish format-standard hentry category-local-news category-local-news-items has-link" data-lps-id="158861" role="listitem"><a href="https://chattooga1180.com/georgia-highlands-college-launches-new-patient-care-technician-program-to-bolster-regional-healthcare-workforce/" title="Georgia Highlands College Launches New Patient Care Technician Program To Bolster Regional Healthcare Workforce" class="article__link main-link"><h3 class="article__title item-title-tag">Georgia Highlands College Launches New Patient Care Technician Program To Bolster Regional Healthcare Workforce</h3></a><div class="article__text item-text"><h2><img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="GHC launches hands-on Patient Care Technician program to meet rising local healthcare needs" data-lazy-src="https://coosavalleynews.com/wp-content/uploads/2025/07/ghc-med.jpg" /><noscript><img decoding="async" src="https://coosavalleynews.com/wp-content/uploads/2025/07/ghc-med.jpg" alt="GHC launches hands-on Patient Care Technician program to meet rising local healthcare needs" /></noscript></h2>
<p>Georgia Highlands College (GHC), through its Center for Continuing and Professional Education (CCPE), is excited to announce the launch of its new Patient Care Technician (PCT) program at the Cartersville campus. Designed to meet the growing demand for skilled healthcare professionals, the program offers in-depth, hands-on training to prepare students for high-demand roles in hospitals, clinics, and other vital healthcare settings.<!--more--></p>
<p>The comprehensive program was developed and will be led by longtime healthcare educator Donna Mathias. “We created this program with the community in mind,” said Mathias. “After teaching PCT at the Bartow County College and Career Academy, I saw a real opportunity to bring this training to Georgia Highlands. It took a year to get started, but it will be worth it — not just for the students, but for the community we serve.”</p>
<p>GHC’s PCT program distinguishes itself in the region through its dedicated in-person instruction and unique clinical rotations at Piedmont Hospital in Cartersville. These invaluable experiences provide students with exposure to every department within the hospital, offering a full understanding of the wide range of responsibilities a PCT license enables and highlighting their crucial role in modern healthcare.</p>
<p>Throughout the intensive, semester-long program, students will master core healthcare skills essential for the role. Curriculum includes Phlebotomy, EKG monitoring, wound care with sterile dressing, urinary catheterization, respiratory support, as well as foundational medical terminology and body systems. Classes will meet on Tuesdays and Thursdays from 9 AM to 4 PM, combining lectures, skill labs, and hands-on training each week.</p>
<p>The first cohort is set to begin on August 12 and will run through December 11. Graduates of the program will be immediately eligible to sit for the National Healthcare Association PCT Certification Exam, with the potential for employment as early as the same day they pass.</p>
<p>“There’s a growing need for Patient Care Technicians both in our area and across the country,” Mathias emphasized. “From hospitals and urgent care clinics to nursing homes and surgical centers, PCTs are in high demand. Their role is nearly as crucial as the growing need for nurses.” PCTs in Georgia typically earn between $15 and $25 per hour, depending on location and experience.</p>
<p>The program’s clinical component at Piedmont Cartersville is particularly beneficial, providing not only real-world training but also crucial opportunities for students to connect with potential employers. “Hospital staff are watching during clinicals,” Mathias noted. “They observe work ethic, professionalism, communication, and skill. When it’s time to apply for jobs, they already know who’s ready.”</p>
<p>The PCT program is ideal for individuals with a background or strong interest in healthcare, particularly those considering future nursing degrees. GHC also emphasizes developing critical soft skills alongside technical expertise. “We focus on more than just technical skills,” Mathias added. “We’re teaching students critical thinking, problem solving, and how to adapt to patient needs in real time. Those are the skills that make a great healthcare provider.”</p>
<p>Financial support options are available for prospective students, including payment plans, Smart Option Loans, and limited financial assistance through Tallatoona CAP at 770-773-7730 ext. 123.</p>
<p>Students interested in beginning or expanding their healthcare career are encouraged to learn more and register through the GHC Center for Continuing and Professional Education website.</p>
</div></article><article class="post-158859 post type-post status-publish format-standard hentry category-local-news category-local-news-items has-link" data-lps-id="158859" role="listitem"><a href="https://chattooga1180.com/health-inspection-scores-last-half-of-july-2025/" title="Health Inspection Scores Last Half Of July 2025" class="article__link main-link"><h3 class="article__title item-title-tag">Health Inspection Scores Last Half Of July 2025</h3></a><div class="article__text item-text"><p><img decoding="async" class="alignnone size-full wp-image-40374" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%20200'%3E%3C/svg%3E" alt="Sample Image" width="200" height="200" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2017/02/restaurantclipart.jpg 200w, https://chattooga1180.com/wp-content/uploads/2017/02/restaurantclipart-150x150.jpg 150w, https://chattooga1180.com/wp-content/uploads/2017/02/restaurantclipart-144x144.jpg 144w" data-lazy-sizes="(max-width: 200px) 100vw, 200px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2017/02/restaurantclipart.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-40374" src="https://chattooga1180.com/wp-content/uploads/2017/02/restaurantclipart.jpg" alt="Sample Image" width="200" height="200" srcset="https://chattooga1180.com/wp-content/uploads/2017/02/restaurantclipart.jpg 200w, https://chattooga1180.com/wp-content/uploads/2017/02/restaurantclipart-150x150.jpg 150w, https://chattooga1180.com/wp-content/uploads/2017/02/restaurantclipart-144x144.jpg 144w" sizes="(max-width: 200px) 100vw, 200px" /></noscript></p>
<p>Here are the latest health inspection scores from the Chattooga County Environmental Health Department for the last half of July, 2025: <!--more--></p>
<div id="selection">
<div>
<div>
<article class="facility">
<div>
<ul>
<li id="Nzk1ODA3MA==" class="title-model">
<h2>LYERLY DRIVE THRU</h2>
</li>
<li>11 OAK HILL DR LYERLY, GA 30730</li>
<li>Phone Number:</li>
<li>Permit Type: Food Service</li>
<li>Permit Number: FSP-027-000059</li>
<li class="bold">Last Inspection Score: 96</li>
<li>Last Inspection Date: 07-28-2025</li>
<li>For More Information Call: (706) 857-3377</li>
</ul>
</div>
</article>
<article class="facility">
<div>
<div id="map_NzEwMQ==" class="map"></div>
<ul>
<li id="NzEwMQ==" class="title-model">
<h2>CAMP JULIETTE LOW</h2>
</li>
<li>321 CAMP JULIETTE LOW RD MENLO, GA 30731</li>
<li>Phone Number:</li>
<li>Permit Type: Food Service</li>
<li>Permit Number: 027-007</li>
<li class="bold">Last Inspection Score: 100</li>
<li>Last Inspection Date: 07-24-2025</li>
<li>For More Information Call: (706) 857-3377</li>
</ul>
</div>
</article>
<article class="facility">
<div>
<div id="map_MTc0NjA=" class="map"></div>
<ul>
<li id="MTc0NjA=" class="title-model">
<h2>CAMP JULIETTE LOW</h2>
</li>
<li>321 CAMP JULIETTE LOW RD MENLO, GA 30731</li>
<li>Phone Number: (706) 862-2169</li>
<li>Permit Type: Swimming Pool</li>
<li>Permit Number: SPP-027-000001</li>
<li class="bold">Last Inspection Score: 100</li>
<li>Last Inspection Date: 07-24-2025</li>
<li>For More Information Call: (706) 857-3377</li>
</ul>
</div>
</article>
<article class="facility">
<div>
<div id="map_MTMwMDA1ODc=" class="map"></div>
<ul>
<li id="MTMwMDA1ODc=" class="title-model">
<h2>THE ICE HOLE NORTH GA, LLC (BASE OF OPERATION)</h2>
</li>
<li>12976 HIGHWAY 27 SUMMERVILLE, GA 30747</li>
<li>Phone Number: (706) 857-7451</li>
<li>Permit Type: Food Service</li>
<li>Permit Number: FSP-027-000113</li>
<li class="bold">Last Inspection Score: 100</li>
<li>Last Inspection Date: 07-23-2025</li>
<li>For More Information Call: (706) 857-3377</li>
</ul>
</div>
</article>
<article class="facility">
<div>
<div id="map_MTMwMDA3MzY=" class="map"></div>
<ul>
<li id="MTMwMDA3MzY=" class="title-model">
<h2>THE ICE HOLE NORTH GEORGIA, LLC (MOBILE)</h2>
</li>
<li>12976 HIGHWAY 27 SUMMERVILLE, GA 30747</li>
<li>Phone Number: (706) 857-7451</li>
<li>Permit Type: Food Service</li>
<li>Permit Number: FSP-027-000114</li>
<li class="bold">Last Inspection Score: 100</li>
<li>Last Inspection Date: 07-23-2025</li>
<li>For More Information Call: (706) 857-3377</li>
</ul>
</div>
</article>
</div>
</div>
</div>
<article class="facility">
<div>
<div id="map_NzEwOQ==" class="map"></div>
<ul>
<li id="NzEwOQ==" class="title-model">
<h2>SUBWAY 33504</h2>
</li>
<li>13427 HWY 27 SUMMERVILLE, GA 30747</li>
<li>Phone Number:</li>
<li>Permit Type: Food Service</li>
<li>Permit Number: 027-017</li>
<li class="bold">Last Inspection Score: 100</li>
<li>Last Inspection Date: 07-21-2025</li>
<li>For More Information Call: (706) 857-3377</li>
</ul>
</div>
</article>
<article class="facility">
<div>
<div id="map_MTI3NjY1MTQ=" class="map"></div>
<ul>
<li id="MTI3NjY1MTQ=" class="title-model">
<h2>COACH INN</h2>
</li>
<li>9785 ROME BLVD SUMMERVILLE, GA 30747</li>
<li>Phone Number: (706) 857-7007</li>
<li>Permit Type: Tourist Accommodation</li>
<li>Permit Number: TAP-027-000005</li>
<li class="bold">Last Inspection Score: 100</li>
<li>Last Inspection Date: 07-15-2025</li>
<li>For More Information Call: (706) 857-3377</li>
</ul>
<p>Should you ever have any complaint with any food service or tourist accommodation that operates in Chattooga County, you may register that complaint by calling the Chattooga County Environmental Health Department at 706-857-3377.</p>
</div>
</article>
</div></article><article class="post-158857 post type-post status-publish format-standard hentry category-local-news category-local-news-items has-link" data-lps-id="158857" role="listitem"><a href="https://chattooga1180.com/chattooga-funeral-home-issues-scam-warning-to-families/" title="Chattooga Funeral Home Issues Scam Warning To Families" class="article__link main-link"><h3 class="article__title item-title-tag">Chattooga Funeral Home Issues Scam Warning To Families</h3></a><div class="article__text item-text"><p><img decoding="async" class="alignnone size-full wp-image-153851" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20596%20300'%3E%3C/svg%3E" alt="" width="596" height="300" data-lazy-srcset="https://chattooga1180.com/wp-content/uploads/2025/03/Scam-Alert.jpg 596w, https://chattooga1180.com/wp-content/uploads/2025/03/Scam-Alert-300x151.jpg 300w" data-lazy-sizes="(max-width: 596px) 100vw, 596px" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2025/03/Scam-Alert.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-153851" src="https://chattooga1180.com/wp-content/uploads/2025/03/Scam-Alert.jpg" alt="" width="596" height="300" srcset="https://chattooga1180.com/wp-content/uploads/2025/03/Scam-Alert.jpg 596w, https://chattooga1180.com/wp-content/uploads/2025/03/Scam-Alert-300x151.jpg 300w" sizes="(max-width: 596px) 100vw, 596px" /></noscript></p>
<p>Coffman Funeral Home and Crematory is urging local residents, especially families they have served, to be vigilant against a scam operation targeting individuals who have recently utilized their services.<!--more--></p>
<p>Jamey and Karen Coffman, owners of Coffman Funeral Home and Crematory, issued a stern warning after being alerted to the fraudulent activity.</p>
<p>“We have been made aware of someone identifying as Craig is reaching out to families served by us,” the Coffmans stated. “We do not have anyone on our staff by that name. This is an apparent scam.”</p>
<p>The scammer, identifying only as “Craig,” is reportedly contacting families who have recently utilized the funeral home’s services, attempting to solicit information or payments. The Coffmans emphasized that legitimate staff members do not make follow-up calls demanding additional payments or sensitive data beyond what was discussed and settled during initial arrangements.</p>
<p>“Do not give out any information, especially financial and personal,” the Coffmans advised the public. “We will never call you after the fact to demand anything that was not already covered when we met with you.”</p>
<p>The timing of such a scam, targeting individuals often in a state of grief and vulnerability, makes it particularly malicious. Coffman Funeral Home and Crematory is taking proactive steps to alert their community and prevent anyone from falling victim to this deceptive scheme.</p>
<p>Families who receive such suspicious calls from anyone claiming to be “Craig” or demanding unexpected payments related to funeral services are advised not to engage, provide any information, or make any payments. Instead, they should hang up immediately and contact Coffman Funeral Home and Crematory directly to verify any legitimate communications or if they have concerns.</p>
</div></article><article class="post-158852 post type-post status-publish format-standard hentry category-local-news category-local-news-items has-link" data-lps-id="158852" role="listitem"><a href="https://chattooga1180.com/city-of-summerville-seeks-bids-for-fy-2024-cdbg-sewer-system-improvements/" title="City of Summerville Seeks Bids For FY 2024 CDBG Sewer System Improvements" class="article__link main-link"><h3 class="article__title item-title-tag">City of Summerville Seeks Bids For FY 2024 CDBG Sewer System Improvements</h3></a><div class="article__text item-text"><p><img decoding="async" class="alignnone size-full wp-image-144046" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20141%20142'%3E%3C/svg%3E" alt="" width="141" height="142" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2024/08/summerville-logo.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-144046" src="https://chattooga1180.com/wp-content/uploads/2024/08/summerville-logo.jpg" alt="" width="141" height="142" /></noscript></p>
<p>The City of Summerville, Georgia, has announced an invitation to bid for the construction of FY 2024 Community Development Block Grant (CDBG) Sewer System Improvements. The project aims to enhance the city’s sewer system by installing new gravity sewer components, manhole construction, customer transfers, and pavement replacement.<!--more--></p>
<p>Interested parties can submit their sealed bids until Thursday, September 4th, 2025, at 11:00 AM. Bids received after the deadline will not be considered. The bidding process is open to licensed utility contractors with a “Utility Manager” certification holder overseeing the work.</p>
<p>The project scope includes the installation of ± 2,000 LF of conventional sanitary sewer with PVC mains ranging from 10″ to 8″, ±120 VF of manhole construction, ±30 customer transfers, and ±1,000 LF of pavement replacement. The contractor must complete the work within 180 consecutive calendar days, adhering to the plans and specifications provided.</p>
<p>To access the complete digital specifications and contract documents, bidders must visit <a href="http://www.questcdn.com/">www.QuestCDN.com</a> and enter the project number 9809442. The fee to download the digital documents is $250.00. Bidders must also provide proof of a valid license by the State of Georgia as a “Utility Contractor” and list the license number on the bid envelope and form.</p>
<p>The funding for this project is provided by the Community Development Block Grant Program, administered by the Georgia Department of Community Affairs. The City of Summerville encourages Section 3 Residents and Business Concerns to apply, as this is a Section 3 Covered Project under the HUD Act of 1968.</p>
<p>Bidders must also comply with 41 CFR 60-4, in regard to affirmative action, to ensure equal opportunity to females and minorities, and utilize the federal work authorization program known as E-Verify. The project is subject to the Build America, Buy America Act (BABAA) requirements under Title IX of the Infrastructure Investment and Jobs Act.</p>
<p>All contracts and subcontracts $2,000 or more must comply with Davis-Bacon wage, payroll, and all other Federal, State, and local requirements. The City of Summerville reserves the right to reject any or all bids, including the rights to reject any or all nonconforming, nonresponsive, unbalanced, or conditional bids and to reject the bid of any bidder if it believes that it would not be in the best interest of the project to make an award to that bidder.</p>
</div></article><article class="post-158849 post type-post status-publish format-standard hentry category-local-news category-local-news-items has-link" data-lps-id="158849" role="listitem"><a href="https://chattooga1180.com/gallemore-named-ghc-womens-volleyball-coach/" title="Gallemore Named GHC Women's Volleyball Coach" class="article__link main-link"><h3 class="article__title item-title-tag">Gallemore Named GHC Women's Volleyball Coach</h3></a><div class="article__text item-text"><p><img decoding="async" class="alignnone size-full wp-image-158850" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20220%20256'%3E%3C/svg%3E" alt="" width="220" height="256" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2025/07/Gallemore.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-158850" src="https://chattooga1180.com/wp-content/uploads/2025/07/Gallemore.jpg" alt="" width="220" height="256" /></noscript></p>
<p>Georgia Highlands College has appointed Buddy Gallemore as the first head coach of its new women’s volleyball program. Dr. Nicole Levering, the Director of Athletics, expressed excitement about Gallemore’s arrival, noting his successful coaching history and ability to build a strong program.<!--more--></p>
<p>Gallemore previously coached at Bluefield University for nine years, achieving a record of 174-157 overall and 120-81 in conference play. His teams received multiple academic awards and produced notable players, including a Conference Player of the Year and two NAIA Honorable Mention All-Americans. He also coached a men’s volleyball team during his time at Bluefield.</p>
<p>In his statement, Gallemore expressed gratitude for the opportunity and emphasized his goal to create a team culture focused on character and growth. He also has experience as a head coach at Midway University and has worked in coaching and education at Bullitt Central High School. Gallemore holds a master’s degree in Coaching and Sports Administration and a bachelor’s degree in Physical Education, and he hails from Bluefield, Virginia.</p>
</div></article></section>
<div class="clear"></div>
</div>
</article>
</div>
<div class="content-column-sidebar" data-move-delay="1200">
<aside>
<div id="search-2" class="sidebar-widget widget_search"><div class="sidebar-widget-inner"><form role="search" method="get" id="searchform" action="https://chattooga1180.com/">
<input type="text" name="s" id="s" placeholder="Type and press enter to search" />
</form></div></div><div id="text-4" class="sidebar-widget widget_text"><div class="sidebar-widget-inner"> <div class="textwidget"><p><a href="https://www.guffinandeleam.com/" target="_blank" rel="noopener"><img width="250" height="259" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%20259'%3E%3C/svg%3E" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2023/05/guffin_01.jpg" /><noscript><img width="250" height="259" decoding="async" src="https://chattooga1180.com/wp-content/uploads/2023/05/guffin_01.jpg" /></noscript></a></p>
</div>
</div></div> </aside>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<footer>
<div class="footer">
<div class="footer-widgets">
<div class="container">
<div class="container-inner">
<div class="footer-widgets-column one-fourth"><div id="nav_menu-2" class="footer-widget widget_nav_menu"><div class="footer-widget-inner"><div class="footer-widget-title">Navigation</div><div class="menu-mainmenu-container"><ul id="menu-mainmenu-2" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-first-level-item menu-item-42847"><a href="https://chattooga1180.com/" aria-current="page">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-first-level-item menu-item-42856"><a href="https://chattooga1180.com/category/local-news/local-news-items/">Local News</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-first-level-item menu-item-42852"><a href="https://chattooga1180.com/category/church-news/">Church News</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-first-level-item menu-item-114318"><a href="https://chattooga1180.com/category/church-programs/">Church Programs</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-first-level-item menu-item-42853"><a href="https://chattooga1180.com/category/obituaries/">Obituaries</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-first-level-item menu-item-42854"><a href="https://chattooga1180.com/category/community-calandar/">Community Calendar</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-first-level-item menu-item-42855"><a href="https://chattooga1180.com/category/the-trading-post/">The Trading Post</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-first-level-item menu-item-42874"><a href="https://chattooga1180.com/contact-us/">Contact Us</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-first-level-item menu-item-42884"><a target="_blank" rel="noopener" href="https://www.youtube.com/channel/UCOq5wdEx8Q6ZZlP6vWXGG3Q">Chattooga Smoke Signals</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-first-level-item menu-item-42996"><a href="https://chattooga1180.com/category/country-music-news-events/">Country Music News & Events</a></li>
</ul></div></div></div></div><div class="footer-widgets-column one-fourth"><div id="aas_widget-2" class="footer-widget widget_aas_widget"><div class="footer-widget-inner"></div></div><div id="archives-2" class="footer-widget widget_archive"><div class="footer-widget-inner"><div class="footer-widget-title">Archives</div> <label class="screen-reader-text" for="archives-dropdown-2">Archives</label>
<select id="archives-dropdown-2" name="archive-dropdown">
<option value="">Select Month</option>
<option value='https://chattooga1180.com/2025/08/'> August 2025 </option>
<option value='https://chattooga1180.com/2025/07/'> July 2025 </option>
<option value='https://chattooga1180.com/2025/06/'> June 2025 </option>
<option value='https://chattooga1180.com/2025/05/'> May 2025 </option>
<option value='https://chattooga1180.com/2025/04/'> April 2025 </option>
<option value='https://chattooga1180.com/2025/03/'> March 2025 </option>
<option value='https://chattooga1180.com/2025/02/'> February 2025 </option>
<option value='https://chattooga1180.com/2025/01/'> January 2025 </option>
<option value='https://chattooga1180.com/2024/12/'> December 2024 </option>
<option value='https://chattooga1180.com/2024/11/'> November 2024 </option>
<option value='https://chattooga1180.com/2024/10/'> October 2024 </option>
<option value='https://chattooga1180.com/2024/09/'> September 2024 </option>
<option value='https://chattooga1180.com/2024/08/'> August 2024 </option>
<option value='https://chattooga1180.com/2024/07/'> July 2024 </option>
<option value='https://chattooga1180.com/2024/06/'> June 2024 </option>
<option value='https://chattooga1180.com/2024/05/'> May 2024 </option>
<option value='https://chattooga1180.com/2024/04/'> April 2024 </option>
<option value='https://chattooga1180.com/2024/03/'> March 2024 </option>
<option value='https://chattooga1180.com/2024/02/'> February 2024 </option>
<option value='https://chattooga1180.com/2024/01/'> January 2024 </option>
<option value='https://chattooga1180.com/2023/12/'> December 2023 </option>
<option value='https://chattooga1180.com/2023/11/'> November 2023 </option>
<option value='https://chattooga1180.com/2023/10/'> October 2023 </option>
<option value='https://chattooga1180.com/2023/09/'> September 2023 </option>
<option value='https://chattooga1180.com/2023/08/'> August 2023 </option>
<option value='https://chattooga1180.com/2023/07/'> July 2023 </option>
<option value='https://chattooga1180.com/2023/06/'> June 2023 </option>
<option value='https://chattooga1180.com/2023/05/'> May 2023 </option>
<option value='https://chattooga1180.com/2023/04/'> April 2023 </option>
<option value='https://chattooga1180.com/2023/03/'> March 2023 </option>
<option value='https://chattooga1180.com/2023/02/'> February 2023 </option>
<option value='https://chattooga1180.com/2023/01/'> January 2023 </option>
<option value='https://chattooga1180.com/2022/12/'> December 2022 </option>
<option value='https://chattooga1180.com/2022/11/'> November 2022 </option>
<option value='https://chattooga1180.com/2022/10/'> October 2022 </option>
<option value='https://chattooga1180.com/2022/09/'> September 2022 </option>
<option value='https://chattooga1180.com/2022/08/'> August 2022 </option>
<option value='https://chattooga1180.com/2022/07/'> July 2022 </option>
<option value='https://chattooga1180.com/2022/06/'> June 2022 </option>
<option value='https://chattooga1180.com/2022/05/'> May 2022 </option>
<option value='https://chattooga1180.com/2022/04/'> April 2022 </option>
<option value='https://chattooga1180.com/2022/03/'> March 2022 </option>
<option value='https://chattooga1180.com/2022/02/'> February 2022 </option>
<option value='https://chattooga1180.com/2022/01/'> January 2022 </option>
<option value='https://chattooga1180.com/2021/12/'> December 2021 </option>
<option value='https://chattooga1180.com/2021/11/'> November 2021 </option>
<option value='https://chattooga1180.com/2021/10/'> October 2021 </option>
<option value='https://chattooga1180.com/2021/09/'> September 2021 </option>
<option value='https://chattooga1180.com/2021/08/'> August 2021 </option>
<option value='https://chattooga1180.com/2021/07/'> July 2021 </option>
<option value='https://chattooga1180.com/2021/06/'> June 2021 </option>
<option value='https://chattooga1180.com/2021/05/'> May 2021 </option>
<option value='https://chattooga1180.com/2021/04/'> April 2021 </option>
<option value='https://chattooga1180.com/2021/03/'> March 2021 </option>
<option value='https://chattooga1180.com/2021/02/'> February 2021 </option>
<option value='https://chattooga1180.com/2021/01/'> January 2021 </option>
<option value='https://chattooga1180.com/2020/12/'> December 2020 </option>
<option value='https://chattooga1180.com/2020/11/'> November 2020 </option>
<option value='https://chattooga1180.com/2020/10/'> October 2020 </option>
<option value='https://chattooga1180.com/2020/09/'> September 2020 </option>
<option value='https://chattooga1180.com/2020/08/'> August 2020 </option>
<option value='https://chattooga1180.com/2020/07/'> July 2020 </option>
<option value='https://chattooga1180.com/2020/06/'> June 2020 </option>
<option value='https://chattooga1180.com/2020/05/'> May 2020 </option>
<option value='https://chattooga1180.com/2020/04/'> April 2020 </option>
<option value='https://chattooga1180.com/2020/03/'> March 2020 </option>
<option value='https://chattooga1180.com/2020/02/'> February 2020 </option>
<option value='https://chattooga1180.com/2020/01/'> January 2020 </option>
<option value='https://chattooga1180.com/2019/12/'> December 2019 </option>
<option value='https://chattooga1180.com/2019/11/'> November 2019 </option>
<option value='https://chattooga1180.com/2019/10/'> October 2019 </option>
<option value='https://chattooga1180.com/2019/09/'> September 2019 </option>
<option value='https://chattooga1180.com/2019/08/'> August 2019 </option>
<option value='https://chattooga1180.com/2019/07/'> July 2019 </option>
<option value='https://chattooga1180.com/2019/06/'> June 2019 </option>
<option value='https://chattooga1180.com/2019/05/'> May 2019 </option>
<option value='https://chattooga1180.com/2019/04/'> April 2019 </option>
<option value='https://chattooga1180.com/2019/03/'> March 2019 </option>
<option value='https://chattooga1180.com/2019/02/'> February 2019 </option>
<option value='https://chattooga1180.com/2019/01/'> January 2019 </option>
<option value='https://chattooga1180.com/2018/12/'> December 2018 </option>
<option value='https://chattooga1180.com/2018/11/'> November 2018 </option>
<option value='https://chattooga1180.com/2018/10/'> October 2018 </option>
<option value='https://chattooga1180.com/2018/09/'> September 2018 </option>
<option value='https://chattooga1180.com/2018/08/'> August 2018 </option>
<option value='https://chattooga1180.com/2018/07/'> July 2018 </option>
<option value='https://chattooga1180.com/2018/06/'> June 2018 </option>
<option value='https://chattooga1180.com/2018/05/'> May 2018 </option>
<option value='https://chattooga1180.com/2018/04/'> April 2018 </option>
<option value='https://chattooga1180.com/2018/03/'> March 2018 </option>
<option value='https://chattooga1180.com/2018/02/'> February 2018 </option>
<option value='https://chattooga1180.com/2018/01/'> January 2018 </option>
<option value='https://chattooga1180.com/2017/12/'> December 2017 </option>
<option value='https://chattooga1180.com/2017/11/'> November 2017 </option>
<option value='https://chattooga1180.com/2017/10/'> October 2017 </option>
<option value='https://chattooga1180.com/2017/09/'> September 2017 </option>
<option value='https://chattooga1180.com/2017/08/'> August 2017 </option>
<option value='https://chattooga1180.com/2017/07/'> July 2017 </option>
<option value='https://chattooga1180.com/2017/06/'> June 2017 </option>
<option value='https://chattooga1180.com/2017/05/'> May 2017 </option>
<option value='https://chattooga1180.com/2017/04/'> April 2017 </option>
<option value='https://chattooga1180.com/2017/03/'> March 2017 </option>
<option value='https://chattooga1180.com/2017/02/'> February 2017 </option>
<option value='https://chattooga1180.com/2017/01/'> January 2017 </option>
<option value='https://chattooga1180.com/2016/12/'> December 2016 </option>
<option value='https://chattooga1180.com/2016/11/'> November 2016 </option>
<option value='https://chattooga1180.com/2016/10/'> October 2016 </option>
<option value='https://chattooga1180.com/2016/09/'> September 2016 </option>
<option value='https://chattooga1180.com/2016/08/'> August 2016 </option>
<option value='https://chattooga1180.com/2016/07/'> July 2016 </option>
<option value='https://chattooga1180.com/2016/06/'> June 2016 </option>
<option value='https://chattooga1180.com/2016/05/'> May 2016 </option>
<option value='https://chattooga1180.com/2016/04/'> April 2016 </option>
<option value='https://chattooga1180.com/2016/03/'> March 2016 </option>
<option value='https://chattooga1180.com/2016/02/'> February 2016 </option>
<option value='https://chattooga1180.com/2016/01/'> January 2016 </option>
<option value='https://chattooga1180.com/2015/12/'> December 2015 </option>
<option value='https://chattooga1180.com/2015/11/'> November 2015 </option>
<option value='https://chattooga1180.com/2015/10/'> October 2015 </option>
<option value='https://chattooga1180.com/2015/09/'> September 2015 </option>
<option value='https://chattooga1180.com/2015/08/'> August 2015 </option>
<option value='https://chattooga1180.com/2015/07/'> July 2015 </option>
<option value='https://chattooga1180.com/2015/06/'> June 2015 </option>
<option value='https://chattooga1180.com/2015/05/'> May 2015 </option>
<option value='https://chattooga1180.com/2015/04/'> April 2015 </option>
<option value='https://chattooga1180.com/2015/03/'> March 2015 </option>
<option value='https://chattooga1180.com/2015/02/'> February 2015 </option>
<option value='https://chattooga1180.com/2015/01/'> January 2015 </option>
<option value='https://chattooga1180.com/2014/12/'> December 2014 </option>
<option value='https://chattooga1180.com/2014/11/'> November 2014 </option>
<option value='https://chattooga1180.com/2014/10/'> October 2014 </option>
<option value='https://chattooga1180.com/2014/09/'> September 2014 </option>
<option value='https://chattooga1180.com/2014/08/'> August 2014 </option>
<option value='https://chattooga1180.com/2014/07/'> July 2014 </option>
<option value='https://chattooga1180.com/2014/06/'> June 2014 </option>
<option value='https://chattooga1180.com/2014/05/'> May 2014 </option>
<option value='https://chattooga1180.com/2014/04/'> April 2014 </option>
<option value='https://chattooga1180.com/2014/03/'> March 2014 </option>
<option value='https://chattooga1180.com/2014/02/'> February 2014 </option>
<option value='https://chattooga1180.com/2014/01/'> January 2014 </option>
<option value='https://chattooga1180.com/2013/12/'> December 2013 </option>
<option value='https://chattooga1180.com/2013/11/'> November 2013 </option>
<option value='https://chattooga1180.com/2013/10/'> October 2013 </option>
<option value='https://chattooga1180.com/2013/09/'> September 2013 </option>
<option value='https://chattooga1180.com/2013/08/'> August 2013 </option>
<option value='https://chattooga1180.com/2013/07/'> July 2013 </option>
<option value='https://chattooga1180.com/2013/06/'> June 2013 </option>
<option value='https://chattooga1180.com/2013/05/'> May 2013 </option>
<option value='https://chattooga1180.com/2013/04/'> April 2013 </option>
<option value='https://chattooga1180.com/2013/03/'> March 2013 </option>
<option value='https://chattooga1180.com/2013/02/'> February 2013 </option>
<option value='https://chattooga1180.com/2013/01/'> January 2013 </option>
<option value='https://chattooga1180.com/2012/12/'> December 2012 </option>
<option value='https://chattooga1180.com/2012/11/'> November 2012 </option>
<option value='https://chattooga1180.com/2012/10/'> October 2012 </option>
<option value='https://chattooga1180.com/2012/09/'> September 2012 </option>
<option value='https://chattooga1180.com/2012/08/'> August 2012 </option>
<option value='https://chattooga1180.com/2012/07/'> July 2012 </option>
<option value='https://chattooga1180.com/2012/06/'> June 2012 </option>
<option value='https://chattooga1180.com/2012/05/'> May 2012 </option>
<option value='https://chattooga1180.com/2012/04/'> April 2012 </option>
<option value='https://chattooga1180.com/2012/03/'> March 2012 </option>
<option value='https://chattooga1180.com/2012/02/'> February 2012 </option>
<option value='https://chattooga1180.com/2012/01/'> January 2012 </option>
<option value='https://chattooga1180.com/2011/12/'> December 2011 </option>
<option value='https://chattooga1180.com/2011/11/'> November 2011 </option>
<option value='https://chattooga1180.com/2011/10/'> October 2011 </option>
<option value='https://chattooga1180.com/2011/09/'> September 2011 </option>
<option value='https://chattooga1180.com/2011/08/'> August 2011 </option>
<option value='https://chattooga1180.com/2011/07/'> July 2011 </option>
<option value='https://chattooga1180.com/2011/06/'> June 2011 </option>
<option value='https://chattooga1180.com/2011/05/'> May 2011 </option>
<option value='https://chattooga1180.com/2011/04/'> April 2011 </option>
<option value='https://chattooga1180.com/2011/03/'> March 2011 </option>
<option value='https://chattooga1180.com/2011/02/'> February 2011 </option>
<option value='https://chattooga1180.com/2011/01/'> January 2011 </option>
<option value='https://chattooga1180.com/2010/12/'> December 2010 </option>
<option value='https://chattooga1180.com/2010/11/'> November 2010 </option>
<option value='https://chattooga1180.com/2010/10/'> October 2010 </option>
<option value='https://chattooga1180.com/2010/09/'> September 2010 </option>
<option value='https://chattooga1180.com/2010/08/'> August 2010 </option>
<option value='https://chattooga1180.com/2010/07/'> July 2010 </option>
<option value='https://chattooga1180.com/2010/06/'> June 2010 </option>
<option value='https://chattooga1180.com/2010/05/'> May 2010 </option>
<option value='https://chattooga1180.com/2010/04/'> April 2010 </option>
<option value='https://chattooga1180.com/2010/03/'> March 2010 </option>
<option value='https://chattooga1180.com/2010/02/'> February 2010 </option>
<option value='https://chattooga1180.com/2010/01/'> January 2010 </option>
<option value='https://chattooga1180.com/2009/12/'> December 2009 </option>
<option value='https://chattooga1180.com/2009/11/'> November 2009 </option>
<option value='https://chattooga1180.com/2009/10/'> October 2009 </option>
<option value='https://chattooga1180.com/2009/09/'> September 2009 </option>
<option value='https://chattooga1180.com/2009/08/'> August 2009 </option>
<option value='https://chattooga1180.com/2009/07/'> July 2009 </option>
<option value='https://chattooga1180.com/2009/06/'> June 2009 </option>
<option value='https://chattooga1180.com/2009/05/'> May 2009 </option>
<option value='https://chattooga1180.com/2009/04/'> April 2009 </option>
<option value='https://chattooga1180.com/2009/03/'> March 2009 </option>
<option value='https://chattooga1180.com/2009/02/'> February 2009 </option>
<option value='https://chattooga1180.com/2009/01/'> January 2009 </option>
<option value='https://chattooga1180.com/2008/12/'> December 2008 </option>
<option value='https://chattooga1180.com/2008/11/'> November 2008 </option>
<option value='https://chattooga1180.com/2008/10/'> October 2008 </option>
<option value='https://chattooga1180.com/2008/09/'> September 2008 </option>
<option value='https://chattooga1180.com/2008/08/'> August 2008 </option>
<option value='https://chattooga1180.com/2008/07/'> July 2008 </option>
<option value='https://chattooga1180.com/2008/06/'> June 2008 </option>
<option value='https://chattooga1180.com/2008/05/'> May 2008 </option>
<option value='https://chattooga1180.com/2008/04/'> April 2008 </option>
<option value='https://chattooga1180.com/2005/11/'> November 2005 </option>
<option value='https://chattooga1180.com/1999/11/'> November 1999 </option>
</select>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
/* <![CDATA[ */
(function() {
var dropdown = document.getElementById( "archives-dropdown-2" );
function onSelectChange() {
if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) {
document.location.href = this.options[ this.selectedIndex ].value;
}
}
dropdown.onchange = onSelectChange;
})();
/* ]]> */
</script>
</div></div><div id="text-3" class="footer-widget widget_text"><div class="footer-widget-inner"> <div class="textwidget"><p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><a href="https://publicfiles.fcc.gov/am-profile/wzqz" target="_blank" rel="noopener"><img width="175" height="38" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20175%2038'%3E%3C/svg%3E" data-lazy-src="https://chattooga1180.com/wp-content/uploads/2020/01/fcc-logo-lg.png" /><noscript><img width="175" height="38" decoding="async" src="https://chattooga1180.com/wp-content/uploads/2020/01/fcc-logo-lg.png" /></noscript></a></p>
<p><a href="https://publicfiles.fcc.gov/am-profile/wzqz" target="_blank" rel="noopener">FCC Public Files for WZQZ AM 1180 & W256DP FM 99.1</a></p>
</div>
</div></div></div><div class="footer-widgets-column one-half last"><div id="om_widget_facebook-4" class="footer-widget om_widget_facebook"><div class="footer-widget-inner"> <div id="fb-root"></div>
<script type="rocketlazyloadscript">(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-page" data-href="https://www.facebook.com/AM-1180-Chattooga-County-Radio-257071786346/" data-width="500" data-adapt-container-width="true" data-small-header="true" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"><div class="fb-xfbml-parse-ignore"></div></div>
</div></div></div> <div class="clear"></div>
</div>
</div>
</div>
<div class="footer-hor-divider"></div>
<div class="sub-footer no-sub-footer-text">
<div class="container">
<div class="container-inner">
<div class="sub-footer-menu-social-text clearfix">
<div class="sub-footer-menu-social">
<div class="footer-social-icons light-social-icons"><a href="https://www.facebook.com/pages/AM-1180-Chattooga-County-Radio/257071786346" class="social-icon-facebook" title="Facebook" target="_blank"></a><a href=" https://twitter.com/am1180ccr" class="social-icon-twitter" title="Twitter" target="_blank"></a></div> </div>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
</div>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {jQuery(function(){omShortcodes.init(["buttons","tooltips","toggle","tabs","responsivebox","counter"]);});});</script><script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://chattooga1180.com/wp-content/plugins/simple-social-buttons/assets/js/frontend-blocks.js?ver=6.1.0' id='ssb-blocks-front-js-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://chattooga1180.com/wp-content/plugins/olevmedia-portfolio/assets/js/portfolio.min.js?ver=6.1.7' id='ompf-portfolio-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://chattooga1180.com/wp-content/cache/min/1/wp-content/plugins/olevmedia-shortcodes/assets/js/shortcodes.js?ver=1703087093' id='omsc-shortcodes-js' defer></script>
<script type='text/javascript' id='ssb-front-js-js-extra'>
/* <![CDATA[ */
var SSB = {"ajax_url":"https:\/\/chattooga1180.com\/wp-admin\/admin-ajax.php","fb_share_nonce":"6c53c03a09"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://chattooga1180.com/wp-content/cache/min/1/wp-content/plugins/simple-social-buttons/assets/js/front.js?ver=1703087093' id='ssb-front-js-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-browser-checker-js-after'>
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script type='text/javascript' id='rocket-preload-links-js-extra'>
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/category\/obituaries\/|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$\/|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)\/|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/chattooga1180.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-preload-links-js-after'>
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script type='text/javascript' id='wpfront-scroll-top-js-extra'>
/* <![CDATA[ */
var wpfront_scroll_top_data = {"data":{"css":"#wpfront-scroll-top-container{position:fixed;cursor:pointer;z-index:9999;border:none;outline:none;background-color:rgba(0,0,0,0);box-shadow:none;outline-style:none;text-decoration:none;opacity:0;display:none;align-items:center;justify-content:center;margin:0;padding:0}#wpfront-scroll-top-container.show{display:flex;opacity:1}#wpfront-scroll-top-container .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#wpfront-scroll-top-container .text-holder{padding:3px 10px;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:4px 4px 5px 0px rgba(50,50,50,.5);-moz-box-shadow:4px 4px 5px 0px rgba(50,50,50,.5);box-shadow:4px 4px 5px 0px rgba(50,50,50,.5)}#wpfront-scroll-top-container{right:20px;bottom:20px;}#wpfront-scroll-top-container img{width:auto;height:auto;}#wpfront-scroll-top-container .text-holder{color:#ffffff;background-color:#000000;width:auto;height:auto;;}#wpfront-scroll-top-container .text-holder:hover{background-color:#000000;}#wpfront-scroll-top-container i{color:#000000;}","html":"<button id=\"wpfront-scroll-top-container\" aria-label=\"\" title=\"\" ><img src=\"https:\/\/chattooga1180.com\/wp-content\/plugins\/wpfront-scroll-top\/includes\/assets\/icons\/50.png\" alt=\"\" title=\"\"><\/button>","data":{"hide_iframe":false,"button_fade_duration":200,"auto_hide":false,"auto_hide_after":2,"scroll_offset":100,"button_opacity":0.8,"button_action":"top","button_action_element_selector":"","button_action_container_selector":"html, body","button_action_element_offset":0,"scroll_duration":400}}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://chattooga1180.com/wp-content/plugins/wpfront-scroll-top/includes/assets/wpfront-scroll-top.min.js?ver=3.0.0.06281' id='wpfront-scroll-top-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://chattooga1180.com/wp-content/cache/min/1/wp-content/themes/beep/js/jquery.prettyPhoto.js?ver=1703087093' id='prettyPhoto-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://chattooga1180.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2' id='hoverIntent-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://chattooga1180.com/wp-content/cache/min/1/wp-content/themes/beep/js/libraries.js?ver=1703087093' id='libraries-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://chattooga1180.com/wp-content/themes/beep/js/jquery.superfish.min.js?ver=6.1.7' id='superfish-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://chattooga1180.com/wp-content/themes/beep/js/jquery.omslider.min.js?ver=6.1.7' id='omSlider-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://chattooga1180.com/wp-content/themes/beep/js/jquery.isotope.om.min.js?ver=6.1.7' id='om-isotope-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://chattooga1180.com/wp-content/themes/beep/js/jquery.waypoints.min.js?ver=6.1.7' id='waypoints-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://chattooga1180.com/wp-content/themes/beep/js/jquery.waypoints-sticky.min.js?ver=6.1.7' id='waypoints-sticky-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://chattooga1180.com/wp-content/cache/min/1/wp-content/themes/beep/js/custom.js?ver=1703087093' id='om_custom-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://chattooga1180.com/wp-includes/js/comment-reply.min.js?ver=6.1.7' id='comment-reply-js' defer></script>
<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script type="rocketlazyloadscript" data-no-minify="1" async src="https://chattooga1180.com/wp-content/plugins/clsop/assets/js/lazyload/17.5/lazyload.min.js"></script></body>
</html><!--
Performance optimized by Redis Object Cache. Learn more: https://wprediscache.com
Retrieved 4400 objects (466 KB) from Redis using PhpRedis (v5.3.7).
-->
<!-- Performance optimized by AccelerateWP. - Debug: cached@1754165798 -->