Login
(not required) Preferences
Did you know...
There are now stations between 1630 and 1700 on the AM dial ?
Streaming Radio Guide
view source - https://www.troy.edu/student-life-resources/campus-media/troy-public-radio/
<!--[if IE 8]><html class="no-js lt-ie9 ie8"><![endif]--><!--[if IE 9]><html class="no-js gt-ie9 ie9" ><![endif]--><!--[if gt IE 8]><!--><!DOCTYPE HTML><html class="no-js gt-ie9" lang="en"><!--<![endif]--> <head><!-- OU Search Ignore Start Here --> <meta charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <!-- #DNS prefetching --> <!-- http://csswizardry.com/2013/01/front-end-performance-for-web-designers-and-front-end-developers --> <link rel="dns-prefetch" href="//ajax.googleapis.com"> <meta name="robots" content="all"> <!-- Mobile Metas --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="apple-mobile-web-app-capable" content="yes"> <!-- FB Verif --> <meta name="facebook-domain-verification" content="6e8yy9ifj2nio5v6pxkxvshgea1cri"> <meta property="og:image" content="http://www.troy.edu/_assets/sharing/troy-campus.jpg"> <meta property="og:image:secure_url" content="https://www.troy.edu/_assets/sharing/troy-campus.jpg"> <!-- Place favicon.ico and apple-touch-icon(s) in the root directory --> <!-- http://mathiasbynens.be/notes/rel-shortcut-icon --> <!-- http://mathiasbynens.be/notes/touch-icons --> <link rel="icon" type="image/ico" href="/_resources/images/favicon.ico"> <link rel="icon" type="image/png" href="/_resources/images/favicon.png"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.11/css/all.css" integrity="sha384-p2jx59pefphTFIpeqCcISO9MdVfIm4pNnsL08A6v5vaQc4owkQqxMV8kg4Yvhaw/" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="/_resources/_redesign/css/output.css" rel="stylesheet"> <!-- Modernizer --> <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script> <!-- Nav Styles --> <link rel="stylesheet" href="/_resources/_redesign/css/styles.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <!-- Alpine.js --> <style> [x-cloak] { display: none !important; } </style> <script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.12.1/dist/cdn.min.js"></script> <!-- OU Search Ignore End Here --> <link rel="prefetch" href="/student-life-resources/campus-media/troy-public-radio/index.html"> <title>Troy Public Radio | Troy University</title> <meta name="Description" content="Since its founding in 1977, TROY Public Radio's mission has been to provide listeners with in-depth and comprehensive news coverage and music that enriches the mind and nourishes the spirit."> <!-- OU Search Ignore Start Here --><!-- OU Search Ignore End Here --><!-- OU Search Ignore Start Here --><!-- 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-NHZ585V');</script> <!-- End Google Tag Manager --><!-- OU Search Ignore End Here --><script type="text/javascript"> var page_url="https://www.troy.edu/student-life-resources/campus-media/troy-public-radio/index.html"; </script></head> <body class="standard-inner"><!-- OU Search Ignore Start Here --><!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NHZ585V" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --><!-- OU Search Ignore End Here --><!-- OU Search Ignore Start Here --><div x-cloak x-data="{ dismissed: false, notices: [], emergencies: [], async fetchData() { try { let response = await fetch('https://www.troy.edu/_resources/php/_redesign/notices.php'); let data = await response.json(); if (data.notices?.length) { this.notices = data.notices.filter(function(x) { return x.type === 'safety'; }); this.emergencies = this.notices.filter(function(x) { return x.alertLevel === 'emergency'; }); } // console.log(this.notices); } catch (error) { console.error('Error fetching data:', error); } } }" x-init="fetchData()"> <!-- Safety Alert Banner --> <div x-show="notices.length !== 0" class="tw-relative tw-h-10 tw-bg-cardinal-500" x-transition:enter="tw-transition-all tw-ease-in tw-duration-500" x-transition:enter-start="tw-max-h-0" x-transition:enter-end="tw-max-h-10"> <a href="https://sos.troy.edu/#SafetyAlert" target="_blank" class="tw-flex tw-justify-center tw-items-center tw-bg-dark tw-text-white tw-h-10 tw-cursor-pointer tw-fixed tw-top-0 tw-w-full tw-z-[1049] tw-text-center hover:tw-text-white hover:tw-underline focus:tw-bg-blue focus:!tw-shadow-none" x-show="notices.length > 0" x-transition:enter="tw-transition-all tw-ease-in tw-duration-500" x-transition:enter-start="tw-max-h-0" x-transition:enter-end="tw-max-h-10"> <p x-show="notices.length > 0" x-transition:enter="tw-transition-opacity tw-ease-in tw-duration-500" x-transition:enter-start="tw-opacity-0" x-transition:enter-end="tw-opacity-100">Safety Alert</p> </a> </div> <!-- Emergency Alert Modal --> <div x-show="emergencies.length !== 0 && !dismissed" class="tw-relative tw-z-[1048]" aria-labelledby="modal-title" role="dialog" aria-modal="true" x-cloak x-transition:enter="tw-ease-out tw-duration-300" x-transition:enter-start="tw-opacity-0" x-transition:enter-end="tw-opacity-100" x-transition:leave="tw-ease-in tw-duration-200" x-transition:leave-start="tw-opacity-100" x-transition:leave-end="tw-opacity-0"> <div class="tw-fixed tw-inset-0 tw-bg-gray-950 tw-bg-opacity-60 tw-transition-opacity" aria-hidden="true"> </div> <div class="tw-fixed tw-inset-0 tw-z-[1048] tw-w-screen tw-overflow-y-auto"> <div class="tw-flex tw-min-h-full tw-items-end tw-justify-center tw-p-4 tw-text-center sm:tw-items-center sm:tw-p-0" x-transition:enter="tw-ease-out tw-duration-300" x-transition:enter-start="tw-opacity-0 tw-translate-y-4 sm:tw-translate-y-0 sm:tw-scale-95" x-transition:enter-end="tw-opacity-100 tw-translate-y-0 sm:tw-scale-100" x-transition:leave="tw-ease-in tw-duration-200" x-transition:leave-start="tw-opacity-100 tw-translate-y-0 sm:tw-scale-100" x-transition:leave-end="tw-opacity-0 tw-translate-y-4 sm:tw-translate-y-0 sm:tw-scale-95"> <div class="tw-relative tw-transform tw-overflow-hidden tw-rounded-lg tw-bg-white tw-text-left tw-shadow-xl tw-transition-all sm:tw-my-8 sm:tw-w-full sm:tw-max-w-lg"> <div class="tw-bg-white tw-px-4 tw-pb-4 tw-pt-5 sm:tw-p-6 sm:tw-pb-4"> <template x-for="(emergency, index) in emergencies" :key="index"> <div class="sm:tw-flex sm:tw-items-start" :class="{ 'tw-mt-6': index !== 0 }"> <div class="tw-mx-auto tw-flex tw-h-12 tw-w-12 tw-flex-shrink-0 tw-items-center tw-justify-center tw-rounded-full tw-bg-cardinal-500 sm:tw-mx-0 sm:tw-h-10 sm:tw-w-10"> <svg class="tw-h-6 tw-w-6 tw-text-white" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126zM12 15.75h.007v.008H12v-.008z" /> </svg> </div> <div class="tw-mt-3 tw-text-center sm:tw-ml-4 sm:tw-mt-0 sm:tw-text-left"> <h3 class="tw-text-base tw-font-semibold tw-leading-6 tw-text-cardinal-500 tw-uppercase tw-mb-0" x-text="'Emergency: ' + emergency.title"></h3> <div class="tw-mt-2"> <p class="tw-text-sm tw-text-gray-900" x-text="emergency.message"></p> </div> </div> </div> </template> </div> <div class="tw-bg-gray-300 tw-px-4 tw-py-3 sm:tw-flex sm:tw-flex-row-reverse sm:tw-px-6"> <button @click="dismissed = true" type="button" class="tw-mt-3 tw-inline-flex tw-w-full tw-justify-center tw-rounded-md tw-bg-white tw-px-3 tw-py-2 tw-text-sm tw-font-semibold tw-text-gray-900 tw-shadow-sm tw-ring-1 tw-ring-inset tw-ring-gray-300 hover:tw-bg-gray-50 sm:tw-mt-0 sm:tw-w-auto">Dismiss</button> </div> </div> </div> </div> </div> </div><!-- OU Search Ignore End Here --> <nav class="skip-links-nav"> <ul id="skip-links" class="list-unstyled tw-m-0"> <li><a class="skip tw-text-cardinal-500 tw-font-bold tw-sr-only tw-outline-none focus:tw-not-sr-only focus:tw-py-2 focus:tw-px-4 focus:tw-block" href="#main-content" tabindex="0">Skip to Main Content</a></li> </ul> </nav> <!-- OU Search Ignore Start Here --><!-- <?pcf-stylesheet path="/_resources/xsl-redesign/_widgets/header.xsl" title="Homepage Header" alternate="no" publish="yes" extension=".no-header.html"?> --><header id="header" class="global-header-wrap"> <div class="logo-wrap"><a href="/" class="site-logo">Search</a></div> <div class="column-middle-flex"> <nav aria-label="Main Navigation"> <ul> <li class="dropdown"><button type="button" class="dropdown__title" aria-expanded="false" aria-controls="1-dropdown"> Academics </button><ul id="1-dropdown" class="dropdown__menu"> <li><a href="/academics/index.html">Academics Overview</a></li> <li><a href="/online/index.html">Online</a></li> <li><a href="/academics/academic-programs/index.html">View All Academic Programs</a></li> <li><a href="/academics/catalogs/index.html">Catalog</a></li> <li><a href="/academics/academic-resources/schedule-of-classes.html">Class Schedule</a></li> <li><a href="/academics/academic-resources/records-office/index.html">Registrar/Transcripts</a></li> <li><a href="/academics/university-honors-global-scholars-program.html">University Honors Global Scholars Program</a></li> <li><a href="/academics/calendar.html">Academic Calendar</a></li> <li><a href="/academics/academic-resources/index.html">Academic Resources</a></li> <li><a href="/academics/colleges-schools/index.html">Colleges &amp; Schools</a></li> </ul> </li> <li class="dropdown"><button type="button" class="dropdown__title" aria-expanded="false" aria-controls="2-dropdown"> Admissions </button><ul id="2-dropdown" class="dropdown__menu"> <li><a href="/applications-admissions/index.html">Admissions Overview</a></li> <li><a href="/applications-admissions/admissions-process-requirements/undergraduate/index.html">Undergraduate Student</a></li> <li><a href="/applications-admissions/admissions-process-requirements/graduate/index.html">Graduate Student</a></li> <li><a href="/applications-admissions/orientation/index.html"><span>Admitted Student</span></a></li> <li><a href="/academics/academic-programs/dual-enrollment.html"><span>Dual Enrollment - Early College Student</span></a></li> <li><a href="/applications-admissions/admissions-process-requirements/international-student/index.html">International Student</a></li> <li><a href="/military-veterans/index.html"><span>Military and Families</span></a></li> <li><a href="/online/index.html">Online Learner</a></li> <li><a href="/applications-admissions/admissions-process-requirements/undergraduate/index.html">Returning Student</a></li> <li><a href="/applications-admissions/admissions-process-requirements/transfer-students.html"><span>Transfer Student</span></a></li> <li><a href="/applications-admissions/admissions-process-requirements/undergraduate/index.html">Transient Student</a></li> <li><a href="/military-veterans/veterans.html"><span>Veterans and Families</span></a></li> </ul> </li> <li class="dropdown"><button type="button" class="dropdown__title" aria-expanded="false" aria-controls="3-dropdown"> Cost &amp; Aid </button><ul id="3-dropdown" class="dropdown__menu"> <li><a href="/scholarships-costs-aid/costs/index.html">Tuition &amp; Costs</a></li> <li><a href="/scholarships-costs-aid/scholarships/index.html">Scholarships</a></li> <li><a href="https://fa.troy.edu/">Financial Aid</a></li> <li><a href="/net-price-calculator/index.html">Net Price Calculator</a></li> </ul> </li> <li class="dropdown"><button type="button" class="dropdown__title" aria-expanded="false" aria-controls="4-dropdown"> Student Resources </button><ul id="4-dropdown" class="dropdown__menu"> <li><a href="/student-life-resources/index.html">Student Resources Overview</a></li> <li><a href="/student-life-resources/arts-culture/index.html">Art &amp; Culture</a></li> <li><a href="/student-life-resources/index.html#campus-media">Campus Media</a></li> <li><a href="/student-life-resources/campus-recreation/index.html">Campus Recreation</a></li> <li><a href="/student-life-resources/student-resources/campus-safety/index.html">Campus Safety</a></li> <li><a href="/student-life-resources/student-resources/counseling-services/index.html">Counseling Services</a></li> <li><a href="/student-life-resources/dining-services.html">Dining</a></li> <li><a href="/student-life-resources/student-resources/health-center/index.html">Health Center</a></li> <li><a href="/student-life-resources/housing/index.html">Housing</a></li> <li><a href="https://www.troyuniversityjobs.com/" target="_blank" rel="noopener">Student Employment</a></li> <li><a href="/student-life-resources/groups-organizations/index.html">Student Groups &amp; Organizations</a></li> <li><a href="/academics/academic-resources/trojan-book-bag.html">Trojan Bookbag</a></li> <li><a href="/military-veterans/troy-troops/index.html">TROY for Troops</a></li> </ul> </li> </ul> </nav> </div> <div class="global-menu-align"> <div class="global-menu-wrap"> <ul class="global-menu"> <li><a href="#" class="navsearch">Search</a></li> <li><a href="https://troy.elluciancrmrecruit.com/Apply/Account/Login" target="_blank" rel="noopener">Apply</a></li> <li><a href="/applications-admissions/visit.html">Visit</a></li> <li><a href="/give/index.html">Give</a></li> <li><a href="#" class="navhamburger">Menu</a></li> </ul> </div> <div class="searchcontent"> <div class="custom-search"> <form action="/search/"><label for="siteSearch" class="sr-only">Search</label><input type="text" name="ousearchq" id="siteSearch" class="custom-search-input" placeholder="Search TROY..."><button class="custom-search-botton" type="submit">Submit</button></form> </div> </div> <div class="hamburgercontent"> <ul class="global-nav-btns"> <li class="desktop-hidden"><a class="btn btn-bordered-white" href="/applications-admissions/visit.html"> Visit </a></li> <li class="desktop-hidden"><a class="btn btn-bordered-white" href="/give/index.html"> Give </a></li> <li><a class="btn btn-bordered-white btn-mytroy" href="https://my.troy.edu/" target="_blank" rel="noopener"> myTROY </a></li> </ul> <div id="menu-toggle" style="display: none;"></div> <nav class="mainNav"> <ul> <li><a href="#">Academics</a><ul class="dropdown__menu"> <li><a href="/academics/index.html">Academics Overview</a></li> <li><a href="/online/index.html">Online</a></li> <li><a href="/academics/academic-programs/index.html">View All Academic Programs</a></li> <li><a href="/academics/catalogs/index.html">Catalog</a></li> <li><a href="/academics/academic-resources/schedule-of-classes.html">Class Schedule</a></li> <li><a href="/academics/academic-resources/records-office/index.html">Registrar/Transcripts</a></li> <li><a href="/academics/university-honors-global-scholars-program.html">University Honors Global Scholars Program</a></li> <li><a href="/academics/calendar.html">Academic Calendar</a></li> <li><a href="/academics/academic-resources/index.html">Academic Resources</a></li> <li><a href="/academics/colleges-schools/index.html">Colleges &amp; Schools</a></li> </ul> </li> <li><a href="#">Admissions</a><ul class="dropdown__menu"> <li><a href="/applications-admissions/index.html">Admissions Overview</a></li> <li><a href="/applications-admissions/admissions-process-requirements/undergraduate/index.html">Undergraduate Student</a></li> <li><a href="/applications-admissions/admissions-process-requirements/graduate/index.html">Graduate Student</a></li> <li><a href="/applications-admissions/orientation/index.html"><span>Admitted Student</span></a></li> <li><a href="/academics/academic-programs/dual-enrollment.html"><span>Dual Enrollment - Early College Student</span></a></li> <li><a href="/applications-admissions/admissions-process-requirements/international-student/index.html">International Student</a></li> <li><a href="/military-veterans/index.html"><span>Military and Families</span></a></li> <li><a href="/online/index.html">Online Learner</a></li> <li><a href="/applications-admissions/admissions-process-requirements/undergraduate/index.html">Returning Student</a></li> <li><a href="/applications-admissions/admissions-process-requirements/transfer-students.html"><span>Transfer Student</span></a></li> <li><a href="/applications-admissions/admissions-process-requirements/undergraduate/index.html">Transient Student</a></li> <li><a href="/military-veterans/veterans.html"><span>Veterans and Families</span></a></li> </ul> </li> <li><a href="#">Cost &amp; Aid</a><ul class="dropdown__menu"> <li><a href="/scholarships-costs-aid/costs/index.html">Tuition &amp; Costs</a></li> <li><a href="/scholarships-costs-aid/scholarships/index.html">Scholarships</a></li> <li><a href="https://fa.troy.edu/">Financial Aid</a></li> <li><a href="/net-price-calculator/index.html">Net Price Calculator</a></li> </ul> </li> <li><a href="#">Student Resources</a><ul class="dropdown__menu"> <li><a href="/student-life-resources/index.html">Student Resources Overview</a></li> <li><a href="/student-life-resources/arts-culture/index.html">Art &amp; Culture</a></li> <li><a href="/student-life-resources/index.html#campus-media">Campus Media</a></li> <li><a href="/student-life-resources/campus-recreation/index.html">Campus Recreation</a></li> <li><a href="/student-life-resources/student-resources/campus-safety/index.html">Campus Safety</a></li> <li><a href="/student-life-resources/student-resources/counseling-services/index.html">Counseling Services</a></li> <li><a href="/student-life-resources/dining-services.html">Dining</a></li> <li><a href="/student-life-resources/student-resources/health-center/index.html">Health Center</a></li> <li><a href="/student-life-resources/housing/index.html">Housing</a></li> <li><a href="https://www.troyuniversityjobs.com/" target="_blank" rel="noopener">Student Employment</a></li> <li><a href="/student-life-resources/groups-organizations/index.html">Student Groups &amp; Organizations</a></li> <li><a href="/academics/academic-resources/trojan-book-bag.html">Trojan Bookbag</a></li> <li><a href="/military-veterans/troy-troops/index.html">TROY for Troops</a></li> </ul> </li> </ul> </nav> <div class="global-list-flex-row"> <div class="global-list-flex-column"> <p class="quick-links-heading">Info for:</p> <ul class="global-list-items"> <li><a href="/applications-admissions/index.html">Future Students</a></li> <li><a href="/applications-admissions/orientation/index.html">Admitted Students</a></li> <li><a href="/international/index.html">International Students</a></li> <li><a href="/military-veterans/index.html">Military &amp; Families</a></li> <li><a href="/military-veterans/veterans.html">Veterans &amp; Families</a></li> <li><a href="/parents-families.html">Parents &amp; Families</a></li> <li><a href="/alumni/index.html">Alumni</a></li> <li><a href="/community-outreach/index.html">Community &amp; Outreach</a></li> </ul> </div> <div class="global-list-flex-column"> <p class="quick-links-heading">Quick Links:</p> <ul class="global-list-items"> <li><a href="https://troytrojans.com/" target="_blank" rel="noopener">Athletics</a></li> <li><a href="/online/index.html">Online</a></li> <li><a href="/calendar.html">Calendar</a></li> <li><a href="/about-us/index.html">About Us</a></li> <li><a href="https://today.troy.edu/" target="_blank" rel="noopener">News</a></li> </ul> </div> </div> <div class="start-apply-wrap"><a href="#" class="btn btn-apply">Apply</a></div> </div> </div> <div class="clear-fix"></div> </header><!-- OU Search Ignore End Here --> <div class="tw-bg-dark tw-py-[10px] tw-px-4 lg:tw-px-[70px]"><span class="tw-hidden tw-text-white tw-text-sm lg:tw-inline"><a class="tw-text-white tw-text-sm tw-underline" href="https://www.troy.edu/">Home</a> | </span><span class="tw-hidden tw-text-white tw-text-sm lg:tw-inline"><a class="tw-text-white tw-text-sm tw-underline" href="https://www.troy.edu/student-life-resources/">Student Life &amp; Resources</a> | </span><span class="tw-hidden tw-text-white tw-text-sm lg:tw-inline"><a class="tw-text-white tw-text-sm tw-underline" href="https://www.troy.edu/student-life-resources/campus-media/">Campus Media</a> | </span><span class="tw-hidden tw-text-white tw-text-sm lg:tw-inline"><a class="tw-text-white tw-text-sm tw-underline" href="https://www.troy.edu/student-life-resources/campus-media/troy-public-radio/index.html">Troy Public Radio</a></span><span class="lg:tw-hidden"><svg xmlns="http://www.w3.org/2000/svg" class="tw-text-white tw-h-4 tw-inline tw-relative tw-bottom-px -tw-scale-100" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" d="M8.25 4.5l7.5 7.5-7.5 7.5"/></svg>&nbsp; <a class="tw-text-white tw-text-sm tw-underline" href="https://www.troy.edu/student-life-resources/campus-media/troy-public-radio/index.html">Troy Public Radio</a></span></div> <div class="tw-bg-gray-100 tw-px-4"> <div class="tw-max-w-[1200px] tw-mx-auto tw-pt-8 lg:tw-flex lg:tw-pt-16"> <div class="lg:tw-basis-1/4"><svg xmlns="http://www.w3.org/2000/svg" xmlns:serif="http://www.serif.com/" xmlns:xlink="http://www.w3.org/1999/xlink" class="tw-hidden" viewBox="0 0 68 68" version="1.1" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"> <symbol id="external-link"> <g transform="matrix(1,0,0,1,-25.541,-29.8299)"> <path d="M80.198,50.487L59.607,71.077L52.065,63.535L72.655,42.944L59.541,29.83L93.541,29.83L93.541,63.83L80.198,50.487Z"/> </g> <g transform="matrix(1.01555,0,0,1.01555,-26.0003,-30.1235)"> <path d="M92.561,79.41L92.561,96.621L25.602,96.621L25.602,29.662L42.814,29.662L42.814,37.54L33.48,37.54L33.48,88.744L84.684,88.744L84.684,79.41L92.561,79.41Z"/> </g> </symbol> </svg> <!-- OU Search Ignore Start Here --><div class="tw-relative tw-mb-11 lg:tw-mb-0" x-data="{show: false}"> <div class="tw-bg-cardinal tw-font-display tw-font-bold tw-text-white tw-uppercase tw-text-[22px] tw-leading-[38px] tw-px-2.5 tw-py-3 tw-flex tw-justify-between tw-align-middle lg:tw-hidden"> <span>Toggle Sub-Menu:</span> <button @click="show=!show" :aria-expanded="show" aria-controls="side-nav" aria-label="Toggle navigation menu" :class="show ? 'tw-bg-[url(../images/hamburger-icon-collapse.svg)]' : 'tw-bg-[url(../images/hamburger-icon.svg)]'" class="tw-bg-cover tw-bg-no-repeat tw-bg-center tw-w-[38px] tw-h-[38px] lg:tw-hidden"></button> </div> <nav id="side-nav" :class="show ? 'tw-opacity-100' : 'tw-invisible tw-opacity-0 lg:tw-visible lg:tw-opacity-100'" class="tw-bg-white lg:tw-bg-transparent tw-px-2.5 tw-pt-2 tw-pb-[26px] tw-absolute lg:tw-relative tw-transition-all tw-ease-in-out tw-duration-300 tw-w-full tw-z-10" role="navigation"><a href="/student-life-resources/campus-media/troy-public-radio/index.html" class="tw-flex tw-items-center tw-justify-between tw-min-h-[58px] tw-border-b tw-border-gray-500 tw-px-2.5 tw-text-gray-900 tw-text-lg tw-leading-[18px] hover:tw-text-cardinal-600 hover:tw-underline hover:after:tw-content-forward-arrow-cardinal-dark hover:after:tw-w-[6px] hover:after:tw-shrink-0">About Us</a><a href="/student-life-resources/campus-media/troy-public-radio/support/index.html" class="tw-flex tw-items-center tw-justify-between tw-min-h-[58px] tw-border-b tw-border-gray-500 tw-px-2.5 tw-text-gray-900 tw-text-lg tw-leading-[18px] hover:tw-text-cardinal-600 hover:tw-underline hover:after:tw-content-forward-arrow-cardinal-dark hover:after:tw-w-[6px] hover:after:tw-shrink-0">Support&nbsp;Troy Public Radio</a><a href="/student-life-resources/campus-media/troy-public-radio/calendar.html" class="tw-flex tw-items-center tw-justify-between tw-min-h-[58px] tw-border-b tw-border-gray-500 tw-px-2.5 tw-text-gray-900 tw-text-lg tw-leading-[18px] hover:tw-text-cardinal-600 hover:tw-underline hover:after:tw-content-forward-arrow-cardinal-dark hover:after:tw-w-[6px] hover:after:tw-shrink-0">Community Calendar</a><a href="/student-life-resources/campus-media/troy-public-radio/contact-us.html" class="tw-flex tw-items-center tw-justify-between tw-min-h-[58px] tw-border-b tw-border-gray-500 tw-px-2.5 tw-text-gray-900 tw-text-lg tw-leading-[18px] hover:tw-text-cardinal-600 hover:tw-underline hover:after:tw-content-forward-arrow-cardinal-dark hover:after:tw-w-[6px] hover:after:tw-shrink-0">Contact Us</a><a href="/student-life-resources/campus-media/troy-public-radio/disclaimer.html" class="tw-flex tw-items-center tw-justify-between tw-min-h-[58px] tw-border-b tw-border-gray-500 tw-px-2.5 tw-text-gray-900 tw-text-lg tw-leading-[18px] hover:tw-text-cardinal-600 hover:tw-underline hover:after:tw-content-forward-arrow-cardinal-dark hover:after:tw-w-[6px] hover:after:tw-shrink-0">Disclaimer</a><a href="/student-life-resources/campus-media/troy-public-radio/hd-radio.html" class="tw-flex tw-items-center tw-justify-between tw-min-h-[58px] tw-border-b tw-border-gray-500 tw-px-2.5 tw-text-gray-900 tw-text-lg tw-leading-[18px] hover:tw-text-cardinal-600 hover:tw-underline hover:after:tw-content-forward-arrow-cardinal-dark hover:after:tw-w-[6px] hover:after:tw-shrink-0">HD Radio</a><a href="/student-life-resources/campus-media/troy-public-radio/listen-online.html" class="tw-flex tw-items-center tw-justify-between tw-min-h-[58px] tw-border-b tw-border-gray-500 tw-px-2.5 tw-text-gray-900 tw-text-lg tw-leading-[18px] hover:tw-text-cardinal-600 hover:tw-underline hover:after:tw-content-forward-arrow-cardinal-dark hover:after:tw-w-[6px] hover:after:tw-shrink-0">Listen Online</a><a href="/student-life-resources/campus-media/troy-public-radio/program-schedule.html" class="tw-flex tw-items-center tw-justify-between tw-min-h-[58px] tw-border-b tw-border-gray-500 tw-px-2.5 tw-text-gray-900 tw-text-lg tw-leading-[18px] hover:tw-text-cardinal-600 hover:tw-underline hover:after:tw-content-forward-arrow-cardinal-dark hover:after:tw-w-[6px] hover:after:tw-shrink-0">Program Schedule</a><a href="/student-life-resources/campus-media/troy-public-radio/staff.html" class="tw-flex tw-items-center tw-justify-between tw-min-h-[58px] tw-border-b tw-border-gray-500 tw-px-2.5 tw-text-gray-900 tw-text-lg tw-leading-[18px] hover:tw-text-cardinal-600 hover:tw-underline hover:after:tw-content-forward-arrow-cardinal-dark hover:after:tw-w-[6px] hover:after:tw-shrink-0">Staff</a><a href="/student-life-resources/campus-media/troy-public-radio/internship-application.html" class="tw-flex tw-items-center tw-justify-between tw-min-h-[58px] tw-border-b tw-border-gray-500 tw-px-2.5 tw-text-gray-900 tw-text-lg tw-leading-[18px] hover:tw-text-cardinal-600 hover:tw-underline hover:after:tw-content-forward-arrow-cardinal-dark hover:after:tw-w-[6px] hover:after:tw-shrink-0">Apply for an Internship</a><a href="/student-life-resources/campus-media/troy-public-radio/public-information/index.html" class="tw-flex tw-items-center tw-justify-between tw-min-h-[58px] tw-border-b tw-border-gray-500 tw-px-2.5 tw-text-gray-900 tw-text-lg tw-leading-[18px] hover:tw-text-cardinal-600 hover:tw-underline hover:after:tw-content-forward-arrow-cardinal-dark hover:after:tw-w-[6px] hover:after:tw-shrink-0">Public Information</a><a href="https://www.cardonationwizard.com/troy-public-radio/info/car-donation-troy-al.html" class="tw-flex tw-items-center tw-justify-between tw-min-h-[58px] tw-border-b tw-border-gray-500 tw-px-2.5 tw-text-gray-900 tw-text-lg tw-leading-[18px] hover:tw-text-cardinal-600 hover:tw-underline hover:after:tw-content-forward-arrow-cardinal-dark hover:after:tw-w-[6px] hover:after:tw-shrink-0"><span>Car Talk Vehicle Donation Program<svg class="tw-ml-2 tw-w-4 tw-h-4 tw-inline tw-align-baseline" viewBox="0 0 68 68" fill="currentColor"><use href="#external-link"/></svg></span></a><a href="/student-life-resources/campus-media/troy-public-radio/internal/one-time.html" class="tw-flex tw-items-center tw-justify-between tw-min-h-[58px] tw-border-b tw-border-gray-500 tw-px-2.5 tw-text-gray-900 tw-text-lg tw-leading-[18px] hover:tw-text-cardinal-600 hover:tw-underline hover:after:tw-content-forward-arrow-cardinal-dark hover:after:tw-w-[6px] hover:after:tw-shrink-0">One-Time</a></nav></div><!-- OU Search Ignore End Here --></div> <div class="lg:tw-basis-3/4 lg:tw-pl-6 tw-rich-text" id="main-content"> <h1 class="pt-0">Troy Public Radio</h1> <h2><em>"NEWS AND INFORMATION BY DAY, MUSICAL INSPIRATION BY NIGHT"&nbsp;</em> &nbsp;&nbsp;</h2> <p><img title="TPR Logo" src="/_assets/troy-public-radio/_images/tpr-logo.png" alt="The Troy Public Radio Logo" width="400" height="254"></p> <h3>Support YOUR Public Radio Station Today!</h3> <p><a class="tw-troy-btn-blue tw-inline-block tw-mr-4" href="/student-life-resources/campus-media/troy-public-radio/support/giving-one-time.html">Give now </a><a class="tw-troy-btn-blue tw-inline-block" href="https://tunein.com/radio/Troy-Public-Radio-899-s23284/">LISTEN NOW!</a></p> <p>&nbsp;</p> <h3>GIVE TO TROY PUBLIC RADIO</h3> <div class="tw-mb-2" x-data="{selectedIndex: 1}"><div class="tw-flex tw-flex-wrap max-lg:tw-space-y-1 lg:tw-space-x-1 lg:tw-flex-nowrap"><button @click="selectedIndex = 1" class="tw-px-4 tw-py-2 tw-text-lg tw-font-bold tw-w-full lg:tw-w-auto" :class="(selectedIndex === 1) ? 'tw-bg-white tw-text-gray-900 tw-border lg:tw-border-b-0 lg:-tw-mb-px' : 'tw-bg-gray-900 tw-text-white'">ONE-TIME DONORS</button><button @click="selectedIndex = 2" class="tw-px-4 tw-py-2 tw-text-lg tw-font-bold tw-w-full lg:tw-w-auto" :class="(selectedIndex === 2) ? 'tw-bg-white tw-text-gray-900 tw-border lg:tw-border-b-0 lg:-tw-mb-px' : 'tw-bg-gray-900 tw-text-white'">SUSTAINING MONTHLY DONORS</button><button @click="selectedIndex = 3" class="tw-px-4 tw-py-2 tw-text-lg tw-font-bold tw-w-full lg:tw-w-auto" :class="(selectedIndex === 3) ? 'tw-bg-white tw-text-gray-900 tw-border lg:tw-border-b-0 lg:-tw-mb-px' : 'tw-bg-gray-900 tw-text-white'">SUSTAINER INCREASE</button> </div> <div class="tw-bg-white tw-p-4 lg:tw-p-11 tw-border"> <div x-show="selectedIndex === 1"/> <p>Your one-time gift of support to TROY Public Radio goes a long way toward keeping an independent source of&nbsp;in-depth news and inspiring music on the air.</p> <p><a class="tw-troy-btn-blue" href="/student-life-resources/campus-media/troy-public-radio/support/giving-one-time.html">Make one time donation</a></p> </div> <div x-show="selectedIndex === 2"/> <p>Your sustaining gift of support to TROY Public Radio goes a long way toward keeping an independent source of in-depth news and inspiring music on the air.</p> <p><a class="tw-troy-btn-blue" href="/student-life-resources/campus-media/troy-public-radio/support/giving-sustaining.html">Becoming a sustainer</a></p> </div> <div x-show="selectedIndex === 3"/> <p>When you add to your monthly donation, you help&nbsp; further TROY Public Radio's ability to maintain crucial programming.</p> <p><a class="tw-troy-btn-blue" href="/student-life-resources/campus-media/troy-public-radio/support/giving-sustainer-increase.html">Increase my monthly donation</a></p> </div> </div> </div> <p><span style="font-size: 12pt;">Thank you for your support! TROY Public Radio has been bringing TRUSTED VOICES to you for over 40 years.&nbsp;</span></p> <p><span style="font-size: 12pt;">Since its founding in 1977, TROY Public Radio's mission has been to provide listeners with in-depth and comprehensive news coverage and music that enriches the mind and nourishes the spirit.</span></p> <p><span style="font-size: 12pt;"><span>T</span><span>ROY</span><span><span>&nbsp;</span></span>Public Radio is proud to serve its listeners in the tri-state coverage area of central and southeast Alabama, Southwest Georgia and the Florida Panhandle.&nbsp; Our broadcast partners are National Public Radio, American Public Media, the BBC, and the Public Radio Exchange.&nbsp; Our work has been recognized with awards from the Alabama Broadcasters Association, the Society of Professional Journalists, and the Southeast Journalism Conference.</span></p> <p><span style="font-size: 12pt;"><strong><span>T</span><span>ROY</span><span><span>&nbsp;</span></span>Public Radio is:</strong></span><br><span style="font-size: 12pt;">WTSU&nbsp;89.9 MHz with 100,000 watts serving Montgomery and Troy</span><br><span style="font-size: 12pt;">WRWA&nbsp;88.7 MHz with 50,000 watts serving Dothan</span><br><span style="font-size: 12pt;">WTJB&nbsp;91.7 MHz with 3,000 watts serving Columbus, GA and Phenix City, AL</span></p> <p><span style="font-size: 12pt;"><strong>Affiliation</strong></span><br><span style="font-size: 12pt;"><a href="http://americanpublicmedia.publicradio.org/">APM | American Public Media</a></span><br><span style="font-size: 12pt;"><a href="http://www.npr.org/">NPR | National Public Radio</a></span><span style="font-size: 12pt;"></span><br><span style="font-size: 12pt;"><a href="http://www.wfmt.com/">WFMT&nbsp;|&nbsp;Fine Arts Network</a></span></p> <p>&nbsp;</p> <p><a href="https://www.cardonationwizard.com/troy-public-radio/info/car-donation-troy-al.html"><img class="" style="float: left; margin-right: 25px; margin-left: 25px;" src="/_assets/troy-public-radio/_images/ctvdp-200x200-troypublicradio.png" alt="Car Talk Vehicle Donation Program Link" width="216" height="216"></a></p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p><strong><a href="https://www.cardonationwizard.com/troy-public-radio/info/car-donation-troy-al.html">Vehicle Donation Program</a></strong></p> <p>&nbsp;</p> </div> </div> </div> <!-- OU Search Ignore Start Here --><footer class="tw-text-base tw-font-sans"> <section> <div class="tw-bg-cardinal-dark tw-text-white tw-pt-11 tw-px-4 tw-pb-12"> <div class="tw-max-w-[1170px] tw-mx-auto"> <div class="min-[994px]:tw-flex min-[994px]:tw-flex-row min-[994px]:tw-justify-between"> <div><img class="tw-w-[140px] tw-block tw-mx-auto min-[994px]:-tw-ml-3" src="https://troy.edu/_resources/images/troy-logo-svg.svg" alt="Troy University"><div class="tw-text-center tw-mt-5 tw-mb-9 min-[994px]:tw-text-left"><a class="tw-no-underline tw-text-white hover:tw-underline hover:tw-text-white" href="/">Troy University, Troy, AL 36082</a></div> </div> <div><a href="tel:18004145756" class="tw-troy-btn-transparent tw-no-underline tw-mb-9 min-[994px]:tw-w-fit min-[994px]:tw-ml-auto">1.800.414.5756</a><div class="tw-flex tw-flex-row tw-mb-12 tw-justify-between"><a class="tw-troy-btn-social tw-group tw-flex min-[994px]:tw-ml-2.5" href="https://www.facebook.com/TroyUniversity" target="_blank" rel="noopener"><svg xmlns="http://www.w3.org/2000/svg" class="tw-transition tw-m-auto tw-fill-white group-hover:tw-fill-black" width="7.556" height="15.113" viewBox="0 0 7.556 15.113"> <title>Facebook</title> <path id="Facebook" d="M5.024,15.113H1.674V7.976H0V5.226H1.674V3.577C1.674,1.335,2.619,0,5.3,0H7.54V2.75h-1.4c-1.046,0-1.115.384-1.115,1.1l0,1.375H7.556l-.3,2.75H5.024v7.136Z"/></svg></a><a class="tw-troy-btn-social tw-group tw-flex min-[994px]:tw-ml-2.5" title="Twitter" href="https://twitter.com/TROYUNews" target="_blank" rel="noopener"><svg xmlns="http://www.w3.org/2000/svg" class="tw-transition tw-m-auto tw-fill-white group-hover:tw-fill-black" width="15.113" height="12.279" viewBox="0 0 15.113 12.279"> <title>Twitter</title> <path id="Twitter" d="M15.113,1.453a6.22,6.22,0,0,1-1.781.489A3.11,3.11,0,0,0,14.695.227a6.2,6.2,0,0,1-1.969.752A3.1,3.1,0,0,0,7.362,3.1a3.135,3.135,0,0,0,.081.707A8.8,8.8,0,0,1,1.053.568a3.1,3.1,0,0,0,.959,4.138,3.075,3.075,0,0,1-1.4-.388v.039A3.1,3.1,0,0,0,3.095,7.4a3.1,3.1,0,0,1-.817.109,3.05,3.05,0,0,1-.583-.056A3.105,3.105,0,0,0,4.591,9.6,6.229,6.229,0,0,1,.74,10.929,6.25,6.25,0,0,1,0,10.886a8.774,8.774,0,0,0,4.753,1.393,8.761,8.761,0,0,0,8.822-8.82c0-.135,0-.268-.009-.4a6.3,6.3,0,0,0,1.547-1.6Z"/></svg></a><a class="tw-troy-btn-social tw-group tw-flex min-[994px]:tw-ml-2.5" title="Instagram" href="http://instagram.com/troyuniversity" target="_blank" rel="noopener"><svg xmlns="http://www.w3.org/2000/svg" class="tw-transition tw-m-auto tw-fill-white group-hover:tw-fill-black" width="16.057" height="16.057" viewBox="0 0 16.057 16.057"> <title>Instagram</title> <path id="Instagram" d="M11.274,16.057H4.783A4.789,4.789,0,0,1,0,11.274V4.783A4.789,4.789,0,0,1,4.783,0h6.49a4.789,4.789,0,0,1,4.783,4.783v6.49A4.789,4.789,0,0,1,11.274,16.057ZM4.783,1.615A3.172,3.172,0,0,0,1.615,4.783v6.49a3.172,3.172,0,0,0,3.168,3.168h6.49a3.171,3.171,0,0,0,3.168-3.168V4.783a3.172,3.172,0,0,0-3.168-3.168ZM8.029,12.181a4.153,4.153,0,1,1,4.153-4.153A4.158,4.158,0,0,1,8.029,12.181Zm0-6.69a2.538,2.538,0,1,0,2.538,2.538A2.54,2.54,0,0,0,8.029,5.491ZM12.19,4.9a1,1,0,1,1,1-1A1,1,0,0,1,12.19,4.9Z"/></svg></a><a class="tw-troy-btn-social tw-group tw-flex min-[994px]:tw-ml-2.5" title="LinkedIn" href="http://www.linkedin.com/company/troy-university" target="_blank" rel="noopener"><svg xmlns="http://www.w3.org/2000/svg" class="tw-transition tw-m-auto tw-fill-white group-hover:tw-fill-black" width="13.224" height="13.224" viewBox="0 0 13.224 13.224"> <title>LinkedIn</title> <path id="LinkedIn" d="M10.486,13.224V8.93c0-1.026-.015-2.344-1.423-2.344-1.427,0-1.641,1.118-1.641,2.267v4.37H4.685V4.391h2.62V5.6h.036A2.879,2.879,0,0,1,9.935,4.177c2.773,0,3.288,1.828,3.288,4.207v4.84Zm-7.53,0H.214V4.391H2.957v8.832h0ZM4.68,4.391h.005ZM0,1.593A1.591,1.591,0,1,1,1.591,3.186,1.594,1.594,0,0,1,0,1.593Z"/></svg></a><a class="tw-troy-btn-social tw-group tw-flex min-[994px]:tw-ml-2.5" title="YouTube" href="http://www.youtube.com/user/TroyUni" target="_blank" rel="noopener"><svg xmlns="http://www.w3.org/2000/svg" class="tw-transition tw-m-auto tw-fill-white group-hover:tw-fill-black" width="17.002" height="13.224" viewBox="0 0 17.002 13.224"> <title>YouTube</title> <path id="YouTube" d="M8.5,13.224h0c-.044,0-4.444-.032-5.774-.18-.072-.017-.16-.03-.262-.045A2.383,2.383,0,0,1,.85,12.232a4.508,4.508,0,0,1-.675-1.863A30.211,30.211,0,0,1,0,7.333V5.92C0,4.41.174,2.87.175,2.855A4.1,4.1,0,0,1,.85.992,2.315,2.315,0,0,1,2.5.215l.049,0C4.893.032,8.465,0,8.5,0s3.608.032,5.951.211l.079.007a2.161,2.161,0,0,1,1.621.775,4.508,4.508,0,0,1,.675,1.863c0,.015.175,1.552.175,3.065V7.333c0,1.481-.174,3.02-.175,3.036a4.512,4.512,0,0,1-.675,1.863,2.315,2.315,0,0,1-1.652.777l-.049,0C12.1,13.221,8.536,13.224,8.5,13.224ZM6.449,3.577V10.1l5.569-3.186Z"/></svg></a></div> </div> </div> <div class="min-[994px]:tw-flex min-[994px]:tw-flex-row"> <div class="min-[994px]:tw-basis-[45%]"> <div class="tw-font-display tw-font-bold tw-uppercase after:tw-content-[''] after:tw-block after:tw-h-px after:tw-w-full after:tw-bg-white after:tw-mt-2 after:tw-mb-4">Resources</div> <div class="min-[994px]:tw-flex min-[994px]:tw-flex-row"> <div class="min-[994px]:tw-basis-6/12"> <div class="tw-text-sm tw-mb-4"><a class="tw-no-underline tw-text-white hover:tw-underline hover:tw-text-white" href="https://sos.troy.edu/" target="_blank" rel="noopener"> Emergency Information </a></div> <div class="tw-text-sm tw-mb-4"><a class="tw-no-underline tw-text-white hover:tw-underline hover:tw-text-white" href="/student-complaints.html"> Student Complaints </a></div> <div class="tw-text-sm tw-mb-4"><a class="tw-no-underline tw-text-white hover:tw-underline hover:tw-text-white" href="https://splash.troy.edu/feedback/" target="_blank" rel="noopener"> Feedback Form </a></div> <div class="tw-text-sm tw-mb-4"><a class="tw-no-underline tw-text-white hover:tw-underline hover:tw-text-white" href="/student-disability-services/index.html"> Student Disability Services </a></div> </div> <div class="min-[994px]:tw-basis-6/12"> <div class="tw-text-sm tw-mb-4"><a class="tw-no-underline tw-text-white hover:tw-underline hover:tw-text-white" href="https://www.troyuniversityjobs.com/" target="_blank" rel="noopener"> Employment </a></div> <div class="tw-text-sm tw-mb-4"><a class="tw-no-underline tw-text-white hover:tw-underline hover:tw-text-white" href="/net-price-calculator/index.html"> Net Price Calculator </a></div> <div class="tw-text-sm tw-mb-4"><a class="tw-no-underline tw-text-white hover:tw-underline hover:tw-text-white" href="/about-us/offices-departments/office-university-relations/social-hub.html"> Social Media </a></div> <div class="tw-text-sm tw-mb-4"><a class="tw-no-underline tw-text-white hover:tw-underline hover:tw-text-white" href="/about-us/offices-departments/institutional-research-planning-effectiveness/planning/index.html"> Strategic Plan </a></div> </div> </div> </div> <div class="min-[994px]:tw-basis-[10%]"></div> <div class="min-[994px]:tw-basis-[45%]"> <div class="tw-font-display tw-font-bold tw-uppercase tw-mt-9 min-[994px]:tw-mt-0 after:tw-content-[''] after:tw-block after:tw-h-px after:tw-w-full after:tw-bg-white after:tw-mt-2 after:tw-mb-4">Copyright</div> <div class="min-[994px]:tw-flex min-[994px]:tw-flex-row"> <div class="min-[994px]:tw-basis-6/12"> <div class="tw-text-sm tw-mb-4"><a class="tw-no-underline tw-text-white hover:tw-underline hover:tw-text-white" href="/about-us/accreditation.html"> Accreditation Statement </a></div> <div class="tw-text-sm tw-mb-4"><a class="tw-no-underline tw-text-white hover:tw-underline hover:tw-text-white" href="/disclaimer.html"> Read Our Disclaimer </a></div> <div class="tw-text-sm tw-mb-4"><a class="tw-no-underline tw-text-white hover:tw-underline hover:tw-text-white" href="/a-to-z.html"> A-Z Sitemap </a></div> <div class="tw-text-sm tw-mb-4"><a class="tw-no-underline tw-text-white hover:tw-underline hover:tw-text-white" href="/academics/academic-resources/records-office/transcripts.html"> Transcripts </a></div> </div> <div class="min-[994px]:tw-basis-6/12"> <div class="tw-text-sm tw-mb-4"><a class="tw-no-underline tw-text-white hover:tw-underline hover:tw-text-white" href="/about-us/fast-facts/state-authorization.html"> State Authorization </a></div> </div> </div> </div> </div> </div> </div> <div class="tw-bg-cardinal-darker tw-text-white tw-pt-5 tw-pb-10 tw-text-center tw-leading-8 min-[994px]:tw-py-1"> <div class="tw-max-w-[1170px] tw-mx-auto min-[994px]:tw-flex min-[994px]:tw-flex-row min-[994px]:tw-justify-between"> <div><span id="directedit">©</span> 1996-2025 Troy University</div> <div> <div class="min-[994px]:tw-inline min-[994px]:after:tw-content-['\2022'] min-[994px]:after:tw-mx-3 "><a class="tw-underline tw-text-white hover:tw-text-white" href="/privacy-statement.html"> Privacy Policy </a></div> <div class="min-[994px]:tw-inline min-[994px]:after:tw-content-['\2022'] min-[994px]:after:tw-mx-3 "><a class="tw-underline tw-text-white hover:tw-text-white" href="/accessibility-statement.html"> Accessibility Standards </a></div> <div class="min-[994px]:tw-inline"><a class="tw-underline tw-text-white hover:tw-text-white" href="/about-us/leadership/student-services-administration/title-ix-save-act.html"> Title IX </a></div> </div> </div> </div> </section> </footer><!-- OU Search Ignore Start Here --><!-- Cookie Acknowledgement --> <div x-cloak x-data="{show: false}" x-init="$nextTick(function() { if (typeof getCookie === 'function') { var acknowledged = getCookie('cookie-acknowledged'); if (!acknowledged) { show = true; } } })" x-show="show" x-transition:enter="tw-transform tw-transition tw-ease-in-out tw-duration-500" x-transition:enter-start="tw-translate-y-full" x-transition:enter-end="tw-translate-y-0" x-transition:leave="tw-transform tw-transition tw-ease-in-out tw-duration-500" x-transition:leave-start="tw-translate-y-0" x-transition:leave-end="tw-translate-y-full" class="tw-bg-cardinal-dark tw-pb-16 tw-h-[165px] min-[994px]:tw-h-auto tw-fixed tw-bottom-0 tw-left-0 tw-right-0 tw-z-10"> <div class="tw-max-w-2xl tw-mx-auto tw-px-4"> <button @click="cookieAcknowledgementClick" class="tw-float-right tw-leading-none tw-bg-transparent"><span class="tw-text-white tw-text-[40px] tw-font-bold">×</span></button> <div class="tw-clear-both tw-text-white tw-font-display tw-text-center tw-font-bold tw-text-[19px] tw-uppercase tw-mb-1.5 min-[994px]:tw-text-[23px]">Cookie Acknowledgment</div> <div class="tw-text-white tw-text-[14px] tw-leading-[17px] tw-text-center min-[994px]:tw-text-[15px]">This website uses cookies to collect information and to improve your browsing experience. Please review our privacy statement for more information.</div> </div> </div> <script> function cookieAcknowledgementClick() { if (typeof setCookie === "function") { setCookie('cookie-acknowledged', 'true', 365 * 24); } this.show = !this.show; } </script> <!-- OU Search Ignore End Here --><!-- OU Search Ignore End Here --><!-- redesign footcode --><!-- OU Search Ignore Start Here --> <!-- footcode include --> <!-- VENDOR --> <!-- <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script> --> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script> <script src="/_resources/js/libs/jquery-accessible-menu-custom/jquery-accessibleMegaMenu.js"></script> <script src="/_resources/js/libs/slick-1.8.1/slick.min.js"></script> <!--CDN link for TweenLite--> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.0/TweenLite.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.0/easing/EasePack.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/plugins/CSSPlugin.min.js"></script> <!-- SCRIPTS --> <script src="/_resources/js/global.js?04102020"></script> <script src="/_resources/js/animations.js"></script> <script src="/_resources/js/slider-slick.js"></script> <!-- testing script sos --> <!-- <script id="soserator" type="text/javascript" src="/sos/soserator-ext-min.js" data-config="/sos/config-site.json"></script> --> <!-- REMIND USERS TO UPDATE OUT DATED BROWSERS --> <!-- To test the widget visit: www.domain-name.edu/#test-bu --> <!-- https://browser-update.org/ --> <script> var $buoop = {required:{e:-4,f:-3,o:-3,s:-3,c:-3},insecure:true,style:"bottom",api:2018.08 }; function $buo_f(){ var e = document.createElement("script"); e.src = "//browser-update.org/update.min.js"; document.body.appendChild(e); }; try {document.addEventListener("DOMContentLoaded", $buo_f,false)} catch(e){window.attachEvent("onload", $buo_f)} </script> <script src="/_resources/js/direct-edit.js"></script> <!-- Redesign --> <!-- <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> moved to top --> <script src="/_resources/_redesign/js/global-nav-collapse.js"></script> <script src="/_resources/_redesign/js/navAccordion.js"></script> <script src="/_resources/_redesign/js/navAccordion-init.js"></script><!-- OU Search Ignore End Here --> <div id="hidden" style="display:none;"><a id="de" rel="nofollow" href="https://a.cms.omniupdate.com/11/?skin=oucampus&amp;account=troy&amp;site=www&amp;action=de&amp;path=/student-life-resources/campus-media/troy-public-radio/index.pcf">©</a></div><script src="/_resources/includes/_redesign/alert.js"></script><!-- ouc:info uuid="a054637d-abb9-4e06-ab04-0779ed9e4db7"/ --></body> </html>


URL: