<!doctype html>
      <html class="single">
        <head>
          <title data-react-helmet="true">Houston-Area Resident Shares &#x27;Scary&#x27; Details of Hurricane Harvey</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="description" content="Boleo had the chance to speak to a resident in The Woodlands, Texas about the impact of Hurricane Harvey on them."/><meta data-react-helmet="true" name="keywords" content="hurricane, evacuation, weather, the woodlands, texas, houston, hurricane harvey, interview"/><meta data-react-helmet="true" property="fb:app_id" content="186808174689482"/><meta data-react-helmet="true" property="fb:admins" content="39403132"/><meta data-react-helmet="true" property="fb:admins" content="583052867"/><meta data-react-helmet="true" property="fb:admins" content="100002025987268"/><meta data-react-helmet="true" property="fb:admins" content="732998853"/><meta data-react-helmet="true" property="og:title" content="Houston-Area Resident Shares &#x27;Scary&#x27; Details of Hurricane Harvey"/><meta data-react-helmet="true" property="og:description" content="Boleo had the chance to speak to a resident in The Woodlands, Texas about the impact of Hurricane Harvey on them."/><meta data-react-helmet="true" property="og:url" content="http://kicks105.com/hurricane-harvey-knows-no-bounds-interview-with-woodlands-resident/"/><meta data-react-helmet="true" property="og:site_name" content="KICKS 105"/><meta data-react-helmet="true" property="og:type" content="blog"/><meta data-react-helmet="true" property="og:image" content="http://1025kiss.com/files/2017/08/21077690_1273937196045792_7891939344784616926_n.jpg?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="@kicks105"/><meta data-react-helmet="true" name="sailthru.description" content="Boleo had the chance to speak to a resident in The Woodlands, Texas about the impact of Hurricane Harvey on them."/><meta data-react-helmet="true" name="sailthru.date" content="2017-08-28 11:50:04"/><meta data-react-helmet="true" name="sailthru.title" content="Hurricane Harvey Knows No Bounds — Interview With The Woodlands Resident"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-kyks, tsmmarket-lufkin, tsmtype-local, hurricane, hurricane-harvey, weather, local-news"/><meta data-react-helmet="true" name="sailthru.author" content="boleo"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://1025kiss.com/files/2017/08/21077690_1273937196045792_7891939344784616926_n.jpg"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://1025kiss.com/files/2017/08/21077690_1273937196045792_7891939344784616926_n.jpg"/><meta data-react-helmet="true" property="fb:pages" content="212393016369"/><meta data-react-helmet="true" name="google-site-verification" content="2Raee6QZwBRGrmgsDPE2YincTtmTtQlla9nVGWFuIAc"/><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://kicks105.com/files/2011/02/favicon.ico"/><link data-react-helmet="true" id="design-fav" rel="shortcut icon" href="http://kicks105.com/files/2011/02/favicon.ico"/><link data-react-helmet="true" rel="profile" href="http://gmpg.org/xfn/11"/><link data-react-helmet="true" rel="canonical" href="http://1025kiss.com/hurricane-harvey-knows-no-bounds-interview-with-woodlands-resident/"/>
          <link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic|Roboto:400,400italic,500,500italic,700,300italic,300|Roboto+Condensed:300,400,700" rel="stylesheet" type="text/css" />
          <link href="/styles/base.css?ver=f6f5453a8cde7d0b301abb99888e7aca87cafa58&mver=4" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "A";
          window.TSM.cadata = {"activeDomain":"kicks105.com","blogId":151,"method":"get_single","postId":302932,"crosspostBlogId":"189","crosspostPostId":"370801","postType":"post","postDateGmt":"2017-08-28 16:50:04.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":"boleo","dimension2":"local-news","dimension3":"hurricane,hurricane-harvey,weather","dimension4":"post","dimension5":"Mon Aug 28 2017","dimension6":"11:50","dimension7":"standard","dimension8":"635","dimension9":"A","dimension10":"yes"};
ga( "create", {
          trackingId:"UA-19111519-1",
          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-19111519-1"};
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-19111519-6",
          name: "UA191115196",
          allowAnchor: false
        });
        ga( "UA191115196.require", "displayfeatures" );
        ga( "UA191115196.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA191115196" ] = {gaid:"UA-19111519-6"};
ga( "create", {
          trackingId:"UA-28825804-2",
          name: "UA288258042",
          allowAnchor: false
        });
        ga( "UA288258042.require", "displayfeatures" );
        ga( "UA288258042.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA288258042" ] = {gaid:"UA-28825804-2"};
ga( "create", {
          trackingId:"UA-45260060-2",
          name: "UA452600602",
          allowAnchor: false
        });
        ga( "UA452600602.require", "displayfeatures" );
        ga( "UA452600602.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA452600602" ] = {gaid:"UA-45260060-2"};
            })(window);
          </script>
          <script async src="https://www.google-analytics.com/analytics.js"></script>
          <script>(function(w){
      w.dataLayer = [{"title":"Houston-Area Resident Shares 'Scary' Details of Hurricane Harvey","callsign":"KYKSFM","market":"Lufkin","sitetype":"Local","siteClassification":"","state":"TX","genre":{"0":"country"},"pageType":"post","tags":"hurricane,hurricane-harvey,weather","categories":"local-news","mediaType":"video"}];
      w.dataLayer[0].referer = document.referrer;w.dataLayer[0].curatedReferer = document.referrer.replace( /https?:\/\//, "" );w.dataLayer[0].dayOfWeek = function(n){return n.toLocaleString("en-US",{weekday:"long"})}(new Date);w.dataLayer[0].periodOfDay = function(n,t,i){t=n.getHours(),i=n.getMinutes(),i<10&&(i="0"+i);var r=parseInt(t+""+i);return r>=0&&r<600?"Overnight":r>=600&&r<1e3?"Morning Drive":r>=1e3&&r<1500?"Midday":r>=1500&&r<1900?"Afternoon Drive":r>=1900&&r<2400?"Evening":void 0}(new Date);
    })(window);</script>
          <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({"gtm.start": new Date().getTime(),event:"gtm.js"});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!="dataLayer"?"&l="+l:"";j.async=true;j.src= "https://www.googletagmanager.com/gtm.js?id="+i+dl;f.parentNode.insertBefore(j,f); })(window,document,"script","dataLayer","GTM-K346HJZ");</script>
          
          <script class="kxct" data-id="rwjnisqy1" data-timing="async" data-version="3.0" type="text/javascript">
        window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);
        (function(){
          var k=document.createElement("script");k.type="text/javascript";k.async=true;
          k.src=(location.protocol==="https:"?"https:":"http:")+"//"+"cdn.krxd.net/controltag/rwjnisqy1.js";
          var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(k,s);
        }());
      </script><script type="text/javascript" src="//mtrx.go.sonobi.com/morpheus.townsquaremedia.local.1594.js"></script>
<script async type="text/javascript" src="https://native.sharethrough.com/assets/sfp.js"></script><script async="async" src="https://www.googletagservices.com/tag/js/gpt.js"></script>
        <script>
        var googletag = googletag || {};
        googletag.cmd = googletag.cmd || [];
        </script>
<script>window.pbjs=window.pbjs||{};window.pbjs.que=window.pbjs.que||[];</script><script src="http://production.townsquareblogs.com/wp-content/uploads/static/prebid/carbon/pb.js?domain=kicks105.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", ["local-news"] );
googletag.pubads().setTargeting( "tags", ["hurricane","hurricane-harvey","weather"] );
googletag.pubads().setTargeting( "id", "hurricane-harvey-knows-no-bounds-interview-with-woodlands-resident" );
googletag.pubads().setTargeting( "author", "boleo" );
googletag.pubads().setTargeting( "kw", ["boleo","hurricane-harvey-knows-no-bounds-interview-with-woodlands-resident","local-news","hurricane","hurricane-harvey","weather","pagetype-post"] );
googletag.pubads().setTargeting( "genre", ["country"] );
googletag.pubads().setTargeting( "device", "web" );
googletag.pubads().setTargeting( "ksg", Krux.segments );
        googletag.pubads().setTargeting( "kuid", Krux.user );
if( window.TSM.adSlots["tsm-ad-300a"] === undefined ){
window.TSM.adSlots["tsm-ad-300a"] = googletag.defineSlot( "8328825/local/Lufkin/KYKS/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/Lufkin/KYKS/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/Lufkin/KYKS/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/Lufkin/KYKS/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/Lufkin/KYKS/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/Lufkin/KYKS/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/Lufkin/KYKS/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/Lufkin/KYKS/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/Lufkin/KYKS/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="-2017787223"><!-- 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="KICKS 105" title="KICKS 105" data-reactid="14"><img src="http://kicks105.com/files/2017/12/kyksfm-logo1.png" alt="KICKS 105" title="KICKS 105" 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 id="promotion-12" class="stationtagline-container showticker-item" data-reactid="21"><div class="content" data-reactid="22"><a class="info" href="#" data-reactid="23">THE COUNTRY LEADER</a></div></div></div></div><a class="listen-live-cto cto" href="/listen-live/" data-reactid="24"><span class="icon-play2" data-reactid="25"></span><span class="cto-title" data-reactid="26">Listen Now</span></a><a class="sign-in-out" href="/#auth-start" title="" data-reactid="27"></a></div><nav id="site-menu" data-reactid="28"><div class="wrapper" data-reactid="29"><span class="icon-base icon-menu select-none" data-reactid="30"></span><ul class="links" data-reactid="31"><li class="hassub" data-reactid="32"><a href="/" data-reactid="33">Home</a></li><li class="hassub" data-reactid="34"><a href="/djs" data-reactid="35">DJs</a><ul class="links submenu" data-reactid="36"><li class="hassub" data-reactid="37"><a href="/djs" data-reactid="38">On-Air Staff</a></li><li class="hassub" data-reactid="39"><a href="/shows" data-reactid="40">Shows</a></li><li class="hassub" data-reactid="41"><a href="/author/dmerrell/" data-reactid="42">Danny Merrell</a></li><li class="hassub" data-reactid="43"><a href="/author/seanericsongapbroadcasting-com/" data-reactid="44">Sean Ericson</a></li></ul></li><li class="hassub" data-reactid="45"><a href="/listen-live/" data-reactid="46">Listen</a><ul class="links submenu" data-reactid="47"><li class="hassub" data-reactid="48"><a href="/listen-live/" data-reactid="49">Listen Live</a></li><li class="hassub" data-reactid="50"><a href="/app/" data-reactid="51">Kicks 105 Mobile App</a></li></ul></li><li class="hassub" data-reactid="52"><a href="/playlist" data-reactid="53">Playlist</a><ul class="links submenu" data-reactid="54"><li class="hassub" data-reactid="55"><a href="/playlist" data-reactid="56">Recently Played</a></li></ul></li><li class="hassub" data-reactid="57"><a href="/events-lufkin/" data-reactid="58">Events</a><ul class="links submenu" data-reactid="59"><li class="hassub" data-reactid="60"><a href="/events-lufkin/" data-reactid="61">Townsquare 411</a></li><li class="hassub" data-reactid="62"><a href="/townsquare411/" data-reactid="63">Submit Your Event</a></li></ul></li><li class="hassub" data-reactid="64"><a href="/vip" data-reactid="65">Kicks VIP</a><ul class="links submenu" data-reactid="66"><li class="hassub" data-reactid="67"><a href="/vip/contests/" data-reactid="68">Contests</a></li><li class="hassub" data-reactid="69"><a href="/registration/" data-reactid="70">Join Now!</a></li><li class="hassub" data-reactid="71"><a href="/app/" data-reactid="72">Kicks 105 Mobile App</a></li><li class="hassub" data-reactid="73"><a href="http://www.kicks105.com/help" target="_blank" data-reactid="74">VIP Support</a></li><li class="hassub" data-reactid="75"><a href="/rules/" data-reactid="76">Contest Rules</a></li><li class="hassub" data-reactid="77"><a href="/local-experts/" data-reactid="78">Local Expert</a></li></ul></li><li class="hassub" data-reactid="79"><a href="/vip/contests/sweeps/" data-reactid="80">Win Stuff</a></li><li class="hassub" data-reactid="81"><a href="/mornings" data-reactid="82">Mornings</a></li><li class="hassub" data-reactid="83"><a href="/birthdays" data-reactid="84">Birthdays</a></li><li class="hassub" data-reactid="85"><a href="/contact-us/" data-reactid="86">Contact</a><ul class="links submenu" data-reactid="87"><li class="hassub" data-reactid="88"><a href="/contact-us/" data-reactid="89">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="90"><a href="/feedback/" data-reactid="91">Send Feedback</a></li><li class="hassub" data-reactid="92"><a href="/advertise/" data-reactid="93">Advertise</a></li><li class="hassub" data-reactid="94"><a href="/job-opportunities/" data-reactid="95">Employment</a></li><li class="hassub" data-reactid="96"><a href="/use-the-internet-to-grow-your-business/" data-reactid="97">Start A Business Website</a></li><li class="hassub" data-reactid="98"><a href="/studio-sponsorbadderslawfirm/" data-reactid="99">Studio Sponsor</a></li><li class="hassub" data-reactid="100"><a href="/game-squares-official-rules-2" data-reactid="101">Game Squares Official Rules</a></li></ul></li><li class="hidden-menu hassub hide" data-reactid="102"><a class="more-icon" href="#" data-reactid="103">More</a><ul class="links submenu" data-reactid="104"><li class="hassub hide" data-reactid="105"><a href="/" data-reactid="106">Home</a></li><li class="hassub hide" data-reactid="107"><a href="/djs" data-reactid="108">DJs</a><ul class="links submenu" data-reactid="109"><li class="hassub" data-reactid="110"><a href="/djs" data-reactid="111">On-Air Staff</a></li><li class="hassub" data-reactid="112"><a href="/shows" data-reactid="113">Shows</a></li><li class="hassub" data-reactid="114"><a href="/author/dmerrell/" data-reactid="115">Danny Merrell</a></li><li class="hassub" data-reactid="116"><a href="/author/seanericsongapbroadcasting-com/" data-reactid="117">Sean Ericson</a></li></ul></li><li class="hassub hide" data-reactid="118"><a href="/listen-live/" data-reactid="119">Listen</a><ul class="links submenu" data-reactid="120"><li class="hassub" data-reactid="121"><a href="/listen-live/" data-reactid="122">Listen Live</a></li><li class="hassub" data-reactid="123"><a href="/app/" data-reactid="124">Kicks 105 Mobile App</a></li></ul></li><li class="hassub hide" data-reactid="125"><a href="/playlist" data-reactid="126">Playlist</a><ul class="links submenu" data-reactid="127"><li class="hassub" data-reactid="128"><a href="/playlist" data-reactid="129">Recently Played</a></li></ul></li><li class="hassub hide" data-reactid="130"><a href="/events-lufkin/" data-reactid="131">Events</a><ul class="links submenu" data-reactid="132"><li class="hassub" data-reactid="133"><a href="/events-lufkin/" data-reactid="134">Townsquare 411</a></li><li class="hassub" data-reactid="135"><a href="/townsquare411/" data-reactid="136">Submit Your Event</a></li></ul></li><li class="hassub hide" data-reactid="137"><a href="/vip" data-reactid="138">Kicks VIP</a><ul class="links submenu" data-reactid="139"><li class="hassub" data-reactid="140"><a href="/vip/contests/" data-reactid="141">Contests</a></li><li class="hassub" data-reactid="142"><a href="/registration/" data-reactid="143">Join Now!</a></li><li class="hassub" data-reactid="144"><a href="/app/" data-reactid="145">Kicks 105 Mobile App</a></li><li class="hassub" data-reactid="146"><a href="http://www.kicks105.com/help" target="_blank" data-reactid="147">VIP Support</a></li><li class="hassub" data-reactid="148"><a href="/rules/" data-reactid="149">Contest Rules</a></li><li class="hassub" data-reactid="150"><a href="/local-experts/" data-reactid="151">Local Expert</a></li></ul></li><li class="hassub hide" data-reactid="152"><a href="/vip/contests/sweeps/" data-reactid="153">Win Stuff</a></li><li class="hassub hide" data-reactid="154"><a href="/mornings" data-reactid="155">Mornings</a></li><li class="hassub hide" data-reactid="156"><a href="/birthdays" data-reactid="157">Birthdays</a></li><li class="hassub hide" data-reactid="158"><a href="/contact-us/" data-reactid="159">Contact</a><ul class="links submenu" data-reactid="160"><li class="hassub" data-reactid="161"><a href="/contact-us/" data-reactid="162">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="163"><a href="/feedback/" data-reactid="164">Send Feedback</a></li><li class="hassub" data-reactid="165"><a href="/advertise/" data-reactid="166">Advertise</a></li><li class="hassub" data-reactid="167"><a href="/job-opportunities/" data-reactid="168">Employment</a></li><li class="hassub" data-reactid="169"><a href="/use-the-internet-to-grow-your-business/" data-reactid="170">Start A Business Website</a></li><li class="hassub" data-reactid="171"><a href="/studio-sponsorbadderslawfirm/" data-reactid="172">Studio Sponsor</a></li><li class="hassub" data-reactid="173"><a href="/game-squares-official-rules-2" data-reactid="174">Game Squares Official Rules</a></li></ul></li></ul></li></ul><div class="site-menu-right" data-reactid="175"><ul class="social-links" data-reactid="176"><li class="social" data-reactid="177"><a class="share-link youtube" href="https://youtube.com/user/kicks105" target="_blank" data-social="youtube" data-reactid="178"><span class="icon-base icon-youtube" data-reactid="179"></span></a></li><li class="social" data-reactid="180"><a class="share-link facebook" href="http://www.facebook.com/home.php?#!/pages/Lufkin-TX/KICKS-1051/212393016369" target="_blank" data-social="facebook" data-reactid="181"><span class="icon-base icon-facebook" data-reactid="182"></span></a></li><li class="social" data-reactid="183"><a class="share-link twitter" href="https://twitter.com/kicks105" target="_blank" data-social="twitter" data-reactid="184"><span class="icon-base icon-twitter" data-reactid="185"></span></a></li><ul class="social-subscriptions" data-reactid="186"><!-- react-text: 187 --><!-- /react-text --><li class="share_link_small youtube sub-youtube" data-reactid="188"><span class="youtube-subscribe-button " data-reactid="189"></span></li><li class="sub-facebook" data-reactid="190"></li><li class="sub-twitter" data-reactid="191"></li></ul></ul><div id="search-form" class="" data-reactid="192"><div class="form-wrap" data-reactid="193"><form data-reactid="194"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="195"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="196"/></form></div><div class="icon-base icon-search" data-reactid="197"></div></div></div><div class="site-screen select-none" data-reactid="198"></div></div></nav></div><ul class="promo-links" data-reactid="199"><li data-reactid="200"><span data-reactid="201">What&#x27;s Hot</span></li><li data-reactid="202"><a title="Teacher of the Day" href="/east-texas-teachers" data-reactid="203">Teacher of the Day</a></li><li data-reactid="204"><a title="Kicks 105 Mobile App" href="/app/" data-reactid="205">Kicks 105 Mobile App</a></li><li data-reactid="206"><a title="PARTY WITH BRAD PAISLEY" href="/contests/sweeps/party-with-brad-paisley/" data-reactid="207">PARTY WITH BRAD PAISLEY</a></li><li data-reactid="208"><a title="Be My Valentine Giveaway" href="/contests/sweeps/be-my-valentine-giveaway/" data-reactid="209">Be My Valentine Giveaway</a></li><li data-reactid="210"><a title="See Garth Brooks Live in Houston" href="/contests/sweeps/win-a-pair-of-tickets-to-see-garth-brooks-live-in-houston/" data-reactid="211">See Garth Brooks Live in Houston</a></li><li data-reactid="212"><a title="Bull Bash" href="/championship-bull-riding-returns-to-lufkin-with-2018-bull-bash/" data-reactid="213">Bull Bash</a></li></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="214"><div id="tsm-ad-970a" data-reactid="215"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="216"><div class="main-content" data-reactid="217"><div class="wrapper post-wrapper" data-reactid="218"><div class="post clearfix" data-reactid="219"><div class="entry" data-reactid="220"><article id="post-302932" data-location="/hurricane-harvey-knows-no-bounds-interview-with-woodlands-resident/" data-index="0" data-reactid="221"><div class="page-header" data-reactid="222"><div class="content-header show-ui front" id="content-header-302932" data-reactid="223"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="224"></div><div class="content-header-header" data-reactid="225"><div class="single-post-oembed-youtube-wrapper" data-reactid="226"><div class="single-post-oembed youtube" data-reactid="227"><div class="video-overlay has-pulsating-button" data-reactid="228"><div class="react-parallax " data-reactid="229"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="230"><figure class="frameme" data-reactid="231"><div class="theframe" data-image="http://1025kiss.com/files/2017/08/21077690_1273937196045792_7891939344784616926_n.jpg" rel="" title="" data-reactid="232"></div><div class="loadinganim showbox" id="0" data-reactid="233"><div class="loader" style="width:30px;height:30px;" data-reactid="234"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="235"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="236"></circle></svg></div></div></figure></div><div class="react-parallax-content" data-reactid="237"><figure class="frameme img-tag" data-reactid="238"><div class="theframe" data-image="http://1025kiss.com/files/2017/08/21077690_1273937196045792_7891939344784616926_n.jpg" rel="" title="" data-reactid="239"></div><div class="loadinganim showbox" id="0" data-reactid="240"><div class="loader" style="width:30px;height:30px;" data-reactid="241"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="242"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="243"></circle></svg></div></div></figure></div></div><div class="pulsating-button" data-reactid="244"><span data-reactid="245"></span></div></div></div></div><div class="header" data-reactid="246"><section class="title " data-reactid="247"><h1 class="" data-reactid="248">Hurricane Harvey Knows No Bounds — Interview With The Woodlands Resident</h1></section><div class="byline" data-reactid="249"><div class="authors" data-reactid="250"><address class="author" data-reactid="251"><div class="author-image icon-user" data-reactid="252"><figure class="frameme" data-reactid="253"><a class="theframe" data-image="http://1025kiss.com/files/2017/12/21014140_1888298394824342_1350372681295979798_o.jpg" href="http://kicks105.com/author/boleo/" rel="author" title="Boleo" data-reactid="254"></a><div class="loadinganim showbox" id="0" data-reactid="255"><div class="loader" style="width:30px;height:30px;" data-reactid="256"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="257"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="258"></circle></svg></div></div></figure></div><a class="author-name" href="http://kicks105.com/author/boleo/" rel="author" title="Boleo" data-reactid="259">Boleo</a></address></div><time datetime="2017-08-28 16:50:04 +0000" data-reactid="260">August 28, 2017</time></div></div></div></div></div><div class="content-wrap" data-reactid="261"><div class="social-share bignsexy" data-reactid="262"><div class="social-bar social-icons" data-reactid="263"><ul data-reactid="264"><li data-reactid="265"><a href="http://twitter.com/intent/tweet?text=Hurricane%20Harvey%20Knows%20No%20Bounds%20%E2%80%94%20Interview%20With%20The%20Woodlands%20Resident%20http%3A%2F%2Fkicks105.com%2Fhurricane-harvey-knows-no-bounds-interview-with-woodlands-resident%2F%3Ftrackback%3Dtwitter_mobile%20%40kicks105" title="Share on Twitter" target="_blank" data-reactid="266"><span class=" social-icon icon-twitter tw" data-reactid="267"><span class="share-title" data-reactid="268">Share on Twitter</span></span></a></li><li data-reactid="269"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fkicks105.com%2Fhurricane-harvey-knows-no-bounds-interview-with-woodlands-resident%2F%3Ftrackback%3Dfbshare_mobile" title="Share on Facebook" target="_blank" data-reactid="270"><span class=" social-icon icon-facebook fb" data-reactid="271"><span class="share-title" data-reactid="272">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="273"><div class="pod-content" data-reactid="274"><p data-reactid="275">I was taking a look around Facebook when I noticed my cousin, Richard Harvey, Jr. (No relation to Hurricane Harvey) when I saw how bad the water was, even north in The Woodlands.</p><p data-reactid="276">I had a chance to speak with Debra Harvey (no relation to the Hurricane), who lives in The Woodlands in far north Harris County. She tells us about how things are for them at this time.</p><p data-reactid="277">They have water in the streets and up to the yards, but as of now they are still five feet away from having water in their home. With the weather changing, that could be bad news for them. They are expecting area creeks to crest this afternoon (Monday, August 28).</p><div class="sharethrough-container" data-reactid="278"><div class="tsm-ad tsm-ad-oop" data-reactid="279"><div id="tsm-ad-sharethrough-oop-1" data-reactid="280"><!-- dynamic ad --></div></div></div><div class="photogallery-wrapper sliding-photogallery" data-reactid="281"><div class="photogallery-container" id="photogallery-151-370801-0" data-reactid="282"><div class="sizer" data-reactid="283"></div><div class="loadinganim showbox" id="0" data-reactid="284"><div class="loader" style="width:30px;height:30px;" data-reactid="285"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="286"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" style="stroke:#fff;" data-reactid="287"></circle></svg></div></div></div><!-- react-text: 288 --><!-- /react-text --></div><div class="single-post-button cto-container" data-reactid="289"><a class="next-post cto" href="http://1025kiss.com/hurricane-harvey-relief/" target="_blank" data-reactid="290">NEXT: Here’s How to Help Hurricane Harvey Victims</a></div></div></div><div class="content-footer" data-reactid="291"><div class="single-post-button cto-container" data-reactid="292"><a class="next-post cto" href="/newsletter" target="_blank" data-reactid="293">Get Our Newsletter for More Hurricane Harvey News</a></div><!-- react-empty: 294 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="295"></div><!-- react-text: 296 --><!-- /react-text --><div class="tags-lines" data-reactid="297"><div class="wrapper" data-reactid="298"><span data-reactid="299"><!-- react-text: 300 -->Filed Under<!-- /react-text --><!-- react-text: 301 -->: <!-- /react-text --></span><span data-reactid="302"><!-- react-text: 303 --><!-- /react-text --><a href="http://kicks105.com/tags/hurricane/" data-reactid="304">hurricane</a></span><span data-reactid="305"><!-- react-text: 306 -->, <!-- /react-text --><a href="http://kicks105.com/tags/hurricane-harvey/" data-reactid="307">Hurricane Harvey</a></span><span data-reactid="308"><!-- react-text: 309 -->, <!-- /react-text --><a href="http://kicks105.com/tags/weather/" data-reactid="310">weather</a></span></div><div class="wrapper" data-reactid="311"><span data-reactid="312"><!-- react-text: 313 -->Categories<!-- /react-text --><!-- react-text: 314 -->: <!-- /react-text --></span><span data-reactid="315"><!-- react-text: 316 --><!-- /react-text --><a href="http://kicks105.com/category/local-news/" data-reactid="317">East Texas News</a></span></div></div><div class="comments-wrapper" data-reactid="318"><div class="comments" data-reactid="319"><div data-reactid="320"><span class="icon-comments" data-reactid="321"></span><i data-reactid="322">Comments</i><span class="fb-comments-count" data-href="http://kicks105.com/hurricane-harvey-knows-no-bounds-interview-with-woodlands-resident/" data-reactid="323"></span><span class="icon-triangle-down" data-reactid="324"></span></div><div class="cto" data-reactid="325">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="326"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="327">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="328"><div class="aside-inside" data-reactid="329"><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-621" data-reactid="330"><!-- react-text: 331 --><!-- /react-text --><div class="wrapper clearfix" data-reactid="332"><section id="ts_blogroll-621" class="blogroll carousel slider dl align-right" data-reactid="333"><div class="slider blogroll-items" data-reactid="334"><div class="sizer" data-reactid="335"></div><div class="mover slide" data-reactid="336"><article class="item title-over-image" data-reactid="337"><figure class="frameme" data-reactid="338"><a class="theframe" data-image="http://knue.com/files/2018/01/Red-Dirt-Artists.jpg" href="http://kicks105.com/2018-red-dirt-bbq-music-fest-lineup/" rel="" title="The 2018 Red Dirt BBQ &amp;amp; Music Festival Lineup Is Revealed" data-reactid="339"></a><div class="loadinganim showbox" id="0" data-reactid="340"><div class="loader" style="width:30px;height:30px;" data-reactid="341"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="342"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="343"></circle></svg></div></div></figure><div class="content" data-reactid="344"><a href="http://kicks105.com/2018-red-dirt-bbq-music-fest-lineup/" title="The 2018 Red Dirt BBQ &amp; Music Festival Lineup Is Revealed" class="title" data-reactid="345">The 2018 Red Dirt BBQ &amp; Music Festival Lineup Is Revealed</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="346"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="347"></div></div></section></div></section><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-28" data-reactid="348"><div class="wrapper clearfix" data-reactid="349"><div class="fix_sidebar_marker" data-reactid="350"></div></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-307" data-reactid="351"><div class="wrapper clearfix" data-reactid="352"><div class="widget-content" data-reactid="353"><div class="tsm-ad tsm-ad-300" data-reactid="354"><div id="tsm-ad-300a" data-reactid="355"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-288" data-reactid="356"><div class="wrapper clearfix" data-reactid="357"><div class="widget-content" data-reactid="358"><div data-reactid="359"><form method="post" class="newsletter-frame clearfix" data-reactid="360"><div class="content clearfix" data-reactid="361"><p class="title" data-reactid="362">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="363"><div class="vertical-centered" data-reactid="364"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="365"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="366"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-622" data-reactid="367"><header data-reactid="368"><h2 data-reactid="369"><span class="title-container" data-reactid="370">Latest Articles</span></h2></header><div class="wrapper clearfix" data-reactid="371"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="372"><div class="blogroll-inner clearfix" data-reactid="373"><article class="" data-reactid="374"><figure class="frameme" data-reactid="375"><a class="theframe" data-image="http://kfox95.com/files/2017/09/Capture7.jpg" href="http://kicks105.com/food-truck-fest-coming-back-to-angelina-college/" rel="" title="Food Truck Fest In Angelina College" data-reactid="376"></a><div class="loadinganim showbox" id="0" data-reactid="377"><div class="loader" style="width:30px;height:30px;" data-reactid="378"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="379"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="380"></circle></svg></div></div></figure><div class="content" data-reactid="381"><a href="http://kicks105.com/food-truck-fest-coming-back-to-angelina-college/" title="Food Truck Fest In Angelina College" class="title" data-reactid="382">Food Truck Fest In Angelina College</a></div></article><article class="" data-reactid="383"><figure class="frameme" data-reactid="384"><a class="theframe" data-image="http://kfox95.com/files/2017/11/kids.jpg" href="http://kicks105.com/sfa-school-of-nursing-kids-health-fair/" rel="" title="SFA School Of Nursing Kids Health Fair " data-reactid="385"></a><div class="loadinganim showbox" id="0" data-reactid="386"><div class="loader" style="width:30px;height:30px;" data-reactid="387"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="388"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="389"></circle></svg></div></div></figure><div class="content" data-reactid="390"><a href="http://kicks105.com/sfa-school-of-nursing-kids-health-fair/" title="SFA School Of Nursing Kids Health Fair " class="title" data-reactid="391">SFA School Of Nursing Kids Health Fair </a></div></article><article class="" data-reactid="392"><figure class="frameme" data-reactid="393"><a class="theframe" data-image="http://kicks105.com/files/2018/02/FCCLA.jpg" href="http://kicks105.com/six-lufkin-high-students-advance-to-state-fccla-competition/" rel="" title="Six Lufkin High Students Advance to State FCCLA Competition" data-reactid="394"></a><div class="loadinganim showbox" id="0" data-reactid="395"><div class="loader" style="width:30px;height:30px;" data-reactid="396"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="397"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="398"></circle></svg></div></div></figure><div class="content" data-reactid="399"><a href="http://kicks105.com/six-lufkin-high-students-advance-to-state-fccla-competition/" title="Six Lufkin High Students Advance to State FCCLA Competition" class="title" data-reactid="400">Six Lufkin High Students Advance to State FCCLA Competition</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="401"><footer data-reactid="402"><div class="links clearfix" data-reactid="403"><div class="logo" data-reactid="404"></div><div class="details" data-reactid="405"><h2 data-reactid="406">Information</h2><ul data-reactid="407"><li data-reactid="408"><a title="Taste Of Country Network" class="" data-reactid="409">Taste Of Country Network</a></li><li data-reactid="410"><a title="EEO" href="/eeo/" class="" data-reactid="411">EEO</a></li><li data-reactid="412"><a title="Advertise" href="/advertise-on-kicks-105/" class="" data-reactid="413">Advertise</a></li><li data-reactid="414"><a title="Terms" href="/terms/" class="" data-reactid="415">Terms</a></li><li data-reactid="416"><a title="Terms of Use" href="/terms-of-use/" class="" data-reactid="417">Terms of Use</a></li><li data-reactid="418"><a title="VIP Terms" href="/vip-terms/" class="" data-reactid="419">VIP Terms</a></li><li data-reactid="420"><a title="Rules" href="/contest-rules/" class="" data-reactid="421">Rules</a></li><li data-reactid="422"><a title="FAQ" href="/vip-faq/" class="" data-reactid="423">FAQ</a></li><li data-reactid="424"><a title="Privacy Policy" href="/privacy/" class="" data-reactid="425">Privacy Policy</a></li><li data-reactid="426"><a title="Contact" href="/help/" class="" data-reactid="427">Contact</a></li><li data-reactid="428"><a title="Townsquare Media Group" href="/townsquare-media-group/" class="" data-reactid="429">Townsquare Media Group</a></li><li data-reactid="430"><a title="Businesses" href="/lufkin-featured-business-listings/" class="" data-reactid="431">Businesses</a></li><li data-reactid="432"><a title="Public File" href="/kyks-public-file/" class="" data-reactid="433">Public File</a></li></ul></div><div class="social-links" data-reactid="434"><h2 data-reactid="435">Follow Us</h2><ul data-reactid="436"><li class="social" data-reactid="437"><a class="share_link youtube" href="https://www.youtube.com/user/kicks105" target="_blank" data-social="youtube" data-reactid="438"><span class="icon-youtube" data-reactid="439"></span></a></li><li class="social" data-reactid="440"><a class="share_link facebook" href="http://www.facebook.com/home.php?#!/pages/Lufkin-TX/KICKS-1051/212393016369" target="_blank" data-social="facebook" data-reactid="441"><span class="icon-facebook" data-reactid="442"></span></a></li><li class="social" data-reactid="443"><a class="share_link twitter" href="https://twitter.com/kicks105" target="_blank" data-social="twitter" data-reactid="444"><span class="icon-twitter" data-reactid="445"></span></a></li></ul></div></div><div class="legal" data-reactid="446"><!-- react-text: 447 -->2018<!-- /react-text --><!-- react-text: 448 --> <!-- /react-text --><!-- react-text: 449 -->KICKS 105<!-- /react-text --><!-- react-text: 450 --> is part of the Taste Of Country Network<!-- /react-text --><!-- react-text: 451 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="452"><!-- react-empty: 453 --><div id="bottom-not-ads" data-reactid="454"><div class="tsm-ad tsm-ad-728" data-reactid="455"><div id="tsm-ad-728b" data-reactid="456"><!-- dynamic ad --></div></div></div><div data-reactid="457"></div></section></div></div></div>
          <script>
            window.__INITIAL_STATE__ = {"gallery":{},"internalads":{},"json":{"response":{"options":{"method":"get_single","adPageType":"post","mediaType":"video","loyalty_restricted":null,"methodSubType":null,"blogId":151,"postId":302932,"url":"/hurricane-harvey-knows-no-bounds-interview-with-woodlands-resident/","unfriendlyRequestUrl":"/hurricane-harvey-knows-no-bounds-interview-with-woodlands-resident/","requestUrl":"/hurricane-harvey-knows-no-bounds-interview-with-woodlands-resident/","blogOptions":{"aioseop_options":{"aiosp_can":"on","aiosp_donate":null,"aiosp_home_title":"KICKS 105 – The Country Leader – East Texas Country Radio","aiosp_home_description":"KICKS 105, KYKS-FM Radio, plays the best country music in Lufkin, Texas. ","aiosp_home_keywords":"KICKS 105 Lufkin, Lufkin KICKS 105, country radio Lufkin, Lufkin country radio, country music Lufkin, Lufkin country music","aiosp_max_words_excerpt":null,"aiosp_rewrite_titles":"on","aiosp_post_title_format":"%post_title%","aiosp_page_title_format":"%page_title% - %blog_title%","aiosp_category_title_format":"%category_title% - %blog_title%","aiosp_archive_title_format":"%date% - %blog_title%","aiosp_tag_title_format":"%tag% - %blog_title%","aiosp_search_title_format":"%search% - %blog_title%","aiosp_description_format":"%description%","aiosp_404_title_format":"Nothing found for %request_words%","aiosp_paged_format":" - Part %page%","aiosp_use_categories":null,"aiosp_dynamic_postspage_keywords":null,"aiosp_category_noindex":null,"aiosp_archive_noindex":null,"aiosp_tags_noindex":null,"aiosp_cap_cats":"on","aiosp_generate_descriptions":"on","aiosp_debug_info":null,"aiosp_post_meta_tags":"","aiosp_page_meta_tags":"","aiosp_home_meta_tags":"","aiosp_enabled":"1","aiosp_use_tags_as_keywords":null,"aiosp_do_log":null,"aiosp_ex_pages":""},"blogdescription":"The Country Leader","blogname":"KICKS 105","carbonUiUpdateCounter":"4","design_option_live":{"page_bg":"FF130800","page_head_bg":"00000000","primary_bg":"FFF7E7DC","secondary_bg":"B2000000","mdl_head_bg":"FF2D1A07","main_nav_hue":"FFFFFFFF","nav_hover_hue":"FFDE7811","primary_hue":"FF222222","secondary_hue":"FFF2D9C6","primary_head_hue":"FF2D1A07","secondary_head_hue":"FFF2D9C6","primary_active_hue":"FFD86D2C","secondary_active_hue":"FFF2E7DF","accent_hue":"FFB50601","header_link_hue":"FFFFFFFF","footer_link_hue":"FFF5F4F0","primary_mdl_bg":"F6F7E7DC","primary_mdl_hue":"FF120800","secondary_mdl_bg":"DBD86D2C","secondary_mdl_hue":"FFFFFFFF","standout_bg":"FFB50601","mobile_primary_color":"FFB50601","mobile_secondary_color":"FFD86D2C","iv_primary_color":"FFA96229","iv_secondary_color":"FFD86D2C","iv_tertiary_color":"FFD10D12","iv_html_color":"FF000000","iv_container_color":"FFFFFFFF","iv_html_bg":"","iv_body_bg":"","iv_logo":"","iv_logo_trim":"","carbon_logo_bg":"7F000000","carbon_showticker_bg":"80000000","events_app_primary_color":"FFD86D2C","events_app_secondary_color":"FFF2E7DF","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://kicks105.com/files/2017/12/kyksfm-bg.jpg","carbon_logo_img":"http://kicks105.com/files/2017/12/kyksfm-logo1.png","carbon_promo_bg_img":"http://kicks105.com/files/2017/12/kyksfm-promo.jpg","page_img":"","body_img":"http://kicks105.com/files/2011/11/background.jpg","square_logo_img":"","logo_img":"http://kicks105.com/files/2011/11/logo.png","logo_img_trim":"http://kicks105.com/files/2013/07/kicks105.png","logo_img_light":"","logo_img_dark":"","header_img":"http://kicks105.com/files/2013/07/kicks-105.png","placeholder_img":"","page_head_img":"http://kicks105.com/files/2011/11/header.png","favicon_img":"http://kicks105.com/files/2011/02/favicon.ico","top_banner_img":"none","title":"2.0 - Country Wood Planks - Kicks 105","ID":"0","designer":"lowery","comment":"Generated by the Flavor to Design export script","action":"edit","editor":"jacknealy","editorID":2974086,"siteID":"151","timestamp":1513797745,"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":"39403132,583052867,100002025987268,732998853","moderator_appid":"186808174689482","colorscheme":"","show_like":"yes","show_comments":"yes","show_commentscount":"yes","action":"like"},"facebook_app":{"id":"186808174689482","fanpage":"http://www.facebook.com/home.php?#!/pages/Lufkin-TX/KICKS-1051/212393016369","plugins":{"facebook-authentication":1,"facebook-like-button":1}},"google_ads_dfp6_template_ads":{"dynamic-ad-custom":"1","dynamic-ad-header":"1","dynamic-ad-push":"1","top-728x90":"1","bottom-728x90":"1","mid-top-300x250":"1","mid-bottom-300x250":"1","tsm-out-of-page":"1","tsm-2x2":"0","top-right-noflex-300x250":"1","top-right-300x250":"1"},"iq_weather_page_sponsor_city_name":"","iq_weather_page_sponsor_zip_code":"","onlyhome_pushdown":"","onlyhome_topbanner":"","posts_per_page":"12","radio_players_wo_stream_id":"3653","sailthru_list_default":"Kicks","site_template_theme_meta":{"template-tone":"2","listen-live-bar":"block","sidebar-widgets-header":"block","next-page-offset":"11"},"social_overlay":{"active":"1","fb":"1","nl":"1","colors":{"background-color":"#2D1A07","color":"#ffffff"},"wrapper":{"divider":"","button":"#D86D2C","button-font":""},"logo":"http://kicks105.com/files/2014/10/kicks105.png"},"timezone_string":"America/Chicago","townsquare_ad_version":"dfp6","ts-templates-carbon-homepage-id":"309595","ts-templates-homepage-id":"116820","ts-templates-mobile-homepage-id":"116820","tsc_category_sidebars":{},"_station_info":{"sitetype":"Local","market":"Lufkin","genre":{"0":"country"},"callsign":"KYKSFM","callletters":"KYKS","legalname":"Kicks 105","siteclassification":"","street":"1216 South First St.","street-2":"","city":"Lufkin","state":"TX","zip":"75901","phone":"936-639-5957","helpline":"","studioline":"936-344-1115","officeline":"","officehours":"","email":"james.stillwell@townsquaremedia.com","tipus-email":"","inquiries-email":"danny.merrell@townsquaremedia.com","advertising-contact":"Jeff Klein","advertising-email":"jeffrey.klein@townsquaremedia.com","gm-contact":"","gm-email":"","programming-director-contact":"Danny Merrell","programming-director-email":"danny.merrell@townsquaremedia.com","digital-managing-editor-contact":"James Stillwell","digital-managing-editor-email":"james.stillwell@townsquaremedia.com","digital-sales-manager-contact":"","digital-sales-manager-email":"","mobile-app-feedback-email":"ask.countrykicks105@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.countrykicks105@townsquaredigital.com","public-record-administrator-name":"Chris Cobb","public-record-administrator-email":"Chris.Cobb@townsquaremedia.com","fcc-online-public-file-url":"https://publicfiles.fcc.gov/fm-profile/kyks","feedbackurl":"http://kicks105.com/feedback/","biz-list-url":"http://kicks105.com/lufkin-nacogdoches-featured-business-listings/","amazon_affiliate":"","yieldmo_placement":"","jwplayer":"","twitter_handle":"kicks105","youtube_handle":"kicks105","youtube_channel_id":"","instagram_handle":"","comscore-label":"Taste Of Country"},"_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":151,"blogName":"KICKS 105","blogDescription":"The Country Leader","postTitleFormat":"%post_title%","timeZone":"America/Chicago","market":"Lufkin","activeDomain":"kicks105.com","legalName":"Kicks 105"},"tsiMarkets":"Lufkin"},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_151":"KICKS VIP","kruxEnabled":true},"headers":{"title":[{"textContent":"Houston-Area Resident Shares 'Scary' Details of Hurricane Harvey"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"description","content":"Boleo had the chance to speak to a resident in The Woodlands, Texas about the impact of Hurricane Harvey on them."}},{"attrs":{"name":"keywords","content":"hurricane, evacuation, weather, the woodlands, texas, houston, hurricane harvey, interview"}},{"attrs":{"property":"fb:app_id","content":"186808174689482"}},{"attrs":{"property":"fb:admins","content":"39403132"}},{"attrs":{"property":"fb:admins","content":"583052867"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"fb:admins","content":"732998853"}},{"attrs":{"property":"og:title","content":"Houston-Area Resident Shares 'Scary' Details of Hurricane Harvey"}},{"attrs":{"property":"og:description","content":"Boleo had the chance to speak to a resident in The Woodlands, Texas about the impact of Hurricane Harvey on them."}},{"attrs":{"property":"og:url","content":"http://kicks105.com/hurricane-harvey-knows-no-bounds-interview-with-woodlands-resident/"}},{"attrs":{"property":"og:site_name","content":"KICKS 105"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://1025kiss.com/files/2017/08/21077690_1273937196045792_7891939344784616926_n.jpg?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":"@kicks105"}},{"attrs":{"name":"sailthru.description","content":"Boleo had the chance to speak to a resident in The Woodlands, Texas about the impact of Hurricane Harvey on them."}},{"attrs":{"name":"sailthru.date","content":"2017-08-28 11:50:04"}},{"attrs":{"name":"sailthru.title","content":"Hurricane Harvey Knows No Bounds — Interview With The Woodlands Resident"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-kyks, tsmmarket-lufkin, tsmtype-local, hurricane, hurricane-harvey, weather, local-news"}},{"attrs":{"name":"sailthru.author","content":"boleo"}},{"attrs":{"name":"sailthru.image.full","content":"http://1025kiss.com/files/2017/08/21077690_1273937196045792_7891939344784616926_n.jpg"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://1025kiss.com/files/2017/08/21077690_1273937196045792_7891939344784616926_n.jpg"}},{"attrs":{"property":"fb:pages","content":"212393016369"}},{"attrs":{"name":"google-site-verification","content":"2Raee6QZwBRGrmgsDPE2YincTtmTtQlla9nVGWFuIAc"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://kicks105.com/files/2011/02/favicon.ico"}},{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://kicks105.com/files/2011/02/favicon.ico"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"KICKS 105 » Feed","href":"http://kicks105.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"KICKS 105 » Hurricane Harvey Knows No Bounds — Interview With The Woodlands Resident Comments Feed","href":"http://kicks105.com/hurricane-harvey-knows-no-bounds-interview-with-woodlands-resident/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://kicks105.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"Cajun Navy Announces App Where You Can Ask for Help","href":"http://kicks105.com/cajun-navy-announces-app-where-you-can-ask-for-help/"}},{"attrs":{"rel":"next","title":"Houston Man Makes the Most Out of a Bad Situation, Catches Fish","href":"http://kicks105.com/houston-man-makes-the-most-out-of-a-bad-situation-catches-fish/"}},{"attrs":{"rel":"shortlink","href":"http://kicks105.com/?p=302932"}},{"attrs":{"rel":"canonical","href":"http://1025kiss.com/hurricane-harvey-knows-no-bounds-interview-with-woodlands-resident/"}}],"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":"1Y4g33ju44HtnU7mo9JAgxHD","enableOpenx":false,"enableKiosked":false,"enableKioskedMobile":false,"enableSonobi":true,"sonobiScript":"","zergnetId":"59615","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":["local-news"],"tags":["hurricane","hurricane-harvey","weather"],"id":"hurricane-harvey-knows-no-bounds-interview-with-woodlands-resident","author":"boleo","kw":["boleo","hurricane-harvey-knows-no-bounds-interview-with-woodlands-resident","local-news","hurricane","hurricane-harvey","weather","pagetype-post"],"genre":["country"],"device":"web","kv":[]}},"mobileActiveSlots":["ads-expand-down","ads-expand","ads-prestitial","ads-top-right","ads-bottom-right","ads-top-leaderboard","ads-bottom-leaderboard","ads-mid-top","ads-mid-bottom","tsm-2x2"],"dfp6":true},"smartAppBanner":{"bannerTitle":null,"itunes_app_id":null,"google_play_app_id":null,"daysHidden":"15","daysReminder":"90","buttonText":"View","priceText":"Get","img_url":null},"revision":"dc1580972c867b4fe21b9449d55eca093dd2a4f0"},"postMeta":{"_aioseop_title":"Houston-Area Resident Shares 'Scary' Details of Hurricane Harvey"},"activeDomain":"kicks105.com","authLoginFormNonce":"be0d3d179b","authRegFormNonce":"00bad6b3b7","ga":{"ids":{"primary":"UA-19111519-1","secondary":["UA-19109753-1","UA-19111519-6","UA-28825804-2","UA-45260060-2"],"all":["UA-19111519-1","UA-19109753-1","UA-19111519-6","UA-28825804-2","UA-45260060-2"]}},"tsmStatic":{"revision":"9b6ee779bc4d8305761bcac27314957bd83678ad"},"isGallery":true,"userRegistrationSettings":{},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":302932,"postAuthor":2924204,"postDate":"2017-08-28T16:50:04.000Z","postDateGmt":"2017-08-28T16:50:04.000Z","postTitle":"Hurricane Harvey Knows No Bounds -- Interview With The Woodlands Resident","postExcerpt":"I was taking a look around Facebook when I noticed my cousin, Richard Harvey, Jr. (No relation to Hurricane Harvey) when I saw how bad the water was, even north in The Woodlands. I had a chance to speak with Debra Harvey, (no relation to the Hurricane). She lives in The Woodlands in far north Harris County. She tells us about how things are for them at this time.","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"hurricane-harvey-knows-no-bounds-interview-with-woodlands-resident","toPing":"","pinged":"","postModified":"2017-08-28T20:51:47.000Z","postModifiedGmt":"2017-08-28T20:51:47.000Z","postContentFiltered":"","postParent":0,"guid":"http://1025kiss.com/?p=370801","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-08-28 16:50:04.000+0000","postModifiedGmtStr":"2017-08-28 20:51:47.000+0000","meta":{"_crosspost_source_blog_id":"189","_crosspost_source_post_id":"370801"}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Houston-Area Resident Shares 'Scary' Details of Hurricane Harvey","next":{"latest":[{"postId":302922,"documentUrl":"/cajun-navy-announces-app-where-you-can-ask-for-help/","filterUrl":"/rest/carbon/filter/main/cajun-navy-announces-app-where-you-can-ask-for-help/","sortDate":"2017-08-28 11:03:06.000 +0000","termTaxonomyId":8592,"taxonomyType":"tags"},{"postId":302906,"documentUrl":"/three-things-to-think-about-before-you-donate-to-hurricane-harvey-victims/","filterUrl":"/rest/carbon/filter/main/three-things-to-think-about-before-you-donate-to-hurricane-harvey-victims/","sortDate":"2017-08-28 08:19:20.000 +0000","termTaxonomyId":8592,"taxonomyType":"tags"},{"postId":302873,"documentUrl":"/watch-for-harvey-price-gouging-and-report-it/","filterUrl":"/rest/carbon/filter/main/watch-for-harvey-price-gouging-and-report-it/","sortDate":"2017-08-28 07:10:31.000 +0000","termTaxonomyId":2134,"taxonomyType":"tags"},{"postId":302961,"documentUrl":"/hurricane-harvey-relief/","filterUrl":"/rest/carbon/filter/main/hurricane-harvey-relief/","sortDate":"2017-08-27 16:49:21.000 +0000","termTaxonomyId":8592,"taxonomyType":"tags"},{"postId":302819,"documentUrl":"/harvey-now-a-major-hurricane-texans-hunker-down/","filterUrl":"/rest/carbon/filter/main/harvey-now-a-major-hurricane-texans-hunker-down/","sortDate":"2017-08-25 14:25:00.000 +0000","termTaxonomyId":8592,"taxonomyType":"tags"},{"postId":302756,"documentUrl":"/what-is-the-worst-case-scenario-for-houston-east-texas-concerning-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/what-is-the-worst-case-scenario-for-houston-east-texas-concerning-hurricane-harvey/","sortDate":"2017-08-25 05:46:11.000 +0000","termTaxonomyId":8592,"taxonomyType":"tags"},{"postId":302508,"documentUrl":"/tropical-storm-expected-to-impact-east-texas-with-heavy-rain/","filterUrl":"/rest/carbon/filter/main/tropical-storm-expected-to-impact-east-texas-with-heavy-rain/","sortDate":"2017-08-22 09:54:06.000 +0000","termTaxonomyId":559,"taxonomyType":"tags"},{"postId":301559,"documentUrl":"/soggy-week-possible-for-the-pineywoods/","filterUrl":"/rest/carbon/filter/main/soggy-week-possible-for-the-pineywoods/","sortDate":"2017-08-06 11:54:20.000 +0000","termTaxonomyId":559,"taxonomyType":"tags"},{"postId":299886,"documentUrl":"/hit-and-miss-storms-in-forecast-through-mid-week/","filterUrl":"/rest/carbon/filter/main/hit-and-miss-storms-in-forecast-through-mid-week/","sortDate":"2017-07-09 13:34:36.000 +0000","termTaxonomyId":559,"taxonomyType":"tags"},{"postId":297361,"documentUrl":"/downpours-expected-to-close-out-may-welcome-june/","filterUrl":"/rest/carbon/filter/main/downpours-expected-to-close-out-may-welcome-june/","sortDate":"2017-05-29 22:18:00.000 +0000","termTaxonomyId":559,"taxonomyType":"tags"}],"taxonomy":[{"postId":302922,"documentUrl":"/cajun-navy-announces-app-where-you-can-ask-for-help/","filterUrl":"/rest/carbon/filter/main/cajun-navy-announces-app-where-you-can-ask-for-help/","sortDate":"2017-08-28 11:03:06.000 +0000","termTaxonomyId":8592,"taxonomyType":"tags"},{"postId":302906,"documentUrl":"/three-things-to-think-about-before-you-donate-to-hurricane-harvey-victims/","filterUrl":"/rest/carbon/filter/main/three-things-to-think-about-before-you-donate-to-hurricane-harvey-victims/","sortDate":"2017-08-28 08:19:20.000 +0000","termTaxonomyId":8592,"taxonomyType":"tags"},{"postId":302873,"documentUrl":"/watch-for-harvey-price-gouging-and-report-it/","filterUrl":"/rest/carbon/filter/main/watch-for-harvey-price-gouging-and-report-it/","sortDate":"2017-08-28 07:10:31.000 +0000","termTaxonomyId":2134,"taxonomyType":"tags"},{"postId":302961,"documentUrl":"/hurricane-harvey-relief/","filterUrl":"/rest/carbon/filter/main/hurricane-harvey-relief/","sortDate":"2017-08-27 16:49:21.000 +0000","termTaxonomyId":8592,"taxonomyType":"tags"},{"postId":302819,"documentUrl":"/harvey-now-a-major-hurricane-texans-hunker-down/","filterUrl":"/rest/carbon/filter/main/harvey-now-a-major-hurricane-texans-hunker-down/","sortDate":"2017-08-25 14:25:00.000 +0000","termTaxonomyId":8592,"taxonomyType":"tags"},{"postId":302756,"documentUrl":"/what-is-the-worst-case-scenario-for-houston-east-texas-concerning-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/what-is-the-worst-case-scenario-for-houston-east-texas-concerning-hurricane-harvey/","sortDate":"2017-08-25 05:46:11.000 +0000","termTaxonomyId":8592,"taxonomyType":"tags"},{"postId":302508,"documentUrl":"/tropical-storm-expected-to-impact-east-texas-with-heavy-rain/","filterUrl":"/rest/carbon/filter/main/tropical-storm-expected-to-impact-east-texas-with-heavy-rain/","sortDate":"2017-08-22 09:54:06.000 +0000","termTaxonomyId":559,"taxonomyType":"tags"},{"postId":301559,"documentUrl":"/soggy-week-possible-for-the-pineywoods/","filterUrl":"/rest/carbon/filter/main/soggy-week-possible-for-the-pineywoods/","sortDate":"2017-08-06 11:54:20.000 +0000","termTaxonomyId":559,"taxonomyType":"tags"},{"postId":299886,"documentUrl":"/hit-and-miss-storms-in-forecast-through-mid-week/","filterUrl":"/rest/carbon/filter/main/hit-and-miss-storms-in-forecast-through-mid-week/","sortDate":"2017-07-09 13:34:36.000 +0000","termTaxonomyId":559,"taxonomyType":"tags"},{"postId":297361,"documentUrl":"/downpours-expected-to-close-out-may-welcome-june/","filterUrl":"/rest/carbon/filter/main/downpours-expected-to-close-out-may-welcome-june/","sortDate":"2017-05-29 22:18:00.000 +0000","termTaxonomyId":559,"taxonomyType":"tags"}]},"cadata":{"activeDomain":"kicks105.com","blogId":151,"method":"get_single","postId":302932,"crosspostBlogId":"189","crosspostPostId":"370801","postType":"post","postDateGmt":"2017-08-28 16:50:04.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":["promotion-12","widget_listen_live-58","now-playing-55","widget_onair-49"],"widgetDetails":{"promotion-12":{"widgetInfo":{"id":"promotion-12","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"12"},"widgetParams":{"title":"THE COUNTRY LEADER","type":"single","subtype":"","widgetTime":6}},"widget_listen_live-58":{"widgetInfo":{"id":"widget_listen_live-58","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"58"},"widgetParams":{"title":"Listen Now","show_recently_played":"show","widgetTime":6}},"now-playing-55":{"widgetInfo":{"id":"now-playing-55","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"55"},"widgetParams":{"title":"Recently Played","widgetTime":6}},"widget_onair-49":{"widgetInfo":{"id":"widget_onair-49","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"49"},"widgetParams":{"title":"On Air","widgetTime":10}}}},"carbonsidebar/single":{"widgets":["carbonwidget/single-1"],"widgetDetails":{"carbonwidget/single-1":{"widgetInfo":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"widgetParams":{"mainAuthor":{"id":2924204,"slug":"boleo","name":"Boleo","first_name":"Ben","last_name":"Hight","nickname":"Boleo","url":"http://kicks105.com/author/boleo/","description":"I am the host of your afternoon drive on 102.5 KISS FM.\r\n\r\nBorn and raised in Lubbock, with the occasional few years elsewhere in Texas, I am stoked to provide you, the listener with the most fun allowed by law on the radio!\r\n \r\nAnd as for Boleo and what it means? You would have to find a guy named Puppet and ask him!","thumbnail":"http://1025kiss.com/files/2017/12/21014140_1888298394824342_1350372681295979798_o.jpg"},"firstCategoryName":"East Texas News","postType":"post","postTitle":"Hurricane Harvey Knows No Bounds &#8212; Interview With The Woodlands Resident","aiseopTitle":"Houston-Area Resident Shares 'Scary' Details of Hurricane Harvey","widgetTime":21}}}},"carbonsidebar/mainads":{"widgets":["carbonwidget/top-728x90","carbonwidget/dynamic-ad-custom","carbonwidget/dynamic-ad-header","carbonwidget/dynamic-ad-push","carbonwidget/tsm-out-of-page","carbonwidget/bottom-728x90"],"widgetDetails":{"carbonwidget/top-728x90":{"widgetInfo":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"top-728x90","widgetTime":3}},"carbonwidget/dynamic-ad-custom":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-custom","widgetTime":2}},"carbonwidget/dynamic-ad-header":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-header","widgetTime":2}},"carbonwidget/dynamic-ad-push":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-push","widgetTime":2}},"carbonwidget/tsm-out-of-page":{"widgetInfo":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"tsm-out-of-page","widgetTime":2}},"carbonwidget/bottom-728x90":{"widgetInfo":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"bottom-728x90","widgetTime":2}}}},"single-post-bottom":{"widgets":["ts_blogroll-6","widget_third_party_content-2","widget_third_party_content-3"],"widgetDetails":{"ts_blogroll-6":{"widgetInfo":{"id":"ts_blogroll-6","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"6"},"widgetParams":{"title":"Best of Kicks","type":"main_content_thumb_title_roll","cat":"","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1"}},"widget_third_party_content-2":{"widgetInfo":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"widgetParams":{"type":"zergnet","title":"Recommended For You","id":"39620","placement":"","targettype":"","mode":"","widgetTime":2}},"widget_third_party_content-3":{"widgetInfo":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"widgetParams":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":2}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["ts_blogroll-621","fix_sidebar_marker-28","google-ads-widget-307","tsq_sailthru_newsletter_widget-288","ts_blogroll-622"],"widgetDetails":{"ts_blogroll-621":{"widgetInfo":{"id":"ts_blogroll-621","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"621"},"widgetParams":{"title":"","type":"carousel","isweather":"1","cat":"0","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,"author":""}},"fix_sidebar_marker-28":{"widgetInfo":{"id":"fix_sidebar_marker-28","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"28"},"widgetParams":{"title":"Fix Sidebar Marker","widgetTime":1}},"google-ads-widget-307":{"widgetInfo":{"id":"google-ads-widget-307","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"307"},"widgetParams":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":1}},"tsq_sailthru_newsletter_widget-288":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-288","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"288"},"widgetParams":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["Kicks"],"widgetTime":1}},"ts_blogroll-622":{"widgetInfo":{"id":"ts_blogroll-622","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"622"},"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":{"promotion-12":{"info":{"id":"promotion-12","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"12"},"params":{"title":"THE COUNTRY LEADER","type":"single","subtype":"","widgetTime":6},"data":[0],"dataDetails":{"0":{"image":"","description":"","link_url":"#","link_label":"","link_target":"_self"}}},"widget_listen_live-58":{"info":{"id":"widget_listen_live-58","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"58"},"params":{"title":"Listen Now","show_recently_played":"show","widgetTime":6},"data":[167421],"dataDetails":{"167421":{"postId":167421,"title":"Listen Now","showRecentlyPlayed":"show","label":"Click to view the latest song playing on air.","url":"/listen-live/","mobileId":"18351","playerMode":"radio","sid":"7586","callsign":"KYKSFM","woMobileId":"5058","woStreamId":"3653","activePlayer":"wo","listenLivePageUrl":"http://player.streamtheworld.com/_players/townsquaremedia/runspotv3/?sid=7586&redirect=http://player.listenlive.co/18351","html5ScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/html5/stwplayer.php?callsign=KYKSFM&primaryColor=0x00bfff&playermode=radio&sid=7586&width=630","flashScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/stwplayer.php?callsign=KYKSFM&primaryColor=0x00bfff&playermode=radio&timeshift=false&radiopup=true&playerAdState=0&popout=false&width=630","wo_player_url":"http://v6.player.abacast.net/5058","wo_recent_api_url":"http://api.nowplaying.abacast.net/prt/nowplaying/2/10/3653/nowplaying.json","wo_preroll_url":"http://api.clarity.abacast.com/gateway/getmediavast.php?sid=3653/","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"now-playing-55":{"info":{"id":"now-playing-55","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"55"},"params":{"title":"Recently Played","widgetTime":6},"data":[167421],"dataDetails":{"167421":{"postId":167421,"mobileId":"18351","playerMode":"radio","sid":"7586","callsign":"KYKSFM","woStreamId":"3653","activePlayer":"wo","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"widget_onair-49":{"info":{"id":"widget_onair-49","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"49"},"params":{"title":"On Air","widgetTime":10},"data":["704"],"dataDetails":{"704":{"id":"704","url":"http://kicks105.com/show/cmt-after-midnite-with-cody-ala/","title":"CMT After MidNite with Cody Alan","wall":"http://kicks105.com/show/cmt-after-midnite-with-cody-ala/","posts":"http://kicks105.com/show/cmt-after-midnite-with-cody-ala/posts","mail":"danny@kicks105.com","phone":"","thumbnailId":196685,"thumbnail":"http://kicks105.com/files/2010/11/cmt-after-midnite-logo-400x265.jpg","authors":[{"id":319007,"user_nicename":"kicks105","display_name":"KICKS 105"}]}}},"carbonwidget/single-1":{"info":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"params":{"mainAuthor":{"id":2924204,"slug":"boleo","name":"Boleo","first_name":"Ben","last_name":"Hight","nickname":"Boleo","url":"http://kicks105.com/author/boleo/","description":"I am the host of your afternoon drive on 102.5 KISS FM.\r\n\r\nBorn and raised in Lubbock, with the occasional few years elsewhere in Texas, I am stoked to provide you, the listener with the most fun allowed by law on the radio!\r\n \r\nAnd as for Boleo and what it means? You would have to find a guy named Puppet and ask him!","thumbnail":"http://1025kiss.com/files/2017/12/21014140_1888298394824342_1350372681295979798_o.jpg"},"firstCategoryName":"East Texas News","postType":"post","postTitle":"Hurricane Harvey Knows No Bounds &#8212; Interview With The Woodlands Resident","aiseopTitle":"Houston-Area Resident Shares 'Scary' Details of Hurricane Harvey","widgetTime":21},"data":[302932],"dataDetails":{"302932":{"thumbnail":"http://1025kiss.com/files/2017/08/21077690_1273937196045792_7891939344784616926_n.jpg","caption":"Credit: Richard Harvey, Jr.","excerpt":"I was taking a look around Facebook when I noticed my cousin, Richard Harvey, Jr. (No relation to Hurricane Harvey) when I saw how bad the water was, even north in The Woodlands. I had a chance to speak with Debra Harvey, (no relation to the Hurricane). She lives in The Woodlands in far north Harris County. She tells us about how things are for them at this time.","date":"August 28, 2017 11:50 AM","postDateGmt":"2017-08-28 16:50:04 +0000","postModifiedGmt":"2017-08-28 20:51:47 +0000","title":"Hurricane Harvey Knows No Bounds &#8212; Interview With The Woodlands Resident","url":"http://kicks105.com/hurricane-harvey-knows-no-bounds-interview-with-woodlands-resident/","id":302932,"contentRaw":"https://www.youtube.com/watch?v=bnk9ooVTXGU\r\n\r\nI was taking a look around Facebook when I noticed my cousin, Richard Harvey, Jr. (No relation to Hurricane Harvey) when I saw how bad the water was, even north in The Woodlands.\r\n\r\nI had a chance to speak with Debra Harvey (no relation to the Hurricane), who lives in The Woodlands in far north Harris County. She tells us about how things are for them at this time.\r\n\r\nThey have water in the streets and up to the yards, but as of now they are still five feet away from having water in their home. With the weather changing, that could be bad news for them. They are expecting area creeks to crest this afternoon (Monday, August 28).\r\n\r\n[gallery ids=\"370802,370803,370804,370805,370806,370807\" galleryid=\"189:370801\" galleryindex=\"0\" enablefullscreen=\"yes\" showthumbs=\"no\"]\r\n\r\n[button href=\"http://1025kiss.com/hurricane-harvey-relief/\" title=\"NEXT: Here’s How to Help Hurricane Harvey Victims\" align=\"center\"]\r\n\r\n[button href=\"/newsletter\" title=\"Get Our Newsletter for More Hurricane Harvey News\" align=\"center\"]","next_url":[{"textContent":"NEXT: Here’s How to Help Hurricane Harvey Victims","class":"button_act","href":"http://1025kiss.com/hurricane-harvey-relief/","target":"_blank"},{"textContent":"Get Our Newsletter for More Hurricane Harvey News","class":"button_act","href":"/newsletter"}],"content":"\n<p><div class=\"embed-wrapper\"><iframe style=\"vertical-align: bottom;\" src=\"https://www.youtube.com/embed/bnk9ooVTXGU?feature=oembed\" frameborder=\"0\" allowfullscreen data-width=\"630\" data-height=\"354\"></iframe></div><span class=\"tsm_youtube_sub\">Subscribe to <a style=\"margin-right:5px;\" href=\"http://www.youtube.com/subscription_center?add_user=kicks105\">Kicks 105 on Youtube</a></span></p>\n<p>I was taking a look around Facebook when I noticed my cousin, Richard Harvey, Jr. (No relation to Hurricane Harvey) when I saw how bad the water was, even north in The Woodlands.</p>\n<p>I had a chance to speak with Debra Harvey (no relation to the Hurricane), who lives in The Woodlands in far north Harris County. She tells us about how things are for them at this time.</p>\n<p>They have water in the streets and up to the yards, but as of now they are still five feet away from having water in their home. With the weather changing, that could be bad news for them. They are expecting area creeks to crest this afternoon (Monday, August 28).</p>\n<script type=\"text/javascript\">\n\twindow.TSM = window.TSM || {};\n\twindow.TSM.photogalleryConfigs = window.TSM.photogalleryConfigs || [];\n\tvar photogalleryConfig = {\n\t\tgalleryUrl:'http://1025kiss.com/api/json/galleries/370801?filterexclusions&galleryindex=0'\n\t\t,galleryId:'tsm-photogallery-189-370801-0'\n\t\t,showThumbs:0\n\t\t,colorscheme:'dark'\n\t\t\n\t\t,dozIndexTweak:1\n\t\t,refreshRate:1\n\t\t,enableFullscreen:1\n\t\t,expandOnLoadHash:0\n\t\t,portraitMode:0\n\t\t,initImage:''\n\t\t,enableEndCard:1\n\t\t,enableBelowDescriptionEndCard:1\n\t\t,endCardMode:2\n\t\t,enableKiosked:1\n\t\t,enableKioskedMobile:0\n\t\t,carbonLayout:\"\"\n\t};\n\twindow.TSM.photogalleryConfigs.push( photogalleryConfig );\n<\/script><div id=\"tsm-photogallery-189-370801-0-placeholder\"></div>\n<div class=\"tsm-photogallery-wrapper dark\">\n\t<div class=\"tsm-photogallery-container\" id=\"tsm-photogallery-189-370801-0\">\n\t\t<div class=\"tsm-photogallery-header\">\n\t\t\t<div class=\"tsm-photogallery-ad tsm-photogallery-320x50 off\" id=\"tsm-photogallery-189-370801-0-320x50\"></div>\n\t\t</div>\n\t\t<div class=\"tsm-photogallery\">\n\t\t\t<div class=\"loadinganim\">\n<span></span><span></span><span></span>\n</div>\n\t\t\t<div class=\"tsm-photogallery-mover-container\">\n\t\t\t\t<div class=\"tsm-photogallery-nav prev primary-active-color\"><a title=\"Previous\" class=\"icon-left-open prev-btn\" href=\"javascript:void(0);\"></a></div>\n\t\t\t\t<div class=\"tsm-photogallery-nav next primary-active-color\"><a class=\"icon-right-open next-btn\" title=\"Next\" href=\"javascript:void(0);\"></a></div>\n\t\t\t\t<div class=\"tsm-photogallery-mover\"></div>\n\t\t\t</div>\n\t\t\t<div class=\"tsm-photogallery-thumbnail-wrapper off\">\n\t\t\t\t<div class=\"tsm-photogallery-thumbnail-nav prev\"><a title=\"Previous\" class=\"thumb-prev-btn\" href=\"javascript:void(0);\"></a></div>\n\t\t\t\t<div class=\"tsm-photogallery-thumbnail-nav next\"><a title=\"Next\" class=\"thumb-next-btn\" href=\"javascript:void(0);\"></a></div>\n\t\t\t\t<div class=\"tsm-photogallery-thumbnails\">\n\t\t\t\t\t<div class=\"tsm-photogallery-thumbnail-mover\"></div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div class=\"tsm-photogallery-footer off\">\n<div class=\"tsm-photogallery-imagecount\">\n<b>Image </b><span class=\"tsm-photogallery-current\"></span> of <span class=\"tsm-photogallery-total\"></span>\n</div>\n<div class=\"tsm-photogallery-caption\"></div>\n</div>\n\t\t</div>\n\t\t<a href=\"javascript:void(0);\" class=\"tsm-photogallery-engagement-close\"></a>\n\t\t<aside class=\"tsm-photogallery-sidebar\"><div class=\"tsm-photogallery-ad tsm-photogallery-300x250 off\" id=\"tsm-photogallery-189-370801-0-300x250\"></div>\n\t\t\t<div class=\"tsm-photogallery-copy\">\n\t\t\t\t<h2 class=\"tsm-photogallery-imagetitle\"></h2>\n\t\t\t\t<p class=\"tsm-photogallery-imagedescription\"></p>\n\t\t\t\t<div class=\"description-scroll description-up\"></div>\n<div class=\"description-scroll description-down\"></div>\n\t\t\t</div>\n\t\t\t<div class=\"under-description-content\"></div>\n\t\t</aside><footer><div class=\"tsm-photogallery-ad tsm-photogallery-728x90 off\" id=\"tsm-photogallery-189-370801-0-728x90\"></div>\n\t\t\t<div class=\"tsm-photogallery-ad\" id=\"tsm-photogallery-oop\"></div>\n\t\t</footer>\n</div>\n\t<div class=\"tsm-photogallery-overlay\"></div>\n</div>\n<p class=\"more_act ga_network_button aligncenter\"><a class=\"button_act\" href=\"http://1025kiss.com/hurricane-harvey-relief/\" target=\"_blank\">NEXT: Here’s How to Help Hurricane Harvey Victims</a></p>\n<p class=\"more_act ga_network_button aligncenter\"><a class=\"button_act\" href=\"/newsletter\">Get Our Newsletter for More Hurricane Harvey News</a></p>\n","postType":"post","wpVersion":"2","alternateMetaForBlogroll":{"title":"Hurricane Harvey Knows No Bounds &#8212; Interview With The Woodlands Resident","excerpt":"I was taking a look around Facebook when I noticed my cousin, Richard Harvey, Jr. (No relation to Hurricane Harvey) when I saw how bad the water was, even north in The Woodlands. I had a chance to speak with Debra Harvey, (no relation to the Hurricane). She lives in The Woodlands in far north Harris County. She tells us about how things are for them at this time.","post_excerpt":"I was taking a look around Facebook when I noticed my cousin, Richard Harvey, Jr. (No relation to Hurricane Harvey) when I saw how bad the water was, even north in The Woodlands. I had a chance to speak with Debra Harvey, (no relation to the Hurricane). She lives in The Woodlands in far north Harris County. She tells us about how things are for them at this time.","post_more_excerpt":"<p>I was taking a look around Facebook when I noticed my cousin, Richard Harvey, Jr. (No relation to Hurricane Harvey) when I saw how bad the water was, even north in The Woodlands. I had a chance to speak with Debra Harvey, (no relation to the Hurricane). She lives in The Woodlands in far north Harris County. She tells us about how things are for them at this time.\n<p class=\"more_act\"><a href=\"http://kicks105.com/hurricane-harvey-knows-no-bounds-interview-with-woodlands-resident/\" title=\"Hurricane Harvey Knows No Bounds &#8212; Interview With The Woodlands Resident\">Read More</a></p>\n","permalink":"http://kicks105.com/hurricane-harvey-knows-no-bounds-interview-with-woodlands-resident/","image":{"id":302926,"url":"http://1025kiss.com/files/2017/08/21077690_1273937196045792_7891939344784616926_n.jpg","caption":"Credit: Richard Harvey, Jr."}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":true},"tags":[{"id":2128,"slug":"hurricane","title":"hurricane","description":"","post_count":5,"link_url":"http://kicks105.com/tags/hurricane/","feed_url":"http://kicks105.com/tags/hurricane/feed/","term_taxonomy_id":2134,"object_id":0},{"id":8578,"slug":"hurricane-harvey","title":"Hurricane Harvey","description":"","post_count":26,"link_url":"http://kicks105.com/tags/hurricane-harvey/","feed_url":"http://kicks105.com/tags/hurricane-harvey/feed/","term_taxonomy_id":8592,"object_id":0},{"id":554,"slug":"weather","title":"weather","description":"","post_count":57,"link_url":"http://kicks105.com/tags/weather/","feed_url":"http://kicks105.com/tags/weather/feed/","term_taxonomy_id":559,"object_id":0}],"categories":[{"id":47,"slug":"local-news","title":"East Texas News","description":"","parent":0,"post_count":3368,"link_url":"http://kicks105.com/category/local-news/","feed_url":"http://kicks105.com/category/local-news/feed/","term_taxonomy_id":47,"object_id":0}],"authors":[{"id":2924204,"slug":"boleo","name":"Boleo","first_name":"Ben","last_name":"Hight","nickname":"Boleo","url":"http://kicks105.com/author/boleo/","description":"I am the host of your afternoon drive on 102.5 KISS FM.\r\n\r\nBorn and raised in Lubbock, with the occasional few years elsewhere in Texas, I am stoked to provide you, the listener with the most fun allowed by law on the radio!\r\n \r\nAnd as for Boleo and what it means? You would have to find a guy named Puppet and ask him!","thumbnail":"http://1025kiss.com/files/2017/12/21014140_1888298394824342_1350372681295979798_o.jpg"}],"post_more_meta":{"meta":""},"social":{"tw":{"href":"http://twitter.com/intent/tweet?text=Hurricane%20Harvey%20Knows%20No%20Bounds%20%E2%80%94%20Interview%20With%20The%20Woodlands%20Resident%20http%3A%2F%2Fkicks105.com%2Fhurricane-harvey-knows-no-bounds-interview-with-woodlands-resident%2F%3Ftrackback%3Dtwitter_mobile%20%40kicks105","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fkicks105.com%2Fhurricane-harvey-knows-no-bounds-interview-with-woodlands-resident%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://kicks105.com/cajun-navy-announces-app-where-you-can-ask-for-help/","prevArticle":"http://kicks105.com/houston-man-makes-the-most-out-of-a-bad-situation-catches-fish/","pageUrl":"/hurricane-harvey-knows-no-bounds-interview-with-woodlands-resident/","blogId":151,"domain":"kicks105.com","crossPostAttributionBottom":"","rawContent":"<p>\n<sectiontag class=\"module\" contenteditable=\"false\" type=\"oembed\" attr-url=\"http://www.youtube.com/oembed?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dbnk9ooVTXGU&amp;format=json\">\n<noscript class=\"rendered-html\" type=\"text/html\"></noscript>\n<p></sectiontag></p>\n<p>I was taking a look around Facebook when I noticed my cousin, Richard Harvey, Jr. (No relation to Hurricane Harvey) when I saw how bad the water was, even north in The Woodlands.</p>\n<p>I had a chance to speak with Debra Harvey (no relation to the Hurricane), who lives in The Woodlands in far north Harris County. She tells us about how things are for them at this time.</p>\n<p>They have water in the streets and up to the yards, but as of now they are still five feet away from having water in their home. With the weather changing, that could be bad news for them. They are expecting area creeks to crest this afternoon (Monday, August 28).</p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"gallery\" attr-url=\"/rest/carbon/uri/api/gallery/domain/1025kiss.com/galleryId/370801?filterexclusions&amp;galleryindex=0\" attr-thumbnail=\"http://tsm-branded-apps.s3.amazonaws.com/icons/slideshow@3x.png\" attr-layout=\"\" attr-fullscreen=\"1\"></sectiontag></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"button\" attr-href=\"http://1025kiss.com/hurricane-harvey-relief/\" attr-title=\"NEXT: Here&#x2019;s How to Help Hurricane Harvey Victims\" attr-align=\"center\" attr-appLink=\"false\"></sectiontag></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"button\" attr-href=\"/newsletter\" attr-title=\"Get Our Newsletter for More Hurricane Harvey News\" attr-align=\"center\" attr-appLink=\"false\"></sectiontag></p>\n","podContent":[{"type":"singlePostText","data":{"text":"<p>I was taking a look around Facebook when I noticed my cousin, Richard Harvey, Jr. (No relation to Hurricane Harvey) when I saw how bad the water was, even north in The Woodlands.</p>\n"},"currentTextLength":179,"runningCounter":1,"cumulativePodTextLength":179,"totalSimilarConsecutiveElements":3,"totalTextLength":635},{"type":"singlePostText","data":{"text":"<p>I had a chance to speak with Debra Harvey (no relation to the Hurricane), who lives in The Woodlands in far north Harris County. She tells us about how things are for them at this time.</p>\n"},"currentTextLength":186,"runningCounter":2,"cumulativePodTextLength":365,"totalSimilarConsecutiveElements":3,"totalTextLength":635},{"type":"singlePostText","data":{"text":"<p>They have water in the streets and up to the yards, but as of now they are still five&#xA0;feet away from having water in their home. With the weather changing, that could be bad news for them. They are expecting area creeks to crest this afternoon (Monday, August 28).</p>\n"},"currentTextLength":270,"runningCounter":3,"cumulativePodTextLength":635,"totalSimilarConsecutiveElements":3,"totalTextLength":635},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostGallery","data":{"url":"/rest/carbon/uri/api/gallery/domain/1025kiss.com/galleryId/370801?filterexclusions&galleryindex=0","thumbnail":"http://tsm-branded-apps.s3.amazonaws.com/icons/slideshow@3x.png","layout":"","fullscreen":1},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostButton","data":{"href":"http://1025kiss.com/hurricane-harvey-relief/","title":"NEXT: Here’s How to Help Hurricane Harvey Victims","align":"center","applink":"false"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":2}],"uniquePodTypes":["singlePostOembed","singlePostText","singlePostGallery","singlePostButton"],"podHeader":[{"type":"singlePostOembed","data":{"author_name":"Kiss FM - Lubbock, TX","width":480,"title":"Hurricane Harvey: Kiss FM's Boleo Speaks to Houston-Area Resident","provider_name":"YouTube","height":270,"thumbnail_width":480,"html":"<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/bnk9ooVTXGU?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>","thumbnail_url":"http://1025kiss.com/files/2017/08/21077690_1273937196045792_7891939344784616926_n.jpg","provider_url":"https://www.youtube.com/","thumbnail_height":360,"type":"video","version":"1.0","author_url":"https://www.youtube.com/user/kissfm1025"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"podFooter":{"type":"singlePostButton","data":{"href":"/newsletter","title":"Get Our Newsletter for More Hurricane Harvey News","align":"center","applink":"false"},"currentTextLength":null,"runningCounter":2,"totalSimilarConsecutiveElements":2},"next":{"latest":[{"postId":302922,"documentUrl":"/cajun-navy-announces-app-where-you-can-ask-for-help/","filterUrl":"/rest/carbon/filter/main/cajun-navy-announces-app-where-you-can-ask-for-help/","sortDate":"2017-08-28 11:03:06.000 +0000","termTaxonomyId":8592,"taxonomyType":"tags"},{"postId":302906,"documentUrl":"/three-things-to-think-about-before-you-donate-to-hurricane-harvey-victims/","filterUrl":"/rest/carbon/filter/main/three-things-to-think-about-before-you-donate-to-hurricane-harvey-victims/","sortDate":"2017-08-28 08:19:20.000 +0000","termTaxonomyId":8592,"taxonomyType":"tags"},{"postId":302873,"documentUrl":"/watch-for-harvey-price-gouging-and-report-it/","filterUrl":"/rest/carbon/filter/main/watch-for-harvey-price-gouging-and-report-it/","sortDate":"2017-08-28 07:10:31.000 +0000","termTaxonomyId":2134,"taxonomyType":"tags"},{"postId":302961,"documentUrl":"/hurricane-harvey-relief/","filterUrl":"/rest/carbon/filter/main/hurricane-harvey-relief/","sortDate":"2017-08-27 16:49:21.000 +0000","termTaxonomyId":8592,"taxonomyType":"tags"},{"postId":302819,"documentUrl":"/harvey-now-a-major-hurricane-texans-hunker-down/","filterUrl":"/rest/carbon/filter/main/harvey-now-a-major-hurricane-texans-hunker-down/","sortDate":"2017-08-25 14:25:00.000 +0000","termTaxonomyId":8592,"taxonomyType":"tags"},{"postId":302756,"documentUrl":"/what-is-the-worst-case-scenario-for-houston-east-texas-concerning-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/what-is-the-worst-case-scenario-for-houston-east-texas-concerning-hurricane-harvey/","sortDate":"2017-08-25 05:46:11.000 +0000","termTaxonomyId":8592,"taxonomyType":"tags"},{"postId":302508,"documentUrl":"/tropical-storm-expected-to-impact-east-texas-with-heavy-rain/","filterUrl":"/rest/carbon/filter/main/tropical-storm-expected-to-impact-east-texas-with-heavy-rain/","sortDate":"2017-08-22 09:54:06.000 +0000","termTaxonomyId":559,"taxonomyType":"tags"},{"postId":301559,"documentUrl":"/soggy-week-possible-for-the-pineywoods/","filterUrl":"/rest/carbon/filter/main/soggy-week-possible-for-the-pineywoods/","sortDate":"2017-08-06 11:54:20.000 +0000","termTaxonomyId":559,"taxonomyType":"tags"},{"postId":299886,"documentUrl":"/hit-and-miss-storms-in-forecast-through-mid-week/","filterUrl":"/rest/carbon/filter/main/hit-and-miss-storms-in-forecast-through-mid-week/","sortDate":"2017-07-09 13:34:36.000 +0000","termTaxonomyId":559,"taxonomyType":"tags"},{"postId":297361,"documentUrl":"/downpours-expected-to-close-out-may-welcome-june/","filterUrl":"/rest/carbon/filter/main/downpours-expected-to-close-out-may-welcome-june/","sortDate":"2017-05-29 22:18:00.000 +0000","termTaxonomyId":559,"taxonomyType":"tags"}],"taxonomy":[{"postId":302922,"documentUrl":"/cajun-navy-announces-app-where-you-can-ask-for-help/","filterUrl":"/rest/carbon/filter/main/cajun-navy-announces-app-where-you-can-ask-for-help/","sortDate":"2017-08-28 11:03:06.000 +0000","termTaxonomyId":8592,"taxonomyType":"tags"},{"postId":302906,"documentUrl":"/three-things-to-think-about-before-you-donate-to-hurricane-harvey-victims/","filterUrl":"/rest/carbon/filter/main/three-things-to-think-about-before-you-donate-to-hurricane-harvey-victims/","sortDate":"2017-08-28 08:19:20.000 +0000","termTaxonomyId":8592,"taxonomyType":"tags"},{"postId":302873,"documentUrl":"/watch-for-harvey-price-gouging-and-report-it/","filterUrl":"/rest/carbon/filter/main/watch-for-harvey-price-gouging-and-report-it/","sortDate":"2017-08-28 07:10:31.000 +0000","termTaxonomyId":2134,"taxonomyType":"tags"},{"postId":302961,"documentUrl":"/hurricane-harvey-relief/","filterUrl":"/rest/carbon/filter/main/hurricane-harvey-relief/","sortDate":"2017-08-27 16:49:21.000 +0000","termTaxonomyId":8592,"taxonomyType":"tags"},{"postId":302819,"documentUrl":"/harvey-now-a-major-hurricane-texans-hunker-down/","filterUrl":"/rest/carbon/filter/main/harvey-now-a-major-hurricane-texans-hunker-down/","sortDate":"2017-08-25 14:25:00.000 +0000","termTaxonomyId":8592,"taxonomyType":"tags"},{"postId":302756,"documentUrl":"/what-is-the-worst-case-scenario-for-houston-east-texas-concerning-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/what-is-the-worst-case-scenario-for-houston-east-texas-concerning-hurricane-harvey/","sortDate":"2017-08-25 05:46:11.000 +0000","termTaxonomyId":8592,"taxonomyType":"tags"},{"postId":302508,"documentUrl":"/tropical-storm-expected-to-impact-east-texas-with-heavy-rain/","filterUrl":"/rest/carbon/filter/main/tropical-storm-expected-to-impact-east-texas-with-heavy-rain/","sortDate":"2017-08-22 09:54:06.000 +0000","termTaxonomyId":559,"taxonomyType":"tags"},{"postId":301559,"documentUrl":"/soggy-week-possible-for-the-pineywoods/","filterUrl":"/rest/carbon/filter/main/soggy-week-possible-for-the-pineywoods/","sortDate":"2017-08-06 11:54:20.000 +0000","termTaxonomyId":559,"taxonomyType":"tags"},{"postId":299886,"documentUrl":"/hit-and-miss-storms-in-forecast-through-mid-week/","filterUrl":"/rest/carbon/filter/main/hit-and-miss-storms-in-forecast-through-mid-week/","sortDate":"2017-07-09 13:34:36.000 +0000","termTaxonomyId":559,"taxonomyType":"tags"},{"postId":297361,"documentUrl":"/downpours-expected-to-close-out-may-welcome-june/","filterUrl":"/rest/carbon/filter/main/downpours-expected-to-close-out-may-welcome-june/","sortDate":"2017-05-29 22:18:00.000 +0000","termTaxonomyId":559,"taxonomyType":"tags"}]}}}},"carbonwidget/top-728x90":{"info":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"top-728x90","widgetTime":3},"data":["carbonwidget/top-728x90"],"dataDetails":{"carbonwidget/top-728x90":{"adUnit":"top-728x90","adType":"dfp6"}}},"carbonwidget/dynamic-ad-custom":{"info":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-custom","widgetTime":2},"data":["carbonwidget/dynamic-ad-custom"],"dataDetails":{"carbonwidget/dynamic-ad-custom":{"adUnit":"dynamic-ad-custom","adType":"dfp6"}}},"carbonwidget/dynamic-ad-header":{"info":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-header","widgetTime":2},"data":["carbonwidget/dynamic-ad-header"],"dataDetails":{"carbonwidget/dynamic-ad-header":{"adUnit":"dynamic-ad-header","adType":"dfp6"}}},"carbonwidget/dynamic-ad-push":{"info":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-push","widgetTime":2},"data":["carbonwidget/dynamic-ad-push"],"dataDetails":{"carbonwidget/dynamic-ad-push":{"adUnit":"dynamic-ad-push","adType":"dfp6"}}},"carbonwidget/tsm-out-of-page":{"info":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"tsm-out-of-page","widgetTime":2},"data":["carbonwidget/tsm-out-of-page"],"dataDetails":{"carbonwidget/tsm-out-of-page":{"adUnit":"tsm-out-of-page","adType":"dfp6"}}},"carbonwidget/bottom-728x90":{"info":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"bottom-728x90","widgetTime":2},"data":["carbonwidget/bottom-728x90"],"dataDetails":{"carbonwidget/bottom-728x90":{"adUnit":"bottom-728x90","adType":"dfp6"}}},"ts_blogroll-6":{"info":{"id":"ts_blogroll-6","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"6"},"params":{"title":"Best of Kicks","type":"main_content_thumb_title_roll","cat":"","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[312581,312578,312573,312570],"dataDetails":{"312570":{"postid":"312570","sortdate":"2018-02-12T22:32:59.000Z","data":{"mainData":{"postType":"post","caption":"Contributed Photo/Nacogdoches County Sheriff's Office","thumbnail":"http://kicks105.com/files/2018/02/teacher-arrest.png","postDateGmt":"2018-02-12 22:32:59 +0000","title":"Former Woden Teacher Charged with Improper Relationships","url":"http://kicks105.com/former-woden-teacher-charged-with-improper-relationships/","id":312570,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"A former Woden ISD teacher has been arrested on four felony charges due to allegedly having improper relationship with students.  ","authors":[{"id":237,"slug":"dmerrell","name":"Danny Merrell","first_name":"Danny","last_name":"Merrell","nickname":"dannymerrell","url":"http://kicks105.com/author/dmerrell/","thumbnail":"http://kicks105.com/files/2017/09/Danny-M.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","_aioseop_title":"Former Woden Teacher Charged with Improper Relationships","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"312573":{"postid":"312573","sortdate":"2018-02-12T22:56:03.000Z","data":{"mainData":{"postType":"post","caption":"Contributed Photo/Lufkin ISD","thumbnail":"http://kicks105.com/files/2018/02/FCCLA.jpg","postDateGmt":"2018-02-12 22:56:03 +0000","title":"Six Lufkin High Students Advance to State FCCLA Competition","url":"http://kicks105.com/six-lufkin-high-students-advance-to-state-fccla-competition/","id":312573,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Six Lufkin High School students are advancing to state competition in Family, Career and Community Leaders of America (FCCLA). ","authors":[{"id":237,"slug":"dmerrell","name":"Danny Merrell","first_name":"Danny","last_name":"Merrell","nickname":"dannymerrell","url":"http://kicks105.com/author/dmerrell/","thumbnail":"http://kicks105.com/files/2017/09/Danny-M.jpg"}]},"alternateData":{"_townsquare_media_url":"","_aioseop_title":"Six Lufkin High Students Advance to State FCCLA Competition","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"312578":{"postid":"312578","sortdate":"2018-02-13T05:27:58.000Z","data":{"mainData":{"postType":"post","caption":"Getty Images/iStockphoto","thumbnail":"http://kfox95.com/files/2017/11/kids.jpg","postDateGmt":"2018-02-13 05:27:58 +0000","title":"SFA School Of Nursing Kids Health Fair ","url":"http://kicks105.com/sfa-school-of-nursing-kids-health-fair/","id":312578,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Stephen F. Austin State University School of Nursing is having a Health Fair at Pecan Park. Bring your kids from 10am - 4pm, at 826 E. Starr Ave in Nacogdoches. ","authors":[{"id":414,"slug":"dpatrick","name":"Dan P.","first_name":"Dan","last_name":"Patrick","nickname":"Dan P.","url":"http://kicks105.com/author/dpatrick/","thumbnail":"http://kfox95.com/files/2017/06/18581494_10212999497637915_1343290532667716078_n.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"SFA School Of Nursing Kids Health Fair "}}},"312581":{"postid":"312581","sortdate":"2018-02-13T05:28:32.000Z","data":{"mainData":{"postType":"post","caption":"SGA Angelina College","thumbnail":"http://kfox95.com/files/2017/09/Capture7.jpg","postDateGmt":"2018-02-13 05:28:32 +0000","title":"Food Truck Fest In Angelina College","url":"http://kicks105.com/food-truck-fest-coming-back-to-angelina-college/","id":312581,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"This event at Angelina College makes it&apos;s return thanks to the Angelina College Student Government Association. Stop by February 28th from 5 pm - 9 pm on the AC campus for a night of family friendly fun. ","authors":[{"id":414,"slug":"dpatrick","name":"Dan P.","first_name":"Dan","last_name":"Patrick","nickname":"Dan P.","url":"http://kicks105.com/author/dpatrick/","thumbnail":"http://kfox95.com/files/2017/06/18581494_10212999497637915_1343290532667716078_n.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Food Truck Fest In Angelina College"}}}},"redisCached":true},"widget_third_party_content-2":{"info":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"params":{"type":"zergnet","title":"Recommended For You","id":"39620","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"widget_third_party_content-3":{"info":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"params":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"ts_blogroll-621":{"info":{"id":"ts_blogroll-621","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"621"},"params":{"title":"","type":"carousel","isweather":"1","cat":"0","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,"author":"","widgetTime":4,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[311565,311199,306747],"dataDetails":{"306747":{"postid":"306747","sortdate":"2017-10-26T16:42:44.000Z","data":{"mainData":{"postType":"post","caption":"Sean Steffey","thumbnail":"http://kicks105.com/files/2017/10/CC-Fundraiser.jpg","postDateGmt":"2017-10-26 16:42:44 +0000","title":"Get A BBQ Lunch To Help Tomorrow&apos;s Heroes in Livingston","url":"http://kicks105.com/the-11th-annual-caran-coward-fundraiser-is-here/","id":306747,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Come enjoy a delicious BBQ plate, knowing the proceeds will help students that belong to families of local first responders.","authors":[{"id":127060,"slug":"seanericsongapbroadcasting-com","name":"Sean Ericson","first_name":"Sean","last_name":"Ericson","nickname":"seanericson","thumbnail":"http://kicks105.com/files/2017/09/Sean.jpg","url":"http://kicks105.com/author/seanericsongapbroadcasting-com/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Get A BBQ Lunch To Help Tomorrow&apos;s Heroes in Livingston"}}},"311199":{"postid":"311199","sortdate":"2018-01-17T20:28:26.000Z","data":{"mainData":{"postType":"post","caption":"Miguel Villagran, Getty Images","thumbnail":"http://knue.com/files/2018/01/GettyImages-96033198.jpg","postDateGmt":"2018-01-17 20:28:26 +0000","title":"East Texas Couple Celebrates the Snow by Blowing Up a Snowman","url":"http://kicks105.com/east-texas-couple-celebrates-the-snow-by-blowing-up-a-snowman-watch/","id":311199,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"File this one under &apos;only in Texas&apos;. ","authors":[{"id":2592299,"slug":"jeisenberg","name":"Jason Eisenberg","first_name":"Jason","last_name":"Eisenberg","nickname":"Jason Eisenberg","thumbnail":"http://knue.com/files/2017/11/17757395_10102826184250968_1564238288829206339_n-1.jpg","url":"http://kicks105.com/author/jeisenberg/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=Sv7rz-55kXY&feature=youtu.be","youtubeId":"Sv7rz-55kXY"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=Sv7rz-55kXY&feature=youtu.be","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"East Texas Couple Celebrates the Snow by Blowing Up a Snowman"}}},"311565":{"postid":"311565","sortdate":"2018-01-25T16:05:13.000Z","data":{"mainData":{"postType":"post","caption":"Red Dirt BBQ & Music Festival","thumbnail":"http://knue.com/files/2018/01/Red-Dirt-Artists.jpg","postDateGmt":"2018-01-25 16:05:13 +0000","title":"The 2018 Red Dirt BBQ &amp; Music Festival Lineup Is Revealed","url":"http://kicks105.com/2018-red-dirt-bbq-music-fest-lineup/","id":311565,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"The festival has sold out in advance every year, with VIP tickets selling out in less than 30 minutes in 2017. Needless to say, don&#x2019;t wait to get your tickets.","authors":[{"id":397324,"slug":"chasecolston","name":"Chase Colston","first_name":"Chase","last_name":"Colston","nickname":"Chase Colston","thumbnail":"http://mix931fm.com/files/2014/09/photo-1.jpg","url":"http://kicks105.com/author/chasecolston/"}],"video":true,"videoUrl":"https://youtu.be/tWOVbR-vggc","youtubeId":"tWOVbR-vggc"},"alternateData":{"_townsquare_media_url":"https://youtu.be/tWOVbR-vggc","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"The 2018 Red Dirt BBQ &amp; Music Festival Lineup Is Revealed"}}}},"redisCached":true},"fix_sidebar_marker-28":{"info":{"id":"fix_sidebar_marker-28","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"28"},"params":{"title":"Fix Sidebar Marker","widgetTime":1},"data":[],"dataDetails":{}},"google-ads-widget-307":{"info":{"id":"google-ads-widget-307","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"307"},"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-288":{"info":{"id":"tsq_sailthru_newsletter_widget-288","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"288"},"params":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["Kicks"],"widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-622":{"info":{"id":"ts_blogroll-622","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"622"},"params":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3,"widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[312581,312578,312573],"dataDetails":{"312573":{"postid":"312573","sortdate":"2018-02-12T22:56:03.000Z","data":{"mainData":{"postType":"post","caption":"Contributed Photo/Lufkin ISD","thumbnail":"http://kicks105.com/files/2018/02/FCCLA.jpg","postDateGmt":"2018-02-12 22:56:03 +0000","title":"Six Lufkin High Students Advance to State FCCLA Competition","url":"http://kicks105.com/six-lufkin-high-students-advance-to-state-fccla-competition/","id":312573,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Six Lufkin High School students are advancing to state competition in Family, Career and Community Leaders of America (FCCLA). ","authors":[{"id":237,"slug":"dmerrell","name":"Danny Merrell","first_name":"Danny","last_name":"Merrell","nickname":"dannymerrell","url":"http://kicks105.com/author/dmerrell/","thumbnail":"http://kicks105.com/files/2017/09/Danny-M.jpg"}]},"alternateData":{"_townsquare_media_url":"","_aioseop_title":"Six Lufkin High Students Advance to State FCCLA Competition","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"312578":{"postid":"312578","sortdate":"2018-02-13T05:27:58.000Z","data":{"mainData":{"postType":"post","caption":"Getty Images/iStockphoto","thumbnail":"http://kfox95.com/files/2017/11/kids.jpg","postDateGmt":"2018-02-13 05:27:58 +0000","title":"SFA School Of Nursing Kids Health Fair ","url":"http://kicks105.com/sfa-school-of-nursing-kids-health-fair/","id":312578,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Stephen F. Austin State University School of Nursing is having a Health Fair at Pecan Park. Bring your kids from 10am - 4pm, at 826 E. Starr Ave in Nacogdoches. ","authors":[{"id":414,"slug":"dpatrick","name":"Dan P.","first_name":"Dan","last_name":"Patrick","nickname":"Dan P.","url":"http://kicks105.com/author/dpatrick/","thumbnail":"http://kfox95.com/files/2017/06/18581494_10212999497637915_1343290532667716078_n.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"SFA School Of Nursing Kids Health Fair "}}},"312581":{"postid":"312581","sortdate":"2018-02-13T05:28:32.000Z","data":{"mainData":{"postType":"post","caption":"SGA Angelina College","thumbnail":"http://kfox95.com/files/2017/09/Capture7.jpg","postDateGmt":"2018-02-13 05:28:32 +0000","title":"Food Truck Fest In Angelina College","url":"http://kicks105.com/food-truck-fest-coming-back-to-angelina-college/","id":312581,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"This event at Angelina College makes it&apos;s return thanks to the Angelina College Student Government Association. Stop by February 28th from 5 pm - 9 pm on the AC campus for a night of family friendly fun. ","authors":[{"id":414,"slug":"dpatrick","name":"Dan P.","first_name":"Dan","last_name":"Patrick","nickname":"Dan P.","url":"http://kicks105.com/author/dpatrick/","thumbnail":"http://kfox95.com/files/2017/06/18581494_10212999497637915_1343290532667716078_n.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Food Truck Fest In Angelina College"}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":2},"data":[],"dataDetails":{},"redisCached":true},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":3},"data":["1",{"2":["2.1","2.2","2.3","2.4"]},{"3":["3.1","3.2"]},{"4":["4.1"]},{"5":["5.1","5.2"]},{"6":["6.1","6.2","6.3","6.4","6.5","6.6"]},"7","8","9",{"10":["10.1","10.2","10.3","10.4","10.5","10.6","10.7"]}],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":8,"title":"Home","titleExcerpt":"Home","href":"/","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":593,"title":"DJs","titleExcerpt":"DJs","href":"/djs","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":42789,"title":"Listen","titleExcerpt":"Listen","href":"/listen-live/","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":42792,"title":"Playlist","titleExcerpt":"Playlist","href":"/playlist","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":596,"title":"Events","titleExcerpt":"Events","href":"/events-lufkin/","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":1440,"title":"Kicks VIP","titleExcerpt":"Kicks VIP","href":"/vip","samedomain":true,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":229668,"title":"Win Stuff","titleExcerpt":"Win Stuff","href":"/vip/contests/sweeps/","samedomain":true,"hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":221583,"title":"Mornings","titleExcerpt":"Mornings","href":"/mornings","samedomain":true,"hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":23370,"title":"Birthdays","titleExcerpt":"","href":"/birthdays","samedomain":true,"hasBlogroll":false}},"10":{"menuId":"10","attrs":{"menuPostId":185926,"title":"Contact","titleExcerpt":"Contact","href":"/contact-us/","samedomain":true,"hasBlogroll":false}},"2.1":{"menuId":"2.1","attrs":{"menuPostId":42754,"title":"On-Air Staff","titleExcerpt":"On-Air Staff","href":"/djs","samedomain":true,"hasBlogroll":false}},"2.2":{"menuId":"2.2","attrs":{"menuPostId":42755,"title":"Shows","titleExcerpt":"Shows","href":"/shows","samedomain":true,"hasBlogroll":false}},"2.3":{"menuId":"2.3","attrs":{"menuPostId":42756,"title":"Danny Merrell","titleExcerpt":"Danny Merrell","href":"/author/dmerrell/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/dmerrell/","hasBlogroll":false}},"2.4":{"menuId":"2.4","attrs":{"menuPostId":42757,"title":"Sean Ericson","titleExcerpt":"Sean Ericson","href":"/author/seanericsongapbroadcasting-com/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/seanericsongapbroadcasting-com/","hasBlogroll":false}},"3.1":{"menuId":"3.1","attrs":{"menuPostId":42790,"title":"Listen Live","titleExcerpt":"Listen Live","href":"/listen-live/","samedomain":true,"hasBlogroll":false}},"3.2":{"menuId":"3.2","attrs":{"menuPostId":289946,"title":"Kicks 105 Mobile App","titleExcerpt":"Kicks 105 Mobile App","href":"/app/","samedomain":true,"hasBlogroll":false}},"4.1":{"menuId":"4.1","attrs":{"menuPostId":42791,"title":"Recently Played","titleExcerpt":"Recently Played","href":"/playlist","samedomain":true,"hasBlogroll":false}},"5.1":{"menuId":"5.1","attrs":{"menuPostId":185754,"title":"Townsquare 411","titleExcerpt":"Townsquare 411","href":"/events-lufkin/","samedomain":true,"hasBlogroll":false}},"5.2":{"menuId":"5.2","attrs":{"menuPostId":235677,"title":"Submit Your Event","titleExcerpt":"Submit Your Event","href":"/townsquare411/","samedomain":true,"hasBlogroll":false}},"6.1":{"menuId":"6.1","attrs":{"menuPostId":36965,"title":"Contests","titleExcerpt":"Contests","href":"/vip/contests/","samedomain":true,"hasBlogroll":false}},"6.2":{"menuId":"6.2","attrs":{"menuPostId":36194,"title":"Join Now!","titleExcerpt":"Join Now!","href":"/registration/","samedomain":true,"hasBlogroll":false}},"6.3":{"menuId":"6.3","attrs":{"menuPostId":289945,"title":"Kicks 105 Mobile App","titleExcerpt":"Kicks 105 Mobile App","href":"/app/","samedomain":true,"hasBlogroll":false}},"6.4":{"menuId":"6.4","attrs":{"menuPostId":262297,"title":"VIP Support","titleExcerpt":"VIP Support","href":"http://www.kicks105.com/help","samedomain":false,"hasBlogroll":false}},"6.5":{"menuId":"6.5","attrs":{"menuPostId":262298,"title":"Contest Rules","titleExcerpt":"Contest Rules","href":"/rules/","samedomain":true,"hasBlogroll":false}},"6.6":{"menuId":"6.6","attrs":{"menuPostId":55341,"title":"Local Expert","titleExcerpt":"Local Expert","href":"/local-experts/","samedomain":true,"hasBlogroll":false}},"10.1":{"menuId":"10.1","attrs":{"menuPostId":5715,"title":"Help & Contact Info","titleExcerpt":"Help & Contact Info","href":"/contact-us/","samedomain":true,"hasBlogroll":false}},"10.2":{"menuId":"10.2","attrs":{"menuPostId":185927,"title":"Send Feedback","titleExcerpt":"Send Feedback","href":"/feedback/","samedomain":true,"hasBlogroll":false}},"10.3":{"menuId":"10.3","attrs":{"menuPostId":91913,"title":"Advertise","titleExcerpt":"Advertise","href":"/advertise/","samedomain":true,"hasBlogroll":false}},"10.4":{"menuId":"10.4","attrs":{"menuPostId":57499,"title":"Employment","titleExcerpt":"Employment","href":"/job-opportunities/","samedomain":true,"hasBlogroll":false}},"10.5":{"menuId":"10.5","attrs":{"menuPostId":270614,"title":"Start A Business Website","titleExcerpt":"Start A Business Website","href":"/use-the-internet-to-grow-your-business/","samedomain":true,"hasBlogroll":false}},"10.6":{"menuId":"10.6","attrs":{"menuPostId":298460,"title":"Studio Sponsor","titleExcerpt":"Studio Sponsor","href":"/studio-sponsorbadderslawfirm/","samedomain":true,"hasBlogroll":false}},"10.7":{"menuId":"10.7","attrs":{"menuPostId":267758,"title":"Game Squares Official Rules","titleExcerpt":"","href":"/game-squares-official-rules-2","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/promo_links":{"info":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"},"params":{"widgetTime":3},"data":["1","2","3","4","5","6","7"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":55521,"title":"What's Hot","titleExcerpt":"What's Hot","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":280212,"title":"Teacher of the Day","titleExcerpt":"","href":"/east-texas-teachers","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":306045,"title":"Kicks 105 Mobile App","titleExcerpt":"Kicks 105 Mobile App","href":"/app/","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":311706,"title":"PARTY WITH BRAD PAISLEY","titleExcerpt":"PARTY WITH BRAD PAISLEY","href":"/contests/sweeps/party-with-brad-paisley/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/sweeps/party-with-brad-paisley/","hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":311924,"title":"Be My Valentine Giveaway","titleExcerpt":"Be My Valentine Giveaway","href":"/contests/sweeps/be-my-valentine-giveaway/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/sweeps/be-my-valentine-giveaway/","hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":311925,"title":"See Garth Brooks Live in Houston","titleExcerpt":"See Garth Brooks Live in Houston","href":"/contests/sweeps/win-a-pair-of-tickets-to-see-garth-brooks-live-in-houston/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/sweeps/win-a-pair-of-tickets-to-see-garth-brooks-live-in-houston/","hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":312401,"title":"Bull Bash","titleExcerpt":"Bull Bash","href":"/championship-bull-riding-returns-to-lufkin-with-2018-bull-bash/","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":2},"data":["comscore","1","2","3","4","5","6","7","8","9","10","11","12"],"dataDetails":{"1":{"menuId":"1","attrs":{"title":"EEO","href":"/eeo/"}},"2":{"menuId":"2","attrs":{"title":"Advertise","href":"/advertise-on-kicks-105/"}},"3":{"menuId":"3","attrs":{"title":"Terms","href":"/terms/"}},"4":{"menuId":"4","attrs":{"title":"Terms of Use","href":"/terms-of-use/"}},"5":{"menuId":"5","attrs":{"title":"VIP Terms","href":"/vip-terms/"}},"6":{"menuId":"6","attrs":{"title":"Rules","href":"/contest-rules/"}},"7":{"menuId":"7","attrs":{"title":"FAQ","href":"/vip-faq/"}},"8":{"menuId":"8","attrs":{"title":"Privacy Policy","href":"/privacy/"}},"9":{"menuId":"9","attrs":{"title":"Contact","href":"/help/"}},"10":{"menuId":"10","attrs":{"title":"Townsquare Media Group","href":"/townsquare-media-group/"}},"11":{"menuId":"11","attrs":{"title":"Businesses","href":"/lufkin-featured-business-listings/"}},"12":{"menuId":"12","attrs":{"title":"Public File","href":"/kyks-public-file/"}},"comscore":{"menuId":"comscore","attrs":{"title":"Taste Of Country Network"}}},"redisCached":true}},"data":{},"time":{"wpTime":13.107,"mainOptionsTime":5.125,"sidebarsTime":9.219,"widgetsTime":22.635,"processTime":50.211},"experimentGroup":"A"},"serverConfig":{"host":"kicks105.com","ua":"python-requests/2.10.0"}},"listenLive":{},"nav":{},"newsletter":{},"ui":{},"weather":{},"youtube":{},"sweeps":{},"form":{"NavSearchForm":{"registeredFields":[{"name":"searchInput","type":"Field"}]}},"routing":{"locationBeforeTransitions":null},"events":{},"ads":{}}
          </script>
          <script src="//cdn.production.townsquareblogs.com/public/dist/main.bundle.js?ver=f6f5453a8cde7d0b301abb99888e7aca87cafa58"></script>
        </body>
      </html>