<!doctype html>
      <html class="single">
        <head>
          <title data-react-helmet="true">Cavender&#x27;s Donation T-Shirt Profits to Harvey Victims</title>
          <meta data-react-helmet="true" http-equiv="Content-Type" content="text/html;charset=UTF-8"/><meta data-react-helmet="true" charset="UTF-8"/><meta data-react-helmet="true" name="instagram_profile" value="us105fm"/><meta data-react-helmet="true" name="description" content="The folks at Cavender&#x27;s say 100% of the proceeds from their Texas Tough T-shirts will benefit Samaritan’s Purse and the Rockport-Fulton Chamber Foundation."/><meta data-react-helmet="true" name="keywords" content="cavender&#x27;s, hurricane harvey, texas, how to donate to hurricane harvey"/><meta data-react-helmet="true" property="fb:app_id" content="354462811300357"/><meta data-react-helmet="true" property="fb:admins" content="100002025987268"/><meta data-react-helmet="true" property="og:title" content="Cavender&#x27;s Donation T-Shirt Profits to Harvey Victims"/><meta data-react-helmet="true" property="og:description" content="The folks at Cavender&#x27;s say 100% of the proceeds from their Texas Tough T-shirts will benefit Samaritan’s Purse and the Rockport-Fulton Chamber Foundation."/><meta data-react-helmet="true" property="og:url" content="http://us105fm.com/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/"/><meta data-react-helmet="true" property="og:site_name" content="US105"/><meta data-react-helmet="true" property="og:type" content="blog"/><meta data-react-helmet="true" property="og:image" content="http://krock1017fm.com/files/2017/09/Texas-Tough-T-Shirt.png?w=600&amp;h=0&amp;zc=1&amp;s=0&amp;a=t&amp;q=89"/><meta data-react-helmet="true" name="twitter:card" content="summary_large_image"/><meta data-react-helmet="true" name="twitter:site" content="@US105fm"/><meta data-react-helmet="true" name="sailthru.description" content="The folks at Cavender&#x27;s say 100% of the proceeds from their Texas Tough T-shirts will benefit Samaritan’s Purse and the Rockport-Fulton Chamber Foundation."/><meta data-react-helmet="true" name="sailthru.date" content="2017-09-07 11:34:43"/><meta data-react-helmet="true" name="sailthru.title" content="Cavender’s to Donate Proceeds from Texas Tough T-Shirts to Hurricane Harvey Victims"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-kusj, tsmmarket-killeentemple, tsmtype-local, hurricane-harvey, articles"/><meta data-react-helmet="true" name="sailthru.author" content="michaelbehan"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://krock1017fm.com/files/2017/09/Texas-Tough-T-Shirt.png"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://krock1017fm.com/files/2017/09/Texas-Tough-T-Shirt.png"/><meta data-react-helmet="true" property="fb:pages" content="1755347871387837"/><meta data-react-helmet="true" name="google-site-verification" content="Feqhi5e05kt6uhu1BH6erseoZYo4OnvAmo4r7eJpvE0"/><meta data-react-helmet="true" http-equiv="Content-Type" content="text/html;charset=UTF-8"/><meta data-react-helmet="true" name="viewport" content="width=1286, initial-scale=1.0"/>
          <link data-react-helmet="true" id="design-fav" rel="shortcut icon" href="http://us105fm.com/files/2014/04/favicon.ico"/><link data-react-helmet="true" rel="profile" href="http://gmpg.org/xfn/11"/><link data-react-helmet="true" rel="canonical" href="http://krock1017fm.com/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/"/>
          <link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic|Roboto:400,400italic,500,500italic,700,300italic,300|Roboto+Condensed:300,400,700" rel="stylesheet" type="text/css" />
          <link href="/styles/base.css?ver=f6f5453a8cde7d0b301abb99888e7aca87cafa58&mver=4" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "B";
          window.TSM.cadata = {"activeDomain":"us105fm.com","blogId":514,"method":"get_single","postId":268283,"crosspostBlogId":"515","crosspostPostId":"219426","postType":"post","postDateGmt":"2017-09-07 16:34:43.000+0000"};
          window.TSM.startload = new Date().getTime();
        </script>
          <script>
    (function () {
      function getCookie(name) {
        var value = "; " + document.cookie;
        var parts = value.split("; " + name + "=");
        if (parts.length == 2) return parts.pop().split(";").shift();
      }
      function updateCookie(name, value, expireDays) {
        let d = new Date();
        d.setTime(d.getTime() + (60*60*24*expireDays*1000));
        var expires = "expires="+ d.toUTCString();
        document.cookie = name + "=" + value + ";" + expires + ";path=/";
      }
      window.TSM = window.TSM || {};
      if (window.TSM.abgroup) {
        updateCookie("abgroup", window.TSM.abgroup, 90);
      }

      var xhr = new XMLHttpRequest();
      xhr.open("POST", "/rest/carbon/api/cogitoergosum", true);
      var cogitoergosum = getCookie("cogitoergosum");
      var abgroup = getCookie("abgroup");
      if (cogitoergosum) {
        window.TSM.cogitoergosum = JSON.parse( atob( decodeURIComponent( cogitoergosum ) ) );
      }
      xhr.onreadystatechange = function() {//Call a function when the state changes.
        if(xhr.readyState == XMLHttpRequest.DONE && xhr.status == 200) {
          if (xhr.response) {
            var result = JSON.parse(xhr.response);
            if (result && result.result) {
              if (result.result.cookie) {
                window.TSM.cogitoergosum = JSON.parse( atob( result.result.cookie ) );
              }
              if (result.result.credentials) {
                window.TSM.credentials = JSON.parse( atob( result.result.credentials ) );
              }
              // console.log("cogitoergosum xhr", window.TSM.cogitoergosum);
            }
          }
        }
      };
      xhr.setRequestHeader("Content-type", "application/json");
      var cadata = window.TSM.cadata || {};
      cadata.experimentGroup = window.TSM.abgroup;
      cadata.viewType = "standard";
      cadata.timespent = new Date().getTime() - window.TSM.startload;
      var referrer = document.referrer;
      var sendData = {
        type: "pageview",
        referrer: referrer,
        url: document.location.href,
        queryParam: document.location.queryParam,
        pageData: cadata,
        scrollPageIndex: 0
      };
      xhr.send(JSON.stringify(sendData));
    }());
  </script>
          <script>
            (function(w){
              w.ga=w.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
              var gaInitData = {"hitType":"pageview","dimension1":"michaelbehan","dimension2":"articles","dimension3":"hurricane-harvey","dimension4":"post","dimension5":"Thu Sept 07 2017","dimension6":"11:34","dimension7":"standard","dimension8":"68","dimension9":"B","dimension10":"no"};
ga( "create", {
          trackingId:"UA-33430515-2",
          name: "primary",
          allowAnchor: false
        });
        ga( "primary.require", "displayfeatures" );
        ga( "primary.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "primary" ] = {gaid:"UA-33430515-2"};
ga( "create", {
          trackingId:"UA-19109753-1",
          name: "UA191097531",
          allowAnchor: false
        });
        ga( "UA191097531.require", "displayfeatures" );
        ga( "UA191097531.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA191097531" ] = {gaid:"UA-19109753-1"};
ga( "create", {
          trackingId:"UA-33430515-6",
          name: "UA334305156",
          allowAnchor: false
        });
        ga( "UA334305156.require", "displayfeatures" );
        ga( "UA334305156.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA334305156" ] = {gaid:"UA-33430515-6"};
ga( "create", {
          trackingId:"UA-28825804-1",
          name: "UA288258041",
          allowAnchor: false
        });
        ga( "UA288258041.require", "displayfeatures" );
        ga( "UA288258041.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA288258041" ] = {gaid:"UA-28825804-1"};
ga( "create", {
          trackingId:"UA-45260060-3",
          name: "UA452600603",
          allowAnchor: false
        });
        ga( "UA452600603.require", "displayfeatures" );
        ga( "UA452600603.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA452600603" ] = {gaid:"UA-45260060-3"};
            })(window);
          </script>
          <script async src="https://www.google-analytics.com/analytics.js"></script>
          <script>(function(w){
      w.dataLayer = [{"title":"Cavender's Donation T-Shirt Profits to Harvey Victims","callsign":"KUSJFM","market":"Killeen","sitetype":"Local","siteClassification":"","state":"TX","genre":{"0":"country"},"pageType":"post","tags":"hurricane-harvey","categories":"articles","mediaType":"none"}];
      w.dataLayer[0].referer = document.referrer;w.dataLayer[0].curatedReferer = document.referrer.replace( /https?:\/\//, "" );w.dataLayer[0].dayOfWeek = function(n){return n.toLocaleString("en-US",{weekday:"long"})}(new Date);w.dataLayer[0].periodOfDay = function(n,t,i){t=n.getHours(),i=n.getMinutes(),i<10&&(i="0"+i);var r=parseInt(t+""+i);return r>=0&&r<600?"Overnight":r>=600&&r<1e3?"Morning Drive":r>=1e3&&r<1500?"Midday":r>=1500&&r<1900?"Afternoon Drive":r>=1900&&r<2400?"Evening":void 0}(new Date);
    })(window);</script>
          <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-K346HJZ");</script>
          
          <script class="kxct" data-id="rwjnisqy1" data-timing="async" data-version="3.0" type="text/javascript">
        window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);
        (function(){
          var k=document.createElement("script");k.type="text/javascript";k.async=true;
          k.src=(location.protocol==="https:"?"https:":"http:")+"//"+"cdn.krxd.net/controltag/rwjnisqy1.js";
          var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(k,s);
        }());
      </script><script type="text/javascript" src="//mtrx.go.sonobi.com/morpheus.townsquaremedia.local.1594.js"></script>
<script async type="text/javascript" src="https://native.sharethrough.com/assets/sfp.js"></script><script async="async" src="https://www.googletagservices.com/tag/js/gpt.js"></script>
        <script>
        var googletag = googletag || {};
        googletag.cmd = googletag.cmd || [];
        </script>
<script>window.pbjs=window.pbjs||{};window.pbjs.que=window.pbjs.que||[];</script><script src="http://production.townsquareblogs.com/wp-content/uploads/static/prebid/carbon/pb.js?domain=us105fm.com"></script>
<script>!function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)}("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js");
        apstag.init({pubID: "3227", adServer: "googletag" });</script>
<script>
        window.TSM = window.TSM || {}; window.TSM.adSlots = window.TSM.adSlots || {};window.TSM.adLog = window.TSM.adLog || {};
        googletag.cmd.push(function(){
googletag.pubads().disableInitialLoad();
googletag.pubads().setTargeting( "catid", ["articles"] );
googletag.pubads().setTargeting( "tags", ["hurricane-harvey"] );
googletag.pubads().setTargeting( "id", "get-a-cavenders-hurricane-harvey-tough-t-shirt-now" );
googletag.pubads().setTargeting( "author", "michaelbehan" );
googletag.pubads().setTargeting( "kw", ["michaelbehan","get-a-cavenders-hurricane-harvey-tough-t-shirt-now","articles","hurricane-harvey","pagetype-post"] );
googletag.pubads().setTargeting( "genre", ["country"] );
googletag.pubads().setTargeting( "device", "web" );
googletag.pubads().setTargeting( "ksg", Krux.segments );
        googletag.pubads().setTargeting( "kuid", Krux.user );
if( window.TSM.adSlots["tsm-ad-300a"] === undefined ){
window.TSM.adSlots["tsm-ad-300a"] = googletag.defineSlot( "8328825/local/Killeen/KUSJ/post", [[300,250],[300,600]], "tsm-ad-300a" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "300a" );
}
if( window.TSM.adSlots["tsm-ad-970a"] === undefined ){
window.TSM.adSlots["tsm-ad-970a"] = googletag.defineSlot( "8328825/local/Killeen/KUSJ/post", [[970,90]], "tsm-ad-970a" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "970a" );
}
if( window.TSM.adSlots["tsm-ad-maintop-300a"] === undefined ){
window.TSM.adSlots["tsm-ad-maintop-300a"] = googletag.defineSlot( "8328825/local/Killeen/KUSJ/post", [[300,250]], "tsm-ad-maintop-300a" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "300a" );
}
if( window.TSM.adSlots["tsm-ad-listenlive-300a"] === undefined ){
window.TSM.adSlots["tsm-ad-listenlive-300a"] = googletag.defineSlot( "8328825/local/Killeen/KUSJ/post", [[300,250]], "tsm-ad-listenlive-300a" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "300a" );
}
if( window.TSM.adSlots["tsm-ad-300b"] === undefined ){
window.TSM.adSlots["tsm-ad-300b"] = googletag.defineSlot( "8328825/local/Killeen/KUSJ/post", [[300,250],[300,600]], "tsm-ad-300b" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "300b,300d" );
}
if( window.TSM.adSlots["tsm-ad-300c"] === undefined ){
window.TSM.adSlots["tsm-ad-300c"] = googletag.defineSlot( "8328825/local/Killeen/KUSJ/post", [[300,250],[300,600]], "tsm-ad-300c" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "300c" );
}
if( window.TSM.adSlots["tsm-ad-728a"] === undefined ){
window.TSM.adSlots["tsm-ad-728a"] = googletag.defineSlot( "8328825/local/Killeen/KUSJ/post", [[728,90],[970,90],[970,250]], "tsm-ad-728a" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "728a" );
}
if( window.TSM.adSlots["tsm-ad-728b"] === undefined ){
window.TSM.adSlots["tsm-ad-728b"] = googletag.defineSlot( "8328825/local/Killeen/KUSJ/post", [[728,90]], "tsm-ad-728b" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "728b" );
}
if( window.TSM.adSlots["tsm-ad-oop"] === undefined ){
window.TSM.adSlots["tsm-ad-oop"] = googletag.defineOutOfPageSlot( "8328825/local/Killeen/KUSJ/post", "tsm-ad-oop" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "oop" );
}
 googletag.pubads().collapseEmptyDivs();
        googletag.enableServices();
      });
      </script>
          <script defer src="https://apis.google.com/js/platform.js"></script>
      <script>window.twttr = (function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0],
        t = window.twttr || {};
      if (d.getElementById(id)) return t;
      js = d.createElement(s);
      js.id = id;
      js.src = "https://platform.twitter.com/widgets.js";
      fjs.parentNode.insertBefore(js, fjs);
      t._e = [];
      t.ready = function(f) {
        t._e.push(f);
      };
      return t;
    }(document, "script", "twitter-wjs"));</script>
    <script async defer src="//platform.instagram.com/en_US/embeds.js"></script>
    <script defer type="text/javascript" src="//www.zergnet.com/zerg-inf-multi.js"></script>
        </head>
        <body>
          <div id="fb-root"></div>
          <div id="app"><div data-reactroot="" data-reactid="1" data-react-checksum="-1716582185"><!-- react-empty: 2 --><div id="container" class="" data-reactid="3"><section class="top-components" data-reactid="4"></section><div id="top-not-ads" class="" data-reactid="5"><div class="blingbar box" style="height:auto;left:0px;" data-reactid="6"><div class="tsm-ad tsm-ad-728" data-reactid="7"><div id="tsm-ad-728a" data-reactid="8"><!-- dynamic ad --></div></div></div><div id="tsm-ad-1x1-container" data-reactid="9"><div class="tsm-ad tsm-ad-oop" data-reactid="10"><div id="tsm-ad-oop" data-reactid="11"><!-- dynamic ad --></div></div></div></div><div class="container-inner" data-reactid="12"><div id="site-menu-wrapper" class="" data-reactid="13"><a class="logo" href="/" itemprop="logo url" alt="US105" title="US105" data-reactid="14"><img src="http://us105fm.com/files/2017/12/kusjfm-logo.png" alt="US105" title="US105" data-reactid="15"/></a><div class="site-menu-right" data-reactid="16"><div class="showticker-container" id="show-ticker" data-reactid="17"><div class="slider showticker-items" data-reactid="18"><div class="sizer" data-reactid="19"></div><div class="mover fade" data-reactid="20"><div class="listenlive-container showticker-item active" data-reactid="21"><div class="song-meta first-song" data-reactid="22"><div class="artist-image icon-headphones" data-reactid="23"><figure class="frameme" data-reactid="24"><a class="theframe" data-image="http://us105fm.com/files/2017/09/Middays-with-Krystal-Montez.png" rel="" title="" data-reactid="25"></a><div class="loadinganim showbox" id="0" data-reactid="26"><div class="loader" style="width:30px;height:30px;" data-reactid="27"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="28"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="29"></circle></svg></div></div></figure></div><div class="song-info radio" data-reactid="30"><a class="live-show-info" href="http://us105fm.com/show/middays-with-krystal-montez/" data-reactid="31">Work Days with Krystal Montez</a></div></div></div></div></div><a class="listen-live-cto cto" href="/listen-live/" data-reactid="32"><span class="icon-play2" data-reactid="33"></span><span class="cto-title" data-reactid="34">Listen Now</span></a><a class="sign-in-out" href="/#auth-start" title="" data-reactid="35"></a></div><nav id="site-menu" data-reactid="36"><div class="wrapper" data-reactid="37"><span class="icon-base icon-menu select-none" data-reactid="38"></span><ul class="links" data-reactid="39"><li class="hassub" data-reactid="40"><a href="/" data-reactid="41">Home</a></li><li class="hassub" data-reactid="42"><a href="/djs" data-reactid="43">On-Air</a><ul class="links submenu" data-reactid="44"><li class="hassub" data-reactid="45"><a href="/djs" data-reactid="46">Our DJs</a></li><li class="hassub" data-reactid="47"><a href="/shows" data-reactid="48">Today&#x27;s Shows</a></li></ul></li><li class="hassub" data-reactid="49"><a href="/listen-live" data-reactid="50">Listen</a><ul class="links submenu" data-reactid="51"><li class="hassub" data-reactid="52"><a href="/listen-live" data-reactid="53">Listen Live</a></li><li class="hassub" data-reactid="54"><a href="/mobile" data-reactid="55">Mobile App</a></li><li class="hassub" data-reactid="56"><a href="/big-d-bubba-on-demand" data-reactid="57">Big D &amp; Bubba On Demand</a></li></ul></li><li class="hassub" data-reactid="58"><a href="/playlist/" data-reactid="59">Playlist</a><ul class="links submenu" data-reactid="60"><li class="hassub" data-reactid="61"><a href="/playlist/" data-reactid="62">Recently Played</a></li></ul></li><li class="hassub" data-reactid="63"><a href="http://myus105.com/events-killeen/upcoming/" target="_blank" data-reactid="64">Events</a><ul class="links submenu" data-reactid="65"><li class="hassub" data-reactid="66"><a href="http://myus105.com/events-killeen/" target="_blank" data-reactid="67">Community Calendar</a></li><li class="hassub" data-reactid="68"><a href="/events-killeen/community/add/" data-reactid="69">Submit an Event</a></li><li class="hassub" data-reactid="70"><a href="http://www.kwtx.com/weather" target="_blank" data-reactid="71">Check Your KWTX Local Weather</a></li></ul></li><li class="hassub" data-reactid="72"><a href="/vip" data-reactid="73">The Nation</a><ul class="links submenu" data-reactid="74"><li class="hassub" data-reactid="75"><a href="/registration" data-reactid="76">Sign Up</a></li><li class="hassub" data-reactid="77"><a href="/win-a-dozen-birthday-cupcakes-from-smallcakes" data-reactid="78">Win a Dozen Birthday Cupcakes from SMALLCAKES!</a></li><li class="hassub" data-reactid="79"><a href="/contests/" data-reactid="80">Contests</a></li><li class="hassub" data-reactid="81"><a href="/prizes" data-reactid="82">Picking Up Prizes and General Contest Rules</a></li><li class="hassub" data-reactid="83"><a href="http://myus105.com/local-experts/" target="_blank" data-reactid="84">View Local Experts</a><ul class="links submenu" data-reactid="85"><li class="hassub" data-reactid="86"><a href="/vip/sponsors/amos-electric-3/" data-reactid="87">Amos Electric</a></li><li class="hassub" data-reactid="88"><a href="/ed-l-laughlin/" data-reactid="89">Ed Laughlin</a></li><li class="hassub" data-reactid="90"><a href="/local_experts/maaco-collision-repair-and-auto-painting/" data-reactid="91">Maaco</a></li><li class="hassub" data-reactid="92"><a href="/vip/sponsors/ttd-bookkeeping-service/" data-reactid="93">TTD Bookkeeping</a></li></ul></li></ul></li><li class="hassub" data-reactid="94"><a href="/contests/" data-reactid="95">Win Stuff</a></li><li class="hassub" data-reactid="96"><a href="/tags/job-openings/" data-reactid="97">Jobs</a><ul class="links submenu" data-reactid="98"><li class="hassub" data-reactid="99"><a href="/job-opening-account-executive-temple-tx/" data-reactid="100">Account Executive</a></li><li class="hassub" data-reactid="101"><a href="/job-opening-digital-sales-specialist-temple-tx/" data-reactid="102">Digital Sales Specialist</a></li><li class="hassub" data-reactid="103"><a href="http://killeen.townsquarejobnetwork.com/" target="_blank" data-reactid="104">Townsquare Job Network</a></li><li class="hassub" data-reactid="105"><a href="/files/2017/10/Townsquare-Media-Killeen-Temple-EEO-Apr-2017-REVISION-2.pdf" data-reactid="106">2017 EEO Report</a></li></ul></li><li class="hassub" data-reactid="107"><a href="/help" data-reactid="108">Contact Us</a><ul class="links submenu" data-reactid="109"><li class="hassub" data-reactid="110"><a href="/help" data-reactid="111">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="112"><a href="/feedback" data-reactid="113">Send Feedback</a></li><li class="hassub" data-reactid="114"><a href="/apply-for-media-credentials" data-reactid="115">Apply for Media Credentials</a></li><li class="hassub" data-reactid="116"><a href="/advertise" data-reactid="117">Advertise</a></li></ul></li><li class="hidden-menu hassub hide" data-reactid="118"><a class="more-icon" href="#" data-reactid="119">More</a><ul class="links submenu" data-reactid="120"><li class="hassub hide" data-reactid="121"><a href="/" data-reactid="122">Home</a></li><li class="hassub hide" data-reactid="123"><a href="/djs" data-reactid="124">On-Air</a><ul class="links submenu" data-reactid="125"><li class="hassub" data-reactid="126"><a href="/djs" data-reactid="127">Our DJs</a></li><li class="hassub" data-reactid="128"><a href="/shows" data-reactid="129">Today&#x27;s Shows</a></li></ul></li><li class="hassub hide" data-reactid="130"><a href="/listen-live" data-reactid="131">Listen</a><ul class="links submenu" data-reactid="132"><li class="hassub" data-reactid="133"><a href="/listen-live" data-reactid="134">Listen Live</a></li><li class="hassub" data-reactid="135"><a href="/mobile" data-reactid="136">Mobile App</a></li><li class="hassub" data-reactid="137"><a href="/big-d-bubba-on-demand" data-reactid="138">Big D &amp; Bubba On Demand</a></li></ul></li><li class="hassub hide" data-reactid="139"><a href="/playlist/" data-reactid="140">Playlist</a><ul class="links submenu" data-reactid="141"><li class="hassub" data-reactid="142"><a href="/playlist/" data-reactid="143">Recently Played</a></li></ul></li><li class="hassub hide" data-reactid="144"><a href="http://myus105.com/events-killeen/upcoming/" target="_blank" data-reactid="145">Events</a><ul class="links submenu" data-reactid="146"><li class="hassub" data-reactid="147"><a href="http://myus105.com/events-killeen/" target="_blank" data-reactid="148">Community Calendar</a></li><li class="hassub" data-reactid="149"><a href="/events-killeen/community/add/" data-reactid="150">Submit an Event</a></li><li class="hassub" data-reactid="151"><a href="http://www.kwtx.com/weather" target="_blank" data-reactid="152">Check Your KWTX Local Weather</a></li></ul></li><li class="hassub hide" data-reactid="153"><a href="/vip" data-reactid="154">The Nation</a><ul class="links submenu" data-reactid="155"><li class="hassub" data-reactid="156"><a href="/registration" data-reactid="157">Sign Up</a></li><li class="hassub" data-reactid="158"><a href="/win-a-dozen-birthday-cupcakes-from-smallcakes" data-reactid="159">Win a Dozen Birthday Cupcakes from SMALLCAKES!</a></li><li class="hassub" data-reactid="160"><a href="/contests/" data-reactid="161">Contests</a></li><li class="hassub" data-reactid="162"><a href="/prizes" data-reactid="163">Picking Up Prizes and General Contest Rules</a></li><li class="hassub" data-reactid="164"><a href="http://myus105.com/local-experts/" target="_blank" data-reactid="165">View Local Experts</a><ul class="links submenu" data-reactid="166"><li class="hassub" data-reactid="167"><a href="/vip/sponsors/amos-electric-3/" data-reactid="168">Amos Electric</a></li><li class="hassub" data-reactid="169"><a href="/ed-l-laughlin/" data-reactid="170">Ed Laughlin</a></li><li class="hassub" data-reactid="171"><a href="/local_experts/maaco-collision-repair-and-auto-painting/" data-reactid="172">Maaco</a></li><li class="hassub" data-reactid="173"><a href="/vip/sponsors/ttd-bookkeeping-service/" data-reactid="174">TTD Bookkeeping</a></li></ul></li></ul></li><li class="hassub hide" data-reactid="175"><a href="/contests/" data-reactid="176">Win Stuff</a></li><li class="hassub hide" data-reactid="177"><a href="/tags/job-openings/" data-reactid="178">Jobs</a><ul class="links submenu" data-reactid="179"><li class="hassub" data-reactid="180"><a href="/job-opening-account-executive-temple-tx/" data-reactid="181">Account Executive</a></li><li class="hassub" data-reactid="182"><a href="/job-opening-digital-sales-specialist-temple-tx/" data-reactid="183">Digital Sales Specialist</a></li><li class="hassub" data-reactid="184"><a href="http://killeen.townsquarejobnetwork.com/" target="_blank" data-reactid="185">Townsquare Job Network</a></li><li class="hassub" data-reactid="186"><a href="/files/2017/10/Townsquare-Media-Killeen-Temple-EEO-Apr-2017-REVISION-2.pdf" data-reactid="187">2017 EEO Report</a></li></ul></li><li class="hassub hide" data-reactid="188"><a href="/help" data-reactid="189">Contact Us</a><ul class="links submenu" data-reactid="190"><li class="hassub" data-reactid="191"><a href="/help" data-reactid="192">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="193"><a href="/feedback" data-reactid="194">Send Feedback</a></li><li class="hassub" data-reactid="195"><a href="/apply-for-media-credentials" data-reactid="196">Apply for Media Credentials</a></li><li class="hassub" data-reactid="197"><a href="/advertise" data-reactid="198">Advertise</a></li></ul></li></ul></li></ul><div class="site-menu-right" data-reactid="199"><ul class="social-links" data-reactid="200"><li class="social" data-reactid="201"><a class="share-link youtube" href="https://youtube.com/user/KUSJ1055KT" target="_blank" data-social="youtube" data-reactid="202"><span class="icon-base icon-youtube" data-reactid="203"></span></a></li><li class="social" data-reactid="204"><a class="share-link facebook" href="http://www.facebook.com/us105fm" target="_blank" data-social="facebook" data-reactid="205"><span class="icon-base icon-facebook" data-reactid="206"></span></a></li><li class="social" data-reactid="207"><a class="share-link twitter" href="https://twitter.com/US105fm" target="_blank" data-social="twitter" data-reactid="208"><span class="icon-base icon-twitter" data-reactid="209"></span></a></li><ul class="social-subscriptions" data-reactid="210"><li class="sub-instagram " data-reactid="211"><a href="https://www.instagram.com/us105fm" target="_blank" data-reactid="212">INSTAGRAM</a></li><li class="share_link_small youtube sub-youtube" data-reactid="213"><span class="youtube-subscribe-button " data-reactid="214"></span></li><li class="sub-facebook" data-reactid="215"></li><li class="sub-twitter" data-reactid="216"></li></ul></ul><div id="search-form" class="" data-reactid="217"><div class="form-wrap" data-reactid="218"><form data-reactid="219"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="220"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="221"/></form></div><div class="icon-base icon-search" data-reactid="222"></div></div></div><div class="site-screen select-none" data-reactid="223"></div></div></nav></div><ul class="promo-links" data-reactid="224"><li data-reactid="225"><span data-reactid="226">Hot Now</span></li><li data-reactid="227"><a title="Valentine&#x27;s Day Giveaway" href="/valentines-day-2018-dig-yourself-out-of-the-dog-house/" data-reactid="228">Valentine&#x27;s Day Giveaway</a></li><li data-reactid="229"><a title="Party with Brad Paisley" href="/?p=274912" data-reactid="230">Party with Brad Paisley</a></li><li data-reactid="231"><a title="Free Birthday Cookies" href="/?p=264806" data-reactid="232">Free Birthday Cookies</a></li><li data-reactid="233"><a title="US 105 App" href="/app/" data-reactid="234">US 105 App</a></li><li data-reactid="235"><a title="US105 Alexa Skill" href="https://www.amazon.com/gp/product/B0767PPLDM?ie=UTF8&amp;ref-suffix=ss_rw" data-reactid="236">US105 Alexa Skill</a></li><li data-reactid="237"><a title="Join the Nation" href="/vip/" data-reactid="238">Join the Nation</a></li><li data-reactid="239"><a title="Big Game Squares Rules" href="/?p=233417" data-reactid="240">Big Game Squares Rules</a></li></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="241"><div id="tsm-ad-970a" data-reactid="242"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="243"><div class="main-content" data-reactid="244"><div class="wrapper post-wrapper" data-reactid="245"><div class="post clearfix" data-reactid="246"><div class="entry" data-reactid="247"><article id="post-268283" data-location="/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/" data-index="0" data-reactid="248"><div class="page-header" data-reactid="249"><div class="content-header show-ui front" id="content-header-268283" data-reactid="250"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="251"></div><div class="content-header-header" data-reactid="252"><div class="react-parallax " data-reactid="253"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="254"><figure class="frameme img-tag frame-loaded" data-reactid="255"><div class="theframe" data-image="http://krock1017fm.com/files/2017/09/Texas-Tough-T-Shirt.png" rel="" title="" style="background-image:url(&quot;http://krock1017fm.com/files/2017/09/Texas-Tough-T-Shirt.png?w=980&amp;q=75&quot;);" data-reactid="256"></div></figure></div><div class="react-parallax-content" data-reactid="257"><figure class="frameme img-tag" data-reactid="258"><div class="theframe" data-image="http://krock1017fm.com/files/2017/09/Texas-Tough-T-Shirt.png" rel="" title="" data-reactid="259"></div><div class="loadinganim showbox" id="0" data-reactid="260"><div class="loader" style="width:30px;height:30px;" data-reactid="261"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="262"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="263"></circle></svg></div></div></figure></div></div><div class="header" data-reactid="264"><section class="title " data-reactid="265"><h1 class="" data-reactid="266">Cavender’s to Donate Proceeds from Texas Tough T-Shirts to Hurricane Harvey Victims</h1></section><div class="byline" data-reactid="267"><div class="authors" data-reactid="268"><address class="author" data-reactid="269"><div class="author-image icon-user" data-reactid="270"><figure class="frameme" data-reactid="271"><a class="theframe" data-image="http://k1017fm.com/files/2014/10/Q1.jpg" href="http://us105fm.com/author/michaelbehan/" rel="author" title="Big Q" data-reactid="272"></a><div class="loadinganim showbox" id="0" data-reactid="273"><div class="loader" style="width:30px;height:30px;" data-reactid="274"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="275"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="276"></circle></svg></div></div></figure></div><a class="author-name" href="http://us105fm.com/author/michaelbehan/" rel="author" title="Big Q" data-reactid="277">Big Q</a></address></div><time datetime="2017-09-07 16:34:43 +0000" data-reactid="278">September 7, 2017</time></div><figcaption title="Cavenders.com" data-reactid="279">Cavenders.com</figcaption></div></div></div></div><div class="content-wrap" data-reactid="280"><div class="social-share bignsexy" data-reactid="281"><div class="social-bar social-icons" data-reactid="282"><ul data-reactid="283"><li data-reactid="284"><a href="http://twitter.com/intent/tweet?text=Cavender%E2%80%99s%20to%20Donate%20Proceeds%20from%20Texas%20Tough%20T-Shirts%20to%20Hurricane%20Harvey%20Victims%20http%3A%2F%2Fus105fm.com%2Fget-a-cavenders-hurricane-harvey-tough-t-shirt-now%2F%3Ftrackback%3Dtwitter_mobile%20%40US105fm" title="Share on Twitter" target="_blank" data-reactid="285"><span class=" social-icon icon-twitter tw" data-reactid="286"><span class="share-title" data-reactid="287">Share on Twitter</span></span></a></li><li data-reactid="288"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fus105fm.com%2Fget-a-cavenders-hurricane-harvey-tough-t-shirt-now%2F%3Ftrackback%3Dfbshare_mobile" title="Share on Facebook" target="_blank" data-reactid="289"><span class=" social-icon icon-facebook fb" data-reactid="290"><span class="share-title" data-reactid="291">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="292"><div class="pod-content" data-reactid="293"><p data-reactid="294"><!-- react-text: 295 -->Get a cool shirt while helping out the victims of Hurricane Harvey.<!-- /react-text --><span id="more-268283" data-reactid="296"></span></p><div class="single-post-image" data-reactid="297"><figure class="img-tag has-sizer aligncenter" style="max-width:373px;" data-reactid="298"><div class="frame-sizer" style="padding-top:112.60053619302948%;" data-reactid="299"></div><div class="theframe" data-image="http://krock1017fm.com/files/2017/09/CAVENDERS-T-SHIRT-e1504801357523.jpg" rel="" title="" data-reactid="300"></div><figcaption data-reactid="301">Via Cavenders</figcaption><div class="loadinganim showbox" id="0" data-reactid="302"><div class="loader" style="width:30px;height:30px;" data-reactid="303"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="304"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="305"></circle></svg></div></div></figure><div data-reactid="306"></div></div><p data-reactid="307">The folks at Cavender&#x27;s are offering a Hurricane Harvey “Tough” T-shirts in all of their 79 stores across Texas and the Southwest.</p><p data-reactid="308">It&#x27;s grey and features Texas with &quot;Tough&quot; in the center. Best part, even though they are a retail chain, they&#x27;re giving 100% of the proceeds to help benefit Samaritan’s Purse and the Rockport-Fulton Chamber Foundation.</p><div class="sharethrough-container" data-reactid="309"><div class="tsm-ad tsm-ad-oop" data-reactid="310"><div id="tsm-ad-sharethrough-oop-1" data-reactid="311"><!-- dynamic ad --></div></div></div><p data-reactid="312">Plus, when you check out at Cavender&#x27;s, you can donate at least a $1.00 to those foundations as well.</p><p data-reactid="313">Samaritan’s Purse is an international organization that mobilizes staff and equipment to enlist thousands of volunteers to provide emergency aid to victims of tornadoes, hurricanes, wildfires, floods and other natural disasters in the U.S. They currently have trailers in Victoria, Rockport, Houston, Galveston, and outlying areas.</p><p data-reactid="314">The Rockport-Fulton Chamber Foundation will provide support to their community where the hurricane caused catastrophic damage.</p><p data-reactid="315"><!-- react-text: 316 -->For more information about Samaritan’s Purse and the Rockport-Fulton Chamber, go to <!-- /react-text --><a href="http://www.samaritanspurse.org" data-reactid="317"><!-- react-text: 318 -->www.samaritanspurse.org<!-- /react-text --></a><!-- react-text: 319 --> and <!-- /react-text --><a href="http://www.rockport-fulton.org" data-reactid="320"><!-- react-text: 321 -->www.rockport-fulton.org<!-- /react-text --></a><!-- react-text: 322 -->.<!-- /react-text --></p><p data-reactid="323"><!-- react-text: 324 -->You can also go to <!-- /react-text --><a href="https://www.cavenders.com/social-gallery.html" target="_blank" data-reactid="325"><!-- react-text: 326 -->Cavenders.com.<!-- /react-text --></a></p></div></div><div class="content-footer" data-reactid="327"><!-- react-empty: 328 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="329"></div><!-- react-text: 330 --><!-- /react-text --><div class="tags-lines" data-reactid="331"><div class="wrapper" data-reactid="332"><span data-reactid="333"><!-- react-text: 334 -->Filed Under<!-- /react-text --><!-- react-text: 335 -->: <!-- /react-text --></span><span data-reactid="336"><!-- react-text: 337 --><!-- /react-text --><a href="http://us105fm.com/tags/hurricane-harvey/" data-reactid="338">Hurricane Harvey</a></span></div><div class="wrapper" data-reactid="339"><span data-reactid="340"><!-- react-text: 341 -->Categories<!-- /react-text --><!-- react-text: 342 -->: <!-- /react-text --></span><span data-reactid="343"><!-- react-text: 344 --><!-- /react-text --><a href="http://us105fm.com/category/articles/" data-reactid="345">Articles</a></span></div></div><div class="comments-wrapper" data-reactid="346"><div class="comments" data-reactid="347"><div data-reactid="348"><span class="icon-comments" data-reactid="349"></span><i data-reactid="350">Comments</i><span class="fb-comments-count" data-href="http://us105fm.com/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/" data-reactid="351"></span><span class="icon-triangle-down" data-reactid="352"></span></div><div class="cto" data-reactid="353">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="354"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="355">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="356"><div class="aside-inside" data-reactid="357"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-45" data-reactid="358"><div class="wrapper clearfix" data-reactid="359"><div class="fix_sidebar_marker" data-reactid="360"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-734" data-reactid="361"><header data-reactid="362"><h2 data-reactid="363"><span class="title-container" data-reactid="364">What&#x27;s Hot</span><!-- react-text: 365 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="366"><section id="ts_blogroll-734" class="blogroll carousel slider dl align-right" data-reactid="367"><div class="slider blogroll-items" data-reactid="368"><div class="sizer" data-reactid="369"></div><div class="mover slide" data-reactid="370"><article class="item title-over-image" data-reactid="371"><figure class="frameme" data-reactid="372"><a class="theframe" data-image="http://ktemnews.com/files/2013/07/Flames-Yuji-Sakai-Getty-Images.jpg" href="http://us105fm.com/burn-ban-begins-tuesday-january-30-2018-in-bell-county/" rel="" title="Bell County Burn Ban" data-reactid="373"></a><div class="loadinganim showbox" id="0" data-reactid="374"><div class="loader" style="width:30px;height:30px;" data-reactid="375"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="376"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="377"></circle></svg></div></div></figure><div class="content" data-reactid="378"><a href="http://us105fm.com/burn-ban-begins-tuesday-january-30-2018-in-bell-county/" title="Bell County Burn Ban" class="title" data-reactid="379">Bell County Burn Ban</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="380"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="381"></div></div></section></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-489" data-reactid="382"><div class="wrapper clearfix" data-reactid="383"><div class="widget-content" data-reactid="384"><div class="tsm-ad tsm-ad-300" data-reactid="385"><div id="tsm-ad-300a" data-reactid="386"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-466" data-reactid="387"><div class="wrapper clearfix" data-reactid="388"><div class="widget-content" data-reactid="389"><div data-reactid="390"><form method="post" class="newsletter-frame clearfix" data-reactid="391"><div class="content clearfix" data-reactid="392"><p class="title" data-reactid="393">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="394"><div class="vertical-centered" data-reactid="395"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="396"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="397"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-735" data-reactid="398"><header data-reactid="399"><h2 data-reactid="400"><span class="title-container" data-reactid="401">Latest Articles</span></h2></header><div class="wrapper clearfix" data-reactid="402"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="403"><div class="blogroll-inner clearfix" data-reactid="404"><article class="" data-reactid="405"><figure class="frameme" data-reactid="406"><a class="theframe" data-image="http://us105fm.com/files/2017/02/GettyImages-72982628.jpg" href="http://us105fm.com/shred-your-ex-deal-returns-to-hooters-for-valentines-day/" rel="" title="&amp;apos;Shred Your Ex&amp;apos; Deal Returns to Hooters for Valentine&amp;apos;s Day" data-reactid="407"></a><div class="loadinganim showbox" id="0" data-reactid="408"><div class="loader" style="width:30px;height:30px;" data-reactid="409"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="410"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="411"></circle></svg></div></div></figure><div class="content" data-reactid="412"><a href="http://us105fm.com/shred-your-ex-deal-returns-to-hooters-for-valentines-day/" title="&#x27;Shred Your Ex&#x27; Deal Returns to Hooters for Valentine&#x27;s Day" class="title" data-reactid="413">&#x27;Shred Your Ex&#x27; Deal Returns to Hooters for Valentine&#x27;s Day</a></div></article><article class="" data-reactid="414"><figure class="frameme" data-reactid="415"><a class="theframe" data-image="http://mykisscountry937.com/files/2017/06/olive-11.jpg" href="http://us105fm.com/4-signs-your-dog-is-your-valentine/" rel="" title="4 Signs Your Dog Is Your Valentine" data-reactid="416"></a><div class="loadinganim showbox" id="0" data-reactid="417"><div class="loader" style="width:30px;height:30px;" data-reactid="418"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="419"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="420"></circle></svg></div></div></figure><div class="content" data-reactid="421"><a href="http://us105fm.com/4-signs-your-dog-is-your-valentine/" title="4 Signs Your Dog Is Your Valentine" class="title" data-reactid="422">4 Signs Your Dog Is Your Valentine</a></div></article><article class="" data-reactid="423"><figure class="frameme" data-reactid="424"><a class="theframe" data-image="http://krock1017fm.com/files/2018/02/hqdefault5.jpg" href="http://us105fm.com/central-texas-needs-to-start-zorbing/" rel="" title="Central Texas Needs to Start Zorbing" data-reactid="425"></a><div class="loadinganim showbox" id="0" data-reactid="426"><div class="loader" style="width:30px;height:30px;" data-reactid="427"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="428"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="429"></circle></svg></div></div></figure><div class="content" data-reactid="430"><a href="http://us105fm.com/central-texas-needs-to-start-zorbing/" title="Central Texas Needs to Start Zorbing" class="title" data-reactid="431">Central Texas Needs to Start Zorbing</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="432"><footer data-reactid="433"><div class="links clearfix" data-reactid="434"><div class="logo" data-reactid="435"></div><div class="details" data-reactid="436"><h2 data-reactid="437">Information</h2><ul data-reactid="438"><li data-reactid="439"><a title="Taste Of Country Network" class="" data-reactid="440">Taste Of Country Network</a></li><li data-reactid="441"><a title="2017 EEO Report" href="/eeo/" class="" data-reactid="442">2017 EEO Report</a></li><li data-reactid="443"><a title="Advertise" href="/advertise/" class="" data-reactid="444">Advertise</a></li><li data-reactid="445"><a title="Public File" href="/kusj-public-file/" class="" data-reactid="446">Public File</a></li><li data-reactid="447"><a title="Terms" href="/terms/" class="" data-reactid="448">Terms</a></li><li data-reactid="449"><a title="VIP Terms" href="/vip-terms/" class="" data-reactid="450">VIP Terms</a></li><li data-reactid="451"><a title="FAQ" href="/vip-faq/" class="" data-reactid="452">FAQ</a></li><li data-reactid="453"><a title="Contest Rules" href="/contest-rules/" class="" data-reactid="454">Contest Rules</a></li><li data-reactid="455"><a title="Privacy Policy (Updated: 8/31/17)" href="/privacy/" class="" data-reactid="456">Privacy Policy (Updated: 8/31/17)</a></li><li data-reactid="457"><a title="Contact" href="/help/" class="" data-reactid="458">Contact</a></li><li data-reactid="459"><a href="http://townsquaremediagroup.com/" class="" data-reactid="460"></a></li><li data-reactid="461"><a title="Killeen Business Listings" href="/killeen-featured-business-listings/" class="" data-reactid="462">Killeen Business Listings</a></li></ul></div><div class="social-links" data-reactid="463"><h2 data-reactid="464">Follow Us</h2><ul data-reactid="465"><li class="social" data-reactid="466"><a class="share_link youtube" href="https://www.youtube.com/user/KUSJ1055KT" target="_blank" data-social="youtube" data-reactid="467"><span class="icon-youtube" data-reactid="468"></span></a></li><li class="social" data-reactid="469"><a class="share_link facebook" href="http://www.facebook.com/us105fm" target="_blank" data-social="facebook" data-reactid="470"><span class="icon-facebook" data-reactid="471"></span></a></li><li class="social" data-reactid="472"><a class="share_link twitter" href="https://twitter.com/US105fm" target="_blank" data-social="twitter" data-reactid="473"><span class="icon-twitter" data-reactid="474"></span></a></li></ul></div></div><div class="legal" data-reactid="475"><!-- react-text: 476 -->2018<!-- /react-text --><!-- react-text: 477 --> <!-- /react-text --><!-- react-text: 478 -->US105<!-- /react-text --><!-- react-text: 479 --> is part of the Taste Of Country Network<!-- /react-text --><!-- react-text: 480 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="481"><!-- react-empty: 482 --><div id="bottom-not-ads" data-reactid="483"><div class="tsm-ad tsm-ad-728" data-reactid="484"><div id="tsm-ad-728b" data-reactid="485"><!-- dynamic ad --></div></div></div><div data-reactid="486"></div></section></div></div></div>
          <script>
            window.__INITIAL_STATE__ = {"gallery":{},"internalads":{},"json":{"response":{"options":{"method":"get_single","adPageType":"post","mediaType":"none","loyalty_restricted":null,"methodSubType":null,"blogId":514,"postId":268283,"url":"/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/","unfriendlyRequestUrl":"/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/","requestUrl":"/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/","blogOptions":{"aioseop_options":{"aiosp_can":"on","aiosp_donate":null,"aiosp_home_title":"US 105 New Country – Central Texas New Country Radio – Killeen/Temple Country Radio","aiosp_home_description":"US 105 New Country, KUSJ-FM Radio, plays the best country music in Killeen and Temple, Texas. ","aiosp_home_keywords":"US 105 New Country Killeen, Killeen US 105 New Country, country radio Killeen, Killeen country radio, country music Killeen, Killeen country music, US 105 New Country Temple, Temple US 105 New Country, country radio Temple, Temple country radio, country music Temple, Temple country music","aiosp_max_words_excerpt":null,"aiosp_rewrite_titles":"on","aiosp_post_title_format":"%post_title% ","aiosp_page_title_format":"%page_title% - %blog_title%","aiosp_category_title_format":"%category_title% - %blog_title%","aiosp_archive_title_format":"%date% - %blog_title%","aiosp_tag_title_format":"%tag% - %blog_title%","aiosp_search_title_format":"%search% - %blog_title%","aiosp_description_format":"%description%","aiosp_404_title_format":"Nothing found for %request_words%","aiosp_paged_format":" - Part %page%","aiosp_use_categories":null,"aiosp_dynamic_postspage_keywords":null,"aiosp_category_noindex":null,"aiosp_archive_noindex":null,"aiosp_tags_noindex":null,"aiosp_cap_cats":"on","aiosp_generate_descriptions":"on","aiosp_debug_info":null,"aiosp_post_meta_tags":"","aiosp_page_meta_tags":"","aiosp_home_meta_tags":"","aiosp_enabled":"1","aiosp_use_tags_as_keywords":null,"aiosp_do_log":null,"aiosp_ex_pages":""},"blogdescription":"New Country","blogname":"US105","carbonUiUpdateCounter":"4","design_option_live":{"page_bg":"FF010000","page_head_bg":"00000000","primary_bg":"FFE9E9E9","secondary_bg":"FFFFFFFF","mdl_head_bg":"FF222222","main_nav_hue":"FFFFFFFF","nav_hover_hue":"FFFF2E19","primary_hue":"FF212121","secondary_hue":"FF2B2B2B","primary_head_hue":"FF212121","secondary_head_hue":"FF111111","primary_active_hue":"FF1556A8","secondary_active_hue":"FF1556A8","accent_hue":"FF1556A8","header_link_hue":"FFFFFFFF","footer_link_hue":"FFFFFFFF","primary_mdl_bg":"FFCCCACB","primary_mdl_hue":"FF111111","secondary_mdl_bg":"25777777","secondary_mdl_hue":"FF111111","standout_bg":"FFF13319","mobile_primary_color":"FF1556A8","mobile_secondary_color":"FFF13319","iv_primary_color":"FF1B58A5","iv_secondary_color":"FF1556A8","iv_tertiary_color":"FFEE3627","iv_html_color":"FF000000","iv_container_color":"FFFFFFFF","iv_html_bg":"","iv_body_bg":"","iv_logo":"","iv_logo_trim":"","carbon_logo_bg":"80000000","carbon_showticker_bg":"80000000","events_app_primary_color":"FF1556A8","events_app_secondary_color":"FF1556A8","carbon_primary_hue":"FF45444A","carbon_header_hue":"FFFFFFFF","carbon_footer_hue":"FFFFFFFF","dropdown_menu_hue":null,"second_head_twotone_hue":null,"input_field_bg":null,"input_field_focus_hue":null,"input_field_blur_hue":null,"calendar_date_hue":null,"alert_hue":null,"standout_hue":null,"carbon_body_img":"http://us105fm.com/files/2017/12/kusjfm-bg.jpg","carbon_logo_img":"http://us105fm.com/files/2017/12/kusjfm-logo.png","carbon_promo_bg_img":"http://us105fm.com/files/2017/12/kusjfm-promo.jpg","page_img":"http://kusj.production.townsquareblogs.com/files/2012/08/1x1.gif","body_img":"http://us105fm.com/files/2014/02/GNA-background-v2.jpg","square_logo_img":"","logo_img":"http://us105fm.com/files/2013/11/logo21.png","logo_img_trim":"http://us105fm.com/files/2013/11/logo211.png","logo_img_light":"","logo_img_dark":"","header_img":"http://myus105.com/files/2013/08/us-1051.png","placeholder_img":"","page_head_img":"","favicon_img":"http://us105fm.com/files/2014/04/favicon.ico","top_banner_img":"dark","title":"TS3 - KUSJ 105.5","ID":"0","designer":"Steve Frost","comment":"Updated design for US105","action":"edit","editor":"Stephen Alba","editorID":2190306,"siteID":"514","timestamp":1512587473,"status":"active","properties":{"iv_html_bg":{"background-repeat":"","background-attachment":"","background-size":""},"carbon_body_img":{"background-repeat":"","background-attachment":"","background-size":""}}},"disable_mobile_ads":"","enableAppNexusWrapper":"1","enableBelowGalleryEndcard":"1","enableInGalleryEndcard":"1","enable_chartbeat":"","exclude_bottom_banner":"","exclude_top_banner":"","FacebookCommentsOptions":{"moderator_userids":"100002025987268","moderator_appid":"354462811300357","colorscheme":"","show_like":"yes","show_comments":"yes","show_commentscount":"no","action":"like"},"facebook_app":{"id":"354462811300357","fanpage":"http://www.facebook.com/us105fm","plugins":{"facebook-like-button":"1","facebook-authentication":"1"}},"google_ads_dfp6_template_ads":{"dynamic-ad-custom":"1","dynamic-ad-header":"1","dynamic-ad-push":"1","top-728x90":"1","bottom-728x90":"1","mid-top-300x250":"1","mid-bottom-300x250":"1","tsm-out-of-page":"1","tsm-2x2":"0","top-right-noflex-300x250":"1","top-right-300x250":"1"},"iq_weather_page_sponsor_city_name":"Temple","iq_weather_page_sponsor_zip_code":"76504","onlyhome_pushdown":"","onlyhome_topbanner":"","posts_per_page":"10","radio_players_wo_stream_id":"3617","sailthru_list_default":"KUSJ-FM","site_template_theme_meta":{"template-tone":"2","listen-live-bar":"block","sidebar-widgets-header":"block","blogroll-image-size":"cropped","next-page-offset":"11"},"social_overlay":{"active":"1","fb":"1","nl":"1","colors":{"background-color":"#222222","color":"#FFFFFF"},"wrapper":{"divider":"","button":"#F13319","button-font":""},"logo":"http://us105fm.com/files/2014/10/us105.png"},"timezone_string":"America/Chicago","townsquare_ad_version":"dfp6","ts-templates-carbon-homepage-id":"272919","ts-templates-homepage-id":"22386","ts-templates-mobile-homepage-id":"22386","tsc_category_sidebars":{},"tsc_tag_sidebars":{},"_station_info":{"sitetype":"Local","market":"Killeen","genre":{"0":"country"},"callsign":"KUSJFM","callletters":"KUSJ","legalname":"KUSJ-FM","siteclassification":"","street":"608 Moody Lane","street-2":"","city":"Temple ","state":"TX","zip":"76504","phone":"254-773-1025","helpline":"254-773-5252","studioline":"254-773-1025","officeline":"254-773-5252","officehours":"","email":"aaron.savage@townsquaremedia.com","tipus-email":"","inquiries-email":"Wesley.Adams@townsquaremedia.com","advertising-contact":"Laura Wiederhold","advertising-email":"Laura.Wiederhold@townsquaremedia.com","gm-contact":"","gm-email":"","programming-director-contact":"Wes Adams","programming-director-email":"Wesley.Adams@townsquaremedia.com","digital-managing-editor-contact":"Aaron Savage","digital-managing-editor-email":"aaron.savage@townsquaremedia.com","digital-sales-manager-contact":"Kelsey Kilter","digital-sales-manager-email":"Kelsey.Kilter@townsquaremedia.com","mobile-app-feedback-email":"ask.us105@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.us105@townsquaredigital.com","public-record-administrator-name":"Wesley Adams","public-record-administrator-email":"Wesley.Adams@townsquaremedia.com","fcc-online-public-file-url":"https://publicfiles.fcc.gov/fm-profile/kusj","feedbackurl":"http://myus105.com/feedback/","biz-list-url":"http://myus105.com/killeen-featured-business-listings/","amazon_affiliate":"","yieldmo_placement":"","jwplayer":"","twitter_handle":"US105fm","youtube_handle":"KUSJ1055KT","youtube_channel_id":"UCfFZA71VF0cyqJPBES3_EPw","instagram_handle":"us105fm","comscore-label":"Taste Of Country"},"_station_logos":{},"_townsquare_user_registration_settings":{"requires-confirmation":"no","use-short-form":"no","use-captcha":"yes","javascript-links":"no"},"blogInfo":{"blogId":514,"blogName":"US105","blogDescription":"New Country","postTitleFormat":"%post_title% ","timeZone":"America/Chicago","market":"Killeen","activeDomain":"us105fm.com","legalName":"KUSJ-FM"},"tsiMarkets":"Killeen-Temple","_station_settings":{"default_show_image":""}},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_514":"US105 Nation","kruxEnabled":true},"headers":{"title":[{"textContent":"Cavender's Donation T-Shirt Profits to Harvey Victims"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"instagram_profile","value":"us105fm"}},{"attrs":{"name":"description","content":"The folks at Cavender's say 100% of the proceeds from their Texas Tough T-shirts will benefit Samaritan’s Purse and the Rockport-Fulton Chamber Foundation."}},{"attrs":{"name":"keywords","content":"cavender's, hurricane harvey, texas, how to donate to hurricane harvey"}},{"attrs":{"property":"fb:app_id","content":"354462811300357"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"og:title","content":"Cavender's Donation T-Shirt Profits to Harvey Victims"}},{"attrs":{"property":"og:description","content":"The folks at Cavender's say 100% of the proceeds from their Texas Tough T-shirts will benefit Samaritan’s Purse and the Rockport-Fulton Chamber Foundation."}},{"attrs":{"property":"og:url","content":"http://us105fm.com/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/"}},{"attrs":{"property":"og:site_name","content":"US105"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://krock1017fm.com/files/2017/09/Texas-Tough-T-Shirt.png?w=600&h=0&zc=1&s=0&a=t&q=89"}},{"attrs":{"name":"twitter:card","content":"summary_large_image"}},{"attrs":{"name":"twitter:site","content":"@US105fm"}},{"attrs":{"name":"sailthru.description","content":"The folks at Cavender's say 100% of the proceeds from their Texas Tough T-shirts will benefit Samaritan’s Purse and the Rockport-Fulton Chamber Foundation."}},{"attrs":{"name":"sailthru.date","content":"2017-09-07 11:34:43"}},{"attrs":{"name":"sailthru.title","content":"Cavender’s to Donate Proceeds from Texas Tough T-Shirts to Hurricane Harvey Victims"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-kusj, tsmmarket-killeentemple, tsmtype-local, hurricane-harvey, articles"}},{"attrs":{"name":"sailthru.author","content":"michaelbehan"}},{"attrs":{"name":"sailthru.image.full","content":"http://krock1017fm.com/files/2017/09/Texas-Tough-T-Shirt.png"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://krock1017fm.com/files/2017/09/Texas-Tough-T-Shirt.png"}},{"attrs":{"property":"fb:pages","content":"1755347871387837"}},{"attrs":{"name":"google-site-verification","content":"Feqhi5e05kt6uhu1BH6erseoZYo4OnvAmo4r7eJpvE0"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://us105fm.com/files/2014/04/favicon.ico"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"US105 » Feed","href":"http://us105fm.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"US105 » Cavender’s to Donate Proceeds from Texas Tough T-Shirts to Hurricane Harvey Victims Comments Feed","href":"http://us105fm.com/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://us105fm.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"This Week Wade Bowen Covers Jason Isbell ‘Flagship’ in the ‘Garage Mahal’","href":"http://us105fm.com/this-week-wade-bowen-covers-jason-isbell-flagship-in-the-garage-mahal/"}},{"attrs":{"rel":"next","title":"I-35 in Temple Closing Again for the 3rd Night in a Row","href":"http://us105fm.com/i-35-in-temple-closing-again-for-the-3rd-night-in-a-row/"}},{"attrs":{"rel":"shortlink","href":"http://us105fm.com/?p=268283"}},{"attrs":{"rel":"canonical","href":"http://krock1017fm.com/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/"}}],"noscript":[{"attrs":{"children":[{"tagName":"img","src":"http://b.scorecardresearch.com/p?c1=2&c2=6665296&cv=2.0&cj=1"}]}}]},"adVars":{"amazonAds":true,"enableCriteo":true,"enableViewability":false,"enableViewabilityBR":false,"enableSharethrough":true,"enableAppNexusWrapper":true,"sharethroughKey":"","sharethroughArticleKey":"4pp6BazfJXhA5exCoBSXgecA","enableOpenx":false,"enableKiosked":false,"enableKioskedMobile":false,"enableSonobi":true,"sonobiScript":"","zergnetId":"59579","enableYieldbot":false},"scriptVars":{"dfp":{"activeSlots":["tsm-out-of-page","top-right-300x250","middle-right-300x250","bottom-right-300x250","dynamic-ad-custom","dynamic-ad-header","dynamic-ad-push","top-728x90","bottom-728x90","mid-top-300x250","mid-bottom-300x250","top-right-noflex-300x250","tsm-2x2"],"adPageSettings":{"attrs":{"catid":["articles"],"tags":["hurricane-harvey"],"id":"get-a-cavenders-hurricane-harvey-tough-t-shirt-now","author":"michaelbehan","kw":["michaelbehan","get-a-cavenders-hurricane-harvey-tough-t-shirt-now","articles","hurricane-harvey","pagetype-post"],"genre":["country"],"device":"web","kv":[]}},"mobileActiveSlots":["ads-expand-down","ads-expand","ads-prestitial","ads-top-right","ads-bottom-right","ads-top-leaderboard","ads-bottom-leaderboard","ads-mid-top","ads-mid-bottom","tsm-2x2"],"dfp6":true},"smartAppBanner":{"bannerTitle":null,"itunes_app_id":null,"google_play_app_id":null,"daysHidden":"15","daysReminder":"90","buttonText":"View","priceText":"Get","img_url":null},"revision":"dc1580972c867b4fe21b9449d55eca093dd2a4f0"},"postMeta":{"_aioseop_title":"Cavender's Donation T-Shirt Profits to Harvey Victims"},"activeDomain":"us105fm.com","authLoginFormNonce":"74e4c53e45","authRegFormNonce":"6c96210149","ga":{"ids":{"primary":"UA-33430515-2","secondary":["UA-19109753-1","UA-33430515-6","UA-28825804-1","UA-45260060-3"],"all":["UA-33430515-2","UA-19109753-1","UA-33430515-6","UA-28825804-1","UA-45260060-3"]}},"tsmStatic":{"revision":"9b6ee779bc4d8305761bcac27314957bd83678ad"},"isGallery":false,"userRegistrationSettings":{},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":268283,"postAuthor":667529,"postDate":"2017-09-07T16:34:43.000Z","postDateGmt":"2017-09-07T16:34:43.000Z","postTitle":"Cavender's to Donate Proceeds from Texas Tough T-Shirts to Hurricane Harvey Victims","postExcerpt":"Buy a cool shirt and help out the victims of Hurricane Harvey now at Cavenders.","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"get-a-cavenders-hurricane-harvey-tough-t-shirt-now","toPing":"","pinged":"","postModified":"2017-09-07T18:47:26.000Z","postModifiedGmt":"2017-09-07T18:47:26.000Z","postContentFiltered":"","postParent":0,"guid":"http://krock1017fm.com/?p=219426","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-09-07 16:34:43.000+0000","postModifiedGmtStr":"2017-09-07 18:47:26.000+0000","meta":{"_crosspost_source_blog_id":"515","_crosspost_source_post_id":"219426"}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Cavender's Donation T-Shirt Profits to Harvey Victims ","next":{"latest":[{"postId":268256,"documentUrl":"/heb-ceo-makes-huge-donation-to-j-j-watts-hurricane-harvey-relief-fund/","filterUrl":"/rest/carbon/filter/main/heb-ceo-makes-huge-donation-to-j-j-watts-hurricane-harvey-relief-fund/","sortDate":"2017-09-06 19:28:30.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268244,"documentUrl":"/new-jersey-town-raises-money-for-rockport-texas/","filterUrl":"/rest/carbon/filter/main/new-jersey-town-raises-money-for-rockport-texas/","sortDate":"2017-09-06 17:25:22.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268220,"documentUrl":"/5m-personal-check-made-out-to-jj-watts-hurricane-harvey-relief-fund/","filterUrl":"/rest/carbon/filter/main/5m-personal-check-made-out-to-jj-watts-hurricane-harvey-relief-fund/","sortDate":"2017-09-06 12:38:15.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268130,"documentUrl":"/some-heroes-wear-capes-others-just-use-fishing-boats/","filterUrl":"/rest/carbon/filter/main/some-heroes-wear-capes-others-just-use-fishing-boats/","sortDate":"2017-09-05 13:07:23.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268082,"documentUrl":"/houston-woman-reunited-with-man-who-rescued-her-from-hurricane-harvey-flooding/","filterUrl":"/rest/carbon/filter/main/houston-woman-reunited-with-man-who-rescued-her-from-hurricane-harvey-flooding/","sortDate":"2017-09-04 14:21:45.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268079,"documentUrl":"/mabank-texas-clothing-store-market-street-nest-donates-entire-stock-to-harvey-shelter/","filterUrl":"/rest/carbon/filter/main/mabank-texas-clothing-store-market-street-nest-donates-entire-stock-to-harvey-shelter/","sortDate":"2017-09-04 14:06:36.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268076,"documentUrl":"/royal-canadian-air-force-delivers-hurricane-harvey-relief-goods/","filterUrl":"/rest/carbon/filter/main/royal-canadian-air-force-delivers-hurricane-harvey-relief-goods/","sortDate":"2017-09-04 13:37:07.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268112,"documentUrl":"/texas-golfer-donates-entire-first-place-winnings-to-hurricane-harvey-relief/","filterUrl":"/rest/carbon/filter/main/texas-golfer-donates-entire-first-place-winnings-to-hurricane-harvey-relief/","sortDate":"2017-09-04 11:15:02.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":267996,"documentUrl":"/lucky-in-love-tattoo-offering-40-texas-outline-tattoos-for-hurricane-harvey-relief/","filterUrl":"/rest/carbon/filter/main/lucky-in-love-tattoo-offering-40-texas-outline-tattoos-for-hurricane-harvey-relief/","sortDate":"2017-09-01 15:41:35.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":267952,"documentUrl":"/texas-railroad-commission-says-there-is-no-gas-shortage/","filterUrl":"/rest/carbon/filter/main/texas-railroad-commission-says-there-is-no-gas-shortage/","sortDate":"2017-08-31 17:10:13.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"}],"taxonomy":[{"postId":268256,"documentUrl":"/heb-ceo-makes-huge-donation-to-j-j-watts-hurricane-harvey-relief-fund/","filterUrl":"/rest/carbon/filter/main/heb-ceo-makes-huge-donation-to-j-j-watts-hurricane-harvey-relief-fund/","sortDate":"2017-09-06 19:28:30.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268244,"documentUrl":"/new-jersey-town-raises-money-for-rockport-texas/","filterUrl":"/rest/carbon/filter/main/new-jersey-town-raises-money-for-rockport-texas/","sortDate":"2017-09-06 17:25:22.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268220,"documentUrl":"/5m-personal-check-made-out-to-jj-watts-hurricane-harvey-relief-fund/","filterUrl":"/rest/carbon/filter/main/5m-personal-check-made-out-to-jj-watts-hurricane-harvey-relief-fund/","sortDate":"2017-09-06 12:38:15.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268130,"documentUrl":"/some-heroes-wear-capes-others-just-use-fishing-boats/","filterUrl":"/rest/carbon/filter/main/some-heroes-wear-capes-others-just-use-fishing-boats/","sortDate":"2017-09-05 13:07:23.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268082,"documentUrl":"/houston-woman-reunited-with-man-who-rescued-her-from-hurricane-harvey-flooding/","filterUrl":"/rest/carbon/filter/main/houston-woman-reunited-with-man-who-rescued-her-from-hurricane-harvey-flooding/","sortDate":"2017-09-04 14:21:45.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268079,"documentUrl":"/mabank-texas-clothing-store-market-street-nest-donates-entire-stock-to-harvey-shelter/","filterUrl":"/rest/carbon/filter/main/mabank-texas-clothing-store-market-street-nest-donates-entire-stock-to-harvey-shelter/","sortDate":"2017-09-04 14:06:36.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268076,"documentUrl":"/royal-canadian-air-force-delivers-hurricane-harvey-relief-goods/","filterUrl":"/rest/carbon/filter/main/royal-canadian-air-force-delivers-hurricane-harvey-relief-goods/","sortDate":"2017-09-04 13:37:07.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268112,"documentUrl":"/texas-golfer-donates-entire-first-place-winnings-to-hurricane-harvey-relief/","filterUrl":"/rest/carbon/filter/main/texas-golfer-donates-entire-first-place-winnings-to-hurricane-harvey-relief/","sortDate":"2017-09-04 11:15:02.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":267996,"documentUrl":"/lucky-in-love-tattoo-offering-40-texas-outline-tattoos-for-hurricane-harvey-relief/","filterUrl":"/rest/carbon/filter/main/lucky-in-love-tattoo-offering-40-texas-outline-tattoos-for-hurricane-harvey-relief/","sortDate":"2017-09-01 15:41:35.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":267952,"documentUrl":"/texas-railroad-commission-says-there-is-no-gas-shortage/","filterUrl":"/rest/carbon/filter/main/texas-railroad-commission-says-there-is-no-gas-shortage/","sortDate":"2017-08-31 17:10:13.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"}]},"cadata":{"activeDomain":"us105fm.com","blogId":514,"method":"get_single","postId":268283,"crosspostBlogId":"515","crosspostPostId":"219426","postType":"post","postDateGmt":"2017-09-07 16:34:43.000+0000"},"env":"production"},"structure":{"data":["header","maintop","main","mainads","mainbottom","side","nav"],"dataDetails":{"header":["header-sidebar"],"maintop":[],"main":["carbonsidebar/single"],"mainads":["carbonsidebar/mainads"],"mainbottom":["single-post-bottom","carbonsidebar/facebookComment"],"side":["carbon-post-sidebar"],"nav":["carbonsidebar/nav/blueiv","carbonsidebar/nav/main","carbonsidebar/nav/promo_links","carbonsidebar/nav/footer"]}},"sidebars":{"data":["header-sidebar","carbonsidebar/single","carbonsidebar/mainads","single-post-bottom","carbonsidebar/facebookComment","carbon-post-sidebar","carbonsidebar/nav/blueiv","carbonsidebar/nav/main","carbonsidebar/nav/promo_links","carbonsidebar/nav/footer"],"dataDetails":{"header-sidebar":{"widgets":["widget_listen_live-95","now-playing-97","widget_onair-84"],"widgetDetails":{"widget_listen_live-95":{"widgetInfo":{"id":"widget_listen_live-95","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"95"},"widgetParams":{"title":"Listen Now","widgetTime":6}},"now-playing-97":{"widgetInfo":{"id":"now-playing-97","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"97"},"widgetParams":{"title":"Recently Played","widgetTime":6}},"widget_onair-84":{"widgetInfo":{"id":"widget_onair-84","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"84"},"widgetParams":{"title":"On Air","widgetTime":10}}}},"carbonsidebar/single":{"widgets":["carbonwidget/single-1"],"widgetDetails":{"carbonwidget/single-1":{"widgetInfo":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"widgetParams":{"mainAuthor":{"id":667529,"slug":"michaelbehan","name":"Big Q","first_name":"MICHAEL","last_name":"Behan","nickname":"The Big Q","description":"Hi, I’m The Big Q.  I’ve been spinning the platters that matter for over 10 years in Central Texas.\r\n\r\nI was born in Seattle.  I imagine it was at Seattle Grace, or I guess now, Grey Sloan Memorial.  I moved to North Dakota two years later, and there I stayed for a very long time.  I lived in Bismarck, Minot, Surrey, and yes, Fargo.  \r\n\r\nI realized I had a face for radio in 1988, and, except for a stint in the Army, have been moving up and down the dial ever since.  I’m a big fan of music, TV, movies, and anything else you can do sitting down.  My sense of humor is slightly off center.  It can go dark (very), to light and fluffy (It’s so Fluffy I could Die!).\r\n\r\nIf I make it through the day without a drink, or talking to an idiot, I count it as a great day.","thumbnail":"http://k1017fm.com/files/2014/10/Q1.jpg","url":"http://us105fm.com/author/michaelbehan/"},"firstCategoryName":"Articles","postType":"post","postTitle":"Cavender&#8217;s to Donate Proceeds from Texas Tough T-Shirts to Hurricane Harvey Victims","aiseopTitle":"Cavender's Donation T-Shirt Profits to Harvey Victims","widgetTime":143}}}},"carbonsidebar/mainads":{"widgets":["carbonwidget/top-728x90","carbonwidget/dynamic-ad-custom","carbonwidget/dynamic-ad-header","carbonwidget/dynamic-ad-push","carbonwidget/tsm-out-of-page","carbonwidget/bottom-728x90"],"widgetDetails":{"carbonwidget/top-728x90":{"widgetInfo":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"top-728x90","widgetTime":3}},"carbonwidget/dynamic-ad-custom":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-custom","widgetTime":2}},"carbonwidget/dynamic-ad-header":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-header","widgetTime":2}},"carbonwidget/dynamic-ad-push":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-push","widgetTime":2}},"carbonwidget/tsm-out-of-page":{"widgetInfo":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"tsm-out-of-page","widgetTime":2}},"carbonwidget/bottom-728x90":{"widgetInfo":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"bottom-728x90","widgetTime":2}}}},"single-post-bottom":{"widgets":["ts_blogroll-13","widget_third_party_content-2","widget_third_party_content-3"],"widgetDetails":{"ts_blogroll-13":{"widgetInfo":{"id":"ts_blogroll-13","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"13"},"widgetParams":{"title":"Best of US105","type":"main_content_thumb_title_roll","cat":"359,358,1,48,1865","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","sponsor":{"enabled":"on","time_start":"","time_end":"","background_image":"http://us105fm.com/files/2014/03/Widget121.png","sponsor_image":"http://us105fm.com/files/2014/03/logo13.png","sponsor_image_mobile":"","background_color":"","background_repeat":"no-repeat","sponsor_name":"","sponsor_link":"https://www.facebook.com/pages/Wild-Country/346079271778"}}},"widget_third_party_content-2":{"widgetInfo":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"widgetParams":{"type":"zergnet","title":"Recommended For You","id":"39620","placement":"","targettype":"","mode":"","widgetTime":2}},"widget_third_party_content-3":{"widgetInfo":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"widgetParams":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":2}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-45","ts_blogroll-734","google-ads-widget-489","tsq_sailthru_newsletter_widget-466","ts_blogroll-735"],"widgetDetails":{"fix_sidebar_marker-45":{"widgetInfo":{"id":"fix_sidebar_marker-45","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"45"},"widgetParams":{"title":"Fix Sidebar Marker","widgetTime":1}},"ts_blogroll-734":{"widgetInfo":{"id":"ts_blogroll-734","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"734"},"widgetParams":{"title":"What's Hot","type":"carousel","isweather":"1","cat":"","posts_per_page":"3","align":"right","pinned_id":"","pinned_label":"","tag":"featured","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0}},"google-ads-widget-489":{"widgetInfo":{"id":"google-ads-widget-489","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"489"},"widgetParams":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":1}},"tsq_sailthru_newsletter_widget-466":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-466","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"466"},"widgetParams":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["KUSJ-FM"],"widgetTime":1}},"ts_blogroll-735":{"widgetInfo":{"id":"ts_blogroll-735","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"735"},"widgetParams":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3}}}},"carbonsidebar/nav/blueiv":{"widgets":["carbonwidget/nav/blueiv"],"widgetDetails":{"carbonwidget/nav/blueiv":{"widgetInfo":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"}}}},"carbonsidebar/nav/main":{"widgets":["carbonwidget/nav/main"],"widgetDetails":{"carbonwidget/nav/main":{"widgetInfo":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"}}}},"carbonsidebar/nav/promo_links":{"widgets":["carbonwidget/nav/promo_links"],"widgetDetails":{"carbonwidget/nav/promo_links":{"widgetInfo":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"}}}},"carbonsidebar/nav/footer":{"widgets":["carbonwidget/nav/footer"],"widgetDetails":{"carbonwidget/nav/footer":{"widgetInfo":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"}}}}}},"widgets":{"widget_listen_live-95":{"info":{"id":"widget_listen_live-95","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"95"},"params":{"title":"Listen Now","widgetTime":6},"data":[79124],"dataDetails":{"79124":{"postId":79124,"title":"Listen Now","label":"Click to view the latest song playing on air.","url":"/listen-live/","mobileId":"18191","playerMode":"radio","sid":"23107","callsign":"KUSJFM","woMobileId":"5054","woStreamId":"3617","activePlayer":"wo","listenLivePageUrl":"http://player.streamtheworld.com/_players/townsquaremedia/runspotv3/?sid=23107&redirect=http://player.listenlive.co/18191","html5ScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/html5/stwplayer.php?callsign=KUSJFM&primaryColor=0x00bfff&playermode=radio&sid=23107&width=630","flashScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/stwplayer.php?callsign=KUSJFM&primaryColor=0x00bfff&playermode=radio&timeshift=false&radiopup=true&playerAdState=0&popout=false&width=630","wo_player_url":"http://v6.player.abacast.net/5054","wo_recent_api_url":"http://api.nowplaying.abacast.net/prt/nowplaying/2/10/3617/nowplaying.json","wo_preroll_url":"http://api.clarity.abacast.com/gateway/getmediavast.php?sid=3617/","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"now-playing-97":{"info":{"id":"now-playing-97","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"97"},"params":{"title":"Recently Played","widgetTime":6},"data":[79124],"dataDetails":{"79124":{"postId":79124,"mobileId":"18191","playerMode":"radio","sid":"23107","callsign":"KUSJFM","woStreamId":"3617","activePlayer":"wo","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"widget_onair-84":{"info":{"id":"widget_onair-84","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"84"},"params":{"title":"On Air","widgetTime":10},"data":["268122"],"dataDetails":{"268122":{"id":"268122","url":"http://us105fm.com/show/middays-with-krystal-montez/","title":"Work Days with Krystal Montez","wall":"http://us105fm.com/show/middays-with-krystal-montez/","posts":"http://us105fm.com/show/middays-with-krystal-montez/posts","mail":"","phone":"","thumbnailId":268123,"thumbnail":"http://us105fm.com/files/2017/09/Middays-with-Krystal-Montez.png","authors":[{"id":3417564,"user_nicename":"krystalmontez","display_name":"Krystal Montez"}]}}},"carbonwidget/single-1":{"info":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"params":{"mainAuthor":{"id":667529,"slug":"michaelbehan","name":"Big Q","first_name":"MICHAEL","last_name":"Behan","nickname":"The Big Q","description":"Hi, I’m The Big Q.  I’ve been spinning the platters that matter for over 10 years in Central Texas.\r\n\r\nI was born in Seattle.  I imagine it was at Seattle Grace, or I guess now, Grey Sloan Memorial.  I moved to North Dakota two years later, and there I stayed for a very long time.  I lived in Bismarck, Minot, Surrey, and yes, Fargo.  \r\n\r\nI realized I had a face for radio in 1988, and, except for a stint in the Army, have been moving up and down the dial ever since.  I’m a big fan of music, TV, movies, and anything else you can do sitting down.  My sense of humor is slightly off center.  It can go dark (very), to light and fluffy (It’s so Fluffy I could Die!).\r\n\r\nIf I make it through the day without a drink, or talking to an idiot, I count it as a great day.","thumbnail":"http://k1017fm.com/files/2014/10/Q1.jpg","url":"http://us105fm.com/author/michaelbehan/"},"firstCategoryName":"Articles","postType":"post","postTitle":"Cavender&#8217;s to Donate Proceeds from Texas Tough T-Shirts to Hurricane Harvey Victims","aiseopTitle":"Cavender's Donation T-Shirt Profits to Harvey Victims","widgetTime":143},"data":[268283],"dataDetails":{"268283":{"thumbnail":"http://krock1017fm.com/files/2017/09/Texas-Tough-T-Shirt.png","caption":"Cavenders.com","excerpt":"Buy a cool shirt and help out the victims of Hurricane Harvey now at Cavenders.","date":"September 7, 2017 11:34 AM","postDateGmt":"2017-09-07 16:34:43 +0000","postModifiedGmt":"2017-09-07 18:47:26 +0000","title":"Cavender&#8217;s to Donate Proceeds from Texas Tough T-Shirts to Hurricane Harvey Victims","url":"http://us105fm.com/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/","id":268283,"contentRaw":"Get a cool shirt while helping out the victims of Hurricane Harvey.<span id=\"more-268283\"></span>\r\n\r\n[caption id=\"attachment_219427\" align=\"aligncenter\" width=\"373\"]<img class=\"size-full wp-image-219427\" src=\"http://krock1017fm.com/files/2017/09/CAVENDERS-T-SHIRT-e1504801357523.jpg\" alt=\"Via Cavenders\" width=\"373\" height=\"420\" /> Via Cavenders[/caption]\r\n\r\nThe folks at Cavender's are offering a Hurricane Harvey “Tough” T-shirts in all of their 79 stores across Texas and the Southwest.\r\n\r\nIt's grey and features Texas with \"Tough\" in the center. Best part, even though they are a retail chain, they're giving 100% of the proceeds to help benefit Samaritan’s Purse and the Rockport-Fulton Chamber Foundation.\r\n\r\nPlus, when you check out at Cavender's, you can donate at least a $1.00 to those foundations as well.\r\n\r\nSamaritan’s Purse is an international organization that mobilizes staff and equipment to enlist thousands of volunteers to provide emergency aid to victims of tornadoes, hurricanes, wildfires, floods and other natural disasters in the U.S. They currently have trailers in Victoria, Rockport, Houston, Galveston, and outlying areas.\r\n\r\nThe Rockport-Fulton Chamber Foundation will provide support to their community where the hurricane caused catastrophic damage.\r\n\r\nFor more information about Samaritan’s Purse and the Rockport-Fulton Chamber, go to <a href=\"http://www.samaritanspurse.org\">www.samaritanspurse.org</a> and <a href=\"http://www.rockport-fulton.org\">www.rockport-fulton.org</a>.\r\n\r\nYou can also go to <a href=\"https://www.cavenders.com/social-gallery.html\" target=\"_blank\">Cavenders.com.</a>","content":"\n<p>Get a cool shirt while helping out the victims of Hurricane Harvey.<span id=\"more-268283\"></span></p>\n<figure id=\"attachment_219427\" class=\"content-post-image aligncenter\"><span class=\"image-frame\"><noscript><img src=\"http://krock1017fm.com/files/2017/09/CAVENDERS-T-SHIRT-e1504801357523.jpg\"></noscript>\n<img class=\"size-full wp-image-219427 lazy\" src=\"//s3.amazonaws.com/tsm-images/global/1x1.gif\" alt=\"Via Cavenders\" data-width=\"373\" data-height=\"420\" data-type=\"post\" datasrc=\"http://krock1017fm.com/files/2017/09/CAVENDERS-T-SHIRT-e1504801357523.jpg\"></span><figcaption>Via Cavenders</figcaption></figure><p>The folks at Cavender’s are offering a Hurricane Harvey “Tough” T-shirts in all of their 79 stores across Texas and the Southwest.</p>\n<p>It’s grey and features Texas with “Tough” in the center. Best part, even though they are a retail chain, they’re giving 100% of the proceeds to help benefit Samaritan’s Purse and the Rockport-Fulton Chamber Foundation.</p>\n<p>Plus, when you check out at Cavender’s, you can donate at least a $1.00 to those foundations as well.</p>\n<p>Samaritan’s Purse is an international organization that mobilizes staff and equipment to enlist thousands of volunteers to provide emergency aid to victims of tornadoes, hurricanes, wildfires, floods and other natural disasters in the U.S. They currently have trailers in Victoria, Rockport, Houston, Galveston, and outlying areas.</p>\n<p>The Rockport-Fulton Chamber Foundation will provide support to their community where the hurricane caused catastrophic damage.</p>\n<p>For more information about Samaritan’s Purse and the Rockport-Fulton Chamber, go to <a href=\"http://www.samaritanspurse.org\">www.samaritanspurse.org</a> and <a href=\"http://www.rockport-fulton.org\">www.rockport-fulton.org</a>.</p>\n<p>You can also go to <a href=\"https://www.cavenders.com/social-gallery.html\" target=\"_blank\">Cavenders.com.</a></p>\n","postType":"post","wpVersion":"","alternateMetaForBlogroll":{"title":"Cavender&#8217;s to Donate Proceeds from Texas Tough T-Shirts to Hurricane Harvey Victims","excerpt":"Buy a cool shirt and help out the victims of Hurricane Harvey now at Cavenders.","post_excerpt":"Buy a cool shirt and help out the victims of Hurricane Harvey now at Cavenders.","post_more_excerpt":"<p>Buy a cool shirt and help out the victims of Hurricane Harvey now at Cavenders.\n<p class=\"more_act\"><a href=\"http://us105fm.com/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/\" title=\"Cavender&#8217;s to Donate Proceeds from Texas Tough T-Shirts to Hurricane Harvey Victims\">Read More</a></p>\n","permalink":"http://us105fm.com/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/","image":{"id":268302,"url":"http://krock1017fm.com/files/2017/09/Texas-Tough-T-Shirt.png","caption":"Cavenders.com"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":false},"tags":[{"id":3976,"slug":"hurricane-harvey","title":"Hurricane Harvey","description":"","post_count":51,"link_url":"http://us105fm.com/tags/hurricane-harvey/","feed_url":"http://us105fm.com/tags/hurricane-harvey/feed/","term_taxonomy_id":3953,"object_id":0}],"categories":[{"id":1,"slug":"articles","title":"Articles","description":"","parent":0,"post_count":15495,"link_url":"http://us105fm.com/category/articles/","feed_url":"http://us105fm.com/category/articles/feed/","term_taxonomy_id":1,"object_id":0}],"authors":[{"id":667529,"slug":"michaelbehan","name":"Big Q","first_name":"MICHAEL","last_name":"Behan","nickname":"The Big Q","description":"Hi, I’m The Big Q.  I’ve been spinning the platters that matter for over 10 years in Central Texas.\r\n\r\nI was born in Seattle.  I imagine it was at Seattle Grace, or I guess now, Grey Sloan Memorial.  I moved to North Dakota two years later, and there I stayed for a very long time.  I lived in Bismarck, Minot, Surrey, and yes, Fargo.  \r\n\r\nI realized I had a face for radio in 1988, and, except for a stint in the Army, have been moving up and down the dial ever since.  I’m a big fan of music, TV, movies, and anything else you can do sitting down.  My sense of humor is slightly off center.  It can go dark (very), to light and fluffy (It’s so Fluffy I could Die!).\r\n\r\nIf I make it through the day without a drink, or talking to an idiot, I count it as a great day.","thumbnail":"http://k1017fm.com/files/2014/10/Q1.jpg","url":"http://us105fm.com/author/michaelbehan/"}],"post_more_meta":{"meta":""},"social":{"tw":{"href":"http://twitter.com/intent/tweet?text=Cavender%E2%80%99s%20to%20Donate%20Proceeds%20from%20Texas%20Tough%20T-Shirts%20to%20Hurricane%20Harvey%20Victims%20http%3A%2F%2Fus105fm.com%2Fget-a-cavenders-hurricane-harvey-tough-t-shirt-now%2F%3Ftrackback%3Dtwitter_mobile%20%40US105fm","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fus105fm.com%2Fget-a-cavenders-hurricane-harvey-tough-t-shirt-now%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://us105fm.com/this-week-wade-bowen-covers-jason-isbell-flagship-in-the-garage-mahal/","prevArticle":"http://us105fm.com/i-35-in-temple-closing-again-for-the-3rd-night-in-a-row/","pageUrl":"/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/","blogId":514,"domain":"us105fm.com","crossPostAttributionBottom":"","rawContent":"<p>Get a cool shirt while helping out the victims of Hurricane Harvey.<span id=\"more-268283\"></span></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"image\" attr-id=\"219427\" attr-caption=\" Via Cavenders\" attr-align=\"center\" attr-width=\"373\" attr-height=\"420\" attr-url=\"http://krock1017fm.com/files/2017/09/CAVENDERS-T-SHIRT-e1504801357523.jpg\"></sectiontag></p>\n<p>The folks at Cavender's are offering a Hurricane Harvey “Tough” T-shirts in all of their 79 stores across Texas and the Southwest.</p>\n<p>It's grey and features Texas with \"Tough\" in the center. Best part, even though they are a retail chain, they're giving 100% of the proceeds to help benefit Samaritan’s Purse and the Rockport-Fulton Chamber Foundation.</p>\n<p>Plus, when you check out at Cavender's, you can donate at least a $1.00 to those foundations as well.</p>\n<p>Samaritan’s Purse is an international organization that mobilizes staff and equipment to enlist thousands of volunteers to provide emergency aid to victims of tornadoes, hurricanes, wildfires, floods and other natural disasters in the U.S. They currently have trailers in Victoria, Rockport, Houston, Galveston, and outlying areas.</p>\n<p>The Rockport-Fulton Chamber Foundation will provide support to their community where the hurricane caused catastrophic damage.</p>\n<p>For more information about Samaritan’s Purse and the Rockport-Fulton Chamber, go to <a href=\"http://www.samaritanspurse.org\">www.samaritanspurse.org</a> and <a href=\"http://www.rockport-fulton.org\">www.rockport-fulton.org</a>.</p>\n<p>You can also go to <a href=\"https://www.cavenders.com/social-gallery.html\" target=\"_blank\">Cavenders.com.</a></p>\n","podContent":[{"type":"singlePostText","data":{"text":"<p>Get a cool shirt while helping out the victims of Hurricane Harvey.<span id=\"more-268283\"></span></p>\n"},"currentTextLength":68,"runningCounter":1,"cumulativePodTextLength":68,"totalSimilarConsecutiveElements":1,"totalTextLength":68},{"type":"singlePostImage","data":{"id":219427,"caption":"Via Cavenders","align":"center","width":373,"height":420,"url":"http://krock1017fm.com/files/2017/09/CAVENDERS-T-SHIRT-e1504801357523.jpg"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1,"frameMe":false},{"type":"singlePostText","data":{"text":"<p>The folks at Cavender&apos;s are&#xA0;offering a Hurricane Harvey &#x201C;Tough&#x201D; T-shirts in all of their 79 stores across Texas and the Southwest.</p>\n"},"currentTextLength":155,"runningCounter":1,"cumulativePodTextLength":155,"totalSimilarConsecutiveElements":7,"totalTextLength":1157},{"type":"singlePostText","data":{"text":"<p>It&apos;s grey and features Texas with &quot;Tough&quot; in the center. Best part, even though they are a retail chain, they&apos;re giving 100% of the proceeds to help benefit&#xA0;Samaritan&#x2019;s Purse and the Rockport-Fulton Chamber Foundation.</p>\n"},"currentTextLength":251,"runningCounter":2,"cumulativePodTextLength":406,"totalSimilarConsecutiveElements":7,"totalTextLength":1157},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostText","data":{"text":"<p>Plus, when you check out at Cavender&apos;s, you can donate at least a $1.00 to those foundations as well.</p>\n"},"currentTextLength":107,"runningCounter":3,"cumulativePodTextLength":513,"totalSimilarConsecutiveElements":7,"totalTextLength":1157},{"type":"singlePostText","data":{"text":"<p>Samaritan&#x2019;s Purse is an international organization that mobilizes staff and equipment to enlist thousands of volunteers to provide emergency aid to victims of tornadoes, hurricanes, wildfires, floods and other natural disasters in the U.S. They currently have trailers in Victoria, Rockport, Houston, Galveston, and outlying areas.</p>\n"},"currentTextLength":339,"runningCounter":4,"cumulativePodTextLength":852,"totalSimilarConsecutiveElements":7,"totalTextLength":1157},{"type":"singlePostText","data":{"text":"<p>The Rockport-Fulton Chamber Foundation will provide support to their community where the hurricane caused catastrophic damage.</p>\n"},"currentTextLength":127,"runningCounter":5,"cumulativePodTextLength":979,"totalSimilarConsecutiveElements":7,"totalTextLength":1157},{"type":"singlePostText","data":{"text":"<p>For more information about Samaritan&#x2019;s Purse and the Rockport-Fulton Chamber, go to <a href=\"http://www.samaritanspurse.org\">www.samaritanspurse.org</a> and <a href=\"http://www.rockport-fulton.org\">www.rockport-fulton.org</a>.</p>\n"},"currentTextLength":144,"runningCounter":6,"cumulativePodTextLength":1123,"totalSimilarConsecutiveElements":7,"totalTextLength":1157},{"type":"singlePostText","data":{"text":"<p>You can also go to <a href=\"https://www.cavenders.com/social-gallery.html\" target=\"_blank\">Cavenders.com.</a></p>\n"},"currentTextLength":34,"runningCounter":7,"cumulativePodTextLength":1157,"totalSimilarConsecutiveElements":7,"totalTextLength":1157}],"uniquePodTypes":["singlePostText","singlePostImage"],"podHeader":[{"type":"articleThumbnail","data":{"url":"http://krock1017fm.com/files/2017/09/Texas-Tough-T-Shirt.png","caption":"Cavenders.com"}}],"next":{"latest":[{"postId":268256,"documentUrl":"/heb-ceo-makes-huge-donation-to-j-j-watts-hurricane-harvey-relief-fund/","filterUrl":"/rest/carbon/filter/main/heb-ceo-makes-huge-donation-to-j-j-watts-hurricane-harvey-relief-fund/","sortDate":"2017-09-06 19:28:30.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268244,"documentUrl":"/new-jersey-town-raises-money-for-rockport-texas/","filterUrl":"/rest/carbon/filter/main/new-jersey-town-raises-money-for-rockport-texas/","sortDate":"2017-09-06 17:25:22.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268220,"documentUrl":"/5m-personal-check-made-out-to-jj-watts-hurricane-harvey-relief-fund/","filterUrl":"/rest/carbon/filter/main/5m-personal-check-made-out-to-jj-watts-hurricane-harvey-relief-fund/","sortDate":"2017-09-06 12:38:15.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268130,"documentUrl":"/some-heroes-wear-capes-others-just-use-fishing-boats/","filterUrl":"/rest/carbon/filter/main/some-heroes-wear-capes-others-just-use-fishing-boats/","sortDate":"2017-09-05 13:07:23.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268082,"documentUrl":"/houston-woman-reunited-with-man-who-rescued-her-from-hurricane-harvey-flooding/","filterUrl":"/rest/carbon/filter/main/houston-woman-reunited-with-man-who-rescued-her-from-hurricane-harvey-flooding/","sortDate":"2017-09-04 14:21:45.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268079,"documentUrl":"/mabank-texas-clothing-store-market-street-nest-donates-entire-stock-to-harvey-shelter/","filterUrl":"/rest/carbon/filter/main/mabank-texas-clothing-store-market-street-nest-donates-entire-stock-to-harvey-shelter/","sortDate":"2017-09-04 14:06:36.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268076,"documentUrl":"/royal-canadian-air-force-delivers-hurricane-harvey-relief-goods/","filterUrl":"/rest/carbon/filter/main/royal-canadian-air-force-delivers-hurricane-harvey-relief-goods/","sortDate":"2017-09-04 13:37:07.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268112,"documentUrl":"/texas-golfer-donates-entire-first-place-winnings-to-hurricane-harvey-relief/","filterUrl":"/rest/carbon/filter/main/texas-golfer-donates-entire-first-place-winnings-to-hurricane-harvey-relief/","sortDate":"2017-09-04 11:15:02.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":267996,"documentUrl":"/lucky-in-love-tattoo-offering-40-texas-outline-tattoos-for-hurricane-harvey-relief/","filterUrl":"/rest/carbon/filter/main/lucky-in-love-tattoo-offering-40-texas-outline-tattoos-for-hurricane-harvey-relief/","sortDate":"2017-09-01 15:41:35.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":267952,"documentUrl":"/texas-railroad-commission-says-there-is-no-gas-shortage/","filterUrl":"/rest/carbon/filter/main/texas-railroad-commission-says-there-is-no-gas-shortage/","sortDate":"2017-08-31 17:10:13.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"}],"taxonomy":[{"postId":268256,"documentUrl":"/heb-ceo-makes-huge-donation-to-j-j-watts-hurricane-harvey-relief-fund/","filterUrl":"/rest/carbon/filter/main/heb-ceo-makes-huge-donation-to-j-j-watts-hurricane-harvey-relief-fund/","sortDate":"2017-09-06 19:28:30.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268244,"documentUrl":"/new-jersey-town-raises-money-for-rockport-texas/","filterUrl":"/rest/carbon/filter/main/new-jersey-town-raises-money-for-rockport-texas/","sortDate":"2017-09-06 17:25:22.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268220,"documentUrl":"/5m-personal-check-made-out-to-jj-watts-hurricane-harvey-relief-fund/","filterUrl":"/rest/carbon/filter/main/5m-personal-check-made-out-to-jj-watts-hurricane-harvey-relief-fund/","sortDate":"2017-09-06 12:38:15.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268130,"documentUrl":"/some-heroes-wear-capes-others-just-use-fishing-boats/","filterUrl":"/rest/carbon/filter/main/some-heroes-wear-capes-others-just-use-fishing-boats/","sortDate":"2017-09-05 13:07:23.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268082,"documentUrl":"/houston-woman-reunited-with-man-who-rescued-her-from-hurricane-harvey-flooding/","filterUrl":"/rest/carbon/filter/main/houston-woman-reunited-with-man-who-rescued-her-from-hurricane-harvey-flooding/","sortDate":"2017-09-04 14:21:45.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268079,"documentUrl":"/mabank-texas-clothing-store-market-street-nest-donates-entire-stock-to-harvey-shelter/","filterUrl":"/rest/carbon/filter/main/mabank-texas-clothing-store-market-street-nest-donates-entire-stock-to-harvey-shelter/","sortDate":"2017-09-04 14:06:36.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268076,"documentUrl":"/royal-canadian-air-force-delivers-hurricane-harvey-relief-goods/","filterUrl":"/rest/carbon/filter/main/royal-canadian-air-force-delivers-hurricane-harvey-relief-goods/","sortDate":"2017-09-04 13:37:07.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":268112,"documentUrl":"/texas-golfer-donates-entire-first-place-winnings-to-hurricane-harvey-relief/","filterUrl":"/rest/carbon/filter/main/texas-golfer-donates-entire-first-place-winnings-to-hurricane-harvey-relief/","sortDate":"2017-09-04 11:15:02.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":267996,"documentUrl":"/lucky-in-love-tattoo-offering-40-texas-outline-tattoos-for-hurricane-harvey-relief/","filterUrl":"/rest/carbon/filter/main/lucky-in-love-tattoo-offering-40-texas-outline-tattoos-for-hurricane-harvey-relief/","sortDate":"2017-09-01 15:41:35.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"},{"postId":267952,"documentUrl":"/texas-railroad-commission-says-there-is-no-gas-shortage/","filterUrl":"/rest/carbon/filter/main/texas-railroad-commission-says-there-is-no-gas-shortage/","sortDate":"2017-08-31 17:10:13.000 +0000","termTaxonomyId":3953,"taxonomyType":"tags"}]}}}},"carbonwidget/top-728x90":{"info":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"top-728x90","widgetTime":3},"data":["carbonwidget/top-728x90"],"dataDetails":{"carbonwidget/top-728x90":{"adUnit":"top-728x90","adType":"dfp6"}}},"carbonwidget/dynamic-ad-custom":{"info":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-custom","widgetTime":2},"data":["carbonwidget/dynamic-ad-custom"],"dataDetails":{"carbonwidget/dynamic-ad-custom":{"adUnit":"dynamic-ad-custom","adType":"dfp6"}}},"carbonwidget/dynamic-ad-header":{"info":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-header","widgetTime":2},"data":["carbonwidget/dynamic-ad-header"],"dataDetails":{"carbonwidget/dynamic-ad-header":{"adUnit":"dynamic-ad-header","adType":"dfp6"}}},"carbonwidget/dynamic-ad-push":{"info":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-push","widgetTime":2},"data":["carbonwidget/dynamic-ad-push"],"dataDetails":{"carbonwidget/dynamic-ad-push":{"adUnit":"dynamic-ad-push","adType":"dfp6"}}},"carbonwidget/tsm-out-of-page":{"info":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"tsm-out-of-page","widgetTime":2},"data":["carbonwidget/tsm-out-of-page"],"dataDetails":{"carbonwidget/tsm-out-of-page":{"adUnit":"tsm-out-of-page","adType":"dfp6"}}},"carbonwidget/bottom-728x90":{"info":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"bottom-728x90","widgetTime":2},"data":["carbonwidget/bottom-728x90"],"dataDetails":{"carbonwidget/bottom-728x90":{"adUnit":"bottom-728x90","adType":"dfp6"}}},"ts_blogroll-13":{"info":{"id":"ts_blogroll-13","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"13"},"params":{"title":"Best of US105","type":"main_content_thumb_title_roll","cat":"359,358,1,48,1865","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","sponsor":{"enabled":"on","time_start":"","time_end":"","background_image":"http://us105fm.com/files/2014/03/Widget121.png","sponsor_image":"http://us105fm.com/files/2014/03/logo13.png","sponsor_image_mobile":"","background_color":"","background_repeat":"no-repeat","sponsor_name":"","sponsor_link":"https://www.facebook.com/pages/Wild-Country/346079271778"},"widgetTime":4,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[275886,275869,275866,275861],"dataDetails":{"275861":{"postid":"275861","sortdate":"2018-02-12T18:59:30.000Z","data":{"mainData":{"postType":"post","caption":"Getty Images","thumbnail":"http://ktemnews.com/files/2017/12/482153034.jpg","postDateGmt":"2018-02-12 18:59:30 +0000","title":"Copperas Cove Burger King Set To Re-Open February 19th","url":"http://us105fm.com/copperas-cove-burger-king-set-to-re-open-february-19th/","id":275861,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"After a few months without Whoppers in Copperas Cove, the drought will soon be over!","authors":[{"id":2162826,"slug":"jamiengreen","name":"Melz On The MIC","first_name":"Jamien","last_name":"Green","nickname":"Melz On The MIC","thumbnail":"http://mykiss1031.com/files/2016/04/12973280_1101354353220378_6748818325653603723_o.jpg","url":"http://us105fm.com/author/jamiengreen/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Copperas Cove Burger King Set To Re-Open February 19th","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"275866":{"postid":"275866","sortdate":"2018-02-12T19:35:19.000Z","data":{"mainData":{"postType":"post","caption":"Timothy Hiatt Getty Images","thumbnail":"http://mykisscountry937.com/files/2018/02/Timothy-Hiatt-Getty-Images.jpg","postDateGmt":"2018-02-12 19:35:19 +0000","title":"Man Crushing on Darius Rucker ","url":"http://us105fm.com/man-crushing-on-darius-rucker/","id":275866,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"His recent radio single &quot;For the First Time&quot; has a music video you will love. The video follows a young couples journey of firsts.  Seriously though, when was the last time you did something for the first time?","authors":[{"id":3417564,"slug":"krystalmontez","name":"Krystal Montez","first_name":"Krystal","last_name":"Montez","nickname":"Krystal","thumbnail":"http://mykisscountry937.com/files/2017/06/Krystal-Edited.jpg","url":"http://us105fm.com/author/krystalmontez/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Man Crushing on Darius Rucker ","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"275869":{"postid":"275869","sortdate":"2018-02-12T21:01:27.000Z","data":{"mainData":{"postType":"post","caption":"Via ThinkStock","thumbnail":"http://krock1017fm.com/files/2015/05/Police-Lights-ThinkStock-150x150.jpg","postDateGmt":"2018-02-12 21:01:27 +0000","title":"Adorable dog tries out for Harker Heights Police K9 Unit.","url":"http://us105fm.com/adorable-dog-tries-out-for-harker-heights-police-k9-unit/","id":275869,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"See the cutest dog take down in Harker Heights.","authors":[{"id":667529,"slug":"michaelbehan","name":"Big Q","first_name":"MICHAEL","last_name":"Behan","nickname":"The Big Q","thumbnail":"http://k1017fm.com/files/2014/10/Q1.jpg","url":"http://us105fm.com/author/michaelbehan/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Adorable dog tries out for Harker Heights Police K9 Unit."}}},"275886":{"postid":"275886","sortdate":"2018-02-13T13:14:51.000Z","data":{"mainData":{"postType":"post","caption":"Getty Images","thumbnail":"http://us105fm.com/files/2017/02/GettyImages-72982628.jpg","postDateGmt":"2018-02-13 13:14:51 +0000","title":"&apos;Shred Your Ex&apos; Deal Returns to Hooters for Valentine&apos;s Day","url":"http://us105fm.com/shred-your-ex-deal-returns-to-hooters-for-valentines-day/","id":275886,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Solo for Valentine&apos;s Day? Shredding a photo of your ex will earn you free wings at Hooters! ","authors":[{"id":2707280,"slug":"wadams","name":"Wes Adams","first_name":"Wes","last_name":"Adams","nickname":"wadams","thumbnail":"http://us105fm.com/files/2016/04/Wes.jpg","url":"http://us105fm.com/author/wadams/"}],"video":false,"videoUrl":"https://www.youtube.com/watch?v=WgM_tb8IxrQ","youtubeId":"WgM_tb8IxrQ"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=WgM_tb8IxrQ","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"&apos;Shred Your Ex&apos; Deal Returns to Hooters for Valentine&apos;s Day"}}}},"redisCached":true},"widget_third_party_content-2":{"info":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"params":{"type":"zergnet","title":"Recommended For You","id":"39620","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"widget_third_party_content-3":{"info":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"params":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"fix_sidebar_marker-45":{"info":{"id":"fix_sidebar_marker-45","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"45"},"params":{"title":"Fix Sidebar Marker","widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-734":{"info":{"id":"ts_blogroll-734","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"734"},"params":{"title":"What's Hot","type":"carousel","isweather":"1","cat":"","posts_per_page":"3","align":"right","pinned_id":"","pinned_label":"","tag":"featured","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0,"widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[275205,275218,274968],"dataDetails":{"274968":{"postid":"274968","sortdate":"2018-01-24T19:38:14.000Z","data":{"mainData":{"postType":"post","caption":"Alex Cano, KWTX","thumbnail":"http://ktemnews.com/files/2018/01/Nolanville-fire-01.24.18.jpg","postDateGmt":"2018-01-24 19:38:14 +0000","title":"1 Dead, 2 Injured in Nolanville Fire","url":"http://us105fm.com/fire-in-nolanville-two-firefighters-injured-one-person-dead/","id":274968,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"A house fire in Nolanville claimed one life and left two firefighters injured Wednesday morning.","authors":[{"id":692661,"slug":"aaronsavage","name":"Aaron Savage","first_name":"Aaron","last_name":"Savage","nickname":"KTEM Staff","url":"http://us105fm.com/author/aaronsavage/","thumbnail":"http://ktemnews.com/files/2017/03/self-portrait.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"1 Dead, 2 Injured in Nolanville Fire","dynamic-lead-excerpt":"A house fire in Nolanville claimed one life and left two firefighters injured Wednesday morning.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"One Person Killed, 2 Firefighters Injured in Nolanville Fire"}}},"275205":{"postid":"275205","sortdate":"2018-01-29T16:49:54.000Z","data":{"mainData":{"postType":"post","caption":"Yuji Sakai, Getty Images","thumbnail":"http://ktemnews.com/files/2013/07/Flames-Yuji-Sakai-Getty-Images.jpg","postDateGmt":"2018-01-29 16:49:54 +0000","title":"Bell County Burn Ban","url":"http://us105fm.com/burn-ban-begins-tuesday-january-30-2018-in-bell-county/","id":275205,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"County Judge Jon H. Burrows has approved a burn ban that will start Tuesday, January 30 and run through late February.","authors":[{"id":692661,"slug":"aaronsavage","name":"Aaron Savage","first_name":"Aaron","last_name":"Savage","nickname":"KTEM Staff","url":"http://us105fm.com/author/aaronsavage/","thumbnail":"http://ktemnews.com/files/2017/03/self-portrait.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Bell County Burn Ban","dynamic-lead-excerpt":"County Judge Jon H. Burrows has approved a burn ban that will start Tuesday, January 30 and run through late February.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Burn Ban Begins Tuesday, January 30 in Bell County"}}},"275218":{"postid":"275218","sortdate":"2018-01-29T06:01:23.000Z","data":{"mainData":{"postType":"post","caption":"Neilson Barnard, Getty Images\n","thumbnail":"http://us105fm.com/files/2017/01/Untitled-design-5.jpg","postDateGmt":"2018-01-29 06:01:23 +0000","title":"Get out of the Dog House this Valentine&apos;s Day!","url":"http://us105fm.com/valentines-day-2018-dig-yourself-out-of-the-dog-house/","id":275218,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"If you messed up big time last Valentine&apos;s Day, here&apos;s your chance to make it up to your sweetheart with a romantic prize package on us!","authors":[{"id":692661,"slug":"aaronsavage","name":"Aaron Savage","first_name":"Aaron","last_name":"Savage","nickname":"KTEM Staff","url":"http://us105fm.com/author/aaronsavage/","thumbnail":"http://ktemnews.com/files/2017/03/self-portrait.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Get out of the Dog House this Valentine&apos;s Day!","dynamic-lead-excerpt":"If you messed up big time last Valentine&apos;s Day, here&apos;s your chance to make it up to your sweetheart with a romantic prize package on us!","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"This Valentine&apos;s Day, Dig Yourself Out of the Dog House"}}}},"redisCached":true},"google-ads-widget-489":{"info":{"id":"google-ads-widget-489","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"489"},"params":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":1},"data":["top-right-300x250"],"dataDetails":{"top-right-300x250":{"adUnit":"top-right-300x250","adType":"dfp6"}}},"tsq_sailthru_newsletter_widget-466":{"info":{"id":"tsq_sailthru_newsletter_widget-466","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"466"},"params":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["KUSJ-FM"],"widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-735":{"info":{"id":"ts_blogroll-735","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"735"},"params":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3,"widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[275886,275878,275875],"dataDetails":{"275875":{"postid":"275875","sortdate":"2018-02-12T21:30:57.000Z","data":{"mainData":{"postType":"post","caption":"Via devinsupertramp on YouTube\n","thumbnail":"http://krock1017fm.com/files/2018/02/hqdefault5.jpg","postDateGmt":"2018-02-12 21:30:57 +0000","title":"Central Texas Needs to Start Zorbing","url":"http://us105fm.com/central-texas-needs-to-start-zorbing/","id":275875,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Just might be more fun than the Inflatable 5K.","authors":[{"id":667529,"slug":"michaelbehan","name":"Big Q","first_name":"MICHAEL","last_name":"Behan","nickname":"The Big Q","thumbnail":"http://k1017fm.com/files/2014/10/Q1.jpg","url":"http://us105fm.com/author/michaelbehan/"}],"video":false,"videoUrl":"https://youtu.be/qPKKtvkVAjY","youtubeId":"qPKKtvkVAjY"},"alternateData":{"_townsquare_media_url":"https://youtu.be/qPKKtvkVAjY","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"","_aioseop_title":"Central Texas Needs to Start Zorbing","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"275878":{"postid":"275878","sortdate":"2018-02-12T22:57:24.000Z","data":{"mainData":{"postType":"post","caption":"TSM","thumbnail":"http://mykisscountry937.com/files/2017/06/olive-11.jpg","postDateGmt":"2018-02-12 22:57:24 +0000","title":"4 Signs Your Dog Is Your Valentine","url":"http://us105fm.com/4-signs-your-dog-is-your-valentine/","id":275878,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"While your dog isn&apos;t thrilled about reading a sweet card maybe consider dropping by the pet store and bringing a bone, a treat, or an annoying squeaky toy home for the loyal Valentine. Here are 4 signs that your dog is most definitely your Valentine this year. ","authors":[{"id":3417564,"slug":"krystalmontez","name":"Krystal Montez","first_name":"Krystal","last_name":"Montez","nickname":"Krystal","thumbnail":"http://mykisscountry937.com/files/2017/06/Krystal-Edited.jpg","url":"http://us105fm.com/author/krystalmontez/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"4 Signs Your Dog Is Your Valentine","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"275886":{"postid":"275886","sortdate":"2018-02-13T13:14:51.000Z","data":{"mainData":{"postType":"post","caption":"Getty Images","thumbnail":"http://us105fm.com/files/2017/02/GettyImages-72982628.jpg","postDateGmt":"2018-02-13 13:14:51 +0000","title":"&apos;Shred Your Ex&apos; Deal Returns to Hooters for Valentine&apos;s Day","url":"http://us105fm.com/shred-your-ex-deal-returns-to-hooters-for-valentines-day/","id":275886,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Solo for Valentine&apos;s Day? Shredding a photo of your ex will earn you free wings at Hooters! ","authors":[{"id":2707280,"slug":"wadams","name":"Wes Adams","first_name":"Wes","last_name":"Adams","nickname":"wadams","thumbnail":"http://us105fm.com/files/2016/04/Wes.jpg","url":"http://us105fm.com/author/wadams/"}],"video":false,"videoUrl":"https://www.youtube.com/watch?v=WgM_tb8IxrQ","youtubeId":"WgM_tb8IxrQ"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=WgM_tb8IxrQ","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"&apos;Shred Your Ex&apos; Deal Returns to Hooters for Valentine&apos;s Day"}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":3},"data":[],"dataDetails":{},"redisCached":true},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":3},"data":["1",{"2":["2.1","2.2"]},{"3":["3.1","3.2","3.3"]},{"4":["4.1"]},{"5":["5.1","5.2","5.3"]},{"6":["6.1","6.2","6.3","6.4",{"6.5":["6.5.1","6.5.2","6.5.3","6.5.4"]}]},"7",{"8":["8.1","8.2","8.3","8.4"]},{"9":["9.1","9.2","9.3","9.4"]}],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":8,"title":"Home","titleExcerpt":"Home","href":"/","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":119,"title":"On-Air","titleExcerpt":"On-Air","href":"/djs","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":10739,"title":"Listen","titleExcerpt":"Listen","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":84763,"title":"Playlist","titleExcerpt":"Playlist","href":"/playlist/","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":3724,"title":"Events","titleExcerpt":"Events","href":"http://myus105.com/events-killeen/upcoming/","samedomain":false,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":10721,"title":"The Nation","titleExcerpt":"The Nation","href":"/vip","samedomain":true,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":171828,"title":"Win Stuff","titleExcerpt":"Win Stuff","href":"/contests/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/","hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":152229,"title":"Jobs","titleExcerpt":"Jobs","href":"/tags/job-openings/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/job-openings/","hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":10718,"title":"Contact Us","titleExcerpt":"Contact Us","href":"/help","samedomain":true,"hasBlogroll":false}},"2.1":{"menuId":"2.1","attrs":{"menuPostId":40875,"title":"Our DJs","titleExcerpt":"Our DJs","href":"/djs","samedomain":true,"hasBlogroll":false}},"2.2":{"menuId":"2.2","attrs":{"menuPostId":10080,"title":"Today's Shows","titleExcerpt":"Today's Shows","href":"/shows","samedomain":true,"hasBlogroll":false}},"3.1":{"menuId":"3.1","attrs":{"menuPostId":10740,"title":"Listen Live","titleExcerpt":"Listen Live","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"3.2":{"menuId":"3.2","attrs":{"menuPostId":3726,"title":"Mobile App","titleExcerpt":"Mobile","href":"/mobile","samedomain":true,"hasBlogroll":false}},"3.3":{"menuId":"3.3","attrs":{"menuPostId":188373,"title":"Big D & Bubba On Demand","titleExcerpt":"","href":"/big-d-bubba-on-demand","samedomain":true,"hasBlogroll":false}},"4.1":{"menuId":"4.1","attrs":{"menuPostId":84762,"title":"Recently Played","titleExcerpt":"Recently Played","href":"/playlist/","samedomain":true,"hasBlogroll":false}},"5.1":{"menuId":"5.1","attrs":{"menuPostId":84765,"title":"Community Calendar","titleExcerpt":"Community Calendar","href":"http://myus105.com/events-killeen/","samedomain":false,"hasBlogroll":false}},"5.2":{"menuId":"5.2","attrs":{"menuPostId":234741,"title":"Submit an Event","titleExcerpt":"Submit an Event","href":"/events-killeen/community/add/","samedomain":true,"hasBlogroll":false}},"5.3":{"menuId":"5.3","attrs":{"menuPostId":176220,"title":"Check Your KWTX Local Weather","titleExcerpt":"Check Your KWTX Local Weather","href":"http://www.kwtx.com/weather","samedomain":false,"hasBlogroll":false}},"6.1":{"menuId":"6.1","attrs":{"menuPostId":10759,"title":"Sign Up","titleExcerpt":"Sign Up","href":"/registration","samedomain":true,"hasBlogroll":false}},"6.2":{"menuId":"6.2","attrs":{"menuPostId":235875,"title":"Win a Dozen Birthday Cupcakes from SMALLCAKES!","titleExcerpt":"","href":"/win-a-dozen-birthday-cupcakes-from-smallcakes","samedomain":true,"hasBlogroll":false}},"6.3":{"menuId":"6.3","attrs":{"menuPostId":172186,"title":"Contests","titleExcerpt":"Contests","href":"/contests/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/","hasBlogroll":false}},"6.4":{"menuId":"6.4","attrs":{"menuPostId":193635,"title":"Picking Up Prizes and General Contest Rules","titleExcerpt":"","href":"/prizes","samedomain":true,"hasBlogroll":false}},"6.5":{"menuId":"6.5","attrs":{"menuPostId":39203,"title":"View Local Experts","titleExcerpt":"View Local Experts","href":"http://myus105.com/local-experts/","samedomain":false,"hasBlogroll":false}},"6.5.1":{"menuId":"6.5.1","attrs":{"menuPostId":119550,"title":"Amos Electric","titleExcerpt":"Amos Electric","href":"/vip/sponsors/amos-electric-3/","samedomain":true,"hasBlogroll":false}},"6.5.2":{"menuId":"6.5.2","attrs":{"menuPostId":225392,"title":"Ed Laughlin","titleExcerpt":"Ed Laughlin","href":"/ed-l-laughlin/","samedomain":true,"hasBlogroll":false}},"6.5.3":{"menuId":"6.5.3","attrs":{"menuPostId":164814,"title":"Maaco","titleExcerpt":"Maaco","href":"/local_experts/maaco-collision-repair-and-auto-painting/","samedomain":true,"hasBlogroll":false}},"6.5.4":{"menuId":"6.5.4","attrs":{"menuPostId":122760,"title":"TTD Bookkeeping","titleExcerpt":"TTD Bookkeeping","href":"/vip/sponsors/ttd-bookkeeping-service/","samedomain":true,"hasBlogroll":false}},"8.1":{"menuId":"8.1","attrs":{"menuPostId":211790,"title":"Account Executive","titleExcerpt":"Account Executive","href":"/job-opening-account-executive-temple-tx/","samedomain":true,"hasBlogroll":false}},"8.2":{"menuId":"8.2","attrs":{"menuPostId":211789,"title":"Digital Sales Specialist","titleExcerpt":"Digital Sales Specialist","href":"/job-opening-digital-sales-specialist-temple-tx/","samedomain":true,"hasBlogroll":false}},"8.3":{"menuId":"8.3","attrs":{"menuPostId":211788,"title":"Townsquare Job Network","titleExcerpt":"Townsquare Job Network","href":"http://killeen.townsquarejobnetwork.com/","samedomain":false,"hasBlogroll":false}},"8.4":{"menuId":"8.4","attrs":{"menuPostId":270795,"title":"2017 EEO Report","titleExcerpt":"2017 EEO Report","href":"/files/2017/10/Townsquare-Media-Killeen-Temple-EEO-Apr-2017-REVISION-2.pdf","samedomain":true,"hasBlogroll":false}},"9.1":{"menuId":"9.1","attrs":{"menuPostId":10717,"title":"Help & Contact Info","titleExcerpt":"Help & Contact Info","href":"/help","samedomain":true,"hasBlogroll":false}},"9.2":{"menuId":"9.2","attrs":{"menuPostId":10741,"title":"Send Feedback","titleExcerpt":"Send Feedback","href":"/feedback","samedomain":true,"hasBlogroll":false}},"9.3":{"menuId":"9.3","attrs":{"menuPostId":208634,"title":"Apply for Media Credentials","titleExcerpt":"","href":"/apply-for-media-credentials","samedomain":true,"hasBlogroll":false}},"9.4":{"menuId":"9.4","attrs":{"menuPostId":70011,"title":"Advertise","titleExcerpt":"Advertise","href":"/advertise","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/promo_links":{"info":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"},"params":{"widgetTime":1},"data":["1","2","3","4","5","6","7","8"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":142110,"title":"Hot Now","titleExcerpt":"Hot Now","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":275588,"title":"Valentine's Day Giveaway","titleExcerpt":"Valentine's Day Giveaway","href":"/valentines-day-2018-dig-yourself-out-of-the-dog-house/","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":275203,"title":"Party with Brad Paisley","titleExcerpt":"Party with Brad Paisley","href":"/?p=274912","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":255143,"title":"Free Birthday Cookies","titleExcerpt":"Free Birthday Cookies","href":"/?p=264806","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":253230,"title":"US 105 App","titleExcerpt":"US 105 App","href":"/app/","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":273132,"title":"US105 Alexa Skill","titleExcerpt":"US105 Alexa Skill","href":"https://www.amazon.com/gp/product/B0767PPLDM?ie=UTF8&ref-suffix=ss_rw","samedomain":false,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":234102,"title":"Join the Nation","titleExcerpt":"Join the Nation","href":"/vip/","samedomain":true,"hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":274833,"title":"Big Game Squares Rules","titleExcerpt":"Big Game Squares Rules","href":"/?p=233417","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":1},"data":["comscore","1","2","3","4","5","6","7","8","9","10","11"],"dataDetails":{"1":{"menuId":"1","attrs":{"title":"2017 EEO Report","href":"/eeo/"}},"2":{"menuId":"2","attrs":{"title":"Advertise","href":"/advertise/"}},"3":{"menuId":"3","attrs":{"title":"Public File","href":"/kusj-public-file/"}},"4":{"menuId":"4","attrs":{"title":"Terms","href":"/terms/"}},"5":{"menuId":"5","attrs":{"title":"VIP Terms","href":"/vip-terms/"}},"6":{"menuId":"6","attrs":{"title":"FAQ","href":"/vip-faq/"}},"7":{"menuId":"7","attrs":{"title":"Contest Rules","href":"/contest-rules/"}},"8":{"menuId":"8","attrs":{"title":"Privacy Policy (Updated: 8/31/17)","href":"/privacy/"}},"9":{"menuId":"9","attrs":{"title":"Contact","href":"/help/"}},"10":{"menuId":"10","attrs":{"href":"http://townsquaremediagroup.com/"}},"11":{"menuId":"11","attrs":{"title":"Killeen Business Listings","href":"/killeen-featured-business-listings/"}},"comscore":{"menuId":"comscore","attrs":{"title":"Taste Of Country Network"}}},"redisCached":true}},"data":{},"time":{"wpTime":21.416,"mainOptionsTime":71.07,"sidebarsTime":10.748,"widgetsTime":145.109,"processTime":248.499},"experimentGroup":"B"},"serverConfig":{"host":"us105fm.com","ua":"python-requests/2.10.0"}},"listenLive":{},"nav":{},"newsletter":{},"ui":{},"weather":{},"youtube":{},"sweeps":{},"form":{"NavSearchForm":{"registeredFields":[{"name":"searchInput","type":"Field"}]}},"routing":{"locationBeforeTransitions":null},"events":{},"ads":{}}
          </script>
          <script src="//cdn.production.townsquareblogs.com/public/dist/main.bundle.js?ver=f6f5453a8cde7d0b301abb99888e7aca87cafa58"></script>
        </body>
      </html>