editor LogoutAccount PreferencesDid you know...AM stations in much of the world are 9 kHz apart instead of the 10 used in the US ? <!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>KGGR 1040 AM & 106.9 FM</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="robots" content="noodp, noydir">
<!-- Facebook -->
<meta property="og:url" content="https://www.kggram.com/">
<meta property="og:title" content="KGGR 1040 AM & 106.9 FM">
<meta property="og:description" content="">
<meta property="og:site_name" content="KGGR">
<meta property="og:type" content="article">
<!-- X.com -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="KGGR 1040 AM & 106.9 FM">
<meta name="twitter:description" content="">
<!-- iOS App ID -->
<meta name="apple-itunes-app" content="app-id=https://apps.apple.com/us/app/kggr/id6449791053">
<!-- Common CSS -->
<link type="text/css" href="https://c.aiircdn.com/fe/css/dist/afe-f98a36ef05.min.css" rel="stylesheet" media="screen">
<!-- Common JS -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://c.aiircdn.com/fe/js/dist/runtime.5b7a401a6565a36fd210.js"></script>
<script src="https://c.aiircdn.com/fe/js/dist/vendor.f6700a934cd0ca45fcf8.js"></script>
<script src="https://c.aiircdn.com/fe/js/dist/afe.10a5ff067c9b70ffe138.js"></script>
<script>
gm.properties = {"site_id":"1382","page_id":null,"page_path_no_tll":"\/","service_id":"4957"};
</script>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0">
<link rel="stylesheet" href="https://a.aiircdn.com/d/c/3083-n8tx1awyiqvduf.css" />
<script src="//ajax.googleapis.com/ajax/libs/webfont/1/webfont.js"></script>
<script src="https://a.aiircdn.com/d/j/3084-y13p9rimest2vg.js"></script>
<style>
.js-onair {
display: none!important;
}
.js-song {
display: none!important;
}
/* CSS for Directory Styling */
.gm-actions {
display: none!important;
}
.dirPcode {
display: none!important;
}
</style>
<!--Radio Schema-->
<script type="application/ld+json">{
"@context": "https://schema.org",
"@id": "KGGR",
"@type": "RadioBroadcastService",
"area": "Dallas",
"areaServed": "Dallas, TX",
"broadcastAffiliateOf": "MARC Radio Dallas, LLC ",
"broadcastFrequency": "1040 AM, 106.9 FM",
"broadcastTimezone": "Eastern",
"callSign": "KGGR",
"description": "Airing the best in Contemporary and Traditional Gospel music in morning and afternoon drives",
"mainEntityOfPage": "https://radio.securenetsystems.net/cirrusencore/KGGR",
"name": "KGGR",
"serviceArea": "Dallas, TX",
"slogan": "Ministry, Music And More!",
"url": "https://www.kggram.com/"
}</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PLC4CBF');</script>
<!-- End Google Tag Manager -->
<!-- Begin JS for social icons -->
<script src="https://kit.fontawesome.com/9109b3cac6.js" crossorigin="anonymous"></script>
<script>
document.addEventListener("DOMContentLoaded", function () {
setTimeout(function () {
animateSocialIcons();
}, 1000);
});
function animateSocialIcons() {
// Create a div element
var div = document.createElement('div');
// Set the style attributes
div.style.display = 'flex';
div.style.flexDirection = 'column';
div.style.alignItems = 'center';
div.style.gap = '1.5rem';
div.style.backgroundColor = '#ffffff';
div.style.width = '100%';
div.style.maxWidth = '40px';
div.style.padding = '.5rem';
div.style.borderRadius = '.5rem';
div.style.position = 'fixed';
div.style.bottom = '-100px'; // Starting position off-screen
div.style.right = '2rem'; // Adjust as needed
div.style.transition = 'bottom 0.5s ease-in-out'; // Smooth transition for animation
// Create spans for each social media icon
var facebookLink = document.createElement('a');
facebookLink.href = 'https://www.facebook.com/KGGR1040AM';
facebookLink.target = '_blank';
var facebookSpan = document.createElement('span');
facebookSpan.style.fontSize = '2rem';
facebookSpan.className = 'fab fa-facebook-f';
facebookLink.appendChild(facebookSpan);
var twitterLink = document.createElement('a');
twitterLink.href = 'https://twitter.com/1040Kggr';
twitterLink.target = '_blank';
var twitterSpan = document.createElement('span');
twitterSpan.style.fontSize = '2rem';
twitterSpan.className = 'fab fa-x-twitter';
twitterLink.appendChild(twitterSpan);
var instagramLink = document.createElement('a');
instagramLink.href = 'https://www.instagram.com/kggrradioamfm/';
instagramLink.target = '_blank';
var instagramSpan = document.createElement('span');
instagramSpan.style.fontSize = '2rem';
instagramSpan.className = 'fab fa-instagram';
instagramLink.appendChild(instagramSpan);
// Append spans to the div
div.appendChild(facebookLink);
div.appendChild(twitterLink);
div.appendChild(instagramLink);
// Append the div to the document body
document.body.appendChild(div);
// Trigger reflow to force the browser to apply the initial position before animating
div.offsetHeight;
// Animate the div onto the screen
div.style.bottom = '2rem'; // Adjust as needed
}
</script>
<!-- End JS for social icons -->
<script>
document.addEventListener("DOMContentLoaded", function() {
let button = document.querySelector(".c-carousel__btn--previous");
if (button) {
button.remove();
}
});
</script>
<script>
document.addEventListener("DOMContentLoaded", function() {
// Remove the previous button
let prevButton = document.querySelector(".c-carousel__btn--previous");
if (prevButton) {
prevButton.remove();
}
// Remove the next button
let nextButton = document.querySelector(".c-carousel__btn--next");
if (nextButton) {
nextButton.remove();
}
});
</script>
</head>
<body data-controller="ads">
<div id="fb-root"></div>
<script async defer crossorigin="anonymous"
src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v13.0&autoLogAppEvents=1"
></script>
<div class="c-nav-overspill js-top-nav js-slide-move">
<ul></ul>
</div>
<div class="c-site-overlay js-site-overlay"></div>
<div class="c-site-wrapper js-slide-move">
<header class="c-page-head">
<div class="o-wrapper js-takeover-wrap">
<div class="c-ad c-leaderboard js-spacing-on-load">
<div class="gm-adpos"
data-ads-target="pos"
data-pos-id="6394"
id="ad-pos-6394"
></div>
</div>
<div class="dv-grid is-vertical-middle">
<div class="dv-grid__item xl-one-quarter three-tenths s-one-half sm-one-half">
<h1 class="c-logo"><strong class="c-logo__text">KGGR</strong></h1>
</div><!--
--><div class="dv-grid__item xl-one-half four-tenths s-hide sm-hide">
<div class="dv-grid">
<div class="dv-grid__item one-whole xl-one-half">
<div class="c-output">
<img src="" class="c-output__img">
<span></span><br />
<strong><a href="" class="c-output__link"></a></strong><br />
</div>
</div><!--
--><div class="dv-grid__item one-whole xl-one-half">
<div class="c-output">
</div>
</div>
</div>
</div><!--
--><div class="dv-grid__item xl-one-quarter three-tenths s-one-half sm-one-half u-text-right">
<div class="c-listen-wrapper">
<a href="https://radio.securenetsystems.net/cirrusencore/KGGR"
target="_blank"
data-popup-size=""
class="c-btn c-listen-live c-btn--large">
<svg class="c-listen-live__icon" viewBox="0 0 26 30" xmlns="http://www.w3.org/2000/svg"><path d="M3 .7l22 12.6a2 2 0 010 3.4L3 29.3a2 2 0 01-3-1.7V2.4A2 2 0 013 .7z" fill="currentColor" fill-rule="evenodd"/></svg>
<h2 class="c-btn__text">Listen Live</h2>
</a>
</div>
</div>
</div>
<div class="c-nav-primary-wrapper">
<nav class="c-nav-primary c-nav-primary--has-search">
<h2 class="u-access"><a href="/">Navigation</a></h2>
<button class="c-nav-toggle js-toggle-navigation">
<div class="c-nav-icon">
<i class="c-nav-toggle__line"></i><i class="c-nav-toggle__line"></i><i class="c-nav-toggle__line"></i>
</div>
<span class="u-access">Toggle</span>
<strong class="c-nav-toggle__title">Menu</strong>
</button>
<ul class="global-nav-top"><li class="nav--pagemanager on"><div><a href="/">
Home
</a></div></li><li class="nav--about-us "><div><a href="#">
About
</a></div><ul><li><a href="/about-us/about-us/">
About Us
</a></li><li><a href="https://docs.google.com/forms/d/e/1FAIpQLSdo5e-ZbOvHRg7JEfXkQg6IX3r2zzRxUPZ7CfvdNxg1VNbu_g/viewform">
KGGR Fan Club
</a></li><li><a href="/about-us/contact-us/">
Contact Us
</a></li><li><a href="/about-us/meet-our-staff/">
Meet Our Staff
</a></li></ul></li><li class="nav-- "><div><a href="https://www.kggram.com/directory/category/kggr-church-directory/">
Church Directory
</a></div></li><li class="nav--partners "><div><a href="#">
Partners
</a></div><ul><li><a href="/partners/business-partners/">
Business Partners
</a></li><li><a href="/partners/ministry-partners/">
Ministry Partners
</a></li></ul></li><li class="nav--show-schedule "><div><a href="#">
Schedule
</a></div><ul><li><a href="/show-schedule/features/">
Features
</a></li><li><a href="/show-schedule/programs-shows/">
Programs & Shows
</a></li></ul></li><li class="nav--advertise "><div><a href="/advertise/">
Advertise
</a></div></li><li class="nav--prayer-praise-request "><div><a href="/prayer-praise-request/">
Prayer Request
</a></div></li><li class="nav--back-to-school "><div><a href="/back-to-school/">
Back To School
</a></div></li></ul>
<button type="button" class="c-search-toggle js-search-toggle js-search-toggle-width">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 46 51">
<path fill="#FFF" fill-rule="nonzero" d="M45.3 46.5L34 33.8c2.9-3.7 4.5-8.3 4.5-13.2C38.5 9.2 29.8 0 19.2 0 8.6 0 0 9.2 0 20.6c0 11.3 8.6 20.6 19.2 20.6 4 0 7.8-1.3 11-3.7l11.5 12.7c.5.5 1.1.8 1.8.8.6 0 1.3-.3 1.7-.7 1-1 1-2.8.1-3.8zM19 4.9c8 0 14.3 6.7 14.3 14.8C33.3 28 27 34.5 19 34.5c-7.8 0-14.2-6.6-14.2-14.8C4.8 11.6 11.2 5 19 5z"/>
</svg>
Toggle Search Visibility
</button>
</nav>
</div>
</div>
</header>
<div class="o-wrapper">
<div class="c-search js-search">
<h2 class="u-access">Search</h2>
<form class=" c-search__form" action="/searchresults/" method="get">
<div>
<label class="access">Search</label>
<input class="c-search__input" type="text" name="q" placeholder="Search...">
</div>
<button class="c-btn c-search__submit" type="submit">Search</button>
</form>
</div>
</div>
<main class="o-wrapper c-page-main">
<div class="c-ad c-billboard js-spacing-on-load"><div class="gm-adpos"
data-ads-target="pos"
data-pos-id="6402"
id="ad-pos-6402"
></div></div>
<section>
<h2 class="u-access">Featured on KGGR</h2>
<div class="c-carousel js-carousel js-stacked-at-600 c-carousel--no-caption">
<ul class="c-carousel-list">
<li class="c-carousel-list__item js-carousel-list__item">
<a href="" class="c-carousel-list__link">
<img src="https://mmo.aiircdn.com/263/65eb29ca9044e.png" alt="Marvin Sapp Show" class="c-carousel__img" />
</a>
</li><li class="c-carousel-list__item js-carousel-list__item">
<a href="https://www.gfa.org/radio/hospital/?affiliate=kggr" class="c-carousel-list__link" target="_blank">
<img src="https://mmo.aiircdn.com/263/66d1e486408ed.jpg" alt="KGGR Rwanda Medical Missions" class="c-carousel__img" />
</a>
</li><li class="c-carousel-list__item js-carousel-list__item">
<a href="" class="c-carousel-list__link">
<img src="https://mmo.aiircdn.com/263/64959f25cd63d.png" alt="Get Up! Mornings" class="c-carousel__img" />
</a>
</li><li class="c-carousel-list__item js-carousel-list__item">
<a href="" class="c-carousel-list__link">
<img src="https://mmo.aiircdn.com/263/676985b2553ae.jpg" alt="The Willie Moore Jr. Show" class="c-carousel__img" />
</a>
</li> </ul>
<div class="c-carousel-dock">
<button type="button" class="c-carousel__btn c-carousel__btn--previous js-carousel__btn js-carousel__btn--previous">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
<path fill="#FFF" d="M14.7 29.4l-.6-.2-13.8-14a.6.6 0 01-.3-.5c0-.2 0-.4.3-.6L14 .2l.6-.2c.2 0 .4 0 .6.2l1.3 1.3.2.6c0 .2 0 .4-.2.6L6.3 12.9H29c.2 0 .4.1.5.3.2.1.2.3.2.5v2c0 .1 0 .3-.2.5l-.5.2H6.3l10.3 10.3.2.6c0 .2 0 .4-.2.5l-1.3 1.4a1 1 0 01-.6.2zm0 0l-.6-.2-13.8-14a.6.6 0 01-.3-.5c0-.2 0-.4.3-.6L14 .2l.6-.2c.2 0 .4 0 .6.2l1.3 1.3.2.6c0 .2 0 .4-.2.6L6.3 12.9H29c.2 0 .4.1.5.3.2.1.2.3.2.5v2c0 .1 0 .3-.2.5l-.5.2H6.3l10.3 10.3.2.6c0 .2 0 .4-.2.5l-1.3 1.4a1 1 0 01-.6.2z"/>
</svg>
<span class="u-access"></span>
</button>
<button type="button" class="c-carousel__btn c-carousel__btn--next js-carousel__btn js-carousel__btn--next">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
<path fill="#FFF" d="M15 29.4l.6-.2 13.9-14c.2-.1.2-.3.2-.5s0-.4-.2-.6L15.6.2a.7.7 0 00-.5-.2 1 1 0 00-.6.2L13 1.5l-.2.6.2.6 10.3 10.2H.8l-.6.3-.2.5v2c0 .1 0 .3.2.5l.6.2h22.6L13.1 26.7a1 1 0 00-.2.6l.2.5 1.4 1.4.6.2zm0 0l.6-.2 13.9-14c.2-.1.2-.3.2-.5s0-.4-.2-.6L15.6.2a.7.7 0 00-.5-.2 1 1 0 00-.6.2L13 1.5l-.2.6.2.6 10.3 10.2H.8l-.6.3-.2.5v2c0 .1 0 .3.2.5l.6.2h22.6L13.1 26.7a1 1 0 00-.2.6l.2.5 1.4 1.4.6.2z"/>
</svg>
<span class="u-access"></span>
</button>
</div>
</div>
</section>
<div class="c-ad c-leaderboard js-spacing-on-load">
<div class="gm-adpos"
data-ads-target="pos"
data-pos-id="6401"
id="ad-pos-6401"
></div>
</div>
<div class="dv-grid">
<div class="dv-grid__item one-half s-one-whole sm-one-whole">
<div class="o-content-block tb-custom-content">
<div class="o-content-block__inner">
<p><img alt="" src="https://mmo.aiircdn.com/263/67f91062a0717.jpg" style="" /></p>
<p><a href="https://www.mansfieldfuneralhomes.com/"><img alt="" src="https://mmo.aiircdn.com/263/688d193fa3bc1.jpg" /></a></p>
</div>
</div><div class="o-content-block tb-custom-content">
<h2 class="o-headline"><span class="o-headline__main">Events</span></h2>
<div class="o-content-block__inner">
<div style="display: flex; justify-content: space-around; width: 100%; flex-wrap: wrap; gap: 1rem;">
<div style="width: 100%; max-width:600px;">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdYe-MRhis_cXBRcxOfGLx8_7mODW8KtInnAFsda_tFIC6_aA/viewform" target="_blank"><img alt="Community Choir sponsored by KGGR" src="https://mmo.aiircdn.com/263/65aadfcfe2928.png" style="width: 100%;" /></a>
</div>
<div style="width: 100%; max-width:600px;">
<img alt="" src="https://mmo.aiircdn.com/263/68752a139de42.jpg" style="" />
</div>
</div>
</div>
</div>
</div><!--
--><div class="dv-grid__item one-half s-one-whole sm-one-whole">
<div class="o-content-block tb-custom-content">
<h2 class="o-headline"><span class="o-headline__main">Featured Sponsors</span></h2>
<div class="o-content-block__inner">
<div>
<a href="https://www.gfa.org/radio/hospital/?affiliate=kggr" target="_blank"><img alt="" src="https://mmo.aiircdn.com/263/66d1e486408ed.jpg" style="" /></a>
</div>
<p> </p>
</div>
</div><div class="o-content-block tb-custom-content">
<div class="o-content-block__inner">
<p><img alt="Download our free app from the App Store or Google Play, Simply search KGGR" src="https://mmo.aiircdn.com/263/665f368e006cd.jpg" style="" /></p>
</div>
</div><div class="o-content-block tb-facebook-page">
<div style="overflow:hidden;" class="tb-facebook-page__container">
<div class="fb-page" data-href="https://www.facebook.com/KGGR1040AM" data-width="500" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true" data-tabs="timeline" data-show-posts="true"></div>
</div>
</div><div class="o-content-block tb-app-store">
<h2 class="o-headline">Download the KGGR app</h2>
<div class="o-content-block__inner">
<div class="tb-app-store__icons">
<ul class="gm-sec" data-mode="2" >
<li>
<a href="https://apps.apple.com/us/app/kggr/id6449791053" target="_blank"><img src="https://i.aiircdn.com/appstore/appstore_092917.svg" style="width:100%;" alt="Available on the App Store" /></a>
</li>
<li>
<a href="https://play.google.com/store/search?q=KGGR&c=apps" target="_blank"><img src="https://i.aiircdn.com/appstore/google-play.png" alt="Available on Google Play" /></a>
</li>
</ul>
</div>
</div>
</div><div class="o-content-block tb-custom-html">
<div class="o-content-block__inner">
<div style="display: flex; justify-content: space-between; width: 100%; padding: 0px 10px 0px; margin: 10px 0px 10px; align-items: center;">
<div>
<h4 style="margin-bottom: 0px;">Follow us on social media!</h4>
</div>
<div style="text-align: center; font-size: 16px; width: 50px;">
<a href="https://www.facebook.com/KGGR1040AM" target="_blank"><svg height="2em" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<style type="text/css">svg { fill: #005eff }
</style>
<path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path> </svg></a>
</div>
<div style="text-align: center; font-size: 16px; width: 50px;">
<a href="https://twitter.com/1040Kggr" target="_blank"><svg height="2em" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<style type="text/css">svg { fill: #005eff }
</style>
<path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path> </svg></a>
</div>
<div style="text-align: center; font-size: 16px; width: 50px;">
<a href="https://www.instagram.com/kggrradioamfm/" target="_blank"><svg height="2em" viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<style type="text/css">svg { fill: #005eff }
</style>
<path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path> </svg></a>
</div>
<div style="text-align: center; font-size: 32px; width: 50px;">
<a href="https://www.youtube.com/@KGGR1040AM" target="_blank"><svg height="1em" viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<style type="text/css">svg { fill: #005eff }
</style>
<path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"></path> </svg></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="c-bottom-ads"><div class="c-ad c-ad--rectangle js-spacing-on-load"><div class="gm-adpos"
data-ads-target="pos"
data-pos-id="6397"
id="ad-pos-6397"
></div></div><div class="c-ad c-ad--rectangle js-spacing-on-load"><div class="gm-adpos"
data-ads-target="pos"
data-pos-id="6398"
id="ad-pos-6398"
></div></div><div class="c-ad c-ad--rectangle js-spacing-on-load"><div class="gm-adpos"
data-ads-target="pos"
data-pos-id="6399"
id="ad-pos-6399"
></div></div><div class="c-ad c-ad--rectangle js-spacing-on-load"><div class="gm-adpos"
data-ads-target="pos"
data-pos-id="6400"
id="ad-pos-6400"
></div></div></div>
</main>
<div class="o-wrapper">
<footer class="c-page-footer">
<ul class="o-list-inline c-footer-links"><li class="o-list-inline__item c-footer-links__item"><a href="/privacy-policy/" class="c-page-footer__link" >Privacy Policy</a></li><li class="o-list-inline__item c-footer-links__item"><a href="/terms-of-service" class="c-page-footer__link" >Terms of Service</a></li><li class="o-list-inline__item c-footer-links__item"><a href="/cookie-notice/" class="c-page-footer__link" >Cookie Notice</a></li><li class="o-list-inline__item c-footer-links__item"><a href="/contest-rules" class="c-page-footer__link" >Contest Rules</a></li><li class="o-list-inline__item c-footer-links__item"><a href="/about-us/contact-us/" class="c-page-footer__link" >Contact Us</a></li><li class="o-list-inline__item c-footer-links__item"><a href="/eeo-public-file-report/" class="c-page-footer__link" >EEO</a></li><li class="o-list-inline__item c-footer-links__item"><a href="https://publicfiles.fcc.gov/am-profile/KGGR" class="c-page-footer__link" target="_blank">FCC Public File</a></li><li class="o-list-inline__item c-footer-links__item"><a href="https://marcradiogroup.com/careers" class="c-page-footer__link" target="_blank">Careers</a></li></ul>
<p class="c-footer-copyright">
© Copyright 2025 All rights reserved. KGGR - Dallas Ft. Worth - Texas. Powered by <a href="https://aiir.com" target="_blank" title="Aiir radio website CMS">Aiir</a>.
</p>
</footer>
</div>
</div>
<script>var themeSettings = {"flipbook_visible":"1","colour-primary":"#00afec","colour-secondary":"#232c53","colour-background":"#eaeaea","site_logo":"https:\/\/mmo.aiircdn.com\/263\/6481d101102b8.png","font_family":"Roboto","on_air_visible":"1","now_playing_visible":"","flipbook_seconds":"6","footer_text":"","flipbook_hide_caption":"1","copyright":"All rights reserved. KGGR - Dallas Ft. Worth - Texas","flipbook_heading":""};</script><!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PLC4CBF"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<a href="/_hp/" rel="nofollow" style="display: none" aria-hidden="true">On Air</a>
</body>
</html>