editor Logout
Account Preferences
Did you know...
Streams heard since April 2006:
13,870,626
Streaming Radio Guide
view source - https://ktex.com/
*** Test System *** GO TO PRODUCTION
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="initial-scale=1.0" /> <title>KTEX 106.1 &#8211; Sounds Like Texas!</title> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="https://ktex.com/xmlrpc.php" /> <link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="KTEX 106.1 &raquo; Feed" href="https://ktex.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="KTEX 106.1 &raquo; Comments Feed" href="https://ktex.com/comments/feed/" /> <link rel="alternate" type="text/calendar" title="KTEX 106.1 &raquo; iCal Feed" href="https://ktex.com/events/?ical=1" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.6.1 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-9C0M64TPLY" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '9.6.1'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/ktex.com\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-9C0M64TPLY', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-9C0M64TPLY', {"forceSSL":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/ktex.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.1"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\ud83d\udd25","\ud83d\udc26\u200b\ud83d\udd25")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='pt-cv-public-style-css' href='https://ktex.com/wp-content/plugins/content-views-query-and-display-post-page/public/assets/css/cv.css?ver=4.1' type='text/css' media='all' /> <link rel='stylesheet' id='sbr_styles-css' href='https://ktex.com/wp-content/plugins/reviews-feed/assets/css/sbr-styles.min.css?ver=2.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='sbi_styles-css' href='https://ktex.com/wp-content/plugins/instagram-feed/css/sbi-styles.min.css?ver=6.9.1' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://ktex.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.1' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='ctf_styles-css' href='https://ktex.com/wp-content/plugins/custom-twitter-feeds/css/ctf-styles.min.css?ver=2.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='cff-css' href='https://ktex.com/wp-content/plugins/custom-facebook-feed/assets/css/cff-style.min.css?ver=4.3.2' type='text/css' media='all' /> <link rel='stylesheet' id='sb-font-awesome-css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-components-css' href='https://ktex.com/wp-includes/css/dist/components/style.min.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='godaddy-styles-css' href='https://ktex.com/wp-content/mu-plugins/vendor/wpex/godaddy-launch/includes/Dependencies/GoDaddy/Styles/build/latest.css?ver=2.0.2' type='text/css' media='all' /> <link rel='stylesheet' id='frontier-font-css' href='//fonts.googleapis.com/css?family=Roboto+Condensed%3A400%2C700%7CArimo%3A400%2C700&#038;ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='genericons-css' href='https://ktex.com/wp-content/themes/frontier/includes/genericons/genericons.css?ver=1.3.3' type='text/css' media='all' /> <link rel='stylesheet' id='frontier-main-css' href='https://ktex.com/wp-content/themes/frontier/style.css?ver=1.3.3' type='text/css' media='all' /> <link rel='stylesheet' id='frontier-responsive-css' href='https://ktex.com/wp-content/themes/frontier/responsive.css?ver=1.3.3' type='text/css' media='all' /> <script type="text/javascript" src="https://ktex.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.6.1" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/ktex.com","hash_tracking":"false","v4_id":"G-9C0M64TPLY"};/* ]]> */ </script> <script type="text/javascript" src="https://ktex.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://ktex.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <link rel="https://api.w.org/" href="https://ktex.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://ktex.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.8.1" /> <script>crudScriptURL = "https://ktex.com/wp-admin/admin-ajax.php"</script><meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://ktex.com"><link rel="alternate" href="https://ktex.com/wp-json/tribe/events/v1/" /> <meta property="Frontier Theme" content="1.3.3" /> <style type="text/css" media="screen"> #container {width: 960px;} #header {min-height: 300px;} #content {width: 65%;} #sidebar-left {width: 35%;} #sidebar-right {width: 35%;} </style> <style type="text/css" media="screen"> .page-template-page-cs-php #content, .page-template-page-sc-php #content {width: 65%;} .page-template-page-cs-php #sidebar-left, .page-template-page-sc-php #sidebar-left, .page-template-page-cs-php #sidebar-right, .page-template-page-sc-php #sidebar-right {width: 35%;} .page-template-page-scs-php #content {width: 50%;} .page-template-page-scs-php #sidebar-left {width: 25%;} .page-template-page-scs-php #sidebar-right {width: 25%;} </style> <style type="text/css" media="screen"> #header { background-image: url('https://ktex.com/wp-content/uploads/2025/06/cropped-lisa-noack-1.png' ); background-size: 960px 300px; } </style> <style type="text/css" id="custom-background-css"> body.custom-background { background-color: #ffffff; background-image: url("https://ktex.com/wp-content/uploads/2014/11/denim-background-2.jpg"); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: fixed; } </style> <link rel="icon" href="https://ktex.com/wp-content/uploads/2024/06/cropped-RYB-KTEX-Stack-1-32x32.jpg" sizes="32x32" /> <link rel="icon" href="https://ktex.com/wp-content/uploads/2024/06/cropped-RYB-KTEX-Stack-1-192x192.jpg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://ktex.com/wp-content/uploads/2024/06/cropped-RYB-KTEX-Stack-1-180x180.jpg" /> <meta name="msapplication-TileImage" content="https://ktex.com/wp-content/uploads/2024/06/cropped-RYB-KTEX-Stack-1-270x270.jpg" /> </head> <body class="home blog custom-background wp-custom-logo wp-theme-frontier tribe-no-js"> <div id="container" class="cf" itemscope itemtype="http://schema.org/WebPage"> <div id="header" class="cf" itemscope itemtype="http://schema.org/WPHeader" role="banner"> </div> <nav id="nav-main" class="cf drop" itemscope itemtype="http://schema.org/SiteNavigationElement" role="navigation" aria-label="Main Menu"> <button class="drop-toggle"><span class="genericon genericon-menu"></span></button> <ul id="menu-main-menu" class="nav-main"><li id="menu-item-98" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-98"><a href="https://ktex.com/" aria-current="page">Home</a></li> <li id="menu-item-126" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-126"><a href="https://ktex.com/onair/">Meet the DJs</a> <ul class="sub-menu"> <li id="menu-item-46224" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-46224"><a href="https://ktex.com/onair/cowboy-dave/">Cowboy Dave</a></li> <li id="menu-item-127" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127"><a href="https://ktex.com/onair/craig-montana/">Craig Montana</a></li> <li id="menu-item-31669" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-31669"><a href="https://ktex.com/courtney-cartwright/">Courtney Cartwright</a></li> <li id="menu-item-33883" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33883"><a href="https://ktex.com/onair/eilish/">Eilish</a></li> <li id="menu-item-47273" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-47273"><a href="https://ktex.com/onair/ryan-stone/">Ryan Stone</a></li> </ul> </li> <li id="menu-item-182" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-182"><a href="https://ktex.com/category/ktex-on-the-road/">Team Travels</a> <ul class="sub-menu"> <li id="menu-item-201" class="menu-item menu-item-type-taxonomy menu-item-object-tribe_events_cat menu-item-201"><a href="https://ktex.com/events/category/all/on-the-road/">KTEX on the Road</a></li> <li id="menu-item-47653" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-47653"><a href="https://ktex.com/category/drive-thru-diaries/">Drive Thru Diaries</a></li> </ul> </li> <li id="menu-item-198" class="menu-item menu-item-type-taxonomy menu-item-object-tribe_events_cat menu-item-has-children menu-item-198"><a href="https://ktex.com/events/category/all/">What&#8217;s Ahead</a> <ul class="sub-menu"> <li id="menu-item-202" class="menu-item menu-item-type-taxonomy menu-item-object-tribe_events_cat menu-item-202"><a href="https://ktex.com/events/category/all/">All</a></li> <li id="menu-item-199" class="menu-item menu-item-type-taxonomy menu-item-object-tribe_events_cat menu-item-199"><a href="https://ktex.com/events/category/all/community-events/">Community Events</a></li> </ul> </li> <li id="menu-item-16852" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16852"><a href="https://ktex.com/rules-ticket-policy/">Contests</a></li> <li id="menu-item-243" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-243"><a href="https://ktex.com/about-us/">Contact Us</a></li> <li id="menu-item-242" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-242"><a href="https://ktex.com/job-openings-at-ktex/">Employment Opportunities</a></li> </ul> </nav> <div id="main" class="col-cs cf"> <div id="content" class="cf" role="main"> <article id="post-54442" class="blog-view post-54442 post type-post status-publish format-standard has-post-thumbnail hentry category-ktex-on-the-road"> <header class="entry-header cf"> <h2 class="entry-title" itemprop="headline" ><a href="https://ktex.com/hot-nights-cool-tunes-week-four/">Hot Nights Cool Tunes Week Four</a></h2> </header> <div class="entry-byline cf"> <div class="entry-author author vcard" itemprop="author" itemscope itemtype="http://schema.org/Person"> <i class="genericon genericon-user"></i><a class="url fn" href="https://ktex.com/author/eilish/" itemprop="name" >Eilish Barker</a> </div> <div class="entry-date" itemprop="datePublished" > <i class="genericon genericon-day"></i><a class="updated" href="https://ktex.com/hot-nights-cool-tunes-week-four/">July 28, 2025</a> </div> <div class="entry-categories"> <i class="genericon genericon-category"></i><a href="https://ktex.com/category/ktex-on-the-road/" rel="category tag">KTEX on the Road</a> </div> <div class="entry-comment-info"> <i class="genericon genericon-comment"></i><a href="https://ktex.com/hot-nights-cool-tunes-week-four/#comment-area">Comments</a> </div> </div> <div class="entry-content cf" itemprop="text" > <div class="entry-thumbnail"><a class="post-thumbnail" href="https://ktex.com/hot-nights-cool-tunes-week-four/"><img width="200" height="150" src="https://ktex.com/wp-content/uploads/2025/07/524203496_1317062593754676_7082787362160700730_n-200x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" srcset="https://ktex.com/wp-content/uploads/2025/07/524203496_1317062593754676_7082787362160700730_n-200x150.jpg 200w, https://ktex.com/wp-content/uploads/2025/07/524203496_1317062593754676_7082787362160700730_n-300x225.jpg 300w, https://ktex.com/wp-content/uploads/2025/07/524203496_1317062593754676_7082787362160700730_n-768x576.jpg 768w, https://ktex.com/wp-content/uploads/2025/07/524203496_1317062593754676_7082787362160700730_n.jpg 960w" sizes="(max-width: 200px) 100vw, 200px" /></a></div> <div class="entry-excerpt"><p>So much fun at “Hot Nights Cool Tunes” in Brenham with The Spicolis!! Ryan Stone and all his KTEX friends were there too!</p> </div> </div> <footer class="entry-footer cf"> <a href="https://ktex.com/hot-nights-cool-tunes-week-four/" class="continue-reading"> Read Post </a> </footer> </article> <article id="post-54371" class="blog-view post-54371 post type-post status-publish format-standard has-post-thumbnail hentry category-ktex-on-the-road"> <header class="entry-header cf"> <h2 class="entry-title" itemprop="headline" ><a href="https://ktex.com/hot-nights-cool-tunes-weekend-3/">Hot Nights Cool Tunes Weekend 3</a></h2> </header> <div class="entry-byline cf"> <div class="entry-author author vcard" itemprop="author" itemscope itemtype="http://schema.org/Person"> <i class="genericon genericon-user"></i><a class="url fn" href="https://ktex.com/author/eilish/" itemprop="name" >Eilish Barker</a> </div> <div class="entry-date" itemprop="datePublished" > <i class="genericon genericon-day"></i><a class="updated" href="https://ktex.com/hot-nights-cool-tunes-weekend-3/">July 24, 2025</a> </div> <div class="entry-categories"> <i class="genericon genericon-category"></i><a href="https://ktex.com/category/ktex-on-the-road/" rel="category tag">KTEX on the Road</a> </div> <div class="entry-comment-info"> <i class="genericon genericon-comment"></i><a href="https://ktex.com/hot-nights-cool-tunes-weekend-3/#comment-area">Comments</a> </div> </div> <div class="entry-content cf" itemprop="text" > <div class="entry-thumbnail"><a class="post-thumbnail" href="https://ktex.com/hot-nights-cool-tunes-weekend-3/"><img width="200" height="150" src="https://ktex.com/wp-content/uploads/2025/07/522854640_1310827497711519_2707916021535653731_n-200x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" srcset="https://ktex.com/wp-content/uploads/2025/07/522854640_1310827497711519_2707916021535653731_n-200x150.jpg 200w, https://ktex.com/wp-content/uploads/2025/07/522854640_1310827497711519_2707916021535653731_n-300x225.jpg 300w, https://ktex.com/wp-content/uploads/2025/07/522854640_1310827497711519_2707916021535653731_n-1024x768.jpg 1024w, https://ktex.com/wp-content/uploads/2025/07/522854640_1310827497711519_2707916021535653731_n-768x576.jpg 768w, https://ktex.com/wp-content/uploads/2025/07/522854640_1310827497711519_2707916021535653731_n-1536x1152.jpg 1536w, https://ktex.com/wp-content/uploads/2025/07/522854640_1310827497711519_2707916021535653731_n.jpg 2048w" sizes="(max-width: 200px) 100vw, 200px" /></a></div> <div class="entry-excerpt"><p>Courtney was in Downtown Brenham for weekend three of Hot Nights Cool Tunes with 90&#8217;s Proof Country!</p> </div> </div> <footer class="entry-footer cf"> <a href="https://ktex.com/hot-nights-cool-tunes-weekend-3/" class="continue-reading"> Read Post </a> </footer> </article> <article id="post-54140" class="blog-view post-54140 post type-post status-publish format-standard has-post-thumbnail hentry category-ktex-on-the-road"> <header class="entry-header cf"> <h2 class="entry-title" itemprop="headline" ><a href="https://ktex.com/hot-nights-cool-tunes-weekend-two/">Hot Nights Cool Tunes Weekend Two</a></h2> </header> <div class="entry-byline cf"> <div class="entry-author author vcard" itemprop="author" itemscope itemtype="http://schema.org/Person"> <i class="genericon genericon-user"></i><a class="url fn" href="https://ktex.com/author/eilish/" itemprop="name" >Eilish Barker</a> </div> <div class="entry-date" itemprop="datePublished" > <i class="genericon genericon-day"></i><a class="updated" href="https://ktex.com/hot-nights-cool-tunes-weekend-two/">July 14, 2025</a> </div> <div class="entry-categories"> <i class="genericon genericon-category"></i><a href="https://ktex.com/category/ktex-on-the-road/" rel="category tag">KTEX on the Road</a> </div> <div class="entry-comment-info"> <i class="genericon genericon-comment"></i><a href="https://ktex.com/hot-nights-cool-tunes-weekend-two/#comment-area">Comments</a> </div> </div> <div class="entry-content cf" itemprop="text" > <div class="entry-thumbnail"><a class="post-thumbnail" href="https://ktex.com/hot-nights-cool-tunes-weekend-two/"><img width="150" height="200" src="https://ktex.com/wp-content/uploads/2025/07/517432599_1304779598316309_6964943064669825959_n-150x200.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" srcset="https://ktex.com/wp-content/uploads/2025/07/517432599_1304779598316309_6964943064669825959_n-150x200.jpg 150w, https://ktex.com/wp-content/uploads/2025/07/517432599_1304779598316309_6964943064669825959_n-225x300.jpg 225w, https://ktex.com/wp-content/uploads/2025/07/517432599_1304779598316309_6964943064669825959_n-768x1024.jpg 768w, https://ktex.com/wp-content/uploads/2025/07/517432599_1304779598316309_6964943064669825959_n-1152x1536.jpg 1152w, https://ktex.com/wp-content/uploads/2025/07/517432599_1304779598316309_6964943064669825959_n.jpg 1536w" sizes="(max-width: 150px) 100vw, 150px" /></a></div> <div class="entry-excerpt"><p>Eilish &amp; Cowboy Dave were soaking up the summer vibes at Hot Nights Cool Tunes in Downtown Brenham! The Cap City Band is brining the heat with killer tunes, and [&hellip;]</p> </div> </div> <footer class="entry-footer cf"> <a href="https://ktex.com/hot-nights-cool-tunes-weekend-two/" class="continue-reading"> Read Post </a> </footer> </article> <article id="post-54136" class="blog-view post-54136 post type-post status-publish format-standard has-post-thumbnail hentry category-ktex-on-the-road"> <header class="entry-header cf"> <h2 class="entry-title" itemprop="headline" ><a href="https://ktex.com/first-national-bank-of-giddings-135th-anniversary-block-party-2/">First National Bank of Giddings 135th Anniversary Block Party</a></h2> </header> <div class="entry-byline cf"> <div class="entry-author author vcard" itemprop="author" itemscope itemtype="http://schema.org/Person"> <i class="genericon genericon-user"></i><a class="url fn" href="https://ktex.com/author/eilish/" itemprop="name" >Eilish Barker</a> </div> <div class="entry-date" itemprop="datePublished" > <i class="genericon genericon-day"></i><a class="updated" href="https://ktex.com/first-national-bank-of-giddings-135th-anniversary-block-party-2/">July 14, 2025</a> </div> <div class="entry-categories"> <i class="genericon genericon-category"></i><a href="https://ktex.com/category/ktex-on-the-road/" rel="category tag">KTEX on the Road</a> </div> <div class="entry-comment-info"> <i class="genericon genericon-comment"></i><a href="https://ktex.com/first-national-bank-of-giddings-135th-anniversary-block-party-2/#comment-area">Comments</a> </div> </div> <div class="entry-content cf" itemprop="text" > <div class="entry-thumbnail"><a class="post-thumbnail" href="https://ktex.com/first-national-bank-of-giddings-135th-anniversary-block-party-2/"><img width="200" height="150" src="https://ktex.com/wp-content/uploads/2025/07/518047246_1303639928430276_5901061913862639892_n-200x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ktex.com/wp-content/uploads/2025/07/518047246_1303639928430276_5901061913862639892_n-200x150.jpg 200w, https://ktex.com/wp-content/uploads/2025/07/518047246_1303639928430276_5901061913862639892_n-300x225.jpg 300w, https://ktex.com/wp-content/uploads/2025/07/518047246_1303639928430276_5901061913862639892_n-1024x768.jpg 1024w, https://ktex.com/wp-content/uploads/2025/07/518047246_1303639928430276_5901061913862639892_n-768x576.jpg 768w, https://ktex.com/wp-content/uploads/2025/07/518047246_1303639928430276_5901061913862639892_n-1536x1152.jpg 1536w, https://ktex.com/wp-content/uploads/2025/07/518047246_1303639928430276_5901061913862639892_n.jpg 2048w" sizes="auto, (max-width: 200px) 100vw, 200px" /></a></div> <div class="entry-excerpt"><p>135th Anniversary Block Party Celebration at 1st National Bank in Giddings! Ryan Stone and Eilish were having a blast spinning the prize wheel and hanging with some great folks Food, [&hellip;]</p> </div> </div> <footer class="entry-footer cf"> <a href="https://ktex.com/first-national-bank-of-giddings-135th-anniversary-block-party-2/" class="continue-reading"> Read Post </a> </footer> </article> <article id="post-54031" class="blog-view post-54031 post type-post status-publish format-standard has-post-thumbnail hentry category-ktex-on-the-road"> <header class="entry-header cf"> <h2 class="entry-title" itemprop="headline" ><a href="https://ktex.com/how-to-help-the-texas-hill-country/">How to help the Texas Hill Country</a></h2> </header> <div class="entry-byline cf"> <div class="entry-author author vcard" itemprop="author" itemscope itemtype="http://schema.org/Person"> <i class="genericon genericon-user"></i><a class="url fn" href="https://ktex.com/author/eilish/" itemprop="name" >Eilish Barker</a> </div> <div class="entry-date" itemprop="datePublished" > <i class="genericon genericon-day"></i><a class="updated" href="https://ktex.com/how-to-help-the-texas-hill-country/">July 7, 2025</a> </div> <div class="entry-categories"> <i class="genericon genericon-category"></i><a href="https://ktex.com/category/ktex-on-the-road/" rel="category tag">KTEX on the Road</a> </div> <div class="entry-comment-info"> <i class="genericon genericon-comment"></i><a href="https://ktex.com/how-to-help-the-texas-hill-country/#comment-area">Comments</a> </div> </div> <div class="entry-content cf" itemprop="text" > <div class="entry-thumbnail"><a class="post-thumbnail" href="https://ktex.com/how-to-help-the-texas-hill-country/"><img width="200" height="200" src="https://ktex.com/wp-content/uploads/2025/07/514340524_1243062477282611_2371305935133119598_n-200x200.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ktex.com/wp-content/uploads/2025/07/514340524_1243062477282611_2371305935133119598_n-200x200.jpg 200w, https://ktex.com/wp-content/uploads/2025/07/514340524_1243062477282611_2371305935133119598_n-300x300.jpg 300w, https://ktex.com/wp-content/uploads/2025/07/514340524_1243062477282611_2371305935133119598_n.jpg 683w" sizes="auto, (max-width: 200px) 100vw, 200px" /></a></div> <div class="entry-excerpt"><p>Kerr County Flood Relief Fund (Community Foundation of the Texas Hill Country): Provides vetted grants to local nonprofits, first responder agencies, and governments for rescue, relief, and long-term recovery. https://cftexashillcountry.fcsuite.com/erp/donate/create/fund?funit_id=4201 [&hellip;]</p> </div> </div> <footer class="entry-footer cf"> <a href="https://ktex.com/how-to-help-the-texas-hill-country/" class="continue-reading"> Read Post </a> </footer> </article> <article id="post-54027" class="blog-view post-54027 post type-post status-publish format-standard has-post-thumbnail hentry category-ktex-on-the-road"> <header class="entry-header cf"> <h2 class="entry-title" itemprop="headline" ><a href="https://ktex.com/hot-nights-cool-tunes-weekend-one-with-suede/">Hot Nights Cool Tunes Weekend One with Suede</a></h2> </header> <div class="entry-byline cf"> <div class="entry-author author vcard" itemprop="author" itemscope itemtype="http://schema.org/Person"> <i class="genericon genericon-user"></i><a class="url fn" href="https://ktex.com/author/eilish/" itemprop="name" >Eilish Barker</a> </div> <div class="entry-date" itemprop="datePublished" > <i class="genericon genericon-day"></i><a class="updated" href="https://ktex.com/hot-nights-cool-tunes-weekend-one-with-suede/">July 7, 2025</a> </div> <div class="entry-categories"> <i class="genericon genericon-category"></i><a href="https://ktex.com/category/ktex-on-the-road/" rel="category tag">KTEX on the Road</a> </div> <div class="entry-comment-info"> <i class="genericon genericon-comment"></i><a href="https://ktex.com/hot-nights-cool-tunes-weekend-one-with-suede/#comment-area">Comments</a> </div> </div> <div class="entry-content cf" itemprop="text" > <div class="entry-thumbnail"><a class="post-thumbnail" href="https://ktex.com/hot-nights-cool-tunes-weekend-one-with-suede/"><img width="200" height="150" src="https://ktex.com/wp-content/uploads/2025/07/516102008_1298600358934233_4247385022088398588_n-200x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ktex.com/wp-content/uploads/2025/07/516102008_1298600358934233_4247385022088398588_n-200x150.jpg 200w, https://ktex.com/wp-content/uploads/2025/07/516102008_1298600358934233_4247385022088398588_n-300x225.jpg 300w, https://ktex.com/wp-content/uploads/2025/07/516102008_1298600358934233_4247385022088398588_n-1024x768.jpg 1024w, https://ktex.com/wp-content/uploads/2025/07/516102008_1298600358934233_4247385022088398588_n-768x576.jpg 768w, https://ktex.com/wp-content/uploads/2025/07/516102008_1298600358934233_4247385022088398588_n-1536x1152.jpg 1536w, https://ktex.com/wp-content/uploads/2025/07/516102008_1298600358934233_4247385022088398588_n.jpg 2048w" sizes="auto, (max-width: 200px) 100vw, 200px" /></a></div> <div class="entry-excerpt"></div> </div> <footer class="entry-footer cf"> <a href="https://ktex.com/hot-nights-cool-tunes-weekend-one-with-suede/" class="continue-reading"> Read Post </a> </footer> </article> <article id="post-54011" class="blog-view post-54011 post type-post status-publish format-standard has-post-thumbnail hentry category-ktex-on-the-road"> <header class="entry-header cf"> <h2 class="entry-title" itemprop="headline" ><a href="https://ktex.com/fourth-of-july-in-ktex-country/">Fourth of July in KTEX Country</a></h2> </header> <div class="entry-byline cf"> <div class="entry-author author vcard" itemprop="author" itemscope itemtype="http://schema.org/Person"> <i class="genericon genericon-user"></i><a class="url fn" href="https://ktex.com/author/eilish/" itemprop="name" >Eilish Barker</a> </div> <div class="entry-date" itemprop="datePublished" > <i class="genericon genericon-day"></i><a class="updated" href="https://ktex.com/fourth-of-july-in-ktex-country/">July 7, 2025</a> </div> <div class="entry-categories"> <i class="genericon genericon-category"></i><a href="https://ktex.com/category/ktex-on-the-road/" rel="category tag">KTEX on the Road</a> </div> <div class="entry-comment-info"> <i class="genericon genericon-comment"></i><a href="https://ktex.com/fourth-of-july-in-ktex-country/#comment-area">Comments</a> </div> </div> <div class="entry-content cf" itemprop="text" > <div class="entry-thumbnail"><a class="post-thumbnail" href="https://ktex.com/fourth-of-july-in-ktex-country/"><img width="200" height="178" src="https://ktex.com/wp-content/uploads/2025/07/515435841_1297618625699073_9165414378606247746_n-200x178.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ktex.com/wp-content/uploads/2025/07/515435841_1297618625699073_9165414378606247746_n-200x178.jpg 200w, https://ktex.com/wp-content/uploads/2025/07/515435841_1297618625699073_9165414378606247746_n-300x267.jpg 300w, https://ktex.com/wp-content/uploads/2025/07/515435841_1297618625699073_9165414378606247746_n-1024x910.jpg 1024w, https://ktex.com/wp-content/uploads/2025/07/515435841_1297618625699073_9165414378606247746_n-768x683.jpg 768w, https://ktex.com/wp-content/uploads/2025/07/515435841_1297618625699073_9165414378606247746_n.jpg 1440w" sizes="auto, (max-width: 200px) 100vw, 200px" /></a></div> <div class="entry-excerpt"><p>KTEX spent the 4th of July all over KTEX Country!! Happy Birthday America!</p> </div> </div> <footer class="entry-footer cf"> <a href="https://ktex.com/fourth-of-july-in-ktex-country/" class="continue-reading"> Read Post </a> </footer> </article> <article id="post-53936" class="blog-view post-53936 post type-post status-publish format-standard has-post-thumbnail hentry category-ktex-on-the-road"> <header class="entry-header cf"> <h2 class="entry-title" itemprop="headline" ><a href="https://ktex.com/kt-auto-customer-appreciation-day/">KT Auto Customer Appreciation Day</a></h2> </header> <div class="entry-byline cf"> <div class="entry-author author vcard" itemprop="author" itemscope itemtype="http://schema.org/Person"> <i class="genericon genericon-user"></i><a class="url fn" href="https://ktex.com/author/eilish/" itemprop="name" >Eilish Barker</a> </div> <div class="entry-date" itemprop="datePublished" > <i class="genericon genericon-day"></i><a class="updated" href="https://ktex.com/kt-auto-customer-appreciation-day/">June 26, 2025</a> </div> <div class="entry-categories"> <i class="genericon genericon-category"></i><a href="https://ktex.com/category/ktex-on-the-road/" rel="category tag">KTEX on the Road</a> </div> <div class="entry-comment-info"> <i class="genericon genericon-comment"></i><a href="https://ktex.com/kt-auto-customer-appreciation-day/#comment-area">Comments</a> </div> </div> <div class="entry-content cf" itemprop="text" > <div class="entry-thumbnail"><a class="post-thumbnail" href="https://ktex.com/kt-auto-customer-appreciation-day/"><img width="200" height="150" src="https://ktex.com/wp-content/uploads/2025/06/512677965_1290383529755916_6195470426257323864_n-200x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ktex.com/wp-content/uploads/2025/06/512677965_1290383529755916_6195470426257323864_n-200x150.jpg 200w, https://ktex.com/wp-content/uploads/2025/06/512677965_1290383529755916_6195470426257323864_n-300x225.jpg 300w, https://ktex.com/wp-content/uploads/2025/06/512677965_1290383529755916_6195470426257323864_n-1024x768.jpg 1024w, https://ktex.com/wp-content/uploads/2025/06/512677965_1290383529755916_6195470426257323864_n-768x576.jpg 768w, https://ktex.com/wp-content/uploads/2025/06/512677965_1290383529755916_6195470426257323864_n-1536x1152.jpg 1536w, https://ktex.com/wp-content/uploads/2025/06/512677965_1290383529755916_6195470426257323864_n.jpg 2048w" sizes="auto, (max-width: 200px) 100vw, 200px" /></a></div> <div class="entry-excerpt"><p>Eilish and Cowboy Dave are at KT Auto Plus in Brenham for their Customer Appreciation Day Hot dogs, kids games, and the wagon wheel of prizes all for you!</p> </div> </div> <footer class="entry-footer cf"> <a href="https://ktex.com/kt-auto-customer-appreciation-day/" class="continue-reading"> Read Post </a> </footer> </article> <article id="post-53871" class="blog-view post-53871 post type-post status-publish format-standard has-post-thumbnail hentry category-ktex-on-the-road"> <header class="entry-header cf"> <h2 class="entry-title" itemprop="headline" ><a href="https://ktex.com/brenham-national-banks-customer-appreciation-day-3/">Brenham National Bank&#8217;s Customer Appreciation Day</a></h2> </header> <div class="entry-byline cf"> <div class="entry-author author vcard" itemprop="author" itemscope itemtype="http://schema.org/Person"> <i class="genericon genericon-user"></i><a class="url fn" href="https://ktex.com/author/eilish/" itemprop="name" >Eilish Barker</a> </div> <div class="entry-date" itemprop="datePublished" > <i class="genericon genericon-day"></i><a class="updated" href="https://ktex.com/brenham-national-banks-customer-appreciation-day-3/">June 20, 2025</a> </div> <div class="entry-categories"> <i class="genericon genericon-category"></i><a href="https://ktex.com/category/ktex-on-the-road/" rel="category tag">KTEX on the Road</a> </div> <div class="entry-comment-info"> <i class="genericon genericon-comment"></i><a href="https://ktex.com/brenham-national-banks-customer-appreciation-day-3/#comment-area">Comments</a> </div> </div> <div class="entry-content cf" itemprop="text" > <div class="entry-thumbnail"><a class="post-thumbnail" href="https://ktex.com/brenham-national-banks-customer-appreciation-day-3/"><img width="179" height="200" src="https://ktex.com/wp-content/uploads/2025/06/509364734_1285342260260043_427836044713807192_n-179x200.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ktex.com/wp-content/uploads/2025/06/509364734_1285342260260043_427836044713807192_n-179x200.jpg 179w, https://ktex.com/wp-content/uploads/2025/06/509364734_1285342260260043_427836044713807192_n-269x300.jpg 269w, https://ktex.com/wp-content/uploads/2025/06/509364734_1285342260260043_427836044713807192_n.jpg 526w" sizes="auto, (max-width: 179px) 100vw, 179px" /></a></div> <div class="entry-excerpt"><p>Eilish and Craig Montana were hanging out at Brenham National Bank’s Customer Appreciation Day! Free hot dogs, sausage dogs, sno cones, and Blue Bell ice cream — plus face painting, [&hellip;]</p> </div> </div> <footer class="entry-footer cf"> <a href="https://ktex.com/brenham-national-banks-customer-appreciation-day-3/" class="continue-reading"> Read Post </a> </footer> </article> <article id="post-53662" class="blog-view post-53662 post type-post status-publish format-standard has-post-thumbnail hentry category-ktex-on-the-road"> <header class="entry-header cf"> <h2 class="entry-title" itemprop="headline" ><a href="https://ktex.com/53662-2/">School&#8217;s Out Bash</a></h2> </header> <div class="entry-byline cf"> <div class="entry-author author vcard" itemprop="author" itemscope itemtype="http://schema.org/Person"> <i class="genericon genericon-user"></i><a class="url fn" href="https://ktex.com/author/eilish/" itemprop="name" >Eilish Barker</a> </div> <div class="entry-date" itemprop="datePublished" > <i class="genericon genericon-day"></i><a class="updated" href="https://ktex.com/53662-2/">June 9, 2025</a> </div> <div class="entry-categories"> <i class="genericon genericon-category"></i><a href="https://ktex.com/category/ktex-on-the-road/" rel="category tag">KTEX on the Road</a> </div> <div class="entry-comment-info"> <i class="genericon genericon-comment"></i><a href="https://ktex.com/53662-2/#comment-area">Comments</a> </div> </div> <div class="entry-content cf" itemprop="text" > <div class="entry-thumbnail"><a class="post-thumbnail" href="https://ktex.com/53662-2/"><img width="200" height="150" src="https://ktex.com/wp-content/uploads/2025/06/505079444_1273637741430495_7312518391577150396_n-200x150.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ktex.com/wp-content/uploads/2025/06/505079444_1273637741430495_7312518391577150396_n-200x150.jpg 200w, https://ktex.com/wp-content/uploads/2025/06/505079444_1273637741430495_7312518391577150396_n-300x225.jpg 300w, https://ktex.com/wp-content/uploads/2025/06/505079444_1273637741430495_7312518391577150396_n-1024x768.jpg 1024w, https://ktex.com/wp-content/uploads/2025/06/505079444_1273637741430495_7312518391577150396_n-768x576.jpg 768w, https://ktex.com/wp-content/uploads/2025/06/505079444_1273637741430495_7312518391577150396_n-1536x1152.jpg 1536w, https://ktex.com/wp-content/uploads/2025/06/505079444_1273637741430495_7312518391577150396_n.jpg 2048w" sizes="auto, (max-width: 200px) 100vw, 200px" /></a></div> <div class="entry-excerpt"><p>School’s out and the party’s on at the Blue Bell Aquatic Center! Eilish was there making a splash with all the fun, music, and summer vibes! Nothing kicks off break [&hellip;]</p> </div> </div> <footer class="entry-footer cf"> <a href="https://ktex.com/53662-2/" class="continue-reading"> Read Post </a> </footer> </article> <div class="blog-nav cf"> <div class="link-prev"><a href="https://ktex.com/page/2/" >&#8592; Older Posts</a></div><div class="link-next"></div> </div> </div> <div id="sidebar-right" class="sidebar cf" itemscope itemtype="http://schema.org/WPSideBar" role="complementary" aria-label="Sidebar Right"> <aside id="widgets-wrap-sidebar-right"> <section id="custom_html-2" class="widget_text widget-sidebar frontier-widget widget_custom_html"><div class="textwidget custom-html-widget"><script>function openPlayer(s){window.open("https://streamdb3web.securenetsystems.net/v5/"+escape(s),"Player","height=630,width=940,modal=yes,alwaysRaised=yes")}</script><p><img src="https://radio.securenetsystems.net/images/listen-live.png?1670012442378" width="200" height="116" border="0" style="cursor:pointer;" onclick="openPlayer('KTTX');"></p></div></section><section id="media_image-2" class="widget-sidebar frontier-widget widget_media_image"><h2 class="widget-title">BACK TO SCHOOL IS JUST AROUND THE CORNER! HERE&#8217;S YOUR FIRST DAY!</h2><img width="418" height="630" src="https://ktex.com/wp-content/uploads/2025/07/first-days-of-school-2025-graphic.png" class="image wp-image-54488 attachment-full size-full" alt="" style="max-width: 100%; height: auto;" title="BACK TO SCHOOL IS JUST AROUND THE CORNER! HERE&#039;S YOUR FIRST DAY!" decoding="async" loading="lazy" srcset="https://ktex.com/wp-content/uploads/2025/07/first-days-of-school-2025-graphic.png 418w, https://ktex.com/wp-content/uploads/2025/07/first-days-of-school-2025-graphic-199x300.png 199w, https://ktex.com/wp-content/uploads/2025/07/first-days-of-school-2025-graphic-133x200.png 133w" sizes="auto, (max-width: 418px) 100vw, 418px" /></section><section id="widget_sp_image-586" class="widget-sidebar frontier-widget widget_sp_image"><h2 class="widget-title">FOLLOW KTEX ON FACEBOOK!</h2><a href="https://www.facebook.com/ktex106" target="_self" class="widget_sp_image-image-link" title="FOLLOW KTEX ON FACEBOOK!"><img width="200" height="200" alt="FOLLOW KTEX ON FACEBOOK!" class="attachment-full aligncenter" style="max-width: 100%;" src="https://ktex.com/wp-content/uploads/2024/06/icon-media-social-facebook-free-vector-1.jpg" /></a></section><section id="widget_sp_image-588" class="widget-sidebar frontier-widget widget_sp_image"><h2 class="widget-title">FOLLOW KTEX 106 ON INSTAGRAM!</h2><a href="https://www.instagram.com/ktex106/" target="_self" class="widget_sp_image-image-link" title="FOLLOW KTEX 106 ON INSTAGRAM!"><img width="195" height="200" alt="FOLLOW KTEX 106 ON INSTAGRAM!" class="attachment-thumbnail aligncenter" style="max-width: 100%;" srcset="https://ktex.com/wp-content/uploads/2024/06/instagram-icon_1057-2227-1-e1718048118593-195x200.avif 195w, https://ktex.com/wp-content/uploads/2024/06/instagram-icon_1057-2227-1-e1718048118593.avif 241w" sizes="(max-width: 195px) 100vw, 195px" src="https://ktex.com/wp-content/uploads/2024/06/instagram-icon_1057-2227-1-e1718048118593-195x200.avif" /></a></section><section id="widget_sp_image-589" class="widget-sidebar frontier-widget widget_sp_image"><h2 class="widget-title">TAKE KTEX ON THE GO! GET THE APP!</h2><a href="https://apps.apple.com/us/app/ktex-106-radio/id494075504" target="_self" class="widget_sp_image-image-link" title="TAKE KTEX ON THE GO! GET THE APP!"><img width="200" height="200" alt="TAKE KTEX ON THE GO! GET THE APP!" class="attachment-thumbnail aligncenter" style="max-width: 100%;" srcset="https://ktex.com/wp-content/uploads/2024/06/Untitled-design-2-200x200.png 200w, https://ktex.com/wp-content/uploads/2024/06/Untitled-design-2-300x300.png 300w, https://ktex.com/wp-content/uploads/2024/06/Untitled-design-2-1024x1024.png 1024w, https://ktex.com/wp-content/uploads/2024/06/Untitled-design-2-768x768.png 768w, https://ktex.com/wp-content/uploads/2024/06/Untitled-design-2.png 1080w" sizes="(max-width: 200px) 100vw, 200px" src="https://ktex.com/wp-content/uploads/2024/06/Untitled-design-2-200x200.png" /></a></section><section id="joan-3" class="widget-sidebar frontier-widget joan_widget"><h2 class="widget-title">On Air Now</h2><style> .joan-container h2{ font-family:Roboto; font-size:24px; } .joan-schedule, .joan-schedule *{ font-family:Roboto; font-size:16px; } .joan-widget, .joan-widget *{ font-family:Roboto; font-size:16px; } .joan-now-playing { font-family:Roboto; font-size:16px; } .joan-container * { font-family:Roboto; font-size:16px; } </style><div class="joan-now-playing"></div></section><section id="custom_html-6" class="widget_text widget-sidebar frontier-widget widget_custom_html"><div class="textwidget custom-html-widget"></div></section> </aside> </div></div> <div id="footer" class="cf" itemscope itemtype="http://schema.org/WPFooter"> <aside id="widgets-wrap-footer" class="widget-column-3 cf"> <section id="text-3" class="widget-footer frontier-widget widget_text"><h2 class="widget-title">FCC Public File</h2> <div class="textwidget"><p>e<a href="https://publicfiles.fcc.gov/fm-profile/KTTX">https://publicfiles.fcc.gov/fm-profile/KTTX</a></p> </div> </section><section id="text-5" class="widget-footer frontier-widget widget_text"><h2 class="widget-title">EEO Report 24/25</h2> <div class="textwidget"><p><a href="https://ktex.com/wp-content/uploads/2025/03/Annual-EEO-Report-April-1-2024-March-31-2025-KTTX-KWHI-1-1.pdf" target="_blank" rel="noopener">Annual EEO Report 2024 &#8211; 2025</a></p> </div> </section> </aside> </div> <div id="bottom-bar" class="cf" role="contentinfo"> <span id="bottom-bar-text">KTEX 106.1 2024</span> <span id="theme-link"><a href="https://ronangelo.com/frontier/">Frontier Theme</a></span> </div> </div> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/frontier\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <!-- Custom Facebook Feed JS --> <script type="text/javascript">var cffajaxurl = "https://ktex.com/wp-admin/admin-ajax.php"; var cfflinkhashtags = "true"; </script> <script> ( function ( body ) { 'use strict'; body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' ); } )( document.body ); </script> <!-- YouTube Feeds JS --> <script type="text/javascript"> </script> <!-- Instagram Feed JS --> <script type="text/javascript"> var sbiajaxurl = "https://ktex.com/wp-admin/admin-ajax.php"; </script> <script> /* <![CDATA[ */var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesMin":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done","today":"Today","clear":"Clear"}};/* ]]> */ </script><script type="text/javascript"> jQuery(document).ready(function($) { $( '#nav-main .drop-toggle' ).click(function(){ $( '#nav-main' ).toggleClass( 'dropped' ); }); }); </script> <script type="text/javascript" id="pt-cv-content-views-script-js-extra"> /* <![CDATA[ */ var PT_CV_PUBLIC = {"_prefix":"pt-cv-","page_to_show":"5","_nonce":"15cf941602","is_admin":"","is_mobile":"1","ajaxurl":"https:\/\/ktex.com\/wp-admin\/admin-ajax.php","lang":"","loading_image_src":"data:image\/gif;base64,R0lGODlhDwAPALMPAMrKygwMDJOTkz09PZWVla+vr3p6euTk5M7OzuXl5TMzMwAAAJmZmWZmZszMzP\/\/\/yH\/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAADwAPAAAEQvDJaZaZOIcV8iQK8VRX4iTYoAwZ4iCYoAjZ4RxejhVNoT+mRGP4cyF4Pp0N98sBGIBMEMOotl6YZ3S61Bmbkm4mAgAh+QQFCgAPACwAAAAADQANAAAENPDJSRSZeA418itN8QiK8BiLITVsFiyBBIoYqnoewAD4xPw9iY4XLGYSjkQR4UAUD45DLwIAIfkEBQoADwAsAAAAAA8ACQAABC\/wyVlamTi3nSdgwFNdhEJgTJoNyoB9ISYoQmdjiZPcj7EYCAeCF1gEDo4Dz2eIAAAh+QQFCgAPACwCAAAADQANAAAEM\/DJBxiYeLKdX3IJZT1FU0iIg2RNKx3OkZVnZ98ToRD4MyiDnkAh6BkNC0MvsAj0kMpHBAAh+QQFCgAPACwGAAAACQAPAAAEMDC59KpFDll73HkAA2wVY5KgiK5b0RRoI6MuzG6EQqCDMlSGheEhUAgqgUUAFRySIgAh+QQFCgAPACwCAAIADQANAAAEM\/DJKZNLND\/kkKaHc3xk+QAMYDKsiaqmZCxGVjSFFCxB1vwy2oOgIDxuucxAMTAJFAJNBAAh+QQFCgAPACwAAAYADwAJAAAEMNAs86q1yaWwwv2Ig0jUZx3OYa4XoRAfwADXoAwfo1+CIjyFRuEho60aSNYlOPxEAAAh+QQFCgAPACwAAAIADQANAAAENPA9s4y8+IUVcqaWJ4qEQozSoAzoIyhCK2NFU2SJk0hNnyEOhKR2AzAAj4Pj4GE4W0bkJQIAOw=="}; var PT_CV_PAGINATION = {"first":"\u00ab","prev":"\u2039","next":"\u203a","last":"\u00bb","goto_first":"Go to first page","goto_prev":"Go to previous page","goto_next":"Go to next page","goto_last":"Go to last page","current_page":"Current page is","goto_page":"Go to page"}; /* ]]> */ </script> <script type="text/javascript" src="https://ktex.com/wp-content/plugins/content-views-query-and-display-post-page/public/assets/js/cv.js?ver=4.1" id="pt-cv-content-views-script-js"></script> <script type="text/javascript" src="https://ktex.com/wp-content/plugins/custom-facebook-feed/assets/js/cff-scripts.min.js?ver=4.3.2" id="cffscripts-js"></script> <script type="text/javascript" src="https://ktex.com/wp-content/plugins/joan/joan.js?ver=1.2.0" id="joan-front-js"></script> <script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]), _trfd.push({'tccl.baseHost':'secureserver.net'}), _trfd.push({'ap':'wpaas'}, {'server':'b0c5ba7c-8145-68c8-ec3d-769cfa7181a4.secureserver.net'}, {'pod':'A2NLWPPOD08'}, {'storage':'a2cephmah003pod08_data09'}, {'xid':'44521024'}, {'wp':'6.8.1'}, {'php':'8.0.30.4'}, {'loggedin':'0'}, {'cdn':'1'}, {'builder':'wp-classic-editor'}, {'theme':'frontier'}, {'wds':'0'}, {'wp_alloptions_count':'937'}, {'wp_alloptions_bytes':'362857'}, {'gdl_coming_soon_page':'0'} ); var trafficScript = document.createElement('script'); trafficScript.src = 'https://img1.wsimg.com/signals/js/clients/scc-c2/scc-c2.min.js'; window.document.head.appendChild(trafficScript);</script> <script>window.addEventListener('click', function (elem) { var _elem$target, _elem$target$dataset, _window, _window$_trfq; return (elem === null || elem === void 0 ? void 0 : (_elem$target = elem.target) === null || _elem$target === void 0 ? void 0 : (_elem$target$dataset = _elem$target.dataset) === null || _elem$target$dataset === void 0 ? void 0 : _elem$target$dataset.eid) && ((_window = window) === null || _window === void 0 ? void 0 : (_window$_trfq = _window._trfq) === null || _window$_trfq === void 0 ? void 0 : _window$_trfq.push(["cmdLogEvent", "click", elem.target.dataset.eid]));});</script> <script src='https://img1.wsimg.com/traffic-assets/js/tccl-tti.min.js' onload="window.tti.calculateTTI()"></script> </body> </html>


URL: