<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="yDGz3Z0to9ley6Y1FYsE5EaQjHXSNCLyINLqauWp">
<title>105.3 WFIV</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-79BJKE8FCC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-79BJKE8FCC');
</script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap">
<link rel="stylesheet" href="/css/weather-icons.css">
<link rel="stylesheet" href="/css/app.css?id=e67da2bbeec6c41c4cb18edc74eaa97c">
<style>
.oswald {
font-family: 'Oswald', sans-serif;
font-weight: 500;
}
.nunito {
font-family: 'Nunito', sans-serif;
}
</style>
<meta name="csrf-token" content="yDGz3Z0to9ley6Y1FYsE5EaQjHXSNCLyINLqauWp">
<script src="/js/app.js?id=1578a63d674e53fadeb854768b2a40c0" defer></script>
<style >[wire\:loading], [wire\:loading\.delay], [wire\:loading\.inline-block], [wire\:loading\.inline], [wire\:loading\.block], [wire\:loading\.flex], [wire\:loading\.table], [wire\:loading\.grid], [wire\:loading\.inline-flex] {display: none;}[wire\:loading\.delay\.shortest], [wire\:loading\.delay\.shorter], [wire\:loading\.delay\.short], [wire\:loading\.delay\.long], [wire\:loading\.delay\.longer], [wire\:loading\.delay\.longest] {display:none;}[wire\:offline] {display: none;}[wire\:dirty]:not(textarea):not(input):not(select) {display: none;}input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {animation-duration: 50000s;animation-name: livewireautofill;}@keyframes livewireautofill { from {} }</style>
</head>
<body class="">
<div class="container mx-auto max-w-5xl py-3 flex flex-col sm:flex-row justify-between">
<div class="w-full px-3 sm:pl-3 lg:pl-0 sm:w-1/2 lg:w-1/3">
<a href="/">
<img src="/images/105-3-WFIV-logo-2022.png" class="w-350 max-h-32 mx-auto sm:mx-0 " alt="105.3 WFIV Good Times, Great Oldies">
</a>
</div>
<div class="hidden sm:block">
<div class="weather-widget inline-block py-1 px-4 ">
<h4 class="font-bold text-blue-900 text-center">Current Weather</h4>
<div class="grid grid-cols-2">
<div class="col-span-2 leading-none">
<div class="text-center text-5xl"><i class="wi wi-owm-day-804"></i> 76°</div>
<div class="text-center text-uppercase">overcast clouds</div>
</div>
<div class="hidden text-sm px-2">
Humidity: <span class="float-right">88%</span><br>
Clouds: <span class="float-right">100%</span><br>
Sunrise: <span class="float-right">6:44 am</span><br>
Sunset: <span class="float-right">8:40 pm</span><br>
</div>
</div>
<div class="text-center">
<small class="text-xs text-gray-300">last updated: 5:05 pm</small>
</div>
</div>
</div>
</div>
<div class="bg-blue-900 font-sans w-full container max-w-5xl mx-auto my-0" x-data="{ menu: false }">
<div class="px-4">
<div class="flex items-center justify-between py-2">
<div class="hidden sm:flex sm:items-center">
<a href="/" class="bg-white text-blue-900 border-2 border-black hover:text-red-500 hover:underline rounded px-2 py-1 mr-2">Home</a>
<div x-data="{ open: false }" class="bg-white text-blue-900 border-2 border-black hover:text-red-500 hover:underline rounded px-2 py-1 mr-2 cursor-pointer relative">
<a x-on:click="open = !open" class="">Songlogs</a>
<div class="absolute bg-white text-black shadow mt-2 z-10 left-0 rounded overflow-hidden" x-show="open" @click.outside="open = false">
<a class="hover:text-red-500 hover:underline py-1 px-3 block hover:bg-gray-100" href="/songlog/2025-08-02">Saturday</a>
<a class="hover:text-red-500 hover:underline py-1 px-3 block hover:bg-gray-100" href="/songlog/2025-08-01">Friday</a>
<a class="hover:text-red-500 hover:underline py-1 px-3 block hover:bg-gray-100" href="/songlog/2025-07-31">Thursday</a>
<a class="hover:text-red-500 hover:underline py-1 px-3 block hover:bg-gray-100" href="/songlog/2025-07-30">Wednesday</a>
<a class="hover:text-red-500 hover:underline py-1 px-3 block hover:bg-gray-100" href="/songlog/2025-07-29">Tuesday</a>
<a class="hover:text-red-500 hover:underline py-1 px-3 block hover:bg-gray-100" href="/songlog/2025-07-28">Monday</a>
<a class="hover:text-red-500 hover:underline py-1 px-3 block hover:bg-gray-100" href="/songlog/2025-07-27">Sunday</a>
</div>
</div>
<a href="/artists" class="bg-white text-blue-900 border-2 border-black hover:text-red-500 hover:underline rounded px-2 py-1 mr-2">Artists</a>
<a href="/contact" class="bg-white text-blue-900 border-2 border-black hover:text-red-500 hover:underline rounded px-2 py-1 mr-2">Contact Us</a>
<a href="https://live365.com/station/WFIV-a42921" target="_blank" class="bg-white text-blue-900 border-2 border-black hover:text-red-500 hover:underline rounded px-2 py-1">Listen Live</a>
</div>
<div class="sm:hidden cursor-pointer bg-white text-blue-900 border-2 border-black hover:text-red-500 hover:underline rounded px-2 py-1" x-on:click="menu = !menu">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
</div>
</div>
<div class="block sm:hidden border-t-2 py-2 mb-3" x-show="menu" @click.outside="menu = false">
<div class="flex flex-col">
<a href="/" class="text-gray-800 bg-white rounded px-2 py-1 font-semibold hover:text-red-600 mb-1">Home</a>
<div x-data="{ open: false }">
<a
x-on:click="open = !open"
class="block text-gray-800 bg-white rounded px-2 py-1 font-semibold hover:text-red-600 mb-1">Songlogs</a>
<div class=" mt-2 left-0 rounded overflow-hidden" x-show="open" @click.outside="open = false">
<a class="block text-gray-800 bg-white rounded px-2 py-1 font-semibold hover:text-red-600 mb-1 mx-4" href="/songlog/2025-08-02">Saturday</a>
<a class="block text-gray-800 bg-white rounded px-2 py-1 font-semibold hover:text-red-600 mb-1 mx-4" href="/songlog/2025-08-01">Friday</a>
<a class="block text-gray-800 bg-white rounded px-2 py-1 font-semibold hover:text-red-600 mb-1 mx-4" href="/songlog/2025-07-31">Thursday</a>
<a class="block text-gray-800 bg-white rounded px-2 py-1 font-semibold hover:text-red-600 mb-1 mx-4" href="/songlog/2025-07-30">Wednesday</a>
<a class="block text-gray-800 bg-white rounded px-2 py-1 font-semibold hover:text-red-600 mb-1 mx-4" href="/songlog/2025-07-29">Tuesday</a>
<a class="block text-gray-800 bg-white rounded px-2 py-1 font-semibold hover:text-red-600 mb-1 mx-4" href="/songlog/2025-07-28">Monday</a>
<a class="block text-gray-800 bg-white rounded px-2 py-1 font-semibold hover:text-red-600 mb-1 mx-4" href="/songlog/2025-07-27">Sunday</a>
</div>
</div>
<a href="/artists" class="text-gray-800 bg-white rounded px-2 py-1 font-semibold hover:text-red-600 mb-1">Artists</a>
<a href="/contact" class="text-gray-800 bg-white rounded px-2 py-1 font-semibold hover:text-red-600 mb-1">Contact Us</a>
<a href="https://live365.com/station/WFIV-a42921" target="_blank" class="text-red-600 bg-white rounded px-2 py-1 font-semibold hover:text-red-600 mb-1">Listen Live</a>
</div>
</div>
</div>
</div>
<div class="container mx-auto py-1 max-w-5xl text-gray-900 antialiased">
<div class="relative mb-3">
<img src="https://wfiv.com/storage/hero/8/61/PROMO-WFIV-Funday-Monday-2025.png" class="">
<div class="sm:absolute sm:bottom-0 sm:left-0 sm:right-0 px-2 py-2 bg-blue-900 sm:opacity-85 sm:z-10">
<h3 class="text-white text-xl font-semibold ">
Funday Monday
</h3>
<p class="text-white text-sm font-bold">
<a href="https://www.facebook.com/PreventionLOCO/" class="underline text-red-500 mx-2 ">The Prevention Alliance</a>
</p>
</div>
</div>
<div class="grid grid-cols-2 gap-5">
<div class="col-span-2 sm:col-span-1">
<h1 class="text-3xl text-blue-900 text-center py-3 px-6 mb-3 oswald">Upcoming Events</h1>
<div class="-my-2 overflow-x-auto sm:-mx-6 lg:-mx-8">
<div class="py-2 align-middle inline-block min-w-full sm:px-6 lg:px-8">
<div class="overflow-auto max-h-[640px]">
<div class="mb-5">
<div class="px-3 sm:px-0">
<h2 class="font-bold text-xl">Cardboard Boat Race</h2>
<h3 class="text-blue-600 text-sm font-bold mb-1">Saturday, Aug 02 2025</h3>
<p>Lenoir City Park, 10-2. Join us for a day of fun and laughter at the Lenoir City Park while supporting a local nonprofit! The Prevention Alliance of Loudon County and the 9th Judicial Drug Task Force Team up for an annual fundraiser to continue drug prevention education in the Loudon County Schools. Lenoir City Parks and Rec will host a Touch-A-Truck event with a variety of big trucks that will be on site for the kiddos to get up close & interactive with.
WHO LET THE DOGS OUT? Loudon County Sheriff’s Office will offer a K-9 demonstration. The wildly entertaining Police vs Fire Obstacle course games will kick off the day’s events. The cardboard boat races are sure to tickle your funny bone! Come out and see all the crafty creations and find out who will reign supreme and take home the coveted BuCkI trophy, named after our amazing presenting sponsor, Buckeye Corrugated, located in Loudon County! Other categories include the Davy Jones Locker for the boat that sank the fastest and Treasure Island, the crowd favorite based on duck and dollar votes. Food, ‘friendly’ competitions and beautiful scenery. I can’t think of a better way to enjoy your summer day on Saturday, August 2.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-span-2 sm:col-span-1">
<h1 class="text-3xl text-blue-900 text-center py-3 px-6 mb-3 oswald">What just played on West 105</h1>
<div class="-my-2 overflow-x-auto sm:-mx-6 lg:-mx-8">
<div class="py-2 align-middle inline-block min-w-full sm:px-6 lg:px-8">
<div class="shadow border-b border-gray-200 overflow-auto max-h-[640px]">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-blue-900 text-white">
<tr>
<th scope="col" class="px-6 py-3 text-left text-xs font-bold uppercase tracking-wider">
Played
</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-bold uppercase tracking-wider">
Song/Artist
</th>
</tr>
</thead>
<tbody class="bg-white divide-y divide-gray-200">
<tr class="">
<td class="px-6 py-4 text-sm text-gray-500">
05:11 pm
</td>
<td class="px-6 py-4">
Deacon-Blues
<div class="text-sm text-gray-500">
Steely Dan
</div>
</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 text-sm text-gray-500">
05:07 pm
</td>
<td class="px-6 py-4">
Miss You Like Crazy
<div class="text-sm text-gray-500">
Natalie Cole
</div>
</td>
</tr>
<tr class="">
<td class="px-6 py-4 text-sm text-gray-500">
05:05 pm
</td>
<td class="px-6 py-4">
I Believe In Music
<div class="text-sm text-gray-500">
Gallery
</div>
</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 text-sm text-gray-500">
04:58 pm
</td>
<td class="px-6 py-4">
Valley Road
<div class="text-sm text-gray-500">
Bruce Hornsby
</div>
</td>
</tr>
<tr class="">
<td class="px-6 py-4 text-sm text-gray-500">
04:54 pm
</td>
<td class="px-6 py-4">
Candle In The Wind
<div class="text-sm text-gray-500">
Elton John
</div>
</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 text-sm text-gray-500">
04:49 pm
</td>
<td class="px-6 py-4">
Leader of the Band
<div class="text-sm text-gray-500">
Dan Fogelberg
</div>
</td>
</tr>
<tr class="">
<td class="px-6 py-4 text-sm text-gray-500">
04:46 pm
</td>
<td class="px-6 py-4">
Good Times
<div class="text-sm text-gray-500">
Chic
</div>
</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 text-sm text-gray-500">
04:40 pm
</td>
<td class="px-6 py-4">
Somewhere Out There
<div class="text-sm text-gray-500">
Linda Ronstadt & James Ingram
</div>
</td>
</tr>
<tr class="">
<td class="px-6 py-4 text-sm text-gray-500">
04:37 pm
</td>
<td class="px-6 py-4">
Leaving On A Jet Plane
<div class="text-sm text-gray-500">
Peter, Paul & Mary
</div>
</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 text-sm text-gray-500">
04:34 pm
</td>
<td class="px-6 py-4">
I Can See Clearly Now
<div class="text-sm text-gray-500">
Johnny Nash
</div>
</td>
</tr>
<tr class="">
<td class="px-6 py-4 text-sm text-gray-500">
04:30 pm
</td>
<td class="px-6 py-4">
Even The Nights Are Better
<div class="text-sm text-gray-500">
Air Supply
</div>
</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 text-sm text-gray-500">
04:25 pm
</td>
<td class="px-6 py-4">
Bridge Over Troubled Waters
<div class="text-sm text-gray-500">
Simon and Garfunkel
</div>
</td>
</tr>
<tr class="">
<td class="px-6 py-4 text-sm text-gray-500">
04:21 pm
</td>
<td class="px-6 py-4">
American Woman
<div class="text-sm text-gray-500">
Guess Who
</div>
</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 text-sm text-gray-500">
04:17 pm
</td>
<td class="px-6 py-4">
You Keep Me Hangin on
<div class="text-sm text-gray-500">
Kim Wilde
</div>
</td>
</tr>
<tr class="">
<td class="px-6 py-4 text-sm text-gray-500">
04:12 pm
</td>
<td class="px-6 py-4">
Dance With Me
<div class="text-sm text-gray-500">
Orleans
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="col-span-2 sm:col-span-1">
<h1 class="text-3xl text-blue-900 text-center py-3 px-6 mb-3 oswald">WFIV Blog</h1>
<div class="-my-2 overflow-x-auto sm:-mx-6 lg:-mx-8">
<div class="py-2 align-middle inline-block min-w-full sm:px-6 lg:px-8">
<div class="overflow-auto max-h-[640px] border-t">
<div class="mx-3 my-2 py-2 border-b">
<div class="text-sm font-bold">
Jun 24, 2024
</div>
<a href="/posts/2/the-prevention-alliance-corrugated-boat-race" class="hover:text-blue-600 hover:underline text-lg">
The Prevention Alliance Corrugated Boat Race
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-span-2 sm:col-span-1">
<h1 class="text-3xl text-blue-900 text-center py-3 px-6 mb-3 oswald">Audio List</h1>
<div class="-my-2 overflow-x-auto sm:-mx-6 lg:-mx-8">
<div class="py-2 align-middle inline-block min-w-full sm:px-6 lg:px-8">
<div class="overflow-auto max-h-[640px]">
<div class="mb-5">
<div class="mb-3">
<div class="font-bold">High School Reunion Band - Andi Rogers</div>
<div class="py-2">Darrell interviews Andi Rogers about the upcoming Nights on Broadway this Friday June 20 in downtown Lenoir City.</div>
</div>
<div class="mb-3 font-bold">
<audio src="/storage/audio_files/4/andi-high-school-reunion.mp3" controls class="w-full">
</div>
</div>
<div class="mb-5">
<div class="mb-3">
<div class="font-bold">Farragut - Jefferson City Player Interviews - WFIV</div>
<div class="py-2">Post game interviews with Tyler and several Victorious Admiral Players</div>
</div>
<div class="mb-3 font-bold">
<audio src="/storage/audio_files/3/2024-10-18-jeffeson-city-interviews.mp3" controls class="w-full">
</div>
</div>
<div class="mb-5">
<div class="mb-3">
<div class="font-bold">Coach Matthew Buckner Interview - Erik Gerhart</div>
</div>
<div class="mb-3 font-bold">
<audio src="/storage/audio_files/2/2024-farragut-baseball-coach-interview.mp3" controls class="w-full">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container max-w-5xl mx-auto border-t-2 bg-gray-100 mt-6 py-3 px-6 text-center oswald">
<div class="pt-5">
<a class="text-blue-600 hover:text-red-500 hover:underline inline-block mx-2" href="/" >Home</a>
<a class="text-blue-600 hover:text-red-500 hover:underline inline-block mx-2" href="/artists" >Artists</a>
<a class="text-blue-600 hover:text-red-500 hover:underline inline-block mx-2" href="/contact" >Contact Us</a>
<a class="text-blue-600 hover:text-red-500 hover:underline inline-block mx-2" href="https://live365.com/station/WFIV-a42921" target="_blank" >Listen Live</a>
</div>
<div class="pt-5">
<div class="text-black oswald font-bold mb-1">Recent Songlogs</div>
<a class="text-blue-600 hover:text-red-500 hover:underline inline-block mx-2" href="/songlog/2025-08-02">Saturday</a>
<a class="text-blue-600 hover:text-red-500 hover:underline inline-block mx-2" href="/songlog/2025-08-01">Friday</a>
<a class="text-blue-600 hover:text-red-500 hover:underline inline-block mx-2" href="/songlog/2025-07-31">Thursday</a>
<a class="text-blue-600 hover:text-red-500 hover:underline inline-block mx-2" href="/songlog/2025-07-30">Wednesday</a>
<a class="text-blue-600 hover:text-red-500 hover:underline inline-block mx-2" href="/songlog/2025-07-29">Tuesday</a>
<a class="text-blue-600 hover:text-red-500 hover:underline inline-block mx-2" href="/songlog/2025-07-28">Monday</a>
<a class="text-blue-600 hover:text-red-500 hover:underline inline-block mx-2" href="/songlog/2025-07-27">Sunday</a>
</div>
<div class="py-5">
<a href="https://publicfiles.fcc.gov/fm-profile/wfiv-fm" class="px-2 py-1 text-blue-600 hover:underline" target="blank">Public File</a>
</div>
</div>
<script src="/livewire/livewire.js?id=c69d0f2801c01fcf8166" data-turbo-eval="false" data-turbolinks-eval="false" ></script><script data-turbo-eval="false" data-turbolinks-eval="false" >window.livewire = new Livewire();window.Livewire = window.livewire;window.livewire_app_url = '';window.livewire_token = 'yDGz3Z0to9ley6Y1FYsE5EaQjHXSNCLyINLqauWp';window.deferLoadingAlpine = function (callback) {window.addEventListener('livewire:load', function () {callback();});};let started = false;window.addEventListener('alpine:initializing', function () {if (! started) {window.livewire.start();started = true;}});document.addEventListener("DOMContentLoaded", function () {if (! started) {window.livewire.start();started = true;}});</script>
</body>
</html>