editor Logout
Account Preferences
Did you know...
There are now stations between 1630 and 1700 on the AM dial ?
Streaming Radio Guide
view source - https://www.kctaradio.com/
*** Test System *** GO TO PRODUCTION
<!doctype html> <html> <head> <meta charset="utf8mb4"> <meta name='viewport' content='initial-scale=1,minimum-scale=1,width=device-width' /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <!--[if lt IE 9]> <script src="js/html5shiv.min.js"></script> <script src="js/selectivizer-min.js"></script> <![endif]--> <script type='text/javascript'> function selected() { var selectedValue = selectBox.options[selectBox.selectedIndex].value; window.open(selectedValue,'_self') } </script> <style type='text/css'> body, div, img, h1, h2, h3, h4, h5, h6, ul, ol, li, p, a, input, textarea, button, header{ margin:0; padding:0; width:100%; height:auto; display:block; border:none; color:white; } body{ background:url('handsofgod.jpg') no-repeat fixed; } header{ position:relative; background:url('blueclear.png') repeat; } .logo{ } main{ margin-top:1%; margin-bottom:1%; padding-top:1%; padding-bottom:1%; overflow:visible; } nav{ width:83.2%; padding-left:8.4%; padding-right:8.4%; display:none; } nav ul{} nav ul li{ display:inline-block; width:auto; margin-left:1%; margin-right:1%; } nav ul li a{ color:white; font-size:1.4em; line-height:1.8em; text-align:center; text-decoration:none; padding:1%; font-family:Times New Roman, serif; } nav ul li a:hover{ color:#fff000; } .mid{ margin-left:2%; margin-right:2%; width:96%; } .black{ background:url('blackclear.png') repeat; color:white; } .white{ background:url('whiteclear.png') repeat; color:black; } .red{ background:url('redclear.png') repeat; } .blue{ background:url('blueclear.png') repeat; } .txtyellow{ color:#fff000; } .back{ background:url('blackclear.png') repeat; overflow:hidden; width:98%; margin-left:1%; margin-right:1%; } .half{ display:inline-block; vertical-align:top; width:95.8%; margin-top:1%; margin-bottom:1%; margin-left:1.1%; margin-right:1.1%; padding:1%; } .half p{ margin-top:1%; margin-bottom:1%; } .live{ position:relative; width:60%; margin-left:20%; margin-right:20%; background-color:blue; border-radius:12px; box-shadow:2px 2px black; z-index:999; min-width:150px; } .press{ background-color:#e53228; border-radius:12px; border:3px outset #e53228; width:80%; margin-left:5%; margin-right:5%; } .press:hover{ border:3px inset #e53228; } .press a{ color:white; text-align:center; line-height:2em; font-size:1.2em; font-weight:bold; text-decoration:none; } .live img{ position:relative; width:38%; margin:1%; float:left; } .live p{ width:94%; margin:2%; padding:1%; text-align:left; background-color:white; color:black; font-weight:bold; font-size:.8em; border-radius:12px; overflow:hidden; font-family:arial, sans-serif; } .third{ display:inline-block; vertical-align:top; width:94.8%; margin-top:1%; margin-bottom:1%; margin-left:1.1%; margin-right:1.1%; overflow:hidden; padding:1%; } .third p{ margin-top:1%; margin-bottom:1%; } footer{ background-color:black; width:83.2%; padding-left:8.4%; padding-right:8.4%; } footer div{ display:inline-block; vertical-align:top; width:98%; margin:1%; } footer div ul{} footer div ul li{ list-style-type:none; color:white; text-align:center; } footer div ul li h3{ text-align:center; color:white; } footer div ul li a{ text-align:center; color:white; text-decoration:none; } footer p{ text-align:center; margin-bottom:1%; } #weather{ position:absolute; left:1%; top:1%; width:8%; font-size:1.5em; text-align:center; } #weather img{ margin-right:10%; margin-left:10%; width:80%; } .current{ margin-bottom:1%; margin-top:1%; } .nowwrap{ width:100%; display:inline-block; vertical-align:top; } .now{ display:inline-block; width:48%; margin:1%; vertical-align:top; overflow:hidden; } .now img{ margin-left:25%; margin-right:25%; width:50%; } .therow{ display:none; } #r1{ display:block; } .current h2{ text-align:center; } .current h2 a{ width:100%; cursor:pointer; display:inline; color:white; } .selectmenu{ width:50%; position:relative; margin-top:1%; margin-bottom:1%; margin-left:25%; margin-right:25%; z-index:999; font-size:2em; text-align:center; } #navbar{ display:none; } .dailyVerses{ font-size:2em; } .dailyVerses > a{ font-size:2am; padding-top:20px; } .dailyVersesWrapper > a{ padding-top:10px; font-size:1.2em; } @media only screen and (min-device-width: 981px) { body{ min-width:1200px; } .mid{ margin-left:8.4%; margin-right:8.4%; width:83.2%; } .selectmenu{ display:none; } .live{ position:fixed; right:0; top:30%; width:12%; margin:0; } nav{ display:block; } .half{ width:45.8%; } .third{ width:28.13%; } .current{ height:220px; } .nowwrap{ width:25%; } .now{ width:48%; } .now img{ width:100%; margin:0; } footer div{ width:31%; } #navbar{ display:block; } } </style> <meta name="description" content="" /> <meta name="keywords" content="" /> <script src="js/jquery.zweatherfeed.min.js" type="text/javascript"></script> <link href="js/weather.css" rel="stylesheet" type="text/css" /> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery.simpleWeather/3.0.2/jquery.simpleWeather.min.js'></script> <script type='text/javascript'> $(document).ready(function () { $('#test').weatherfeed(['USTX0294'], { forecast: true, unit: 'f' }); }); </script> <script> $(document).ready(function(){ $.ajax({ url:'https://dailyverses.net/get/verse?language=niv&isdirect=1&url=' + window.location.hostname, dataType: 'JSONP', success:function(json){ $(".dailyVersesWrapper").prepend(json.html); } }); }); </script> <script type='text/javascript'> function prev(read){ hider='#r'+read; var $divhide = $(hider); read=read-1; if(read<=0){ read = 10; } shower='#r'+read; var $divshow = $(shower); $divhide.slideToggle(200); $divshow.slideToggle(200); } function next(read){ hider='#r'+read; var $divhide = $(hider); read=read+1; if(read>=11){ read = 1; } shower='#r'+read; var $divshow = $(shower); $divhide.slideToggle(200); $divshow.slideToggle(200); } </script> <title>KCTA</title> </head> <body> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.4&appId=318486134983135"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <header><div class='logo'><img src='https://kctaradio.com/kctalogo.jpg' alt='Know Christ The Answer 1030AM' width='1200' height='270' /></div><nav class='blue'><ul><li><a href='index.php'>Home</a></li><li><a href='about.php'>About Us</a></li><li><a href='/blog/weekday-schedule/'>Schedule</a></li><li><a href='coverage.php'>Coverage</a></li><li><a href='faq.php'>FAQ</a></li><li><a href='/blog/contact-ministries/'>Ministries</a></li><li><a href='contact.php'>Contact Us</a></li><li><a href='/blog/advertisers/'>Advertisers</a></li><li><a href='contests.php'>Contests</a></li><li><a href='https://kctaradio.com/blog/fcc-applications/'>FCC Applications</a></li><li><a href='https://publicfiles.fcc.gov/am-profile/kcta'>FCC Public File</a></li></ul></nav></header><select class='selectmenu' id='selectBox' onchange='javascript:selected()'> <option value=''>Menu</option> <option value='index.php'>Home</option> <option value='about.php'>About Us</option> <option value='/blog/'>Blog</option> <option value='/blog/weekday-schedule/'>Schedule</option> <option value='coverage.php'>Coverage Map</option> <option value='faq.php'>FAQ</option> <option value='/blog/contact-ministries/'>Ministries</option> <option value='/blog/advertisers/'>Advertisers</option> <option value='contests.php'>Contests</option> <option value='https://publicfiles.fcc.gov/am-profile/kcta'>FCC Public File</option> <option value='https://kctaradio.com/blog/fcc-applications/'>FCC Applications</option> <option value='contact.php'>Contact</option> </select><div class='live'><p><img src='images/Oliver-B-Green-Gospel-Hour.jpg' /> On Air Now:<br />Gospel Hour</p> <div class='press'><a href="http://kctaradio.streamon.fm/" onclick="window.open(this.href, '_blank', 'status=yes, resizable=yes'); return false;" target="_blank">Listen Live!</a></div></a><p><img src='images/Bible-Answers-Live-Image.jpg' />Up Next:<br />Bible Answers Live</p></div> <main> <div class='mid'> <div class='back black'><div class='half black'><h2 class='txtyellow'>Road To Salvation</h2><p>For whosoever shall call upon the name of the Lord shall be saved. How then shall they call on Him in whom they have not believed? and how shall they believe in Him of whom they have not heard? and how shall they hear without a preacher?<br />Romans 10:13-14</p><p>You will go out in joy and be led forth in peace; the mountains and hills will burst into song before you, and all the trees of the field will clap their hands. <br />Isaiah 55:12</p><p>Many ministries rely on support from our listeners. If you would like to donate to a specific ministry and need information how, please call the radio station directly and ask how you can help.</p> <p>KCTA offers the best in Christian Programming and the largest coverage area in South Texas. </p></div><div class='half black'><h2><a class='txtyellow' href='/blog/'>Read Our Blog!</a></h2><h3><a href='http://kctaradio.com/blog/?p=1323'>Click to hear Community Spotlight from 7/20/25 with Andrea Guzman-Howard and Amy Frye with the C.C. Museum of Science an</a></h3><br /> <a class='read' href='http://kctaradio.com/blog/?p=1323'>...Read More</a><br /><h5><a href='http://kctaradio.com/blog/?p=1320'>Click to hear Community Spotlight from 7/13/25 with Jim Wilken from the South Texas Amateur Radio Club. - Click To Read More</a></h5><br /><h5><a href='http://kctaradio.com/blog/?p=1317'>Click to hear Community Spotlight from 7/6/25 With Lauren Cargill from Mission 911. - Click To Read More</a></h5><br /></div></div> <div class='current back'> <div class='therow' id='r1' ><h2><a onClick='javascript:prev(1)'>PREV</a> - <a onClick='javascript:next(1)'>NEXT</a></h2><div class='nowwrap'><div class='now'><img src='images/Oliver-B-Green-Gospel-Hour.jpg' alt='' /></div><div class='now'>6:00PM<br />Gospel Hour<br /><a href='http://'>Website</a></div></div><div class='nowwrap'><div class='now'><img src='images/Bible-Answers-Live-Image.jpg' alt='' /></div><div class='now'>6:30PM<br />Bible Answers Live<br /><a href='http://'>Website</a></div></div><div class='nowwrap'><div class='now'><img src='images/noah-hutchings-Southwest-Radio-Church.jpg' alt='' /></div><div class='now'>7:30AM<br />Southwest Radio Church - Noah Hutchings<br /><a href='http://www.swrc.com'>Website</a></div></div><div class='nowwrap'><div class='now'><img src='images/bevans-welder-the-unknown-bible.jpg' alt='' /></div><div class='now'>8:00PM<br />The Unknown Bible- Pastor Bevans Welder<br /><a href='http://www.bevanswelder.com'>Website</a></div></div></div><div class='therow' id='r2' ><h2><a onClick='javascript:prev(2)'>PREV</a> - <a onClick='javascript:next(2)'>NEXT</a></h2><div class='nowwrap'><div class='now'><img src='images/Ralph-Galvan-Galvan-Revivals.jpg' alt='' /></div><div class='now'>6:00AM<br />Galvan Revivals- Ralph Galvan<br /><a href='http://www.galvanrevivalchurch.org'>Website</a></div></div><div class='nowwrap'><div class='now'><img src='images/dr-vernon-mcgee-Thru-The-Bible.jpg' alt='' /></div><div class='now'>6:30AM<br />Thru The Bible - Dr. Vernon McGee<br /><a href='http://www.thruthebible.org'>Website</a></div></div><div class='nowwrap'><div class='now'><img src='images/nopic.jpg' alt='' /></div><div class='now'>7:00AM<br />Focus on the Family Weekend<br /><a href='http://'>Website</a></div></div><div class='nowwrap'><div class='now'><img src='images/lester_roloff-family-altar.jpg' alt='' /></div><div class='now'>8:00AM<br />Family Altar Program -Lester Roloff<br /><a href='http://www.roloff.org'>Website</a></div></div></div><div class='therow' id='r3' ><h2><a onClick='javascript:prev(3)'>PREV</a> - <a onClick='javascript:next(3)'>NEXT</a></h2><div class='nowwrap'><div class='now'><img src='images/adventures-in-odyssey.jpg' alt='' /></div><div class='now'>8:30AM<br />Adventures in Odyssey<br /><a href='http://'>Website</a></div></div><div class='nowwrap'><div class='now'><img src='images/Robert-Simmons-Annaville-Baptist-Church.jpg' alt='' /></div><div class='now'>9:00AM<br />Ancient Words- Pastor Robert Simmons<br /><a href='http://www.annaville.com'>Website</a></div></div><div class='nowwrap'><div class='now'><img src='images/rc-sproul-renewing-your-mind.jpg' alt='' /></div><div class='now'>9:30AM<br />Renewing Your Mind Weekend Edition- R.C. Sproul<br /><a href='http://www.ligonier.org'>Website</a></div></div><div class='nowwrap'><div class='now'><img src='images/rene-autry-horizons-of-hope.jpg' alt='' /></div><div class='now'>10:00AM<br />Horizons of Hope- Rene Autry<br /><a href='http://www.reneautryministry.com'>Website</a></div></div></div><div class='therow' id='r4' ><h2><a onClick='javascript:prev(4)'>PREV</a> - <a onClick='javascript:next(4)'>NEXT</a></h2><div class='nowwrap'><div class='now'><img src='images/nopic.jpg' alt='' /></div><div class='now'>10:15AM<br />Moments of Inspiration<br /><a href='http://'>Website</a></div></div><div class='nowwrap'><div class='now'><img src='images/nopic.jpg' alt='' /></div><div class='now'>10:30AM<br />Word of God Bible Ministry- Joe Serda<br /><a href='http://'>Website</a></div></div><div class='nowwrap'><div class='now'><img src='images/noah-hutchings-Southwest-Radio-Church.jpg' alt='' /></div><div class='now'>11:00AM<br />Southwest Radio Church - Noah Hutchings<br /><a href='http://www.swrc.com'>Website</a></div></div><div class='nowwrap'><div class='now'><img src='images/Gilber-Davila--La-Hermandad.jpg' alt='' /></div><div class='now'>11:30AM<br />La Hermandad - Gilbert Davila<br /><a href='http://www.hermandadcristiana.org'>Website</a></div></div></div><div class='therow' id='r5' ><h2><a onClick='javascript:prev(5)'>PREV</a> - <a onClick='javascript:next(5)'>NEXT</a></h2><div class='nowwrap'><div class='now'><img src='images/Juan-Valenzuela--La-Voz-del-Evangelio.jpg' alt='' /></div><div class='now'>12:00PM<br />La Voz Del Evangelio - Juan Valenzuela<br /><a href='http://'>Website</a></div></div><div class='nowwrap'><div class='now'><img src='images/nopic.jpg' alt='' /></div><div class='now'>1:00PM<br />La Hora Profetica - Fernando Guel<br /><a href='http://'>Website</a></div></div><div class='nowwrap'><div class='now'><img src='images/Juan-Valenzuela--La-Voz-del-Evangelio.jpg' alt='' /></div><div class='now'>2:00PM<br />La Voz Del Evangelio - Juan Valenzuela<br /><a href='http://'>Website</a></div></div><div class='nowwrap'><div class='now'><img src='images/Jimmy-Longoria--Ark-of-Salvation.jpg' alt='' /></div><div class='now'>2:30PM<br />Arca De Salvacion - Jimmy Longoria<br /><a href='http://'>Website</a></div></div></div><div class='therow' id='r6' ><h2><a onClick='javascript:prev(6)'>PREV</a> - <a onClick='javascript:next(6)'>NEXT</a></h2><div class='nowwrap'><div class='now'><img src='images/nopic.jpg' alt='' /></div><div class='now'>3:00PM<br />The Prophecy Hour (ENGLISH version of La Hora Profetica)<br /><a href='http://'>Website</a></div></div><div class='nowwrap'><div class='now'><img src='images/Juan-Valenzuela--La-Voz-del-Evangelio.jpg' alt='' /></div><div class='now'>4:00PM<br />La Voz Del Evangelio - Juan Valenzuela<br /><a href='http://'>Website</a></div></div><div class='nowwrap'><div class='now'><img src='images/chuck-swindoll-2.jpg' alt='' /></div><div class='now'>5:00PM<br />Insight for Living - Chuck Swindol<br /><a href='http://www.insight.org'>Website</a></div></div><div class='nowwrap'><div class='now'><img src='images/Chip-Ingram-Living-on-the-Edge.jpg' alt='' /></div><div class='now'>5:30PM<br />Living on the Edge - Chip Ingram<br /><a href='http://www.livingontheedge.org'>Website</a></div></div></div> </div> <div class='back'> <div class='third'><div class="fb-page" data-href="https://www.facebook.com/kctaradio" data-width="500" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="false" data-show-posts="true"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/kctaradio"><a href="https://www.facebook.com/kctaradio">KCTA Radio AM 1030</a></blockquote></div></div></div><div class='third black'><div class="dailyVersesWrapper"><a href="http://dailyverses.net" target="_blank">DailyVerses.net</a></div></div><div class='third'><a class="twitter-timeline" href="https://twitter.com/KCTA1030" data-widget-id="649778221530001408">Tweets by @KCTA1030</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></div> </div> </main> <footer class='red'> <div><ul><li><h3>Main</h3></li><li><a href='index.php'>Home</a></li><li><a href='about.php'>About</a></li><li><a href='/blog/'>Blog</a></li><li><a href='contact.php'>Contact</a></li><li><a href='/blog/advertisers/'>Advertisers</a></li></ul></div><div><ul><li><h3>More</h3></li><li><a href='/blog/weekday-schedule/'>Schedule</a></li><li><a href='contests.php'>Contests</a></li><li><a href='coverage.php'>Coverage</a></li><li><a href='faq.php'>FAQ</a></li><li><a href='ministries.php'>Ministries</a></li></ul></div><div><ul><li><h3>Contact</h3></li><li>1602 S. Brownlee Blvd.</li><li>Corpus Christi, TX 78404</li><li>361-882-7711</li><li><a href='contact.php'>Map</a></li></ul></div><p>K C T A &copy; 2015</p> </footer></body> </html>


URL: