<!doctype html>
      <html class="single" lang="en">
        <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="myb106"/><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="132238773586316"/><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://myb106.com/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/"/><meta data-react-helmet="true" property="og:site_name" content="B106"/><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="@myB106tweets"/><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-kooc, 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="188055881235662"/><meta data-react-helmet="true" name="google-site-verification" content="fyxr2EFHfruH3sjTgEzDtakqH4VSdsJtmbqiMPRTe-A"/><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://myb106.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=3b9dbc3b07b0bef2c96b11376b1d9e6298d9a129&mver=2" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "B";
          window.TSM.cadata = {"activeDomain":"myb106.com","blogId":517,"method":"get_single","postId":296451,"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-5",
          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-5"};
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":"KOOCFM","market":"Killeen","sitetype":"Local","siteClassification":"","state":"TX","genre":"urban","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>
        (function(w,dl){
          if( dl && dl[0] ){
            dl = dl[0];
            w._oiqq = w._oiqq || [];
            var keywordMeta = document.querySelector( "meta[name='keywords']");
            _oiqq.push(["oiq_addPageBrand", "title:" + dl.title]);
            _oiqq.push(["oiq_addPageBrand", "domain:" + location.hostname]);
            _oiqq.push(["oiq_addPageBrand", "callsign:" + dl.callsign]);
            _oiqq.push(["oiq_addPageCat", "url_path:" + location.pathname]);
            _oiqq.push(["oiq_addPageCat", "meta_keywords:" + ( keywordMeta ? keywordMeta.content : "" ) ]);
            _oiqq.push(["oiq_addPageCat", "title:" + dl.title]);
            _oiqq.push(["oiq_addPageCat", "callsign:" + dl.callsign]);
            _oiqq.push(["oiq_addPageCat", "market:" + dl.market]);
            _oiqq.push(["oiq_addPageCat", "sitetype:" + dl.sitetype]);
            _oiqq.push(["oiq_addPageCat", "state:" + dl.state]);
            _oiqq.push(["oiq_addPageCat", "page_type:" + dl.pageType]);
            _oiqq.push(["oiq_addPageCat", "media_type:" + dl.mediaType]);
            _oiqq.push(["oiq_addPageCat", "day_of_week:" + dl.dayOfWeek]);
            _oiqq.push(["oiq_addPageCat", "newsletter_submission:" + (dl.newsletterSubmission || "no")]);
            _oiqq.push(["oiq_addPageCat", "period_of_day:" + dl.periodOfDay]);
            _oiqq.push(["oiq_addPageCat", "curated_referer:" + dl.curatedReferer]);
            _oiqq.push(["oiq_addPageCat", "genre:" + dl.genre]);
            _oiqq.push(["oiq_addPageCat", "tags:" + dl.tags]);
            _oiqq.push(["oiq_addPageCat", "categories:" + dl.categories]);
            _oiqq.push(["oiq_doTag"]);
            _oiqq.push(["oiq_addPageLifecycle", "ecv3"]);
          }
        })(window, window.dataLayer);
        (function() {
        var oiq = document.createElement("script"); oiq.type = "text/javascript"; oiq.async = true;
        oiq.src = document.location.protocol + "//px.owneriq.net/stas/s/0frxgz.js";
        var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(oiq, s);
        })();
      </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=myb106.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", ["urban"] );
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/KOOC/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/KOOC/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/KOOC/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/KOOC/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/KOOC/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/KOOC/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/KOOC/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/KOOC/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/KOOC/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="809599201"><!-- 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="B106" title="B106" data-reactid="14"><img src="http://myb106.com/files/2017/12/koocfm-logo.png" alt="B106" title="B106" 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://myb106.com/files/2013/10/Rickey-Smiley1.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://myb106.com/show/the-rickey-smiley-weekend-jump-off/" data-reactid="31">The Rickey Smiley Weekend Jump Off</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="/shows" 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><li class="hassub" data-reactid="49"><a href="/?submit_button=&amp;s=Sundays+at+the+square" data-reactid="50">Sundays at the Square</a></li></ul></li><li class="hassub" data-reactid="51"><a href="/listen-live" data-reactid="52">Listen</a><ul class="links submenu" data-reactid="53"><li class="hassub" data-reactid="54"><a href="/listen-live" data-reactid="55">Listen Live</a></li><li class="hassub" data-reactid="56"><a href="/mobile" data-reactid="57">Mobile App</a></li></ul></li><li class="hassub" data-reactid="58"><a href="/july-playlist-check-out-the-hits-were-playing-on-b106/" 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="/events-killeen/" data-reactid="64">Events</a><ul class="links submenu" data-reactid="65"><li class="hassub" data-reactid="66"><a href="/events-killeen/community/add/" data-reactid="67">Submit an Event</a></li><li class="hassub" data-reactid="68"><a href="/events-killeen/" data-reactid="69">Community Calendar</a></li></ul></li><li class="hassub" data-reactid="70"><a href="/vip" data-reactid="71">B Squad</a><ul class="links submenu" data-reactid="72"><li class="hassub" data-reactid="73"><a href="/registration" data-reactid="74">Sign Up</a></li><li class="hassub" data-reactid="75"><a href="/contests/" data-reactid="76">Contests</a></li><li class="hassub" data-reactid="77"><a href="/prizes" data-reactid="78">Picking Up Prizes and General Contest Rules</a></li><li class="hassub" data-reactid="79"><a href="/local-experts/" data-reactid="80">View Local Experts</a><ul class="links submenu" data-reactid="81"><li class="hassub" data-reactid="82"><a href="/vip/sponsors/amos-electric-3/" data-reactid="83">Amos Electric</a></li><li class="hassub" data-reactid="84"><a href="/ed-l-laughlin/" data-reactid="85">Ed Laughlin</a></li><li class="hassub" data-reactid="86"><a href="/local_experts/maaco-collision-repair-and-auto-painting/" data-reactid="87">Maaco</a></li><li class="hassub" data-reactid="88"><a href="/vip/sponsors/ttd-bookkeeping-service/" data-reactid="89">TTD Bookkeeping</a></li></ul></li></ul></li><li class="hassub" data-reactid="90"><a href="/contests/" data-reactid="91">Win Stuff</a></li><li class="hassub" data-reactid="92"><a href="/tags/job-openings/" data-reactid="93">Jobs</a><ul class="links submenu" data-reactid="94"><li class="hassub" data-reactid="95"><a href="/job-opening-account-executive-temple-tx/" data-reactid="96">Account Executive</a></li><li class="hassub" data-reactid="97"><a href="/job-opening-digital-sales-specialist-temple-tx/" data-reactid="98">Digital Sales Specialist</a></li><li class="hassub" data-reactid="99"><a href="http://killeen.townsquarejobnetwork.com/" target="_blank" data-reactid="100">Townsquare Job Network</a></li><li class="hassub" data-reactid="101"><a href="/files/2017/10/Townsquare-Media-Killeen-Temple-EEO-Apr-2017-REVISION-2.pdf" data-reactid="102">2017 EEO Report</a></li></ul></li><li class="hassub" data-reactid="103"><a href="/help" data-reactid="104">Contact Us</a><ul class="links submenu" data-reactid="105"><li class="hassub" data-reactid="106"><a href="/help" data-reactid="107">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="108"><a href="/feedback" data-reactid="109">Send Feedback</a></li><li class="hassub" data-reactid="110"><a href="/advertise" data-reactid="111">Advertise</a></li></ul></li><li class="hidden-menu hassub hide" data-reactid="112"><a class="more-icon" href="#" data-reactid="113">More</a><ul class="links submenu" data-reactid="114"><li class="hassub hide" data-reactid="115"><a href="/" data-reactid="116">Home</a></li><li class="hassub hide" data-reactid="117"><a href="/shows" data-reactid="118">On-Air</a><ul class="links submenu" data-reactid="119"><li class="hassub" data-reactid="120"><a href="/djs" data-reactid="121">Our DJs</a></li><li class="hassub" data-reactid="122"><a href="/shows" data-reactid="123">Today&#x27;s Shows</a></li><li class="hassub" data-reactid="124"><a href="/?submit_button=&amp;s=Sundays+at+the+square" data-reactid="125">Sundays at the Square</a></li></ul></li><li class="hassub hide" data-reactid="126"><a href="/listen-live" data-reactid="127">Listen</a><ul class="links submenu" data-reactid="128"><li class="hassub" data-reactid="129"><a href="/listen-live" data-reactid="130">Listen Live</a></li><li class="hassub" data-reactid="131"><a href="/mobile" data-reactid="132">Mobile App</a></li></ul></li><li class="hassub hide" data-reactid="133"><a href="/july-playlist-check-out-the-hits-were-playing-on-b106/" data-reactid="134">Playlist</a><ul class="links submenu" data-reactid="135"><li class="hassub" data-reactid="136"><a href="/playlist" data-reactid="137">Recently Played</a></li></ul></li><li class="hassub hide" data-reactid="138"><a href="/events-killeen/" data-reactid="139">Events</a><ul class="links submenu" data-reactid="140"><li class="hassub" data-reactid="141"><a href="/events-killeen/community/add/" data-reactid="142">Submit an Event</a></li><li class="hassub" data-reactid="143"><a href="/events-killeen/" data-reactid="144">Community Calendar</a></li></ul></li><li class="hassub hide" data-reactid="145"><a href="/vip" data-reactid="146">B Squad</a><ul class="links submenu" data-reactid="147"><li class="hassub" data-reactid="148"><a href="/registration" data-reactid="149">Sign Up</a></li><li class="hassub" data-reactid="150"><a href="/contests/" data-reactid="151">Contests</a></li><li class="hassub" data-reactid="152"><a href="/prizes" data-reactid="153">Picking Up Prizes and General Contest Rules</a></li><li class="hassub" data-reactid="154"><a href="/local-experts/" data-reactid="155">View Local Experts</a><ul class="links submenu" data-reactid="156"><li class="hassub" data-reactid="157"><a href="/vip/sponsors/amos-electric-3/" data-reactid="158">Amos Electric</a></li><li class="hassub" data-reactid="159"><a href="/ed-l-laughlin/" data-reactid="160">Ed Laughlin</a></li><li class="hassub" data-reactid="161"><a href="/local_experts/maaco-collision-repair-and-auto-painting/" data-reactid="162">Maaco</a></li><li class="hassub" data-reactid="163"><a href="/vip/sponsors/ttd-bookkeeping-service/" data-reactid="164">TTD Bookkeeping</a></li></ul></li></ul></li><li class="hassub hide" data-reactid="165"><a href="/contests/" data-reactid="166">Win Stuff</a></li><li class="hassub hide" data-reactid="167"><a href="/tags/job-openings/" data-reactid="168">Jobs</a><ul class="links submenu" data-reactid="169"><li class="hassub" data-reactid="170"><a href="/job-opening-account-executive-temple-tx/" data-reactid="171">Account Executive</a></li><li class="hassub" data-reactid="172"><a href="/job-opening-digital-sales-specialist-temple-tx/" data-reactid="173">Digital Sales Specialist</a></li><li class="hassub" data-reactid="174"><a href="http://killeen.townsquarejobnetwork.com/" target="_blank" data-reactid="175">Townsquare Job Network</a></li><li class="hassub" data-reactid="176"><a href="/files/2017/10/Townsquare-Media-Killeen-Temple-EEO-Apr-2017-REVISION-2.pdf" data-reactid="177">2017 EEO Report</a></li></ul></li><li class="hassub hide" data-reactid="178"><a href="/help" data-reactid="179">Contact Us</a><ul class="links submenu" data-reactid="180"><li class="hassub" data-reactid="181"><a href="/help" data-reactid="182">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="183"><a href="/feedback" data-reactid="184">Send Feedback</a></li><li class="hassub" data-reactid="185"><a href="/advertise" data-reactid="186">Advertise</a></li></ul></li></ul></li></ul><div class="site-menu-right" data-reactid="187"><ul class="social-links" data-reactid="188"><li class="social" data-reactid="189"><a class="share-link youtube" href="https://youtube.com/user/KOOC1063KT" target="_blank" data-social="youtube" data-reactid="190"><span class="icon-base icon-youtube" data-reactid="191"></span></a></li><li class="social" data-reactid="192"><a class="share-link facebook" href="http://www.facebook.com/myb106" target="_blank" data-social="facebook" data-reactid="193"><span class="icon-base icon-facebook" data-reactid="194"></span></a></li><li class="social" data-reactid="195"><a class="share-link twitter" href="https://twitter.com/myB106tweets" target="_blank" data-social="twitter" data-reactid="196"><span class="icon-base icon-twitter" data-reactid="197"></span></a></li><ul class="social-subscriptions" data-reactid="198"><li class="sub-instagram " data-reactid="199"><a href="https://www.instagram.com/myb106" target="_blank" data-reactid="200">INSTAGRAM</a></li><li class="share_link_small youtube sub-youtube" data-reactid="201"><span class="youtube-subscribe-button " data-reactid="202"></span></li><li class="sub-facebook" data-reactid="203"></li><li class="sub-twitter" data-reactid="204"></li></ul></ul><div id="search-form" class="" data-reactid="205"><div class="form-wrap" data-reactid="206"><form data-reactid="207"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="208"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="209"/></form></div><div class="icon-base icon-search" data-reactid="210"></div></div></div><div class="site-screen select-none" data-reactid="211"></div></div></nav></div><ul class="promo-links" data-reactid="212"><li data-reactid="213"><span data-reactid="214">Hot Now</span></li><li data-reactid="215"><a title="Free Birthday Cookie Cake" href="/?p=297774" data-reactid="216">Free Birthday Cookie Cake</a></li><li data-reactid="217"><a title="Patna N Him Radio" href="/?p=302362" data-reactid="218">Patna N Him Radio</a></li><li data-reactid="219"><a title="Sundays at the Square" href="/?submit_button=&amp;s=Sundays+at+the+square" data-reactid="220">Sundays at the Square</a></li><li data-reactid="221"><a title="Join the Squad" href="/registration" data-reactid="222">Join the Squad</a></li><li data-reactid="223"><a title="Listen Live" href="/listen-live" data-reactid="224">Listen Live</a></li></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="225"><div id="tsm-ad-970a" data-reactid="226"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="227"><div class="main-content" data-reactid="228"><div class="wrapper post-wrapper" data-reactid="229"><div class="post clearfix" data-reactid="230"><div class="entry" data-reactid="231"><article id="post-296451" data-location="/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/" data-index="0" data-reactid="232"><div class="page-header" data-reactid="233"><div class="content-header show-ui front" id="content-header-296451" data-reactid="234"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="235"></div><div class="content-header-header" data-reactid="236"><div class="react-parallax " data-reactid="237"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="238"><figure class="frameme img-tag frame-loaded" data-reactid="239"><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="240"></div></figure></div><div class="react-parallax-content" data-reactid="241"><figure class="frameme img-tag" data-reactid="242"><div class="theframe" data-image="http://krock1017fm.com/files/2017/09/Texas-Tough-T-Shirt.png" rel="" title="" data-reactid="243"></div><div class="loadinganim showbox" id="0" data-reactid="244"><div class="loader" style="width:30px;height:30px;" data-reactid="245"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="246"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="247"></circle></svg></div></div></figure></div></div><div class="header" data-reactid="248"><section class="title " data-reactid="249"><h1 class="" data-reactid="250">Cavender’s to Donate Proceeds from Texas Tough T-Shirts to Hurricane Harvey Victims</h1></section><div class="byline" data-reactid="251"><div class="authors" data-reactid="252"><address class="author" data-reactid="253"><div class="author-image icon-user" data-reactid="254"><figure class="frameme" data-reactid="255"><a class="theframe" data-image="http://k1017fm.com/files/2014/10/Q1.jpg" href="http://myb106.com/author/michaelbehan/" rel="author" title="Big Q" data-reactid="256"></a><div class="loadinganim showbox" id="0" data-reactid="257"><div class="loader" style="width:30px;height:30px;" data-reactid="258"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="259"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="260"></circle></svg></div></div></figure></div><a class="author-name" href="http://myb106.com/author/michaelbehan/" rel="author" title="Big Q" data-reactid="261">Big Q</a></address></div><time datetime="2017-09-07 16:34:43 +0000" data-reactid="262">September 7, 2017</time></div><figcaption title="Cavenders.com" data-reactid="263">Cavenders.com</figcaption></div></div></div></div><div class="content-wrap" data-reactid="264"><div class="social-share bignsexy" data-reactid="265"><div class="social-bar social-icons" data-reactid="266"><ul data-reactid="267"><li data-reactid="268"><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%2Fmyb106.com%2Fget-a-cavenders-hurricane-harvey-tough-t-shirt-now%2F%3Ftrackback%3Dtwitter_mobile%20%40myB106tweets" title="Share on Twitter" target="_blank" data-reactid="269"><span class=" social-icon icon-twitter tw" data-reactid="270"><span class="share-title" data-reactid="271">Share on Twitter</span></span></a></li><li data-reactid="272"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fmyb106.com%2Fget-a-cavenders-hurricane-harvey-tough-t-shirt-now%2F%3Ftrackback%3Dfbshare_mobile" title="Share on Facebook" target="_blank" data-reactid="273"><span class=" social-icon icon-facebook fb" data-reactid="274"><span class="share-title" data-reactid="275">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="276"><div class="pod-content" data-reactid="277"><p data-reactid="278"><!-- react-text: 279 -->Get a cool shirt while helping out the victims of Hurricane Harvey.<!-- /react-text --><span id="more-296451" data-reactid="280"></span></p><div class="single-post-image" data-reactid="281"><figure class="img-tag has-sizer aligncenter" style="max-width:373px;" data-reactid="282"><div class="frame-sizer" style="padding-top:112.60053619302948%;" data-reactid="283"></div><div class="theframe" data-image="http://krock1017fm.com/files/2017/09/CAVENDERS-T-SHIRT-e1504801357523.jpg" rel="" title="" data-reactid="284"></div><figcaption data-reactid="285">Via Cavenders</figcaption><div class="loadinganim showbox" id="0" data-reactid="286"><div class="loader" style="width:30px;height:30px;" data-reactid="287"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="288"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="289"></circle></svg></div></div></figure><div data-reactid="290"></div></div><p data-reactid="291">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="292">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="293"><div class="tsm-ad tsm-ad-oop" data-reactid="294"><div id="tsm-ad-sharethrough-oop-1" data-reactid="295"><!-- dynamic ad --></div></div></div><p data-reactid="296">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="297">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="298">The Rockport-Fulton Chamber Foundation will provide support to their community where the hurricane caused catastrophic damage.</p><p data-reactid="299"><!-- react-text: 300 -->For more information about Samaritan’s Purse and the Rockport-Fulton Chamber, go to <!-- /react-text --><a href="http://www.samaritanspurse.org" data-reactid="301"><!-- react-text: 302 -->www.samaritanspurse.org<!-- /react-text --></a><!-- react-text: 303 --> and <!-- /react-text --><a href="http://www.rockport-fulton.org" data-reactid="304"><!-- react-text: 305 -->www.rockport-fulton.org<!-- /react-text --></a><!-- react-text: 306 -->.<!-- /react-text --></p><p data-reactid="307"><!-- react-text: 308 -->You can also go to <!-- /react-text --><a href="https://www.cavenders.com/social-gallery.html" target="_blank" data-reactid="309"><!-- react-text: 310 -->Cavenders.com.<!-- /react-text --></a></p></div></div><div class="content-footer" data-reactid="311"><!-- react-empty: 312 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="313"></div><!-- react-text: 314 --><!-- /react-text --><div class="tags-lines" data-reactid="315"><div class="wrapper" data-reactid="316"><span data-reactid="317"><!-- react-text: 318 -->Filed Under<!-- /react-text --><!-- react-text: 319 -->: <!-- /react-text --></span><span data-reactid="320"><!-- react-text: 321 --><!-- /react-text --><a href="http://myb106.com/tags/hurricane-harvey/" data-reactid="322">hurricane harvey</a></span></div><div class="wrapper" data-reactid="323"><span data-reactid="324"><!-- react-text: 325 -->Categories<!-- /react-text --><!-- react-text: 326 -->: <!-- /react-text --></span><span data-reactid="327"><!-- react-text: 328 --><!-- /react-text --><a href="http://myb106.com/category/articles/" data-reactid="329">Articles</a></span></div></div><div class="comments-wrapper" data-reactid="330"><div class="comments" data-reactid="331"><div data-reactid="332"><span class="icon-comments" data-reactid="333"></span><i data-reactid="334">Comments</i><span class="fb-comments-count" data-href="http://myb106.com/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/" data-reactid="335"></span><span class="icon-triangle-down" data-reactid="336"></span></div><div class="cto" data-reactid="337">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="338"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="339">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="340"><div class="aside-inside" data-reactid="341"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-56" data-reactid="342"><div class="wrapper clearfix" data-reactid="343"><div class="fix_sidebar_marker" data-reactid="344"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-381" data-reactid="345"><header data-reactid="346"><h2 data-reactid="347"><span class="title-container" data-reactid="348">What&#x27;s Hot</span><!-- react-text: 349 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="350"><section id="ts_blogroll-381" class="blogroll carousel slider dl align-right" data-reactid="351"><div class="slider blogroll-items" data-reactid="352"><div class="sizer" data-reactid="353"></div><div class="mover slide" data-reactid="354"><article class="item title-over-image" data-reactid="355"><figure class="frameme" data-reactid="356"><a class="theframe" data-image="http://us105fm.com/files/2017/01/Untitled-design-5.jpg" href="http://myb106.com/valentines-day-2018-dig-yourself-out-of-the-dog-house/" rel="" title="You and Bae Getaway" data-reactid="357"></a><div class="loadinganim showbox" id="0" data-reactid="358"><div class="loader" style="width:30px;height:30px;" data-reactid="359"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="360"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="361"></circle></svg></div></div></figure><div class="content" data-reactid="362"><a href="http://myb106.com/valentines-day-2018-dig-yourself-out-of-the-dog-house/" title="You and Bae Getaway" class="title" data-reactid="363">You and Bae Getaway</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="364"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="365"></div></div></section></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-263" data-reactid="366"><div class="wrapper clearfix" data-reactid="367"><div class="widget-content" data-reactid="368"><div class="tsm-ad tsm-ad-300" data-reactid="369"><div id="tsm-ad-300a" data-reactid="370"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-247" data-reactid="371"><div class="wrapper clearfix" data-reactid="372"><div class="widget-content" data-reactid="373"><div data-reactid="374"><form method="post" class="newsletter-frame clearfix" data-reactid="375"><div class="content clearfix" data-reactid="376"><p class="title" data-reactid="377">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="378"><div class="vertical-centered" data-reactid="379"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="380"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="381"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-382" data-reactid="382"><header data-reactid="383"><h2 data-reactid="384"><span class="title-container" data-reactid="385">Latest Articles</span></h2></header><div class="wrapper clearfix" data-reactid="386"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="387"><div class="blogroll-inner clearfix" data-reactid="388"><article class="" data-reactid="389"><figure class="frameme" data-reactid="390"><a class="theframe" data-image="http://myb106.com/files/2018/02/hqdefault4.jpg" href="http://myb106.com/kountry-wayne-in-killeen-this-weekend-talks-to-trey-the-choklit-jok-about-social-media-comedians/" rel="" title="Kountry Wayne in Killeen, stops by B106" data-reactid="391"></a><div class="loadinganim showbox" id="0" data-reactid="392"><div class="loader" style="width:30px;height:30px;" data-reactid="393"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="394"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="395"></circle></svg></div></div></figure><div class="content" data-reactid="396"><a href="http://myb106.com/kountry-wayne-in-killeen-this-weekend-talks-to-trey-the-choklit-jok-about-social-media-comedians/" title="Kountry Wayne in Killeen, stops by B106" class="title" data-reactid="397">Kountry Wayne in Killeen, stops by B106</a></div></article><article class="" data-reactid="398"><figure class="frameme" data-reactid="399"><a class="theframe" data-image="http://myb106.com/files/2018/02/61cqaf0hG6L._SL1000_-e1518807504462.jpg" href="http://myb106.com/austin-becomes-first-texas-city-with-mandatory-sick-pay/" rel="" title="Austin Becomes First Texas City with Mandatory Sick Pay " data-reactid="400"></a><div class="loadinganim showbox" id="0" data-reactid="401"><div class="loader" style="width:30px;height:30px;" data-reactid="402"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="403"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="404"></circle></svg></div></div></figure><div class="content" data-reactid="405"><a href="http://myb106.com/austin-becomes-first-texas-city-with-mandatory-sick-pay/" title="Austin Becomes First Texas City with Mandatory Sick Pay " class="title" data-reactid="406">Austin Becomes First Texas City with Mandatory Sick Pay </a></div></article><article class="" data-reactid="407"><figure class="frameme" data-reactid="408"><a class="theframe" data-image="http://ktemnews.com/files/2018/02/190-AUTOPED-2.15.18.jpg" href="http://myb106.com/portion-of-190-shut-down-after-thursday-night-collision/" rel="" title="Portion of 190 Shut Down after Thursday Night Collision" data-reactid="409"></a><div class="loadinganim showbox" id="0" data-reactid="410"><div class="loader" style="width:30px;height:30px;" data-reactid="411"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="412"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="413"></circle></svg></div></div></figure><div class="content" data-reactid="414"><a href="http://myb106.com/portion-of-190-shut-down-after-thursday-night-collision/" title="Portion of 190 Shut Down after Thursday Night Collision" class="title" data-reactid="415">Portion of 190 Shut Down after Thursday Night Collision</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="416"><footer data-reactid="417"><div class="links clearfix" data-reactid="418"><div class="logo" data-reactid="419"></div><div class="details" data-reactid="420"><h2 data-reactid="421">Information</h2><ul data-reactid="422"><li data-reactid="423"><a title="The XXL Network" class="" data-reactid="424">The XXL Network</a></li><li data-reactid="425"><a title="2017 EEO Report" href="/eeo/" class="" data-reactid="426">2017 EEO Report</a></li><li data-reactid="427"><a title="Advertise" href="/advertise/" class="" data-reactid="428">Advertise</a></li><li data-reactid="429"><a title="Public File" href="/kooc-public-file/" class="" data-reactid="430">Public File</a></li><li data-reactid="431"><a title="Terms" href="/terms/" class="" data-reactid="432">Terms</a></li><li data-reactid="433"><a title="VIP Terms" href="/vip-terms/" class="" data-reactid="434">VIP Terms</a></li><li data-reactid="435"><a title="FAQ" href="/vip-faq/" class="" data-reactid="436">FAQ</a></li><li data-reactid="437"><a title="Contest Rules" href="/contest-rules/" class="" data-reactid="438">Contest Rules</a></li><li data-reactid="439"><a title="Privacy Policy (Updated: 8/31/17)" href="/privacy/" class="" data-reactid="440">Privacy Policy (Updated: 8/31/17)</a></li><li data-reactid="441"><a title="Contact" href="/help/" class="" data-reactid="442">Contact</a></li><li data-reactid="443"><a href="http://townsquaremediagroup.com/" class="" data-reactid="444"></a></li><li data-reactid="445"><a title="Killeen Business Listings" href="/killeen-featured-business-listings/" class="" data-reactid="446">Killeen Business Listings</a></li></ul></div><div class="social-links" data-reactid="447"><h2 data-reactid="448">Follow Us</h2><ul data-reactid="449"><li class="social" data-reactid="450"><a class="share_link youtube" href="https://www.youtube.com/user/KOOC1063KT" target="_blank" data-social="youtube" data-reactid="451"><span class="icon-youtube" data-reactid="452"></span></a></li><li class="social" data-reactid="453"><a class="share_link facebook" href="http://www.facebook.com/myb106" target="_blank" data-social="facebook" data-reactid="454"><span class="icon-facebook" data-reactid="455"></span></a></li><li class="social" data-reactid="456"><a class="share_link twitter" href="https://twitter.com/myB106tweets" target="_blank" data-social="twitter" data-reactid="457"><span class="icon-twitter" data-reactid="458"></span></a></li></ul></div></div><div class="legal" data-reactid="459"><!-- react-text: 460 -->2018<!-- /react-text --><!-- react-text: 461 --> <!-- /react-text --><!-- react-text: 462 -->B106<!-- /react-text --><!-- react-text: 463 --> is part of the The XXL Network<!-- /react-text --><!-- react-text: 464 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="465"><!-- react-empty: 466 --><div id="bottom-not-ads" data-reactid="467"><div class="tsm-ad tsm-ad-728" data-reactid="468"><div id="tsm-ad-728b" data-reactid="469"><!-- dynamic ad --></div></div></div><div data-reactid="470"></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":517,"postId":296451,"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":"B106 – Central Texas Hip-Hop & R&B Radio – Killeen/Temple ","aiosp_home_description":"B106, KOOC-FM Radio, plays the best hip hop and R&B music in Killeen and Temple, Texas. ","aiosp_home_keywords":"B106 Killeen, Killeen B106, hip hop radio Killeen, Killeen hip hop  radio, hip hop music Killeen, Killeen hip hop music, B106 Temple, B106, R&B radio Temple, Temple R&B radio, R&B music Temple, Temple R&B 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":"Hip Hop and R&amp;B","blogname":"B106","carbonUiUpdateCounter":"2","design_option_live":{"page_bg":"FF000000","page_head_bg":"00000000","primary_bg":"FFE9E9E9","secondary_bg":"FFFFFFFF","mdl_head_bg":"FF222222","main_nav_hue":"FFFFFFFF","nav_hover_hue":"FFE12A00","primary_hue":"FF212121","secondary_hue":"FF202020","primary_head_hue":"FF363636","secondary_head_hue":"FF0C80A7","primary_active_hue":"FF0C80A7","secondary_active_hue":"FF0C80A7","accent_hue":"FF0C80A7","header_link_hue":"FFFFFFFF","footer_link_hue":"FFFFFFFF","primary_mdl_bg":"FFCCCACB","primary_mdl_hue":"FF22252C","secondary_mdl_bg":"25777777","secondary_mdl_hue":"FF22252C","standout_bg":"FFDF2F00","mobile_primary_color":"FF0C80A7","mobile_secondary_color":"FFDF2F00","iv_primary_color":"FF1981A5","iv_secondary_color":"FF0C80A7","iv_tertiary_color":"FF1981A5","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":"FF0C80A7","events_app_secondary_color":"FF0C80A7","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://myb106.com/files/2017/12/koocfm-bg.jpg","carbon_logo_img":"http://myb106.com/files/2017/12/koocfm-logo.png","carbon_promo_bg_img":"http://myb106.com/files/2017/12/koocfm-promo.jpg","page_img":"http://kooc.production.townsquareblogs.com/files/2012/08/1x1.gif","body_img":"http://myb106.com/files/2014/04/NEW-B106-Skin-2.png","square_logo_img":"","logo_img":"http://myb106.com/files/2016/02/logo.png","logo_img_trim":"http://myb106.com/files/2016/02/smalllogo.png","logo_img_light":"","logo_img_dark":"","header_img":"http://myb106.com/files/2014/05/NEW-B106-Skin-2.jpg","placeholder_img":"","page_head_img":"","favicon_img":"http://myb106.com/files/2014/04/favicon.ico","top_banner_img":"dark","title":"TS3 - KOOC B106","ID":"0","designer":"Steve Frost","comment":"Updated design for B106","action":"edit","editor":"Stephen Alba","editorID":2190306,"siteID":"517","timestamp":1512582943,"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":"132238773586316","colorscheme":"","show_like":"yes","show_comments":"yes","show_commentscount":"no","action":"like"},"facebook_app":{"id":"132238773586316","fanpage":"http://www.facebook.com/myb106","plugins":{"facebook-authentication":1,"facebook-like-button":1}},"google_ads_dfp6_template_ads":{"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","maintop-300x250":"1","middle-right-300x250":"1","bottom-right-300x250":"1","photogallery-300x250":"1","photogallery-728x90":"1","in-between-article-728":"1","dynamic-ad-custom":"1","dynamic-ad-header":"1","dynamic-ad-push":"1","top-right-300x250":"1"},"iq_weather_page_sponsor_city_name":"Belton","iq_weather_page_sponsor_zip_code":"76513","onlyhome_pushdown":"","onlyhome_topbanner":"","posts_per_page":"10","radio_players_wo_stream_id":"3620","sailthru_list_default":"KOOC-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":"#000000","color":"#FFFFFF"},"wrapper":{"divider":"","button":"#BF9C00","button-font":""},"logo":"http://myb106.com/files/2014/10/b106.png"},"timezone_string":"America/Chicago","townsquare_ad_version":"dfp6","ts-templates-carbon-homepage-id":"301144","ts-templates-homepage-id":"24242","ts-templates-mobile-homepage-id":"24242","tsc_category_sidebars":{},"tsc_tag_sidebars":{},"_station_info":{"sitetype":"Local","market":"Killeen","genre":{"0":"urban"},"callsign":"KOOCFM","callletters":"KOOC","legalname":"KOOC-FM","siteclassification":"","street":"608 Moody Lane","street-2":"","city":"Temple","state":"TX","zip":"76504","phone":"254-742-2106","helpline":"254-773-5252","studioline":"254-742-2106","officeline":"254-773-5252","officehours":"","email":"aaron.savage@townsquaremedia.com","tipus-email":"","inquiries-email":"shannon.brazier@townsquaremedia.com","advertising-contact":"Laura Wiederhold","advertising-email":"Laura.Wiederhold@townsquaremedia.com","gm-contact":"","gm-email":"","programming-director-contact":"Trey the Choklit JOK ","programming-director-email":"treydacj@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.b106@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.b106@townsquaredigital.com","public-record-administrator-name":"Shannon Brazier","public-record-administrator-email":"treydacj@townsquaremedia.com","fcc-online-public-file-url":"https://publicfiles.fcc.gov/fm-profile/kooc","feedbackurl":"http://myb106.com/feedback/","biz-list-url":"http://myb106.com/killeen-featured-business-listings/","amazon_affiliate":"","yieldmo_placement":"","jwplayer":"","twitter_handle":"myB106tweets","youtube_handle":"KOOC1063KT","youtube_channel_id":"UC0FVSp7ejte_iwXaTubGWBQ","instagram_handle":"myb106","comscore-label":"The XXL"},"_station_logos":{},"_station_settings":{"default_show_image":""},"_townsquare_user_registration_settings":{"requires-confirmation":"no","use-short-form":"no","use-captcha":"yes","javascript-links":"no"},"blogInfo":{"blogId":517,"blogName":"B106","blogDescription":"Hip Hop and R&amp;B","postTitleFormat":"%post_title%","timeZone":"America/Chicago","market":"Killeen","activeDomain":"myb106.com","legalName":"KOOC-FM"},"tsiMarkets":"Killeen-Temple"},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_517":"B Squad","kruxEnabled":true,"oipEnabled":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":"myb106"}},{"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":"132238773586316"}},{"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://myb106.com/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/"}},{"attrs":{"property":"og:site_name","content":"B106"}},{"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":"@myB106tweets"}},{"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-kooc, 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":"188055881235662"}},{"attrs":{"name":"google-site-verification","content":"fyxr2EFHfruH3sjTgEzDtakqH4VSdsJtmbqiMPRTe-A"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://myb106.com/files/2014/04/favicon.ico"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"B106 » Feed","href":"http://myb106.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"B106 » Cavender’s to Donate Proceeds from Texas Tough T-Shirts to Hurricane Harvey Victims Comments Feed","href":"http://myb106.com/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://myb106.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"Kim Kardashian Posts New Nude Pic; the Internet Remains Unbroken [PHOTO]","href":"http://myb106.com/kim-kardashian-posts-new-nude-pic-the-internet-remains-unbroken-photo/"}},{"attrs":{"rel":"next","title":"Get Ready For The “Galloping for Grannies” Fun Run In Waco’s Woodway Park","href":"http://myb106.com/get-ready-for-the-galloping-for-grannies-fun-run-in-wacos-woodway-park/"}},{"attrs":{"rel":"shortlink","href":"http://myb106.com/?p=296451"}},{"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":"v1zjUWmwtREWNi8VTqomtNU3","enableOpenx":false,"enableKiosked":false,"enableKioskedMobile":false,"enableSonobi":true,"sonobiScript":"","zergnetId":"59576","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":["urban"],"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":"myb106.com","authLoginFormNonce":"583afa6539","authRegFormNonce":"72906af534","ga":{"ids":{"primary":"UA-33430515-5","secondary":["UA-19109753-1","UA-33430515-6","UA-28825804-1","UA-45260060-3"],"all":["UA-33430515-5","UA-19109753-1","UA-33430515-6","UA-28825804-1","UA-45260060-3"]}},"tsmStatic":{"revision":"4911d95e0898b139b595eb65188214cf422adc5b"},"isGallery":false,"userRegistrationSettings":{},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":296451,"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:37.000Z","postModifiedGmt":"2017-09-07T18:47:37.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:37.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":296378,"documentUrl":"/waco-navy-sends-relief-to-south-texas-video/","filterUrl":"/rest/carbon/filter/main/waco-navy-sends-relief-to-south-texas-video/","sortDate":"2017-09-06 09:03:36.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"},{"postId":296305,"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":2643,"taxonomyType":"tags"},{"postId":296302,"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":2643,"taxonomyType":"tags"},{"postId":296298,"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":2643,"taxonomyType":"tags"},{"postId":296256,"documentUrl":"/b106-in-the-streets-of-central-texas-this-week-collecting-supplies-for-hurricane-harvey-victims/","filterUrl":"/rest/carbon/filter/main/b106-in-the-streets-of-central-texas-this-week-collecting-supplies-for-hurricane-harvey-victims/","sortDate":"2017-09-02 20:10:05.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"},{"postId":296188,"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":2643,"taxonomyType":"tags"},{"postId":296109,"documentUrl":"/jj-watts-houston-relief-fund-hits-10-million/","filterUrl":"/rest/carbon/filter/main/jj-watts-houston-relief-fund-hits-10-million/","sortDate":"2017-08-31 12:43:04.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"},{"postId":296057,"documentUrl":"/you-can-help-wat-that-truck-food-truck-feed-hurricane-harvey-evacuees/","filterUrl":"/rest/carbon/filter/main/you-can-help-wat-that-truck-food-truck-feed-hurricane-harvey-evacuees/","sortDate":"2017-08-30 15:28:51.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"},{"postId":295967,"documentUrl":"/three-brothers-from-morgans-point-are-helping-to-rescue-flood-victims/","filterUrl":"/rest/carbon/filter/main/three-brothers-from-morgans-point-are-helping-to-rescue-flood-victims/","sortDate":"2017-08-29 12:26:26.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"},{"postId":295937,"documentUrl":"/applications-now-being-accepted-for-disaster-unemployment-assistance/","filterUrl":"/rest/carbon/filter/main/applications-now-being-accepted-for-disaster-unemployment-assistance/","sortDate":"2017-08-29 09:37:41.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"}],"taxonomy":[{"postId":296378,"documentUrl":"/waco-navy-sends-relief-to-south-texas-video/","filterUrl":"/rest/carbon/filter/main/waco-navy-sends-relief-to-south-texas-video/","sortDate":"2017-09-06 09:03:36.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"},{"postId":296305,"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":2643,"taxonomyType":"tags"},{"postId":296302,"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":2643,"taxonomyType":"tags"},{"postId":296298,"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":2643,"taxonomyType":"tags"},{"postId":296256,"documentUrl":"/b106-in-the-streets-of-central-texas-this-week-collecting-supplies-for-hurricane-harvey-victims/","filterUrl":"/rest/carbon/filter/main/b106-in-the-streets-of-central-texas-this-week-collecting-supplies-for-hurricane-harvey-victims/","sortDate":"2017-09-02 20:10:05.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"},{"postId":296188,"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":2643,"taxonomyType":"tags"},{"postId":296109,"documentUrl":"/jj-watts-houston-relief-fund-hits-10-million/","filterUrl":"/rest/carbon/filter/main/jj-watts-houston-relief-fund-hits-10-million/","sortDate":"2017-08-31 12:43:04.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"},{"postId":296057,"documentUrl":"/you-can-help-wat-that-truck-food-truck-feed-hurricane-harvey-evacuees/","filterUrl":"/rest/carbon/filter/main/you-can-help-wat-that-truck-food-truck-feed-hurricane-harvey-evacuees/","sortDate":"2017-08-30 15:28:51.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"},{"postId":295967,"documentUrl":"/three-brothers-from-morgans-point-are-helping-to-rescue-flood-victims/","filterUrl":"/rest/carbon/filter/main/three-brothers-from-morgans-point-are-helping-to-rescue-flood-victims/","sortDate":"2017-08-29 12:26:26.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"},{"postId":295937,"documentUrl":"/applications-now-being-accepted-for-disaster-unemployment-assistance/","filterUrl":"/rest/carbon/filter/main/applications-now-being-accepted-for-disaster-unemployment-assistance/","sortDate":"2017-08-29 09:37:41.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"}]},"cadata":{"activeDomain":"myb106.com","blogId":517,"method":"get_single","postId":296451,"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-61","now-playing-60","widget_onair-63"],"widgetDetails":{"widget_listen_live-61":{"widgetInfo":{"id":"widget_listen_live-61","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"61"},"widgetParams":{"title":"Listen Now","widgetTime":9}},"now-playing-60":{"widgetInfo":{"id":"now-playing-60","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"60"},"widgetParams":{"title":"Recently Played","widgetTime":9}},"widget_onair-63":{"widgetInfo":{"id":"widget_onair-63","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"63"},"widgetParams":{"title":"On Air","widgetTime":15}}}},"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://myb106.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":20}}}},"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":3}},"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-8","widget_third_party_content-2","widget_third_party_content-3"],"widgetDetails":{"ts_blogroll-8":{"widgetInfo":{"id":"ts_blogroll-8","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"8"},"widgetParams":{"title":"Best of B106","type":"main_content_thumb_title_roll","cat":"1","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://myb106.com/files/2014/03/Widget-338x73131.jpg","sponsor_image":"http://myb106.com/files/2014/03/logo131.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":"35863","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":1}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-56","ts_blogroll-381","google-ads-widget-263","tsq_sailthru_newsletter_widget-247","ts_blogroll-382"],"widgetDetails":{"fix_sidebar_marker-56":{"widgetInfo":{"id":"fix_sidebar_marker-56","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"56"},"widgetParams":{"title":"Fix Sidebar Marker","widgetTime":1}},"ts_blogroll-381":{"widgetInfo":{"id":"ts_blogroll-381","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"381"},"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-263":{"widgetInfo":{"id":"google-ads-widget-263","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"263"},"widgetParams":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":1}},"tsq_sailthru_newsletter_widget-247":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-247","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"247"},"widgetParams":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["KOOC-FM"],"widgetTime":2}},"ts_blogroll-382":{"widgetInfo":{"id":"ts_blogroll-382","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"382"},"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-61":{"info":{"id":"widget_listen_live-61","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"61"},"params":{"title":"Listen Now","widgetTime":9},"data":[97545],"dataDetails":{"97545":{"postId":97545,"title":"Listen Now","label":"Click to view the latest song playing on air.","url":"/listen-live/","mobileId":"17791","playerMode":"radio","sid":"23104","callsign":"KOOCFM","woMobileId":"5051","woStreamId":"3620","activePlayer":"wo","listenLivePageUrl":"http://player.streamtheworld.com/_players/townsquaremedia/runspotv3/?sid=23104&redirect=http://player.listenlive.co/17791","html5ScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/html5/stwplayer.php?callsign=KOOCFM&primaryColor=0xcc0000&playermode=radio&sid=23104&width=630","flashScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/stwplayer.php?callsign=KOOCFM&primaryColor=0xcc0000&playermode=radio&timeshift=false&radiopup=true&playerAdState=0&popout=false&width=630","wo_player_url":"http://v6.player.abacast.net/5051","wo_recent_api_url":"http://api.nowplaying.abacast.net/prt/nowplaying/2/10/3620/nowplaying.json","wo_preroll_url":"http://api.clarity.abacast.com/gateway/getmediavast.php?sid=3620/","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"now-playing-60":{"info":{"id":"now-playing-60","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"60"},"params":{"title":"Recently Played","widgetTime":9},"data":[97545],"dataDetails":{"97545":{"postId":97545,"mobileId":"17791","playerMode":"radio","sid":"23104","callsign":"KOOCFM","woStreamId":"3620","activePlayer":"wo","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"widget_onair-63":{"info":{"id":"widget_onair-63","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"63"},"params":{"title":"On Air","widgetTime":15},"data":["272773"],"dataDetails":{"272773":{"id":"272773","url":"http://myb106.com/show/the-rickey-smiley-weekend-jump-off/","title":"The Rickey Smiley Weekend Jump Off","wall":"http://myb106.com/show/the-rickey-smiley-weekend-jump-off/","posts":"http://myb106.com/show/the-rickey-smiley-weekend-jump-off/posts","mail":"","phone":"","thumbnailId":211151,"thumbnail":"http://myb106.com/files/2013/10/Rickey-Smiley1.png","authors":[{"id":1292706,"user_nicename":"cwbrewsandnewsgmail-com","display_name":"Rickey Smiley"}]}}},"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://myb106.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":20},"data":[296451],"dataDetails":{"296451":{"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:37 +0000","title":"Cavender&#8217;s to Donate Proceeds from Texas Tough T-Shirts to Hurricane Harvey Victims","url":"http://myb106.com/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/","id":296451,"contentRaw":"Get a cool shirt while helping out the victims of Hurricane Harvey.<span id=\"more-296451\"></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-296451\"></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://myb106.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://myb106.com/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/","image":{"id":296461,"url":"http://krock1017fm.com/files/2017/09/Texas-Tough-T-Shirt.png","caption":"Cavenders.com"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":false},"tags":[{"id":2633,"slug":"hurricane-harvey","title":"hurricane harvey","description":"","post_count":18,"link_url":"http://myb106.com/tags/hurricane-harvey/","feed_url":"http://myb106.com/tags/hurricane-harvey/feed/","term_taxonomy_id":2643,"object_id":0}],"categories":[{"id":1,"slug":"articles","title":"Articles","description":"","parent":0,"post_count":11570,"link_url":"http://myb106.com/category/articles/","feed_url":"http://myb106.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://myb106.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%2Fmyb106.com%2Fget-a-cavenders-hurricane-harvey-tough-t-shirt-now%2F%3Ftrackback%3Dtwitter_mobile%20%40myB106tweets","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fmyb106.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://myb106.com/kim-kardashian-posts-new-nude-pic-the-internet-remains-unbroken-photo/","prevArticle":"http://myb106.com/get-ready-for-the-galloping-for-grannies-fun-run-in-wacos-woodway-park/","pageUrl":"/get-a-cavenders-hurricane-harvey-tough-t-shirt-now/","blogId":517,"domain":"myb106.com","crossPostAttributionBottom":"","rawContent":"<p>Get a cool shirt while helping out the victims of Hurricane Harvey.<span id=\"more-296451\"></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-296451\"></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":296378,"documentUrl":"/waco-navy-sends-relief-to-south-texas-video/","filterUrl":"/rest/carbon/filter/main/waco-navy-sends-relief-to-south-texas-video/","sortDate":"2017-09-06 09:03:36.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"},{"postId":296305,"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":2643,"taxonomyType":"tags"},{"postId":296302,"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":2643,"taxonomyType":"tags"},{"postId":296298,"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":2643,"taxonomyType":"tags"},{"postId":296256,"documentUrl":"/b106-in-the-streets-of-central-texas-this-week-collecting-supplies-for-hurricane-harvey-victims/","filterUrl":"/rest/carbon/filter/main/b106-in-the-streets-of-central-texas-this-week-collecting-supplies-for-hurricane-harvey-victims/","sortDate":"2017-09-02 20:10:05.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"},{"postId":296188,"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":2643,"taxonomyType":"tags"},{"postId":296109,"documentUrl":"/jj-watts-houston-relief-fund-hits-10-million/","filterUrl":"/rest/carbon/filter/main/jj-watts-houston-relief-fund-hits-10-million/","sortDate":"2017-08-31 12:43:04.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"},{"postId":296057,"documentUrl":"/you-can-help-wat-that-truck-food-truck-feed-hurricane-harvey-evacuees/","filterUrl":"/rest/carbon/filter/main/you-can-help-wat-that-truck-food-truck-feed-hurricane-harvey-evacuees/","sortDate":"2017-08-30 15:28:51.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"},{"postId":295967,"documentUrl":"/three-brothers-from-morgans-point-are-helping-to-rescue-flood-victims/","filterUrl":"/rest/carbon/filter/main/three-brothers-from-morgans-point-are-helping-to-rescue-flood-victims/","sortDate":"2017-08-29 12:26:26.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"},{"postId":295937,"documentUrl":"/applications-now-being-accepted-for-disaster-unemployment-assistance/","filterUrl":"/rest/carbon/filter/main/applications-now-being-accepted-for-disaster-unemployment-assistance/","sortDate":"2017-08-29 09:37:41.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"}],"taxonomy":[{"postId":296378,"documentUrl":"/waco-navy-sends-relief-to-south-texas-video/","filterUrl":"/rest/carbon/filter/main/waco-navy-sends-relief-to-south-texas-video/","sortDate":"2017-09-06 09:03:36.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"},{"postId":296305,"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":2643,"taxonomyType":"tags"},{"postId":296302,"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":2643,"taxonomyType":"tags"},{"postId":296298,"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":2643,"taxonomyType":"tags"},{"postId":296256,"documentUrl":"/b106-in-the-streets-of-central-texas-this-week-collecting-supplies-for-hurricane-harvey-victims/","filterUrl":"/rest/carbon/filter/main/b106-in-the-streets-of-central-texas-this-week-collecting-supplies-for-hurricane-harvey-victims/","sortDate":"2017-09-02 20:10:05.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"},{"postId":296188,"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":2643,"taxonomyType":"tags"},{"postId":296109,"documentUrl":"/jj-watts-houston-relief-fund-hits-10-million/","filterUrl":"/rest/carbon/filter/main/jj-watts-houston-relief-fund-hits-10-million/","sortDate":"2017-08-31 12:43:04.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"},{"postId":296057,"documentUrl":"/you-can-help-wat-that-truck-food-truck-feed-hurricane-harvey-evacuees/","filterUrl":"/rest/carbon/filter/main/you-can-help-wat-that-truck-food-truck-feed-hurricane-harvey-evacuees/","sortDate":"2017-08-30 15:28:51.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"},{"postId":295967,"documentUrl":"/three-brothers-from-morgans-point-are-helping-to-rescue-flood-victims/","filterUrl":"/rest/carbon/filter/main/three-brothers-from-morgans-point-are-helping-to-rescue-flood-victims/","sortDate":"2017-08-29 12:26:26.000 +0000","termTaxonomyId":2643,"taxonomyType":"tags"},{"postId":295937,"documentUrl":"/applications-now-being-accepted-for-disaster-unemployment-assistance/","filterUrl":"/rest/carbon/filter/main/applications-now-being-accepted-for-disaster-unemployment-assistance/","sortDate":"2017-08-29 09:37:41.000 +0000","termTaxonomyId":2643,"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":3},"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-8":{"info":{"id":"ts_blogroll-8","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"8"},"params":{"title":"Best of B106","type":"main_content_thumb_title_roll","cat":"1","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://myb106.com/files/2014/03/Widget-338x73131.jpg","sponsor_image":"http://myb106.com/files/2014/03/logo131.png","sponsor_image_mobile":"","background_color":"","background_repeat":"no-repeat","sponsor_name":"","sponsor_link":"https://www.facebook.com/pages/Wild-Country/346079271778"},"widgetTime":5,"widgetFilterTime":0,"widgetFilterParallelTime":2},"data":[304586,304573,304548,304535],"dataDetails":{"304535":{"postid":"304535","sortdate":"2018-02-15T18:53:37.000Z","data":{"mainData":{"postType":"post","caption":"YouTube","thumbnail":"http://theboombox.com/files/2018/01/Lil-Pump-Wants-a-15-Million-Deal.jpg","postDateGmt":"2018-02-15 18:53:37 +0000","title":"Lil Pump Arrested for Shooting Gun Inside His California Home","url":"http://myb106.com/lil-pump-arrested-shooting-gun-inside-home-mom-could-also-face-charges/","id":304535,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"The 17-year-old rapper was charged with discharging a weapon in an inhabited place.","authors":[{"id":339582,"slug":"trentfitzaol-com","name":"Trent Fitzgerald","first_name":"Trent","last_name":"Fitzgerald","nickname":"Trent Fitzgerald","thumbnail":"http://thedrop.fm/files/2013/09/trent.jpg","url":"http://myb106.com/author/trentfitzaol-com/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Lil Pump Arrested for Shooting Gun Inside His California Home"}}},"304548":{"postid":"304548","sortdate":"2018-02-16T04:18:42.000Z","data":{"mainData":{"postType":"post","caption":"KWTX","thumbnail":"http://ktemnews.com/files/2018/02/190-AUTOPED-2.15.18.jpg","postDateGmt":"2018-02-16 04:18:42 +0000","title":"Portion of 190 Shut Down after Thursday Night Collision","url":"http://myb106.com/portion-of-190-shut-down-after-thursday-night-collision/","id":304548,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Early reports were that a pedestrian was lying in the road after an accident that occurred on eastbound US 190 between Copperas Cove and Killeen around 9 PM.","authors":[{"id":692661,"slug":"aaronsavage","name":"Aaron Savage","first_name":"Aaron","last_name":"Savage","nickname":"KTEM Staff","url":"http://myb106.com/author/aaronsavage/","thumbnail":"http://ktemnews.com/files/2017/03/self-portrait.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"US 190 Shutdown","dynamic-lead-excerpt":"Early reports were that a pedestrian was lying in the road after an accident that occurred on eastbound US 190 between Copperas Cove and Killeen around 9 PM.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Portion of 190 Shut Down after Thursday Night Collision"}}},"304573":{"postid":"304573","sortdate":"2018-02-16T19:00:56.000Z","data":{"mainData":{"postType":"post","caption":"","thumbnail":"http://myb106.com/files/2018/02/61cqaf0hG6L._SL1000_-e1518807504462.jpg","postDateGmt":"2018-02-16 19:00:56 +0000","title":"Austin Becomes First Texas City with Mandatory Sick Pay ","url":"http://myb106.com/austin-becomes-first-texas-city-with-mandatory-sick-pay/","id":304573,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"The Austin City Council passed a bill shortly before 1 AM Friday that will affect an average of 200,000 workers mandating that all non-governmental employers allow workers to accrue paid sick days.\nMayor of Austin Steve Alder said after the vote:\n“This is going to affect a lot of people in our city that probably are right now coming into work sick and probably serving food on days that they should","authors":[{"id":2517171,"slug":"shannon","name":"Trey the Choklit Jok","first_name":"Shannon","last_name":"Brazier","nickname":"Trey the Choklit Jok","thumbnail":"http://myb106.com/files/2015/08/y_PrVoU6.jpg","url":"http://myb106.com/author/shannon/"}]},"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":"Austin Becomes First Texas City with Mandatory Sick Pay "}}},"304586":{"postid":"304586","sortdate":"2018-02-17T03:34:08.000Z","data":{"mainData":{"postType":"post","caption":"","thumbnail":"http://myb106.com/files/2018/02/hqdefault4.jpg","postDateGmt":"2018-02-17 03:34:08 +0000","title":"Kountry Wayne in Killeen, stops by B106","url":"http://myb106.com/kountry-wayne-in-killeen-this-weekend-talks-to-trey-the-choklit-jok-about-social-media-comedians/","id":304586,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Kountry Wayne who is in Killeen this weekend for shows at The Laugh It Up Comedy Lounge stopped by B106 and chopped it up with me.\nHe talks about his success, and how he feels about Older Comedians who don&apos;t have respect for the Newer &amp;quot;Social Media Comedians&amp;quot; of Today...","authors":[{"id":2517171,"slug":"shannon","name":"Trey the Choklit Jok","first_name":"Shannon","last_name":"Brazier","nickname":"Trey the Choklit Jok","thumbnail":"http://myb106.com/files/2015/08/y_PrVoU6.jpg","url":"http://myb106.com/author/shannon/"}],"video":false,"videoUrl":"https://youtu.be/XfYXX_PtVTk","youtubeId":"XfYXX_PtVTk"},"alternateData":{"_townsquare_media_url":"https://youtu.be/XfYXX_PtVTk","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":"Kountry Wayne in Killeen, stops by B106"}}}},"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":"35863","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":1},"data":[],"dataDetails":{}},"fix_sidebar_marker-56":{"info":{"id":"fix_sidebar_marker-56","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"56"},"params":{"title":"Fix Sidebar Marker","widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-381":{"info":{"id":"ts_blogroll-381","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"381"},"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":5,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[303590,303203,303116],"dataDetails":{"303116":{"postid":"303116","sortdate":"2018-01-23T19:50:24.000Z","data":{"mainData":{"postType":"post","caption":"TxDOT","thumbnail":"http://ktemnews.com/files/2018/01/TxDOT-Scholarship.jpg","postDateGmt":"2018-01-23 19:50:24 +0000","title":"Scholarships Up For Grabs!","url":"http://myb106.com/texas-students-should-apply-for-the-dont-mess-with-texas-scholarship/","id":303116,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"$10,000 in scholarship funds are waiting for three Texas students who demonstrate leadership in litter prevention on campus and in their community. Is that you?","authors":[{"id":692661,"slug":"aaronsavage","name":"Aaron Savage","first_name":"Aaron","last_name":"Savage","nickname":"KTEM Staff","url":"http://myb106.com/author/aaronsavage/","thumbnail":"http://ktemnews.com/files/2017/03/self-portrait.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Scholarships Up For Grabs!","dynamic-lead-excerpt":"$10,000 in scholarship funds are waiting for three Texas students who demonstrate leadership in litter prevention on campus and in their community. Is that you?","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","_aioseop_title":"Texas Students Can Apply for Don&apos;t Mess with Texas Scholarship","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"303203":{"postid":"303203","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://myb106.com/fire-in-nolanville-one-dead-two-firefighters-injured/","id":303203,"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://myb106.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"}}},"303590":{"postid":"303590","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":"You and Bae Getaway","url":"http://myb106.com/valentines-day-2018-dig-yourself-out-of-the-dog-house/","id":303590,"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://myb106.com/author/aaronsavage/","thumbnail":"http://ktemnews.com/files/2017/03/self-portrait.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"You and Bae Getaway","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":"You and Bae Getaway with B106"}}}},"redisCached":true},"google-ads-widget-263":{"info":{"id":"google-ads-widget-263","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"263"},"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-247":{"info":{"id":"tsq_sailthru_newsletter_widget-247","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"247"},"params":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["KOOC-FM"],"widgetTime":2},"data":[],"dataDetails":{}},"ts_blogroll-382":{"info":{"id":"ts_blogroll-382","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"382"},"params":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3,"widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[304586,304573,304548],"dataDetails":{"304548":{"postid":"304548","sortdate":"2018-02-16T04:18:42.000Z","data":{"mainData":{"postType":"post","caption":"KWTX","thumbnail":"http://ktemnews.com/files/2018/02/190-AUTOPED-2.15.18.jpg","postDateGmt":"2018-02-16 04:18:42 +0000","title":"Portion of 190 Shut Down after Thursday Night Collision","url":"http://myb106.com/portion-of-190-shut-down-after-thursday-night-collision/","id":304548,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Early reports were that a pedestrian was lying in the road after an accident that occurred on eastbound US 190 between Copperas Cove and Killeen around 9 PM.","authors":[{"id":692661,"slug":"aaronsavage","name":"Aaron Savage","first_name":"Aaron","last_name":"Savage","nickname":"KTEM Staff","url":"http://myb106.com/author/aaronsavage/","thumbnail":"http://ktemnews.com/files/2017/03/self-portrait.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"US 190 Shutdown","dynamic-lead-excerpt":"Early reports were that a pedestrian was lying in the road after an accident that occurred on eastbound US 190 between Copperas Cove and Killeen around 9 PM.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Portion of 190 Shut Down after Thursday Night Collision"}}},"304573":{"postid":"304573","sortdate":"2018-02-16T19:00:56.000Z","data":{"mainData":{"postType":"post","caption":"","thumbnail":"http://myb106.com/files/2018/02/61cqaf0hG6L._SL1000_-e1518807504462.jpg","postDateGmt":"2018-02-16 19:00:56 +0000","title":"Austin Becomes First Texas City with Mandatory Sick Pay ","url":"http://myb106.com/austin-becomes-first-texas-city-with-mandatory-sick-pay/","id":304573,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"The Austin City Council passed a bill shortly before 1 AM Friday that will affect an average of 200,000 workers mandating that all non-governmental employers allow workers to accrue paid sick days.\nMayor of Austin Steve Alder said after the vote:\n“This is going to affect a lot of people in our city that probably are right now coming into work sick and probably serving food on days that they should","authors":[{"id":2517171,"slug":"shannon","name":"Trey the Choklit Jok","first_name":"Shannon","last_name":"Brazier","nickname":"Trey the Choklit Jok","thumbnail":"http://myb106.com/files/2015/08/y_PrVoU6.jpg","url":"http://myb106.com/author/shannon/"}]},"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":"Austin Becomes First Texas City with Mandatory Sick Pay "}}},"304586":{"postid":"304586","sortdate":"2018-02-17T03:34:08.000Z","data":{"mainData":{"postType":"post","caption":"","thumbnail":"http://myb106.com/files/2018/02/hqdefault4.jpg","postDateGmt":"2018-02-17 03:34:08 +0000","title":"Kountry Wayne in Killeen, stops by B106","url":"http://myb106.com/kountry-wayne-in-killeen-this-weekend-talks-to-trey-the-choklit-jok-about-social-media-comedians/","id":304586,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Kountry Wayne who is in Killeen this weekend for shows at The Laugh It Up Comedy Lounge stopped by B106 and chopped it up with me.\nHe talks about his success, and how he feels about Older Comedians who don&apos;t have respect for the Newer &amp;quot;Social Media Comedians&amp;quot; of Today...","authors":[{"id":2517171,"slug":"shannon","name":"Trey the Choklit Jok","first_name":"Shannon","last_name":"Brazier","nickname":"Trey the Choklit Jok","thumbnail":"http://myb106.com/files/2015/08/y_PrVoU6.jpg","url":"http://myb106.com/author/shannon/"}],"video":false,"videoUrl":"https://youtu.be/XfYXX_PtVTk","youtubeId":"XfYXX_PtVTk"},"alternateData":{"_townsquare_media_url":"https://youtu.be/XfYXX_PtVTk","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":"Kountry Wayne in Killeen, stops by B106"}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":5},"data":[],"dataDetails":{},"redisCached":true},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":2},"data":["1",{"2":["2.1","2.2","2.3"]},{"3":["3.1","3.2"]},{"4":["4.1"]},{"5":["5.1","5.2"]},{"6":["6.1","6.2","6.3",{"6.4":["6.4.1","6.4.2","6.4.3","6.4.4"]}]},"7",{"8":["8.1","8.2","8.3","8.4"]},{"9":["9.1","9.2","9.3"]}],"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":"/shows","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":10659,"title":"Listen","titleExcerpt":"Listen","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":106568,"title":"Playlist","titleExcerpt":"Playlist","href":"/july-playlist-check-out-the-hits-were-playing-on-b106/","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":3724,"title":"Events","titleExcerpt":"Events","href":"/events-killeen/","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":5578,"title":"B Squad","titleExcerpt":"B Squad","href":"/vip","samedomain":true,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":203073,"title":"Win Stuff","titleExcerpt":"Win Stuff","href":"/contests/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/","hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":178602,"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":10661,"title":"Contact Us","titleExcerpt":"Contact Us","href":"/help","samedomain":true,"hasBlogroll":false}},"2.1":{"menuId":"2.1","attrs":{"menuPostId":106567,"title":"Our DJs","titleExcerpt":"Our DJs","href":"/djs","samedomain":true,"hasBlogroll":false}},"2.2":{"menuId":"2.2","attrs":{"menuPostId":9439,"title":"Today's Shows","titleExcerpt":"Today's Shows","href":"/shows","samedomain":true,"hasBlogroll":false}},"2.3":{"menuId":"2.3","attrs":{"menuPostId":289451,"title":"Sundays at the Square","titleExcerpt":"Sundays at the Square","href":"/?submit_button=&s=Sundays+at+the+square","samedomain":true,"hasBlogroll":false}},"3.1":{"menuId":"3.1","attrs":{"menuPostId":10660,"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 App","href":"/mobile","samedomain":true,"hasBlogroll":false}},"4.1":{"menuId":"4.1","attrs":{"menuPostId":106569,"title":"Recently Played","titleExcerpt":"Recently Played","href":"/playlist","samedomain":true,"hasBlogroll":false}},"5.1":{"menuId":"5.1","attrs":{"menuPostId":90656,"title":"Submit an Event","titleExcerpt":"Submit an Event","href":"/events-killeen/community/add/","samedomain":true,"hasBlogroll":false}},"5.2":{"menuId":"5.2","attrs":{"menuPostId":106571,"title":"Community Calendar","titleExcerpt":"Community Calendar","href":"/events-killeen/","samedomain":true,"hasBlogroll":false}},"6.1":{"menuId":"6.1","attrs":{"menuPostId":106582,"title":"Sign Up","titleExcerpt":"Sign Up","href":"/registration","samedomain":true,"hasBlogroll":false}},"6.2":{"menuId":"6.2","attrs":{"menuPostId":203083,"title":"Contests","titleExcerpt":"Contests","href":"/contests/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/","hasBlogroll":false}},"6.3":{"menuId":"6.3","attrs":{"menuPostId":224365,"title":"Picking Up Prizes and General Contest Rules","titleExcerpt":"","href":"/prizes","samedomain":true,"hasBlogroll":false}},"6.4":{"menuId":"6.4","attrs":{"menuPostId":45205,"title":"View Local Experts","titleExcerpt":"View Local Experts","href":"/local-experts/","samedomain":true,"hasBlogroll":false}},"6.4.1":{"menuId":"6.4.1","attrs":{"menuPostId":45206,"title":"Amos Electric","titleExcerpt":"Amos Electric","href":"/vip/sponsors/amos-electric-3/","samedomain":true,"hasBlogroll":false}},"6.4.2":{"menuId":"6.4.2","attrs":{"menuPostId":256974,"title":"Ed Laughlin","titleExcerpt":"Ed Laughlin","href":"/ed-l-laughlin/","samedomain":true,"hasBlogroll":false}},"6.4.3":{"menuId":"6.4.3","attrs":{"menuPostId":194179,"title":"Maaco","titleExcerpt":"Maaco","href":"/local_experts/maaco-collision-repair-and-auto-painting/","samedomain":true,"hasBlogroll":false}},"6.4.4":{"menuId":"6.4.4","attrs":{"menuPostId":147739,"title":"TTD Bookkeeping","titleExcerpt":"TTD Bookkeeping","href":"/vip/sponsors/ttd-bookkeeping-service/","samedomain":true,"hasBlogroll":false}},"8.1":{"menuId":"8.1","attrs":{"menuPostId":243197,"title":"Account Executive","titleExcerpt":"Account Executive","href":"/job-opening-account-executive-temple-tx/","samedomain":true,"hasBlogroll":false}},"8.2":{"menuId":"8.2","attrs":{"menuPostId":243196,"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":243195,"title":"Townsquare Job Network","titleExcerpt":"Townsquare Job Network","href":"http://killeen.townsquarejobnetwork.com/","samedomain":false,"hasBlogroll":false}},"8.4":{"menuId":"8.4","attrs":{"menuPostId":298835,"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":10662,"title":"Help & Contact Info","titleExcerpt":"Help & Contact Info","href":"/help","samedomain":true,"hasBlogroll":false}},"9.2":{"menuId":"9.2","attrs":{"menuPostId":106583,"title":"Send Feedback","titleExcerpt":"Send Feedback","href":"/feedback","samedomain":true,"hasBlogroll":false}},"9.3":{"menuId":"9.3","attrs":{"menuPostId":86140,"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":4},"data":["1","2","3","4","5","6"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":37565,"title":"Hot Now","titleExcerpt":"Hot Now","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":297779,"title":"Free Birthday Cookie Cake","titleExcerpt":"Free Birthday Cookie Cake","href":"/?p=297774","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":302366,"title":"Patna N Him Radio","titleExcerpt":"Patna N Him Radio","href":"/?p=302362","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":276438,"title":"Sundays at the Square","titleExcerpt":"Sundays at the Square","href":"/?submit_button=&s=Sundays+at+the+square","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":231069,"title":"Join the Squad","titleExcerpt":"Join the Squad","href":"/registration","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":256561,"title":"Listen Live","titleExcerpt":"Listen Live","href":"/listen-live","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":10},"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":"/kooc-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":"The XXL Network"}}}}},"data":{},"time":{"wpTime":45.61,"mainOptionsTime":7.147,"sidebarsTime":11.074,"widgetsTime":23.28,"processTime":87.248},"experimentGroup":"B"},"serverConfig":{"host":"myb106.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=3b9dbc3b07b0bef2c96b11376b1d9e6298d9a129"></script>
        </body>
      </html>