editor LogoutAccount PreferencesDid you know...There were no horses living in the Western Hemisphere prior to the arrival of Europeans ? 
view source - https://www.theshepherdradio.com/*** Test System *** GO TO PRODUCTION <!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>The Shepherd Radio Network - Orlando, Gainesville, Ocala/The Villages</title>
<meta name="description" content="The Shepherd Radio Network is an Christian Teach/Talk Radio Station and broadcasts in Orlando (1270 AM), Gainesville (96.3 FM/1430 AM) and Ocala/The Villages (103.5 FM).">
<meta name="keywords" content="orlando, gainesville, ocala, the villages, am, fm, radio, christian, teach, talk, ramsey, shepherd, christian, the word, broadcast, central fl, florida, station">
<meta name="robots" content="noodp, noydir">
<!-- Facebook -->
<meta property="og:url" content="https://www.theshepherdradio.com/">
<meta property="og:title" content="The Shepherd Radio Network - Orlando, Gainesville, Ocala/The Villages">
<meta property="og:image:url" content="https://mmo.aiircdn.com/263/60e866d562e95.png">
<meta property="og:image:width" content="200">
<meta property="og:image:height" content="200">
<meta property="og:image:type" content="image/png">
<meta property="og:description" content="">
<meta property="og:site_name" content="The Shepherd Radio Network - Florida">
<meta property="og:type" content="article">
<!-- X.com -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="The Shepherd Radio Network - Orlando, Gainesville, Ocala/The Villages">
<meta name="twitter:description" content="">
<!-- iOS App ID -->
<meta name="apple-itunes-app" content="app-id=1433802196">
<!-- Icons -->
<link rel="icon" href="https://mmo.aiircdn.com/263/60e866d562e95.png">
<link rel="apple-touch-icon" href="https://mmo.aiircdn.com/263/60e866d562e95.png">
<!-- 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-1.12.2.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":"487","page_id":null,"page_path_no_tll":"\/","service_id":"3588"};
</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/1834-qf6qtwot2icxzw.css" />
<script src="//ajax.googleapis.com/ajax/libs/webfont/1/webfont.js"></script>
<script src="https://a.aiircdn.com/d/j/1835-igjesm0lsthsp5.js"></script>
<!--Radio Schema-->
<script type="application/ld+json" class="schemantra">{
"@context": "https://schema.org",
"@type": "RadioBroadcastService",
"@id": "The Shepherd Radio",
"areaServed": "[Orlando, FL,Gainesville, FL]",
"broadcastDisplayName": "The Shepherd Radio Network",
"broadcastFrequency": "[96.3 FM,103.5 FM,720 AM,1430 AM]",
"broadcastTimezone": "Eastern",
"callSign": "[WIWA,WRZN,WTMN]",
"description": "Christian Teach Talk Format For The Orlando And Gainesville Regions Of Central Florida",
"inLanguage": "English",
"mainEntityOfPage": "https://www.theshepherdradio.com/",
"name": "The Shepherd Radio",
"url": "https://www.theshepherdradio.com/",
"slogan": "It's not just talk... It's life changing"
}</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-T59W47');</script>
<meta name="google-site-verification" content="cVTYZDiupoBfv6P7M7CCP9ggVTFAmEoOGE6LR_n_qaY" />
<!-- 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/theshepherdradio/';
facebookLink.target = '_blank';
var facebookSpan = document.createElement('span');
facebookSpan.style.fontSize = '2rem';
facebookSpan.className = 'fab fa-facebook-f';
facebookLink.appendChild(facebookSpan);
var instagramLink = document.createElement('a');
instagramLink.href = 'https://www.instagram.com/theshepherdfl';
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(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 -->
</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">The Shepherd Radio Network - Florida</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><!--
--><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="/listen-live/"
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--home on"><div><a href="/">
Home
</a></div></li><li class="nav--stations "><div><a href="#">
Listen Live
</a></div><ul><li><a href="https://radio.securenetsystems.net/cirrusencore/WIWA?_ga=2.147590514.412373754.1569589819-773016570.1564503377" target="_blank">
The Shepherd Orlando
</a></li><li><a href="https://streamdb9web.securenetsystems.net/cirrusencore/WRZN?_ga=2.151260668.412373754.1569589819-773016570.1564503377" target="_blank">
The Shepherd Gainesville
</a></li><li><a href="https://streamdb9web.securenetsystems.net/cirrusencore/WRZN?_ga=2.151260668.412373754.1569589819-773016570.1564503377" target="_blank">
The Shepherd Ocala
</a></li></ul></li><li class="nav--podcasts1 "><div><a href="https://www.theshepherdradio.com/podcasts/">
Podcasts
</a></div></li><li class="nav-- "><div><a href="https://www.theshepherdradio.com/program-schedules/">
Program Guide
</a></div></li><li class="nav--1 "><div><a href="https://news.theshepherdradio.com/">
News
</a></div></li><li class="nav--donate "><div><a href="/donate/">
Support Ministries
</a></div></li><li class="nav--advertise "><div><a href="https://marcradiogroup.com/advertising" target="_blank">
Advertise
</a></div></li><li class="nav--about-us "><div><a href="/about-us/">
About Us
</a></div><ul><li><a href="/about-us/">
Meet Our Staff
</a></li><li><a href="/about-us/statement-of-faith/">
Statement Of Faith
</a></li></ul></li><li class="nav--extra "><div><a href="#">
Extra
</a></div><ul><li><a href="https://www.theshepherdradio.com/directory/category/christian-business/">
Christian Business
</a></li></ul></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 The Shepherd Radio Network - Florida</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/64b98fa01ddf3.jpg" alt="Dave Ramsey Show" class="c-carousel__img" />
</a>
</li><li class="c-carousel-list__item js-carousel-list__item">
<a href="https://streamdb9web.securenetsystems.net/cirrusencore/WRZN" class="c-carousel-list__link" target="_blank">
<img src="https://mmo.aiircdn.com/263/6108105f8cce7.jpg" alt="Listen Live Now!" 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/64c2def7e95c7.jpg" alt="The Shepherd Slogan" class="c-carousel__img" />
</a>
</li><li class="c-carousel-list__item js-carousel-list__item">
<a href="https://www.theshepherdradio.com/podcasts/afternoons-with-mike/" class="c-carousel-list__link">
<img src="https://mmo.aiircdn.com/263/654d50557a655.jpg" alt="Afternoons With Mike" class="c-carousel__img" />
</a>
</li><li class="c-carousel-list__item js-carousel-list__item">
<a href="https://news.theshepherdradio.com/subscribe" class="c-carousel-list__link" target="_blank">
<img src="https://mmo.aiircdn.com/263/648324acccd9d.jpg" alt="Newsletter Slide" 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-podcast-series" data-show-description="1">
<h2 class="o-headline"><a href="/podcasts/afternoons-with-mike" class="o-headline__main">Afternoons With Mike Podcast</a></h2>
<div class="o-content-block__inner">
<ul class="gm-sec"
data-grid-threshold="400"
data-per-row="2" data-mode="0">
<li class="c-pod">
<a href="/podcasts/the-mike-gilland-show/episode/singer-songwriter-seph-schlueter-talks-about-his-new-album-plus-orlando-businessman-john-crossman-s1e6/" class="c-pod__link" tabindex="-1">
<img src="https://mmo.aiircdn.com/263/6865a93dc2dc1.jpg" alt="" class="c-pod__img " />
</a>
<div class="c-pod__content">
<a href="/podcasts/the-mike-gilland-show/episode/singer-songwriter-seph-schlueter-talks-about-his-new-album-plus-orlando-businessman-john-crossman-s1e6/" class="c-pod__link">
<strong class="c-pod__title">Singer/Songwriter Seph Schlueter Talks About His New Album, Plus Orlando Businessman John Crossman. (S1E6)</strong>
</a>
<p class="c-pod__description">
The Mike Gilland Show - sponsored by The Timothy Plan.
</p>
</div>
</li>
<li class="c-pod">
<a href="/podcasts/the-mike-gilland-show/episode/his-hat-is-in-the-ring-chris-messina-on-why-he-is-running-also-judy-isaacson-eliass-israel-dilemma-s1e02/" class="c-pod__link" tabindex="-1">
<img src="https://mmo.aiircdn.com/263/6865a93dc2dc1.jpg" alt="" class="c-pod__img " />
</a>
<div class="c-pod__content">
<a href="/podcasts/the-mike-gilland-show/episode/his-hat-is-in-the-ring-chris-messina-on-why-he-is-running-also-judy-isaacson-eliass-israel-dilemma-s1e02/" class="c-pod__link">
<strong class="c-pod__title">His Hat is in the Ring: Chris Messina on Why He is Running, also Judy Isaacson Elias's Israel Dilemma. (S1E02) </strong>
</a>
<p class="c-pod__description">
From the Timothy Plan Studios of the Shepherd Radio Network.
</p>
</div>
</li>
</ul>
</div>
</div>
<div class="o-content-block tb-podcast-series" data-show-description="1">
<h2 class="o-headline"><a href="/podcasts/the-shepherd-at-work" class="o-headline__main">The Shepherd at Work</a></h2>
<div class="o-content-block__inner">
<ul class="gm-sec"
data-grid-threshold="400"
data-per-row="2" data-mode="0">
<li class="c-pod">
<a href="/podcasts/the-shepherd-at-work/episode/from-rome-to-rock-bottom-how-losing-it-all-led-scott-warren-to-his-true-calling-s4e30/" class="c-pod__link" tabindex="-1">
<img src="https://mmo.aiircdn.com/263/630a3fbc7e3df.jpg" alt="" class="c-pod__img " />
</a>
<div class="c-pod__content">
<a href="/podcasts/the-shepherd-at-work/episode/from-rome-to-rock-bottom-how-losing-it-all-led-scott-warren-to-his-true-calling-s4e30/" class="c-pod__link">
<strong class="c-pod__title">From Rome to Rock Bottom: How Losing It All Led Scott Warren to His True Calling. (S4E30)</strong>
</a>
<p class="c-pod__description">
Sponsored by the Central Florida Christian Chamber.
</p>
</div>
</li>
<li class="c-pod">
<a href="/podcasts/the-shepherd-at-work/episode/from-seminary-dropout-to-summit-builder-phil-taylors-blueprint-for-god-given-goals-s4e29/" class="c-pod__link" tabindex="-1">
<img src="https://mmo.aiircdn.com/263/62fa5d3cb91ff.jpg" alt="" class="c-pod__img " />
</a>
<div class="c-pod__content">
<a href="/podcasts/the-shepherd-at-work/episode/from-seminary-dropout-to-summit-builder-phil-taylors-blueprint-for-god-given-goals-s4e29/" class="c-pod__link">
<strong class="c-pod__title">From Seminary Dropout to Summit Builder: Phil Taylor’s Blueprint for God-Given Goals. (S4E29)</strong>
</a>
<p class="c-pod__description">
Sponsored by the Central Florida Christian Chamber.
</p>
</div>
</li>
</ul>
</div>
</div>
<div class="o-content-block tb-podcast-series" data-show-description="1">
<h2 class="o-headline"><a href="/podcasts/the-crossman-conversation" class="o-headline__main">The Crossman Conversation</a></h2>
<div class="o-content-block__inner">
<ul class="gm-sec"
data-grid-threshold="400"
data-per-row="2" data-mode="0">
<li class="c-pod">
<a href="/podcasts/the-crossman-conversation/episode/the-power-of-healthy-conflict-resolution-with-ursula-taylor-s4e15/" class="c-pod__link" tabindex="-1">
<img src="https://mmo.aiircdn.com/263/61e9bb34a7110.png" alt="" class="c-pod__img " />
</a>
<div class="c-pod__content">
<a href="/podcasts/the-crossman-conversation/episode/the-power-of-healthy-conflict-resolution-with-ursula-taylor-s4e15/" class="c-pod__link">
<strong class="c-pod__title">The Power of Healthy Conflict Resolution with Ursula Taylor. (S4E15)</strong>
</a>
<p class="c-pod__description">
The Crossman Conversation is sponsored by Advent Health, RBmarks Construction, AVCON, Baker Barrios, Diriga, Maynard Nexsen, Novasol Energy, and First Horizon Bank.
</p>
</div>
</li>
<li class="c-pod">
<a href="/podcasts/the-crossman-conversation/episode/a-voice-of-strength-brandi-neals-journey-from-adoption-to-accomplished-educator-and-performer-s4e14/" class="c-pod__link" tabindex="-1">
<img src="https://mmo.aiircdn.com/263/61e9bb34a7110.png" alt="" class="c-pod__img " />
</a>
<div class="c-pod__content">
<a href="/podcasts/the-crossman-conversation/episode/a-voice-of-strength-brandi-neals-journey-from-adoption-to-accomplished-educator-and-performer-s4e14/" class="c-pod__link">
<strong class="c-pod__title">A Voice of Strength: Brandi Neal’s Journey from Adoption to Accomplished Educator and Performer. (S4E14)</strong>
</a>
<p class="c-pod__description">
The Crossman Conversation is sponsored by Advent Health, AVCON, RBmarks Construction, Maynard Nexsen, Diriga, Baker Barrios, Novasol Energy and First Horizon Bank.
</p>
</div>
</li>
</ul>
</div>
</div>
<div class="o-content-block tb-podcast-series" data-show-description="1">
<h2 class="o-headline"><a href="/podcasts/the-crossman-conversation-ceo-edition" class="o-headline__main">The Crossman Conversation: CEO Edition</a></h2>
<div class="o-content-block__inner">
<ul class="gm-sec"
data-grid-threshold="400"
data-per-row="2" data-mode="2">
<li class="c-pod">
<a href="/podcasts/the-crossman-conversation-ceo-edition/episode/the-crossman-conversation-ceo-edition-mastering-real-estate-with-david-bramble-s3e16/" class="c-pod__link" tabindex="-1">
<img src="https://mmo.aiircdn.com/263/63f4dd7bbd045.jpg" alt="" class="c-pod__img " />
</a>
<div class="c-pod__content">
<a href="/podcasts/the-crossman-conversation-ceo-edition/episode/the-crossman-conversation-ceo-edition-mastering-real-estate-with-david-bramble-s3e16/" class="c-pod__link">
<strong class="c-pod__title">The Crossman Conversation: CEO Edition Mastering Real Estate with David Bramble. (S3E16)</strong>
</a>
<p class="c-pod__description">
The Crossman CEO EDITION is sponsored by Advent Health, RBmarks Construction, Maynard Nexsen, AVCON, Baker Barrios, Diriga, Novasol Energy, and First Horizon Bank.
</p>
</div>
</li>
<li class="c-pod">
<a href="/podcasts/the-crossman-conversation-ceo-edition/episode/designing-the-future-malcolm-jones-on-architecture-community-and-visionary-leadership-s3e15/" class="c-pod__link" tabindex="-1">
<img src="https://mmo.aiircdn.com/263/63f4dd7bbd045.jpg" alt="" class="c-pod__img " />
</a>
<div class="c-pod__content">
<a href="/podcasts/the-crossman-conversation-ceo-edition/episode/designing-the-future-malcolm-jones-on-architecture-community-and-visionary-leadership-s3e15/" class="c-pod__link">
<strong class="c-pod__title">Designing the Future: Malcolm Jones on Architecture, Community, and Visionary Leadership. (S3E15)</strong>
</a>
<p class="c-pod__description">
The Crossman Conversation CEO EDITION is sponsored by Advent Health, RBmarks Construction, AVCON, Baker Barrios, Diriga, Maynard Nexsen, Novasol Energy, and First Horizon Bank.
</p>
</div>
</li>
</ul>
</div>
</div>
<div class="o-content-block tb-rss">
<h2 class="o-headline"><span class="o-headline__main">Featured On MainStreetDailyNews.com</span></h2>
<div class="o-content-block__inner">
<ul class="gm-sec"
data-grid-threshold="400"
data-mode="0">
<li class="c-pod">
<a href="https://www.mainstreetdailynews.com/education/frazer-school-2nd-year"
tabindex="-1"
class="c-pod__link">
<img src="https://www.mainstreetdailynews.com/wp-content/uploads/2025/08/2-1024x683.jpg" alt="" class="c-pod__img " />
</a>
<div class="c-pod__content">
<a href="https://www.mainstreetdailynews.com/education/frazer-school-2nd-year"
class="c-pod__link">
<strong class="c-pod__title">The Frazer School launches 2nd year with 50% growth</strong>
</a>
<p class="c-pod__description">
Photo by Nick AnschultzHow a math teacher, a vision, and school vouchers reshaped local education.
</p>
</div>
</li>
<li class="c-pod">
<a href="https://www.mainstreetdailynews.com/education/florida-education-secretary-sbac"
tabindex="-1"
class="c-pod__link">
<img src="https://www.mainstreetdailynews.com/wp-content/uploads/2025/08/Untitled-design-45.jpg" alt="" class="c-pod__img " />
</a>
<div class="c-pod__content">
<a href="https://www.mainstreetdailynews.com/education/florida-education-secretary-sbac"
class="c-pod__link">
<strong class="c-pod__title">Florida education secretary says SBAC violated state law at meeting</strong>
</a>
<p class="c-pod__description">
Courtesy Florida Department of EducationIssue started with comments on Hulk Hogan’s death.
</p>
</div>
</li>
<li class="c-pod">
<a href="https://www.mainstreetdailynews.com/sports/ridaught-fall-high-school-sports-have-arrived"
tabindex="-1"
class="c-pod__link">
<img src="https://www.mainstreetdailynews.com/wp-content/uploads/2025/08/Football-on-field.-Photo-by-Dave-Adamson-Unsplash-1024x683.jpg" alt="" class="c-pod__img " />
</a>
<div class="c-pod__content">
<a href="https://www.mainstreetdailynews.com/sports/ridaught-fall-high-school-sports-have-arrived"
class="c-pod__link">
<strong class="c-pod__title">Ridaught: Fall high school sports have arrived</strong>
</a>
<p class="c-pod__description">
Photo by Dave Adamson-UnsplashPreseason classics start on Aug. 11 for cross country, football golf, swimming and diving and girls volleyball.
</p>
</div>
</li>
<li class="c-pod">
<a href="https://www.mainstreetdailynews.com/govt-politics/high-springs-determine-sunday-alcohol-policy"
tabindex="-1"
class="c-pod__link">
<img src="https://www.mainstreetdailynews.com/wp-content/uploads/2023/02/High-Springs-City-Hall-and-sign-1024x683.jpg" alt="" class="c-pod__img " />
</a>
<div class="c-pod__content">
<a href="https://www.mainstreetdailynews.com/govt-politics/high-springs-determine-sunday-alcohol-policy"
class="c-pod__link">
<strong class="c-pod__title">High Springs voters to determine Sunday alcohol policy</strong>
</a>
<p class="c-pod__description">
Photo by Seth JohnsonCommission approves second reading of Nov. 4 ballot.
</p>
</div>
</li>
<li class="c-pod">
<a href="https://www.mainstreetdailynews.com/education/teacher-cspan-educators-conference"
tabindex="-1"
class="c-pod__link">
<img src="https://www.mainstreetdailynews.com/wp-content/uploads/2025/08/IMG_3362-1024x768.jpg" alt="" class="c-pod__img " />
</a>
<div class="c-pod__content">
<a href="https://www.mainstreetdailynews.com/education/teacher-cspan-educators-conference"
class="c-pod__link">
<strong class="c-pod__title">Alachua County teacher attends C-SPAN’s Educators’ Conference</strong>
</a>
<p class="c-pod__description">
Courtesy Jess MoreyBuchholz’s Jess Morey one of 30 educators selected for event in D.C.
</p>
</div>
</li>
<li class="c-pod">
<a href="https://www.mainstreetdailynews.com/education/hawthorne-schools-resurrect-band"
tabindex="-1"
class="c-pod__link">
<img src="https://www.mainstreetdailynews.com/wp-content/uploads/2025/07/Kristi-Neal-teaches-students-how-to-hold-the-flute.-Courtesy-of-ACPS-1024x683.jpg" alt="" class="c-pod__img " />
</a>
<div class="c-pod__content">
<a href="https://www.mainstreetdailynews.com/education/hawthorne-schools-resurrect-band"
class="c-pod__link">
<strong class="c-pod__title">“City of musical champions”: Hawthorne schools resurrect band programs</strong>
</a>
<p class="c-pod__description">
Courtesy of ACPSMiddle/high school to offer band for first time since 2018, Shell Elementary first ever.
</p>
</div>
</li>
</ul>
</div>
</div><div class="o-content-block tb-custom-content">
<div class="o-content-block__inner">
<p><strong>For more Local North Central Florida News visit the <em><a href="https://www.mainstreetdailynews.com" target="_blank">Mainstreet Daily News</a></em> website.</strong></p>
</div>
</div>
</div><!--
--><div class="dv-grid__item one-half s-one-whole sm-one-whole">
<div class="o-content-block tb-custom-html">
<div class="o-content-block__inner">
<iframe src="https://embeds.beehiiv.com/9f60e2d3-076d-4375-a7e5-cf7689cace02" data-test-id="beehiiv-embed" width="100%" height="320" frameborder="0" scrolling="no" style="border-radius: 4px; border: 2px solid #e5e7eb; margin: 0; background-color: transparent;"></iframe>
<script type="text/javascript" async src="https://embeds.beehiiv.com/attribution.js"></script>
</div>
</div><div class="o-content-block tb-custom-html">
<div class="o-content-block__inner">
<div style="margin: 0 auto; text-align: center;">
<a href="https://www.theshepherdradio.com/advertise-with-us/" target="_blank">
<img src="https://mmo.aiircdn.com/263/63adc706486fc.jpg" alt="Advertise With Us">
</a>
</div>
</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/theshepherdradio" 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 Shepherd Orlando 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/the-shepherd-radio-orlando/id1486887656" 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/apps/details?id=com.wiwa.player" 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-app-store">
<h2 class="o-headline">Download The Shepherd Gainesville 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/the-shepherd-radio/id1433802196" 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/apps/details?id=com.wrzn.player" target="_blank"><img src="https://i.aiircdn.com/appstore/google-play.png" alt="Available on Google Play" /></a>
</li>
</ul>
</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="/footer/privacy-policy/" class="c-page-footer__link" >Privacy Policy</a></li><li class="o-list-inline__item c-footer-links__item"><a href="/footer/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="/footer/contest-rules/" class="c-page-footer__link" >Contest Rules</a></li><li class="o-list-inline__item c-footer-links__item"><a href="/footer/cookie-notice/" class="c-page-footer__link" >Cookie Notice</a></li><li class="o-list-inline__item c-footer-links__item"><a href="/footer/contact/" class="c-page-footer__link" >Contact Us</a></li><li class="o-list-inline__item c-footer-links__item"><a href="https://publicfiles.fcc.gov/api/manager/download/e492721b-af56-35d7-0afd-51ec9e93b753/ee788ea7-6e1f-42b7-b85a-3d7ad0bcfcf2.pdf" class="c-page-footer__link" target="_blank">EEO</a></li><li class="o-list-inline__item c-footer-links__item"><a href="https://publicfiles.fcc.gov/api/manager/download/2245ebd9-e97f-d1d3-21f6-97e5e5288543/fecdb989-45d3-4b0d-b6cc-b7f34474acc2.pdf" class="c-page-footer__link" target="_blank">EEO (WIWA)</a></li><li class="o-list-inline__item c-footer-links__item"><a href="https://publicfiles.fcc.gov/am-profile/WIWA" class="c-page-footer__link" target="_blank">FCC Public File (WIWA)</a></li><li class="o-list-inline__item c-footer-links__item"><a href="https://publicfiles.fcc.gov/am-profile/WRZN" class="c-page-footer__link" target="_blank">FCC Public File (WRZN)</a></li><li class="o-list-inline__item c-footer-links__item"><a href="https://publicfiles.fcc.gov/am-profile/WTMN" class="c-page-footer__link" target="_blank">FCC Public File (WTMN)</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 The Shepherd Radio Network - Florida. 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":"#2196f3","colour-secondary":"#2196f3","colour-background":"#f0f0f0","site_logo":"https:\/\/mmo.aiircdn.com\/263\/63adc62e1a596.png","font_family":"Open Sans","on_air_visible":"","now_playing_visible":"","flipbook_seconds":"12","footer_text":"","flipbook_hide_caption":"1","copyright":"","flipbook_heading":""};</script><!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T59W47"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<script>
const cfmpButton = document.querySelector(`.c-listen-wrapper a`);
function cfmpRemoveTarget() {
cfmpButton.setAttribute(`target`, `_self`);
}
cfmpRemoveTarget();
const cfmpShare = document.querySelector(`.aiir-share`);
function cfmpRemoveShare() {
cfmpShare.style.display = "none";
}
cfmpRemoveShare();
</script>
<a href="/_hp/" rel="nofollow" style="display: none" aria-hidden="true">On Air</a>
</body>
</html>