<!doctype html>
      <html class="single" lang="en">
        <head>
          <title data-react-helmet="true">CNN Reporter Gets a Taste of Truth From a Harvey Victim</title>
          <meta data-react-helmet="true" http-equiv="Content-Type" content="text/html;charset=UTF-8"/><meta data-react-helmet="true" charset="UTF-8"/><meta data-react-helmet="true" name="instagram_profile" value="1063thebuzz"/><meta data-react-helmet="true" name="description" content="Live TV is a strange creature, and interviews with victims can be even stranger. But this lady told CNN exactly what she thought!"/><meta data-react-helmet="true" name="keywords" content="hurricane harvey, houston, texas, cnn, reporter, victim, flooding, shelter"/><meta data-react-helmet="true" property="fb:app_id" content="129110027161530"/><meta data-react-helmet="true" property="fb:admins" content="582411024"/><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="CNN Reporter Gets a Taste of Truth From a Harvey Victim [NSFW]"/><meta data-react-helmet="true" property="og:description" content="Live TV is a strange creature, and interviews with victims can be even stranger. But this lady told CNN exactly what she thought!"/><meta data-react-helmet="true" property="og:url" content="http://1063thebuzz.com/hurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language/"/><meta data-react-helmet="true" property="og:site_name" content="106.3 The Buzz"/><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/Untitled.png?w=600&amp;h=0&amp;zc=1&amp;s=0&amp;a=t&amp;q=89"/><meta data-react-helmet="true" name="twitter:card" content="summary_large_image"/><meta data-react-helmet="true" name="twitter:site" content="@1063thebuzz"/><meta data-react-helmet="true" name="sailthru.description" content="Live TV is a strange creature, and interviews with victims can be even stranger. But this lady told CNN exactly what she thought!"/><meta data-react-helmet="true" name="sailthru.date" content="2017-08-30 20:00:27"/><meta data-react-helmet="true" name="sailthru.title" content="Hurricane Harvey Victim Tells a Reporter Like It Is [STRONG LANGUAGE]"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-kbzs, tsmmarket-wichitafalls, tsmtype-local, hurricane-harvey, national-news, texas-news, videos"/><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/Untitled.png"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://1025kiss.com/files/2017/08/Untitled.png"/><meta data-react-helmet="true" property="fb:pages" content="110910078924322"/><meta data-react-helmet="true" name="google-site-verification" content="MBhJ9npQ3PczWlJLUTdGED84bTfJaCGq3ORM1stpBvI"/><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://1063thebuzz.com/files/2017/08/Buzz-B-Favicon.png"/><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-victim-tells-a-reporter-like-it-is-strong-language/"/>
          <link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic|Roboto:400,400italic,500,500italic,700,300italic,300|Roboto+Condensed:300,400,700" rel="stylesheet" type="text/css" />
          <link href="/styles/base.css?ver=3b9dbc3b07b0bef2c96b11376b1d9e6298d9a129&mver=4" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "A";
          window.TSM.cadata = {"activeDomain":"1063thebuzz.com","blogId":175,"method":"get_single","postId":387219,"crosspostBlogId":"189","crosspostPostId":"371290","postType":"post","postDateGmt":"2017-08-31 01:00:27.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":"national-news,texas-news,videos","dimension3":"hurricane-harvey","dimension4":"post","dimension5":"Wed Aug 30 2017","dimension6":"20:020","dimension7":"standard","dimension8":"96","dimension9":"A","dimension10":"no"};
ga( "create", {
          trackingId:"UA-19111632-3",
          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-19111632-3"};
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-19111632-5",
          name: "UA191116325",
          allowAnchor: false
        });
        ga( "UA191116325.require", "displayfeatures" );
        ga( "UA191116325.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA191116325" ] = {gaid:"UA-19111632-5"};
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-3",
          name: "UA452600603",
          allowAnchor: false
        });
        ga( "UA452600603.require", "displayfeatures" );
        ga( "UA452600603.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA452600603" ] = {gaid:"UA-45260060-3"};
            })(window);
          </script>
          <script async src="https://www.google-analytics.com/analytics.js"></script>
          <script>(function(w){
      w.dataLayer = [{"title":"CNN Reporter Gets a Taste of Truth From a Harvey Victim","callsign":"KBZSFM","market":"Wichita Falls","sitetype":"Local","siteClassification":"","state":"TX","genre":"rock","pageType":"post","tags":"hurricane-harvey","categories":"national-news,texas-news,videos","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>
        (function(w,dl){
          if( dl && dl[0] ){
            dl = dl[0];
            w._oiqq = w._oiqq || [];
            var keywordMeta = document.querySelector( "meta[name='keywords']");
            _oiqq.push(["oiq_addPageBrand", "title:" + dl.title]);
            _oiqq.push(["oiq_addPageBrand", "domain:" + location.hostname]);
            _oiqq.push(["oiq_addPageBrand", "callsign:" + dl.callsign]);
            _oiqq.push(["oiq_addPageCat", "url_path:" + location.pathname]);
            _oiqq.push(["oiq_addPageCat", "meta_keywords:" + ( keywordMeta ? keywordMeta.content : "" ) ]);
            _oiqq.push(["oiq_addPageCat", "title:" + dl.title]);
            _oiqq.push(["oiq_addPageCat", "callsign:" + dl.callsign]);
            _oiqq.push(["oiq_addPageCat", "market:" + dl.market]);
            _oiqq.push(["oiq_addPageCat", "sitetype:" + dl.sitetype]);
            _oiqq.push(["oiq_addPageCat", "state:" + dl.state]);
            _oiqq.push(["oiq_addPageCat", "page_type:" + dl.pageType]);
            _oiqq.push(["oiq_addPageCat", "media_type:" + dl.mediaType]);
            _oiqq.push(["oiq_addPageCat", "day_of_week:" + dl.dayOfWeek]);
            _oiqq.push(["oiq_addPageCat", "newsletter_submission:" + (dl.newsletterSubmission || "no")]);
            _oiqq.push(["oiq_addPageCat", "period_of_day:" + dl.periodOfDay]);
            _oiqq.push(["oiq_addPageCat", "curated_referer:" + dl.curatedReferer]);
            _oiqq.push(["oiq_addPageCat", "genre:" + dl.genre]);
            _oiqq.push(["oiq_addPageCat", "tags:" + dl.tags]);
            _oiqq.push(["oiq_addPageCat", "categories:" + dl.categories]);
            _oiqq.push(["oiq_doTag"]);
            _oiqq.push(["oiq_addPageLifecycle", "ecv3"]);
          }
        })(window, window.dataLayer);
        (function() {
        var oiq = document.createElement("script"); oiq.type = "text/javascript"; oiq.async = true;
        oiq.src = document.location.protocol + "//px.owneriq.net/stas/s/0frxgz.js";
        var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(oiq, s);
        })();
      </script>
          
          <script class="kxct" data-id="rwjnisqy1" data-timing="async" data-version="3.0" type="text/javascript">
        window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);
        (function(){
          var k=document.createElement("script");k.type="text/javascript";k.async=true;
          k.src=(location.protocol==="https:"?"https:":"http:")+"//"+"cdn.krxd.net/controltag/rwjnisqy1.js";
          var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(k,s);
        }());
      </script><script type="text/javascript" src="//mtrx.go.sonobi.com/morpheus.townsquaremedia.local.1594.js"></script>
<script async type="text/javascript" src="https://native.sharethrough.com/assets/sfp.js"></script><script async="async" src="https://www.googletagservices.com/tag/js/gpt.js"></script>
        <script>
        var googletag = googletag || {};
        googletag.cmd = googletag.cmd || [];
        </script>
<script>window.pbjs=window.pbjs||{};window.pbjs.que=window.pbjs.que||[];</script><script src="http://production.townsquareblogs.com/wp-content/uploads/static/prebid/carbon/pb.js?domain=1063thebuzz.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", ["national-news","texas-news","videos"] );
googletag.pubads().setTargeting( "tags", ["hurricane-harvey"] );
googletag.pubads().setTargeting( "id", "hurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language" );
googletag.pubads().setTargeting( "author", "boleo" );
googletag.pubads().setTargeting( "kw", ["boleo","hurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language","national-news","texas-news","videos","hurricane-harvey","pagetype-post"] );
googletag.pubads().setTargeting( "genre", ["rock"] );
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/Wichita_falls/KBZS/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/Wichita_falls/KBZS/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/Wichita_falls/KBZS/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/Wichita_falls/KBZS/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/Wichita_falls/KBZS/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/Wichita_falls/KBZS/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/Wichita_falls/KBZS/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/Wichita_falls/KBZS/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/Wichita_falls/KBZS/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="-1391579222"><!-- 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="106.3 The Buzz" title="106.3 The Buzz" data-reactid="14"><img src="http://1063thebuzz.com/files/2017/10/kbzsfm-logo1.png" alt="106.3 The Buzz" title="106.3 The Buzz" 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-34" class="stationtagline-container showticker-item" data-reactid="21"><div class="content" data-reactid="22"><a class="info" href="#" data-reactid="23">REAL. ROCK. RADIO</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="/shows" data-reactid="35">On Air</a><ul class="links submenu" data-reactid="36"><li class="hassub" data-reactid="37"><a href="/shows" data-reactid="38">Show Schedule</a></li><li class="hassub" data-reactid="39"><a href="/show/free-beer-and-hot-wings-morning-show/" data-reactid="40">FBHW</a></li><li class="hassub" data-reactid="41"><a href="/author/stryker/" data-reactid="42">Stryker</a></li><li class="hassub" data-reactid="43"><a href="/author/johnnythrash/" data-reactid="44">Johnny Thrash</a></li><li class="hassub" data-reactid="45"><a href="/author/tonigonzalezlwn/" data-reactid="46">Toni Gonzalez</a></li><li class="hassub" data-reactid="47"><a href="/author/fullmetal/" data-reactid="48">Full Metal Jackie</a></li></ul></li><li class="hassub" data-reactid="49"><a href="/listen-live" data-reactid="50">Listen</a><ul class="links submenu" data-reactid="51"><li class="hassub" data-reactid="52"><a href="/listen-live" data-reactid="53">Listen Live</a></li><li class="hassub" data-reactid="54"><a href="/app" data-reactid="55">Mobile App</a></li><li class="hassub" data-reactid="56"><a href="/alexa" data-reactid="57">Alexa</a></li></ul></li><li class="hassub" data-reactid="58"><a href="/playlist" data-reactid="59">Playlist</a><ul class="links submenu" data-reactid="60"><li class="hassub" data-reactid="61"><a href="/playlist" data-reactid="62">Recently Played</a></li></ul></li><li class="hassub" data-reactid="63"><a href="/events-wichita-falls" data-reactid="64">Events</a><ul class="links submenu" data-reactid="65"><li class="hassub" data-reactid="66"><a href="/tags/this-weekend-in-wichita-falls/" data-reactid="67">This Weekend in Wichita Falls</a></li><li class="hassub" data-reactid="68"><a href="/events-wichita-falls" data-reactid="69">Calendar</a></li><li class="hassub" data-reactid="70"><a href="/events-wichita-falls/community/add/" data-reactid="71">Submit an Event</a></li></ul></li><li class="hassub" data-reactid="72"><a href="/vip" data-reactid="73">Buzzheads</a><ul class="links submenu" data-reactid="74"><li class="hassub" data-reactid="75"><a href="/registration" data-reactid="76">Sign Up</a></li><li class="hassub" data-reactid="77"><a href="/vip" data-reactid="78">BuzzHead Perks</a></li><li class="hassub" data-reactid="79"><a href="/contests" data-reactid="80">Contests</a></li><li class="hassub" data-reactid="81"><a href="/contest-rules" data-reactid="82">Contest Rules</a></li><li class="hassub" data-reactid="83"><a href="/help" data-reactid="84">Support</a></li></ul></li><li class="hassub" data-reactid="85"><a href="/contests" data-reactid="86">Win Stuff</a><ul class="links submenu" data-reactid="87"><li class="hassub" data-reactid="88"><a href="/contests/sweeps/rock-wrestling-at-sea/" data-reactid="89">Chris Jericho’s Rock &#x27;N Wrestling Rager at Sea</a></li><li class="hassub" data-reactid="90"><a href="/dumber-than-zane-trivia-qualify-to-win-cash/" data-reactid="91">Dumber Than FBHW Trivia</a></li><li class="hassub" data-reactid="92"><a href="/vip" data-reactid="93">See All Contests</a></li><li class="hassub" data-reactid="94"><a href="/category/online-contest-winners" data-reactid="95">Winners</a></li><li class="hassub" data-reactid="96"><a href="/contest-rules/" data-reactid="97">Contest Rules</a></li></ul></li><li class="hassub" data-reactid="98"><a href="/category/babes" data-reactid="99">Babes</a><ul class="links submenu" data-reactid="100"><li class="hassub" data-reactid="101"><a href="/category/babe-of-the-day" data-reactid="102">Babe of the Day</a></li></ul></li><li class="hassub" data-reactid="103"><a href="/help" data-reactid="104">Contact</a><ul class="links submenu" data-reactid="105"><li class="hassub" data-reactid="106"><a href="/help" data-reactid="107">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="108"><a href="/feedback" data-reactid="109">Send Feedback</a></li><li class="hassub" data-reactid="110"><a href="/advertise" data-reactid="111">Advertise</a></li><li class="hassub" data-reactid="112"><a href="http://www.townsquaremedia.com/careers" target="_blank" data-reactid="113">Job Openings</a></li></ul></li><li class="hidden-menu hassub hide" data-reactid="114"><a class="more-icon" href="#" data-reactid="115">More</a><ul class="links submenu" data-reactid="116"><li class="hassub hide" data-reactid="117"><a href="/" data-reactid="118">Home</a></li><li class="hassub hide" data-reactid="119"><a href="/shows" data-reactid="120">On Air</a><ul class="links submenu" data-reactid="121"><li class="hassub" data-reactid="122"><a href="/shows" data-reactid="123">Show Schedule</a></li><li class="hassub" data-reactid="124"><a href="/show/free-beer-and-hot-wings-morning-show/" data-reactid="125">FBHW</a></li><li class="hassub" data-reactid="126"><a href="/author/stryker/" data-reactid="127">Stryker</a></li><li class="hassub" data-reactid="128"><a href="/author/johnnythrash/" data-reactid="129">Johnny Thrash</a></li><li class="hassub" data-reactid="130"><a href="/author/tonigonzalezlwn/" data-reactid="131">Toni Gonzalez</a></li><li class="hassub" data-reactid="132"><a href="/author/fullmetal/" data-reactid="133">Full Metal Jackie</a></li></ul></li><li class="hassub hide" data-reactid="134"><a href="/listen-live" data-reactid="135">Listen</a><ul class="links submenu" data-reactid="136"><li class="hassub" data-reactid="137"><a href="/listen-live" data-reactid="138">Listen Live</a></li><li class="hassub" data-reactid="139"><a href="/app" data-reactid="140">Mobile App</a></li><li class="hassub" data-reactid="141"><a href="/alexa" data-reactid="142">Alexa</a></li></ul></li><li class="hassub hide" data-reactid="143"><a href="/playlist" data-reactid="144">Playlist</a><ul class="links submenu" data-reactid="145"><li class="hassub" data-reactid="146"><a href="/playlist" data-reactid="147">Recently Played</a></li></ul></li><li class="hassub hide" data-reactid="148"><a href="/events-wichita-falls" data-reactid="149">Events</a><ul class="links submenu" data-reactid="150"><li class="hassub" data-reactid="151"><a href="/tags/this-weekend-in-wichita-falls/" data-reactid="152">This Weekend in Wichita Falls</a></li><li class="hassub" data-reactid="153"><a href="/events-wichita-falls" data-reactid="154">Calendar</a></li><li class="hassub" data-reactid="155"><a href="/events-wichita-falls/community/add/" data-reactid="156">Submit an Event</a></li></ul></li><li class="hassub hide" data-reactid="157"><a href="/vip" data-reactid="158">Buzzheads</a><ul class="links submenu" data-reactid="159"><li class="hassub" data-reactid="160"><a href="/registration" data-reactid="161">Sign Up</a></li><li class="hassub" data-reactid="162"><a href="/vip" data-reactid="163">BuzzHead Perks</a></li><li class="hassub" data-reactid="164"><a href="/contests" data-reactid="165">Contests</a></li><li class="hassub" data-reactid="166"><a href="/contest-rules" data-reactid="167">Contest Rules</a></li><li class="hassub" data-reactid="168"><a href="/help" data-reactid="169">Support</a></li></ul></li><li class="hassub hide" data-reactid="170"><a href="/contests" data-reactid="171">Win Stuff</a><ul class="links submenu" data-reactid="172"><li class="hassub" data-reactid="173"><a href="/contests/sweeps/rock-wrestling-at-sea/" data-reactid="174">Chris Jericho’s Rock &#x27;N Wrestling Rager at Sea</a></li><li class="hassub" data-reactid="175"><a href="/dumber-than-zane-trivia-qualify-to-win-cash/" data-reactid="176">Dumber Than FBHW Trivia</a></li><li class="hassub" data-reactid="177"><a href="/vip" data-reactid="178">See All Contests</a></li><li class="hassub" data-reactid="179"><a href="/category/online-contest-winners" data-reactid="180">Winners</a></li><li class="hassub" data-reactid="181"><a href="/contest-rules/" data-reactid="182">Contest Rules</a></li></ul></li><li class="hassub hide" data-reactid="183"><a href="/category/babes" data-reactid="184">Babes</a><ul class="links submenu" data-reactid="185"><li class="hassub" data-reactid="186"><a href="/category/babe-of-the-day" data-reactid="187">Babe of the Day</a></li></ul></li><li class="hassub hide" data-reactid="188"><a href="/help" data-reactid="189">Contact</a><ul class="links submenu" data-reactid="190"><li class="hassub" data-reactid="191"><a href="/help" data-reactid="192">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="193"><a href="/feedback" data-reactid="194">Send Feedback</a></li><li class="hassub" data-reactid="195"><a href="/advertise" data-reactid="196">Advertise</a></li><li class="hassub" data-reactid="197"><a href="http://www.townsquaremedia.com/careers" target="_blank" data-reactid="198">Job Openings</a></li></ul></li></ul></li></ul><div class="site-menu-right" data-reactid="199"><ul class="social-links" data-reactid="200"><li class="social" data-reactid="201"><a class="share-link youtube" href="https://youtube.com/user/1063thebuzz1" target="_blank" data-social="youtube" data-reactid="202"><span class="icon-base icon-youtube" data-reactid="203"></span></a></li><li class="social" data-reactid="204"><a class="share-link facebook" href="http://www.facebook.com/1063thebuzz" target="_blank" data-social="facebook" data-reactid="205"><span class="icon-base icon-facebook" data-reactid="206"></span></a></li><li class="social" data-reactid="207"><a class="share-link twitter" href="https://twitter.com/1063thebuzz" target="_blank" data-social="twitter" data-reactid="208"><span class="icon-base icon-twitter" data-reactid="209"></span></a></li><ul class="social-subscriptions" data-reactid="210"><li class="sub-instagram " data-reactid="211"><a href="https://www.instagram.com/1063thebuzz" target="_blank" data-reactid="212">INSTAGRAM</a></li><li class="share_link_small youtube sub-youtube" data-reactid="213"><span class="youtube-subscribe-button " data-reactid="214"></span></li><li class="sub-facebook" data-reactid="215"></li><li class="sub-twitter" data-reactid="216"></li></ul></ul><div id="search-form" class="" data-reactid="217"><div class="form-wrap" data-reactid="218"><form data-reactid="219"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="220"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="221"/></form></div><div class="icon-base icon-search" data-reactid="222"></div></div></div><div class="site-screen select-none" data-reactid="223"></div></div></nav></div><ul class="promo-links" data-reactid="224"><li data-reactid="225"><span data-reactid="226">What&#x27;s Hot:</span></li><li data-reactid="227"><a title="Wichita Falls Stories" href="/category/local-news/" data-reactid="228">Wichita Falls Stories</a></li><li data-reactid="229"><a title="FBHW" href="/category/fbhw" data-reactid="230">FBHW</a></li><li data-reactid="231"><a title="Rock News" href="/category/news/" data-reactid="232">Rock News</a></li><li data-reactid="233"><a title="Stryker v. Food" href="/tags/stryker-v-food/" data-reactid="234">Stryker v. Food</a></li><li data-reactid="235"><a title="Latest Music Videos" href="/category/official-music-videos" data-reactid="236">Latest Music Videos</a></li><li data-reactid="237"><a title="New Buzz App" href="/app" data-reactid="238">New Buzz App</a></li><li data-reactid="239"><a title="Weird News" href="/category/weird-news" data-reactid="240">Weird News</a></li></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="241"><div id="tsm-ad-970a" data-reactid="242"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="243"><div class="main-content" data-reactid="244"><div class="wrapper post-wrapper" data-reactid="245"><div class="post clearfix" data-reactid="246"><div class="entry" data-reactid="247"><article id="post-387219" data-location="/hurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language/" data-index="0" data-reactid="248"><div class="page-header" data-reactid="249"><div class="content-header show-ui front" id="content-header-387219" data-reactid="250"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="251"></div><div class="content-header-header" data-reactid="252"><div class="react-parallax " data-reactid="253"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="254"><figure class="frameme img-tag frame-loaded" data-reactid="255"><div class="theframe" data-image="http://1025kiss.com/files/2017/08/Untitled.png" rel="" title="" style="background-image:url(&quot;http://1025kiss.com/files/2017/08/Untitled.png?w=980&amp;q=75&quot;);" data-reactid="256"></div></figure></div><div class="react-parallax-content" data-reactid="257"><figure class="frameme img-tag" data-reactid="258"><div class="theframe" data-image="http://1025kiss.com/files/2017/08/Untitled.png" rel="" title="" data-reactid="259"></div><div class="loadinganim showbox" id="0" data-reactid="260"><div class="loader" style="width:30px;height:30px;" data-reactid="261"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="262"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="263"></circle></svg></div></div></figure></div></div><div class="header" data-reactid="264"><section class="title " data-reactid="265"><h1 class="" data-reactid="266">Hurricane Harvey Victim Tells a Reporter Like It Is [STRONG LANGUAGE]</h1></section><div class="byline" data-reactid="267"><div class="authors" data-reactid="268"><address class="author" data-reactid="269"><div class="author-image icon-user" data-reactid="270"><figure class="frameme" data-reactid="271"><a class="theframe" data-image="http://1025kiss.com/files/2017/12/21014140_1888298394824342_1350372681295979798_o.jpg" href="http://1063thebuzz.com/author/boleo/" rel="author" title="Boleo" data-reactid="272"></a><div class="loadinganim showbox" id="0" data-reactid="273"><div class="loader" style="width:30px;height:30px;" data-reactid="274"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="275"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="276"></circle></svg></div></div></figure></div><a class="author-name" href="http://1063thebuzz.com/author/boleo/" rel="author" title="Boleo" data-reactid="277">Boleo</a></address></div><time datetime="2017-08-31 01:00:27 +0000" data-reactid="278">August 30, 2017</time></div><figcaption title="Sports &amp;amp; News, YouTube/CNN" data-reactid="279">Sports &amp; News, YouTube/CNN</figcaption></div></div></div></div><div class="content-wrap" data-reactid="280"><div class="social-share bignsexy" data-reactid="281"><div class="social-bar social-icons" data-reactid="282"><ul data-reactid="283"><li data-reactid="284"><a href="http://twitter.com/intent/tweet?text=Hurricane%20Harvey%20Victim%20Tells%20a%20Reporter%20Like%20It%20Is%20%5BSTRONG%20LANGUAGE%5D%20http%3A%2F%2F1063thebuzz.com%2Fhurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language%2F%3Ftrackback%3Dtwitter_mobile%20%401063thebuzz" title="Share on Twitter" target="_blank" data-reactid="285"><span class=" social-icon icon-twitter tw" data-reactid="286"><span class="share-title" data-reactid="287">Share on Twitter</span></span></a></li><li data-reactid="288"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2F1063thebuzz.com%2Fhurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language%2F%3Ftrackback%3Dfbshare_mobile" title="Share on Facebook" target="_blank" data-reactid="289"><span class=" social-icon icon-facebook fb" data-reactid="290"><span class="share-title" data-reactid="291">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="292"><div class="pod-content" data-reactid="293"><p data-reactid="294"><!-- react-text: 295 -->(<!-- /react-text --><strong data-reactid="296"><!-- react-text: 297 -->Warning:<!-- /react-text --></strong><!-- react-text: 298 --> Vulgar language is used in this video. Please use discretion before viewing it.)<!-- /react-text --></p><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="299"></div><p data-reactid="300">Victims of natural disasters are in a state of shock, dismay, and even panic.</p><p data-reactid="301"><!-- react-text: 302 -->So, what happens when a live CNN reporter talks to a displaced Houston resident about what she went through during and in the aftermath of <!-- /react-text --><a href="http://awesome98.com/hurricane-harvey-has-dropped-over-50-inches-of-rain-around-houston-so-far-video/" target="_blank" data-reactid="303"><!-- react-text: 304 -->the historic Hurricane Harvey<!-- /react-text --></a><!-- react-text: 305 -->?<!-- /react-text --></p><p data-reactid="306">The truth comes out!</p><div class="single-post-button cto-container" data-reactid="307"><a class="next-post cto" href="http://1025kiss.com/prosperity-pastor-got-it-all-wrong/" target="_blank" data-reactid="308">OPINION: Why a Texas Prosperity Pastor Got It Wrong</a></div><div class="list-post standard" data-reactid="309"><ul data-reactid="310"><li data-reactid="311"><span class="count" data-reactid="312">MORE</span><header data-reactid="313"><h2 data-reactid="314">A Houston-Area Resident Shares Her Hurricane Harvey Story</h2><small data-reactid="315"></small></header><article data-reactid="316"><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="317"></div></article></li></ul></div></div></div><div class="content-footer" data-reactid="318"><!-- react-empty: 319 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="320"></div><!-- react-text: 321 --><!-- /react-text --><div class="tags-lines" data-reactid="322"><div class="wrapper" data-reactid="323"><span data-reactid="324"><!-- react-text: 325 -->Filed Under<!-- /react-text --><!-- react-text: 326 -->: <!-- /react-text --></span><span data-reactid="327"><!-- react-text: 328 --><!-- /react-text --><a href="http://1063thebuzz.com/tags/hurricane-harvey/" data-reactid="329">Hurricane Harvey</a></span></div><div class="wrapper" data-reactid="330"><span data-reactid="331"><!-- react-text: 332 -->Categories<!-- /react-text --><!-- react-text: 333 -->: <!-- /react-text --></span><span data-reactid="334"><!-- react-text: 335 --><!-- /react-text --><a href="http://1063thebuzz.com/category/national-news/" data-reactid="336">National News</a></span><span data-reactid="337"><!-- react-text: 338 -->, <!-- /react-text --><a href="http://1063thebuzz.com/category/texas-news/" data-reactid="339">Texas News</a></span><span data-reactid="340"><!-- react-text: 341 -->, <!-- /react-text --><a href="http://1063thebuzz.com/category/videos/" data-reactid="342">Videos</a></span></div></div><div class="comments-wrapper" data-reactid="343"><div class="comments" data-reactid="344"><div data-reactid="345"><span class="icon-comments" data-reactid="346"></span><i data-reactid="347">Comments</i><span class="fb-comments-count" data-href="http://1063thebuzz.com/hurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language/" data-reactid="348"></span><span class="icon-triangle-down" data-reactid="349"></span></div><div class="cto" data-reactid="350">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="351"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="352">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="353"><div class="aside-inside" data-reactid="354"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-38" data-reactid="355"><div class="wrapper clearfix" data-reactid="356"><div class="fix_sidebar_marker" data-reactid="357"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-469" data-reactid="358"><header data-reactid="359"><h2 data-reactid="360"><span class="title-container" data-reactid="361">Featured Stories</span><!-- react-text: 362 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="363"><section id="ts_blogroll-469" class="blogroll carousel slider dl align-right" data-reactid="364"><div class="slider blogroll-items" data-reactid="365"><div class="sizer" data-reactid="366"></div><div class="mover slide" data-reactid="367"><article class="item title-over-image" data-reactid="368"><figure class="frameme" data-reactid="369"><a class="theframe" data-image="http://loudwire.com/files/2016/05/Pearl-Jam-Done-Loudwire-5.jpg" href="http://1063thebuzz.com/pearl-jam-kids-deserve-country-free-gun-violence/" rel="" title="Pearl Jam: Kids &amp;apos;Deserve&amp;apos; to Live Without Threat of Gun Violence" data-reactid="370"></a><div class="loadinganim showbox" id="0" data-reactid="371"><div class="loader" style="width:30px;height:30px;" data-reactid="372"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="373"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="374"></circle></svg></div></div></figure><div class="content" data-reactid="375"><a href="http://1063thebuzz.com/pearl-jam-kids-deserve-country-free-gun-violence/" title="Pearl Jam: Kids &#x27;Deserve&#x27; to Live Without Threat of Gun Violence" class="title" data-reactid="376">Pearl Jam: Kids &#x27;Deserve&#x27; to Live Without Threat of Gun Violence</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="377"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="378"></div></div></section></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-323" data-reactid="379"><div class="wrapper clearfix" data-reactid="380"><div class="widget-content" data-reactid="381"><div class="tsm-ad tsm-ad-300" data-reactid="382"><div id="tsm-ad-300a" data-reactid="383"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-470" data-reactid="384"><header data-reactid="385"><h2 data-reactid="386"><span class="title-container" data-reactid="387">Latest Articles</span><!-- react-text: 388 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="389"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="390"><div class="blogroll-inner clearfix" data-reactid="391"><article class="" data-reactid="392"><figure class="frameme" data-reactid="393"><a class="theframe" data-image="http://929nin.com/files/2018/02/Road-Rage.jpg" href="http://1063thebuzz.com/instant-road-rage-karma-for-idiot-on-california-highway-2/" rel="" title="Instant Road Rage Karma for Idiot on California Highway" 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://1063thebuzz.com/instant-road-rage-karma-for-idiot-on-california-highway-2/" title="Instant Road Rage Karma for Idiot on California Highway" class="title" data-reactid="400">Instant Road Rage Karma for Idiot on California Highway</a></div></article><article class="" data-reactid="401"><figure class="frameme" data-reactid="402"><a class="theframe" data-image="http://loudwire.com/files/2016/05/Pearl-Jam-Done-Loudwire-5.jpg" href="http://1063thebuzz.com/pearl-jam-kids-deserve-country-free-gun-violence/" rel="" title="Pearl Jam: Kids &amp;apos;Deserve&amp;apos; to Live Without Threat of Gun Violence" data-reactid="403"></a><div class="loadinganim showbox" id="0" data-reactid="404"><div class="loader" style="width:30px;height:30px;" data-reactid="405"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="406"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="407"></circle></svg></div></div></figure><div class="content" data-reactid="408"><a href="http://1063thebuzz.com/pearl-jam-kids-deserve-country-free-gun-violence/" title="Pearl Jam: Kids &#x27;Deserve&#x27; to Live Without Threat of Gun Violence" class="title" data-reactid="409">Pearl Jam: Kids &#x27;Deserve&#x27; to Live Without Threat of Gun Violence</a></div></article><article class="" data-reactid="410"><figure class="frameme" data-reactid="411"><a class="theframe" data-image="http://loudwire.com/files/2015/04/Maynard-James-Keenan.jpg" href="http://1063thebuzz.com/maynard-james-keenan-finished-lyrics-tool/" rel="" title="Maynard James Keenan Done With Lyrics for &amp;apos;All But One&amp;apos; Tool Song" data-reactid="412"></a><div class="loadinganim showbox" id="0" data-reactid="413"><div class="loader" style="width:30px;height:30px;" data-reactid="414"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="415"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="416"></circle></svg></div></div></figure><div class="content" data-reactid="417"><a href="http://1063thebuzz.com/maynard-james-keenan-finished-lyrics-tool/" title="Maynard James Keenan Done With Lyrics for &#x27;All But One&#x27; Tool Song" class="title" data-reactid="418">Maynard James Keenan Done With Lyrics for &#x27;All But One&#x27; Tool Song</a></div></article><article class="" data-reactid="419"><figure class="frameme" data-reactid="420"><a class="theframe" data-image="http://929nin.com/files/2018/02/RS13640_183992871.jpg" href="http://1063thebuzz.com/7-small-ways-to-make-wichita-falls-a-better-place/" rel="" title="7 Small Ways to Help Make Wichita Falls a Better Place" data-reactid="421"></a><div class="loadinganim showbox" id="0" data-reactid="422"><div class="loader" style="width:30px;height:30px;" data-reactid="423"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="424"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="425"></circle></svg></div></div></figure><div class="content" data-reactid="426"><a href="http://1063thebuzz.com/7-small-ways-to-make-wichita-falls-a-better-place/" title="7 Small Ways to Help Make Wichita Falls a Better Place" class="title" data-reactid="427">7 Small Ways to Help Make Wichita Falls a Better Place</a></div></article><article class="" data-reactid="428"><figure class="frameme" data-reactid="429"><a class="theframe" data-image="http://1063thebuzz.com/files/2018/02/decal.png" href="http://1063thebuzz.com/texas-driver-actually-created-a-decal-for-all-the-moronic-drivers-out-there/" rel="" title="Texas Driver Actually Created a Decal For All The Moronic Drivers" data-reactid="430"></a><div class="loadinganim showbox" id="0" data-reactid="431"><div class="loader" style="width:30px;height:30px;" data-reactid="432"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="433"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="434"></circle></svg></div></div></figure><div class="content" data-reactid="435"><a href="http://1063thebuzz.com/texas-driver-actually-created-a-decal-for-all-the-moronic-drivers-out-there/" title="Texas Driver Actually Created a Decal For All The Moronic Drivers" class="title" data-reactid="436">Texas Driver Actually Created a Decal For All The Moronic Drivers</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="437"><footer data-reactid="438"><div class="links clearfix" data-reactid="439"><div class="logo" data-reactid="440"></div><div class="details" data-reactid="441"><h2 data-reactid="442">Information</h2><ul data-reactid="443"><li data-reactid="444"><a title="Loudwire Network" class="" data-reactid="445">Loudwire Network</a></li><li data-reactid="446"><a title="EEO Public File Report" href="/eeo/" class="" data-reactid="447">EEO Public File Report</a></li><li data-reactid="448"><a title="Advertise on 106.3 The Buzz" href="/advertise/" class="" data-reactid="449">Advertise on 106.3 The Buzz</a></li><li data-reactid="450"><a title="Public File" href="/kbzs-public-file/" class="" data-reactid="451">Public File</a></li><li data-reactid="452"><a title="Terms" href="/terms/" class="" data-reactid="453">Terms</a></li><li data-reactid="454"><a title="VIP Terms" href="/vip-terms/" class="" data-reactid="455">VIP Terms</a></li><li data-reactid="456"><a title="FAQ" href="/vip-faq/" class="" data-reactid="457">FAQ</a></li><li data-reactid="458"><a title="Contest Rules" href="/contest-rules/" class="" data-reactid="459">Contest Rules</a></li><li data-reactid="460"><a title="Privacy Policy (Updated: 8/31/17)" href="/privacy/" class="" data-reactid="461">Privacy Policy (Updated: 8/31/17)</a></li><li data-reactid="462"><a title="Contact" href="/help/" class="" data-reactid="463">Contact</a></li><li data-reactid="464"><a href="http://townsquaremediagroup.com/" class="" data-reactid="465"></a></li><li data-reactid="466"><a title="Wichita Falls Business Listings" href="/wichita_falls-featured-business-listings/" class="" data-reactid="467">Wichita Falls Business Listings</a></li></ul></div><div class="social-links" data-reactid="468"><h2 data-reactid="469">Follow Us</h2><ul data-reactid="470"><li class="social" data-reactid="471"><a class="share_link youtube" href="https://www.youtube.com/user/1063thebuzz1" target="_blank" data-social="youtube" data-reactid="472"><span class="icon-youtube" data-reactid="473"></span></a></li><li class="social" data-reactid="474"><a class="share_link facebook" href="http://www.facebook.com/1063thebuzz" target="_blank" data-social="facebook" data-reactid="475"><span class="icon-facebook" data-reactid="476"></span></a></li><li class="social" data-reactid="477"><a class="share_link twitter" href="https://twitter.com/1063thebuzz" target="_blank" data-social="twitter" data-reactid="478"><span class="icon-twitter" data-reactid="479"></span></a></li></ul></div></div><div class="legal" data-reactid="480"><!-- react-text: 481 -->2018<!-- /react-text --><!-- react-text: 482 --> <!-- /react-text --><!-- react-text: 483 -->106.3 The Buzz<!-- /react-text --><!-- react-text: 484 --> is part of the Loudwire Network<!-- /react-text --><!-- react-text: 485 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="486"><!-- react-empty: 487 --><div id="bottom-not-ads" data-reactid="488"><div class="tsm-ad tsm-ad-728" data-reactid="489"><div id="tsm-ad-728b" data-reactid="490"><!-- dynamic ad --></div></div></div><div data-reactid="491"></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":175,"postId":387219,"url":"/hurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language/","unfriendlyRequestUrl":"/hurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language/","requestUrl":"/hurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language/","blogOptions":{"aioseop_options":{"aiosp_can":"on","aiosp_donate":null,"aiosp_home_title":"106.3 The Buzz – Real. Rock. Radio – Wichita Falls Rock Radio","aiosp_home_description":"106.3 The Buzz Real Rock Radio plays the best rock music in Wichita Falls, Texas. ","aiosp_home_keywords":"106.3 the buzz wichita falls, wichita falls 106.3 the buzz, rock radio wichita falls, wichita falls rock radio, rock music wichita falls, wichita falls rock 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":"Real. Rock. Radio.","blogname":"106.3 The Buzz","carbonUiUpdateCounter":"4","design_option_live":{"page_bg":"FF010101","page_head_bg":"00000000","primary_bg":"FF262626","secondary_bg":"E5010101","mdl_head_bg":"FF262626","main_nav_hue":"FFFFFFFF","nav_hover_hue":"FFE0E0E0","primary_hue":"FFFFFFFF","secondary_hue":"FFE9E9E9","primary_head_hue":"FFFFFFFF","secondary_head_hue":"FFFFFFFF","primary_active_hue":"FFCB4144","secondary_active_hue":"FFCB4144","accent_hue":"FFFFFFFF","header_link_hue":"FFFFFFFF","footer_link_hue":"FFF5F4F0","primary_mdl_bg":"FFE9E9E9","primary_mdl_hue":"FF111111","secondary_mdl_bg":"25777777","secondary_mdl_hue":"FFFFFFFF","standout_bg":"FFC72026","mobile_primary_color":"FFCB4144","mobile_secondary_color":"FFCB4144","iv_primary_color":"FFC5232D","iv_secondary_color":"FFCB4144","iv_tertiary_color":"FFC5232D","iv_html_color":"FF000000","iv_container_color":"FFFFFFFF","iv_html_bg":"","iv_body_bg":"","iv_logo":"","iv_logo_trim":"","carbon_logo_bg":"45000000","carbon_showticker_bg":"80000000","events_app_primary_color":"FFCB4144","events_app_secondary_color":"FFCB4144","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://1063thebuzz.com/files/2017/10/kbzsfm-bg1.jpg","carbon_logo_img":"http://1063thebuzz.com/files/2017/10/kbzsfm-logo1.png","carbon_promo_bg_img":"http://1063thebuzz.com/files/2017/10/kbzsfm-promo1.jpg","page_img":"","body_img":"http://1063thebuzz.com/files/2017/07/buzzbg.jpg","square_logo_img":"","logo_img":"http://1063thebuzz.com/files/2017/07/buzz.png","logo_img_trim":"http://1063thebuzz.com/files/2017/07/buzz2.png","logo_img_light":"","logo_img_dark":"","header_img":"http://1063thebuzz.com/files/2017/07/buzzbg2.jpg","placeholder_img":"","page_head_img":"http://1063thebuzz.com/files/2017/07/buzzmast.png","favicon_img":"http://1063thebuzz.com/files/2017/08/Buzz-B-Favicon.png","top_banner_img":"none","title":"106.3 The Buzz 2017 (new logo+bg)","ID":"0","designer":"Steve Frost","comment":"v3","action":"edit","editor":"Stephen Alba","editorID":2190306,"siteID":"175","timestamp":1508873922,"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":"582411024,583052867,100002025987268,732998853","moderator_appid":"129110027161530","colorscheme":"dark","show_like":"yes","show_comments":"yes","show_commentscount":"yes","action":"like"},"facebook_app":{"id":"129110027161530","fanpage":"http://www.facebook.com/1063thebuzz","plugins":{"facebook-authentication":1,"facebook-like-button":1}},"google_ads_dfp6_template_ads":{"top-728x90":"1","bottom-728x90":"1","mid-top-300x250":"1","mid-bottom-300x250":"1","tsm-out-of-page":"1","tsm-2x2":"0","top-right-noflex-300x250":"1","maintop-300x250":"1","middle-right-300x250":"1","bottom-right-300x250":"1","photogallery-300x250":"1","photogallery-728x90":"1","in-between-article-728":"1","dynamic-ad-custom":"1","dynamic-ad-header":"1","dynamic-ad-push":"1","top-right-300x250":"1"},"iq_weather_page_sponsor_city_name":"Wichita Falls","iq_weather_page_sponsor_zip_code":"76308","onlyhome_pushdown":"","onlyhome_topbanner":"","posts_per_page":"12","radio_players_wo_stream_id":"3777","sailthru_list_default":"Buzz Newsletter Subscribers","site_template_theme_meta":{"template-tone":"2","listen-live-bar":"block","sidebar-widgets-header":"block","next-page-offset":"13"},"social_overlay":{"active":"1","text":"Sign up to have exclusive BuzzHead VIP Club contests, events, coupons, presales, and much more delivered to you for FREE.","colors":{"background-color":"#000000","color":"#ffffff"},"wrapper":{"divider":"","button":"#CB4144","button-font":""},"logo":""},"timezone_string":"America/Chicago","townsquare_ad_version":"dfp6","ts-templates-carbon-homepage-id":"390638","ts-templates-homepage-id":"111867","ts-templates-mobile-homepage-id":"111867","tsc_tag_sidebars":{},"_station_info":{"sitetype":"Local","market":"Wichita Falls","genre":{"0":"rock"},"callsign":"KBZSFM","callletters":"KBZS","legalname":"106.3 The Buzz","siteclassification":"","street":"2525 Kell Blvd","street-2":"Suite 200","city":"Wichita Falls","state":"TX","zip":"76308","phone":"940-763-1111","helpline":"","studioline":"940-763-1106","officeline":"940-763-1111","officehours":"","email":"aarongalloway@townsquaremedia.com","tipus-email":"","inquiries-email":"","advertising-contact":"Stacy Gellner","advertising-email":"Stacy.Gellner@townsquaremedia.com","gm-contact":"Dan Fowler","gm-email":"dan.fowler@townsquaremedia.com","programming-director-contact":"Johnny Thrash","programming-director-email":"JohnnyThrash@townsquaremedia.com","digital-managing-editor-contact":"Aaron Galloway","digital-managing-editor-email":"aarongalloway@townsquaremedia.com","digital-sales-manager-contact":"Stacy Gellner","digital-sales-manager-email":"Stacy.Gellner@townsquaremedia.com","mobile-app-feedback-email":"ask.1063thebuzz@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.1063thebuzz@townsquaredigital.com","public-record-administrator-name":"Elaina Land","public-record-administrator-email":"Elaina.Land@townsquaremedia.com","fcc-online-public-file-url":"https://publicfiles.fcc.gov/fm-profile/kbzs","feedbackurl":"http://1063thebuzz.com/feedback/","biz-list-url":"http://929nin.com/wichita-falls-featured-business-listings/","amazon_affiliate":"","yieldmo_placement":"","jwplayer":"","twitter_handle":"1063thebuzz","youtube_handle":"1063thebuzz1","youtube_channel_id":"","instagram_handle":"1063thebuzz","comscore-label":"Loudwire"},"_station_logos":{},"_station_settings":{"default_show_image":""},"_townsquare_user_registration_settings":{"registration-confirmation":"yes","use-short-form":"no","use-captcha":"yes","show-welcome":"yes","disable-registration":"no","javascript-links":"no","profile_language":{"registration":{"lightbox_title":"Sign up for the BuzzHead VIP Club","lightbox_message":"Sign up for an account to comment, share your thoughts, and enter to win great prizes","lightbox_button":"Registration","page_signup_title":"Registration","page_signup_message":"Sign up now for member rewards and benefits! Only your Display Name will be visible to the public.","page_signup_email_subscribe":"Sign me up for email notifications and newsletters!","page_email_confirm_title":"Please Confirm Your Registration.","page_email_confirm_title_error":"Error Confirming Your Registration.","page_email_confirm_message":"We just sent you an email with a confirmation link in it. Click the link and you'll be ready to start leaving comments for your favorite djs.","page_email_confirm_button":"Resend confirmation email."},"profile":{"edit_user_title":"Personal Information","edit_contact_title":"Contact Info","edit_contact_email_subscribe":"I want to receive emails from this radio station.","edit_contact_sms_subscribe":"I want to receive SMS text updates from this radio station."}},"requires-confirmation":"no"},"blogInfo":{"blogId":175,"blogName":"106.3 The Buzz","blogDescription":"Real. Rock. Radio.","postTitleFormat":"%post_title%","timeZone":"America/Chicago","market":"Wichita Falls","activeDomain":"1063thebuzz.com","legalName":"106.3 The Buzz"},"tsiMarkets":"Wichita Falls"},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_175":"BuzzHead VIP Club","kruxEnabled":true,"oipEnabled":true},"headers":{"title":[{"textContent":"CNN Reporter Gets a Taste of Truth From a Harvey Victim"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"instagram_profile","value":"1063thebuzz"}},{"attrs":{"name":"description","content":"Live TV is a strange creature, and interviews with victims can be even stranger. But this lady told CNN exactly what she thought!"}},{"attrs":{"name":"keywords","content":"hurricane harvey, houston, texas, cnn, reporter, victim, flooding, shelter"}},{"attrs":{"property":"fb:app_id","content":"129110027161530"}},{"attrs":{"property":"fb:admins","content":"582411024"}},{"attrs":{"property":"fb:admins","content":"583052867"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"fb:admins","content":"732998853"}},{"attrs":{"property":"og:title","content":"CNN Reporter Gets a Taste of Truth From a Harvey Victim [NSFW]"}},{"attrs":{"property":"og:description","content":"Live TV is a strange creature, and interviews with victims can be even stranger. But this lady told CNN exactly what she thought!"}},{"attrs":{"property":"og:url","content":"http://1063thebuzz.com/hurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language/"}},{"attrs":{"property":"og:site_name","content":"106.3 The Buzz"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://1025kiss.com/files/2017/08/Untitled.png?w=600&h=0&zc=1&s=0&a=t&q=89"}},{"attrs":{"name":"twitter:card","content":"summary_large_image"}},{"attrs":{"name":"twitter:site","content":"@1063thebuzz"}},{"attrs":{"name":"sailthru.description","content":"Live TV is a strange creature, and interviews with victims can be even stranger. But this lady told CNN exactly what she thought!"}},{"attrs":{"name":"sailthru.date","content":"2017-08-30 20:00:27"}},{"attrs":{"name":"sailthru.title","content":"Hurricane Harvey Victim Tells a Reporter Like It Is [STRONG LANGUAGE]"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-kbzs, tsmmarket-wichitafalls, tsmtype-local, hurricane-harvey, national-news, texas-news, videos"}},{"attrs":{"name":"sailthru.author","content":"boleo"}},{"attrs":{"name":"sailthru.image.full","content":"http://1025kiss.com/files/2017/08/Untitled.png"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://1025kiss.com/files/2017/08/Untitled.png"}},{"attrs":{"property":"fb:pages","content":"110910078924322"}},{"attrs":{"name":"google-site-verification","content":"MBhJ9npQ3PczWlJLUTdGED84bTfJaCGq3ORM1stpBvI"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://1063thebuzz.com/files/2017/08/Buzz-B-Favicon.png"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"106.3 The Buzz » Feed","href":"http://1063thebuzz.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"106.3 The Buzz » Hurricane Harvey Victim Tells a Reporter Like It Is [STRONG LANGUAGE] Comments Feed","href":"http://1063thebuzz.com/hurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://1063thebuzz.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"Wichita Falls ‘Zombie Crawl’ to be Replaced with the ‘Zombie’s Ball’","href":"http://1063thebuzz.com/the-zombie-crawl-to-be-replaced-with-the-zombies-ball/"}},{"attrs":{"rel":"next","title":"Anna Sophia Berglund — Babe of the Day","href":"http://1063thebuzz.com/anna-sophia-berglund-babe-of-the-day-2/"}},{"attrs":{"rel":"shortlink","href":"http://1063thebuzz.com/?p=387219"}},{"attrs":{"rel":"canonical","href":"http://1025kiss.com/hurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language/"}}],"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":"obnfjpnUnD6XJXfwC8gBrEDX","enableOpenx":false,"enableKiosked":false,"enableKioskedMobile":false,"enableSonobi":true,"sonobiScript":"","zergnetId":"59752","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","photogallery-300x250","photogallery-728x90","in-between-article-728","tsm-2x2"],"adPageSettings":{"attrs":{"catid":["national-news","texas-news","videos"],"tags":["hurricane-harvey"],"id":"hurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language","author":"boleo","kw":["boleo","hurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language","national-news","texas-news","videos","hurricane-harvey","pagetype-post"],"genre":["rock"],"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":"8d9eaf3055a5a88bfceb2e177d28e917422ab747"},"postMeta":{"_aioseop_title":"CNN Reporter Gets a Taste of Truth From a Harvey Victim"},"activeDomain":"1063thebuzz.com","authLoginFormNonce":"f75fcdf551","authRegFormNonce":"0df069f245","ga":{"ids":{"primary":"UA-19111632-3","secondary":["UA-19109753-1","UA-19111632-5","UA-28825804-2","UA-45260060-3"],"all":["UA-19111632-3","UA-19109753-1","UA-19111632-5","UA-28825804-2","UA-45260060-3"]}},"tsmStatic":{"revision":"4911d95e0898b139b595eb65188214cf422adc5b"},"isGallery":false,"userRegistrationSettings":{"disable-registration":"no"},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":387219,"postAuthor":2924204,"postDate":"2017-08-31T01:00:27.000Z","postDateGmt":"2017-08-31T01:00:27.000Z","postTitle":"Hurricane Harvey Victim Tells a Reporter Like It Is [STRONG LANGUAGE]","postExcerpt":"Live TV is a strange creature, and interviews with victims can be even stranger. But this lady told CNN exactly what she thought!","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"hurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language","toPing":"","pinged":"","postModified":"2017-08-31T01:34:36.000Z","postModifiedGmt":"2017-08-31T01:34:36.000Z","postContentFiltered":"","postParent":0,"guid":"http://1025kiss.com/?p=371290","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-08-31 01:00:27.000+0000","postModifiedGmtStr":"2017-08-31 01:34:36.000+0000","meta":{"_crosspost_source_blog_id":"189","_crosspost_source_post_id":"371290"}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"CNN Reporter Gets a Taste of Truth From a Harvey Victim","next":{"latest":[{"postId":387176,"documentUrl":"/if-youre-heading-to-houston-to-help-with-harvey-watch-out-for-floating-mountains-of-fire-ants-video/","filterUrl":"/rest/carbon/filter/main/if-youre-heading-to-houston-to-help-with-harvey-watch-out-for-floating-mountains-of-fire-ants-video/","sortDate":"2017-08-30 12:11:08.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387169,"documentUrl":"/bass-pro-shops-donate-more-than-80-boats-supplies-for-hurricane-harvey-rescue-efforts/","filterUrl":"/rest/carbon/filter/main/bass-pro-shops-donate-more-than-80-boats-supplies-for-hurricane-harvey-rescue-efforts/","sortDate":"2017-08-30 11:15:26.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387152,"documentUrl":"/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/","filterUrl":"/rest/carbon/filter/main/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/","sortDate":"2017-08-30 10:00:00.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387137,"documentUrl":"/dallas-cowboys-announce-cheap-ticket-prices-to-benefit-hurricane-harvey-relief/","filterUrl":"/rest/carbon/filter/main/dallas-cowboys-announce-cheap-ticket-prices-to-benefit-hurricane-harvey-relief/","sortDate":"2017-08-30 09:15:01.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387093,"documentUrl":"/be-on-the-lookout-for-fake-news-surrounding-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/be-on-the-lookout-for-fake-news-surrounding-hurricane-harvey/","sortDate":"2017-08-29 16:35:47.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":386996,"documentUrl":"/cowboys-texans-game-moved-to-att-stadium/","filterUrl":"/rest/carbon/filter/main/cowboys-texans-game-moved-to-att-stadium/","sortDate":"2017-08-28 20:27:14.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387046,"documentUrl":"/kens-pizza-iowa-park-donating-100-percent-sales/","filterUrl":"/rest/carbon/filter/main/kens-pizza-iowa-park-donating-100-percent-sales/","sortDate":"2017-08-28 19:40:22.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387032,"documentUrl":"/wichita-falls-and-burkburnett-fire-fighters-headed-to-houston-with-donations/","filterUrl":"/rest/carbon/filter/main/wichita-falls-and-burkburnett-fire-fighters-headed-to-houston-with-donations/","sortDate":"2017-08-28 16:45:35.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":386858,"documentUrl":"/san-angelo-taco-shop-infuriates-customers-with-hurricane-party/","filterUrl":"/rest/carbon/filter/main/san-angelo-taco-shop-infuriates-customers-with-hurricane-party/","sortDate":"2017-08-28 16:15:20.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387008,"documentUrl":"/20-emotional-haunting-hurricane-harvey-pictures/","filterUrl":"/rest/carbon/filter/main/20-emotional-haunting-hurricane-harvey-pictures/","sortDate":"2017-08-28 15:00:36.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"}],"taxonomy":[{"postId":387176,"documentUrl":"/if-youre-heading-to-houston-to-help-with-harvey-watch-out-for-floating-mountains-of-fire-ants-video/","filterUrl":"/rest/carbon/filter/main/if-youre-heading-to-houston-to-help-with-harvey-watch-out-for-floating-mountains-of-fire-ants-video/","sortDate":"2017-08-30 12:11:08.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387169,"documentUrl":"/bass-pro-shops-donate-more-than-80-boats-supplies-for-hurricane-harvey-rescue-efforts/","filterUrl":"/rest/carbon/filter/main/bass-pro-shops-donate-more-than-80-boats-supplies-for-hurricane-harvey-rescue-efforts/","sortDate":"2017-08-30 11:15:26.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387152,"documentUrl":"/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/","filterUrl":"/rest/carbon/filter/main/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/","sortDate":"2017-08-30 10:00:00.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387137,"documentUrl":"/dallas-cowboys-announce-cheap-ticket-prices-to-benefit-hurricane-harvey-relief/","filterUrl":"/rest/carbon/filter/main/dallas-cowboys-announce-cheap-ticket-prices-to-benefit-hurricane-harvey-relief/","sortDate":"2017-08-30 09:15:01.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387093,"documentUrl":"/be-on-the-lookout-for-fake-news-surrounding-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/be-on-the-lookout-for-fake-news-surrounding-hurricane-harvey/","sortDate":"2017-08-29 16:35:47.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":386996,"documentUrl":"/cowboys-texans-game-moved-to-att-stadium/","filterUrl":"/rest/carbon/filter/main/cowboys-texans-game-moved-to-att-stadium/","sortDate":"2017-08-28 20:27:14.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387046,"documentUrl":"/kens-pizza-iowa-park-donating-100-percent-sales/","filterUrl":"/rest/carbon/filter/main/kens-pizza-iowa-park-donating-100-percent-sales/","sortDate":"2017-08-28 19:40:22.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387032,"documentUrl":"/wichita-falls-and-burkburnett-fire-fighters-headed-to-houston-with-donations/","filterUrl":"/rest/carbon/filter/main/wichita-falls-and-burkburnett-fire-fighters-headed-to-houston-with-donations/","sortDate":"2017-08-28 16:45:35.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":386858,"documentUrl":"/san-angelo-taco-shop-infuriates-customers-with-hurricane-party/","filterUrl":"/rest/carbon/filter/main/san-angelo-taco-shop-infuriates-customers-with-hurricane-party/","sortDate":"2017-08-28 16:15:20.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387008,"documentUrl":"/20-emotional-haunting-hurricane-harvey-pictures/","filterUrl":"/rest/carbon/filter/main/20-emotional-haunting-hurricane-harvey-pictures/","sortDate":"2017-08-28 15:00:36.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"}]},"cadata":{"activeDomain":"1063thebuzz.com","blogId":175,"method":"get_single","postId":387219,"crosspostBlogId":"189","crosspostPostId":"371290","postType":"post","postDateGmt":"2017-08-31 01:00:27.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-34","widget_listen_live-87","now-playing-80","widget_onair-77"],"widgetDetails":{"promotion-34":{"widgetInfo":{"id":"promotion-34","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"34"},"widgetParams":{"title":"REAL. ROCK. RADIO","type":"single","subtype":"","sponsor":{"time_start":"","time_end":"","background_image":"","sponsor_image":"","sponsor_image_mobile":"","background_color":"","background_repeat":"no-repeat","sponsor_name":"","sponsor_link":""},"widgetTime":8}},"widget_listen_live-87":{"widgetInfo":{"id":"widget_listen_live-87","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"87"},"widgetParams":{"title":"Listen Now","widgetTime":7}},"now-playing-80":{"widgetInfo":{"id":"now-playing-80","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"80"},"widgetParams":{"title":"Recently Played","widgetTime":7}},"widget_onair-77":{"widgetInfo":{"id":"widget_onair-77","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"77"},"widgetParams":{"title":"On Air","widgetTime":12}}}},"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://1063thebuzz.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":"National News","postType":"list-post","postTitle":"Hurricane Harvey Victim Tells a Reporter Like It Is [STRONG LANGUAGE]","aiseopTitle":"CNN Reporter Gets a Taste of Truth From a Harvey Victim","widgetTime":400}}}},"carbonsidebar/mainads":{"widgets":["carbonwidget/top-728x90","carbonwidget/dynamic-ad-custom","carbonwidget/dynamic-ad-header","carbonwidget/dynamic-ad-push","carbonwidget/tsm-out-of-page","carbonwidget/bottom-728x90"],"widgetDetails":{"carbonwidget/top-728x90":{"widgetInfo":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"top-728x90","widgetTime":3}},"carbonwidget/dynamic-ad-custom":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-custom","widgetTime":3}},"carbonwidget/dynamic-ad-header":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-header","widgetTime":3}},"carbonwidget/dynamic-ad-push":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-push","widgetTime":3}},"carbonwidget/tsm-out-of-page":{"widgetInfo":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"tsm-out-of-page","widgetTime":3}},"carbonwidget/bottom-728x90":{"widgetInfo":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"bottom-728x90","widgetTime":3}}}},"single-post-bottom":{"widgets":["ts_blogroll-11","widget_third_party_content-2","widget_third_party_content-3"],"widgetDetails":{"ts_blogroll-11":{"widgetInfo":{"id":"ts_blogroll-11","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"11"},"widgetParams":{"title":"Best of 106.3 The Buzz","type":"main_content_thumb_title_roll","cat":"47,2873,124","tag":"Oklahoma","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":"35863","placement":"","targettype":"","mode":"","widgetTime":2}},"widget_third_party_content-3":{"widgetInfo":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"widgetParams":{"type":"zergnet","title":"Best of the Web","id":"13509","placement":"","targettype":"","mode":"","widgetTime":2}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-38","ts_blogroll-469","google-ads-widget-323","ts_blogroll-470"],"widgetDetails":{"fix_sidebar_marker-38":{"widgetInfo":{"id":"fix_sidebar_marker-38","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"38"},"widgetParams":{"title":"Fix Sidebar Marker","widgetTime":2}},"ts_blogroll-469":{"widgetInfo":{"id":"ts_blogroll-469","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"469"},"widgetParams":{"title":"Featured Stories","type":"carousel","isweather":"1","cat":"3993,124,47","posts_per_page":"4","align":"right","pinned_id":"","pinned_label":"","tag":"","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0,"author":""}},"google-ads-widget-323":{"widgetInfo":{"id":"google-ads-widget-323","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"323"},"widgetParams":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","position":null,"widgetTime":1}},"ts_blogroll-470":{"widgetInfo":{"id":"ts_blogroll-470","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"470"},"widgetParams":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":"5","pinned_id":"","pinned_label":"","cat":"","tag":"","private_tag":"","thumb_type":"landscape","link_label":"","link":"","align":"default","show_thumb":0,"alternate_data":0,"unique_posts":0,"isweather":0}}}},"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-34":{"info":{"id":"promotion-34","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"34"},"params":{"title":"REAL. ROCK. RADIO","type":"single","subtype":"","sponsor":{"time_start":"","time_end":"","background_image":"","sponsor_image":"","sponsor_image_mobile":"","background_color":"","background_repeat":"no-repeat","sponsor_name":"","sponsor_link":""},"widgetTime":8},"data":[0],"dataDetails":{"0":{"image":"","description":"","link_url":"#","link_label":"","link_target":"_self"}}},"widget_listen_live-87":{"info":{"id":"widget_listen_live-87","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"87"},"params":{"title":"Listen Now","widgetTime":7},"data":[177182],"dataDetails":{"177182":{"postId":177182,"title":"Listen Now","label":"Click to view the latest song playing on air.","url":"/listen-live/","mobileId":"17001","playerMode":"radio","sid":"7113","callsign":"KBZSFM","woMobileId":"5244","woStreamId":"3777","activePlayer":"wo","stationName":"","listenLivePageUrl":"http://player.streamtheworld.com/_players/townsquaremedia/runspotv3/?sid=7113&redirect=http://player.listenlive.co/17001","html5ScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/html5/stwplayer.php?callsign=KBZSFM&primaryColor=0x00bfff&playermode=radio&sid=7113&width=630","flashScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/stwplayer.php?callsign=KBZSFM&primaryColor=0x00bfff&playermode=radio&timeshift=false&radiopup=true&playerAdState=0&popout=false&width=630","wo_player_url":"http://v6.player.abacast.net/5244","wo_recent_api_url":"http://api.nowplaying.abacast.net/prt/nowplaying/2/10/3777/nowplaying.json","wo_preroll_url":"http://api.clarity.abacast.com/gateway/getmediavast.php?sid=3777/","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"now-playing-80":{"info":{"id":"now-playing-80","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"80"},"params":{"title":"Recently Played","widgetTime":7},"data":[177182],"dataDetails":{"177182":{"postId":177182,"mobileId":"17001","playerMode":"radio","sid":"7113","callsign":"KBZSFM","woStreamId":"3777","activePlayer":"wo","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"widget_onair-77":{"info":{"id":"widget_onair-77","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"77"},"params":{"title":"On Air","widgetTime":12},"data":["363091"],"dataDetails":{"363091":{"id":"363091","url":"http://1063thebuzz.com/show/full-metal-jackie/","title":"Full Metal Jackie","wall":"http://1063thebuzz.com/show/full-metal-jackie/","posts":"http://1063thebuzz.com/show/full-metal-jackie/posts","mail":"fullmetaljackie@envisionradio.com","phone":"","thumbnailId":231045,"thumbnail":"http://1063thebuzz.com/files/2014/03/Full-Metal-Jackie.jpg","authors":[{"id":358498,"user_nicename":"fullmetal","display_name":"Full Metal Jackie"}]}}},"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://1063thebuzz.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":"National News","postType":"list-post","postTitle":"Hurricane Harvey Victim Tells a Reporter Like It Is [STRONG LANGUAGE]","aiseopTitle":"CNN Reporter Gets a Taste of Truth From a Harvey Victim","widgetTime":400},"data":[387219],"dataDetails":{"387219":{"thumbnail":"http://1025kiss.com/files/2017/08/Untitled.png","caption":"Sports & News, YouTube/CNN","excerpt":"Live TV is a strange creature, and interviews with victims can be even stranger. But this lady told CNN exactly what she thought!","date":"August 30, 2017 8:00 PM","postDateGmt":"2017-08-31 01:00:27 +0000","postModifiedGmt":"2017-08-31 01:34:36 +0000","title":"Hurricane Harvey Victim Tells a Reporter Like It Is [STRONG LANGUAGE]","url":"http://1063thebuzz.com/hurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language/","id":387219,"contentRaw":"(<strong>Warning:</strong> Vulgar language is used in this video. Please use discretion before viewing it.)\r\n\r\nhttps://www.youtube.com/watch?v=achm7IGeFGI\r\n\r\nVictims of natural disasters are in a state of shock, dismay, and even panic.\r\n\r\nSo, what happens when a live CNN reporter talks to a displaced Houston resident about what she went through during and in the aftermath of <a href=\"http://awesome98.com/hurricane-harvey-has-dropped-over-50-inches-of-rain-around-houston-so-far-video/\" target=\"_blank\">the historic Hurricane Harvey</a>?\r\n\r\nThe truth comes out!\r\n\r\n[button href=\"http://1025kiss.com/prosperity-pastor-got-it-all-wrong/\" title=\"OPINION: Why a Texas Prosperity Pastor Got It Wrong\" align=\"center\"]","next_url":[{"textContent":"OPINION: Why a Texas Prosperity Pastor Got It Wrong","class":"button_act","href":"http://1025kiss.com/prosperity-pastor-got-it-all-wrong/","target":"_blank"}],"content":"\n<p>(<strong>Warning:</strong> Vulgar language is used in this video. Please use discretion before viewing it.)</p>\n<p><div class=\"embed-wrapper\"><iframe style=\"vertical-align: bottom;\" src=\"https://www.youtube.com/embed/achm7IGeFGI?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=1063thebuzz1\">106.3 The Buzz on Youtube</a></span></p>\n<p>Victims of natural disasters are in a state of shock, dismay, and even panic.</p>\n<p>So, what happens when a live CNN reporter talks to a displaced Houston resident about what she went through during and in the aftermath of <a href=\"http://awesome98.com/hurricane-harvey-has-dropped-over-50-inches-of-rain-around-houston-so-far-video/\" target=\"_blank\">the historic Hurricane Harvey</a>?</p>\n<p>The truth comes out!</p>\n<p class=\"more_act ga_network_button aligncenter\"><a class=\"button_act\" href=\"http://1025kiss.com/prosperity-pastor-got-it-all-wrong/\" target=\"_blank\">OPINION: Why a Texas Prosperity Pastor Got It Wrong</a></p>\n","postType":"list-post","wpVersion":"4","alternateMetaForBlogroll":{"title":"Hurricane Harvey Victim Tells a Reporter Like It Is [STRONG LANGUAGE]","excerpt":"Live TV is a strange creature, and interviews with victims can be even stranger. But this lady told CNN exactly what she thought!","post_excerpt":"Live TV is a strange creature, and interviews with victims can be even stranger. But this lady told CNN exactly what she thought!","post_more_excerpt":"<p>Live TV is a strange creature, and interviews with victims can be even stranger. But this lady told CNN exactly what she thought!\n<p class=\"more_act\"><a href=\"http://1063thebuzz.com/hurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language/\" title=\"Hurricane Harvey Victim Tells a Reporter Like It Is [STRONG LANGUAGE]\">Read More</a></p>\n","permalink":"http://1063thebuzz.com/hurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language/","image":{"id":387218,"url":"http://1025kiss.com/files/2017/08/Untitled.png","caption":"Sports & News, YouTube/CNN"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":false},"tags":[{"id":3983,"slug":"hurricane-harvey","title":"Hurricane Harvey","description":"","post_count":25,"link_url":"http://1063thebuzz.com/tags/hurricane-harvey/","feed_url":"http://1063thebuzz.com/tags/hurricane-harvey/feed/","term_taxonomy_id":3994,"object_id":0}],"categories":[{"id":20,"slug":"national-news","title":"National News","description":"","parent":0,"post_count":278,"link_url":"http://1063thebuzz.com/category/national-news/","feed_url":"http://1063thebuzz.com/category/national-news/feed/","term_taxonomy_id":2124,"object_id":0},{"id":2873,"slug":"texas-news","title":"Texas News","description":"","parent":0,"post_count":1384,"link_url":"http://1063thebuzz.com/category/texas-news/","feed_url":"http://1063thebuzz.com/category/texas-news/feed/","term_taxonomy_id":3280,"object_id":0},{"id":51,"slug":"videos","title":"Videos","description":"","parent":0,"post_count":7173,"link_url":"http://1063thebuzz.com/category/videos/","feed_url":"http://1063thebuzz.com/category/videos/feed/","term_taxonomy_id":51,"object_id":0}],"authors":[{"id":2924204,"slug":"boleo","name":"Boleo","first_name":"Ben","last_name":"Hight","nickname":"Boleo","url":"http://1063thebuzz.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%20Victim%20Tells%20a%20Reporter%20Like%20It%20Is%20%5BSTRONG%20LANGUAGE%5D%20http%3A%2F%2F1063thebuzz.com%2Fhurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language%2F%3Ftrackback%3Dtwitter_mobile%20%401063thebuzz","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2F1063thebuzz.com%2Fhurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://1063thebuzz.com/the-zombie-crawl-to-be-replaced-with-the-zombies-ball/","prevArticle":"http://1063thebuzz.com/anna-sophia-berglund-babe-of-the-day-2/","pageUrl":"/hurricane-harvey-victim-tells-a-reporter-like-it-is-strong-language/","blogId":175,"domain":"1063thebuzz.com","crossPostAttributionBottom":"","rawContent":"<p>(<strong>Warning:</strong> Vulgar language is used in this video. Please use discretion before viewing it.)</p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"oembed\" attr-url=\"http://www.youtube.com/oembed?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dachm7IGeFGI&amp;format=json\">\n<noscript class=\"rendered-html\" type=\"text/html\"></noscript>\n<p></sectiontag></p>\n<p>Victims of natural disasters are in a state of shock, dismay, and even panic.</p>\n<p>So, what happens when a live CNN reporter talks to a displaced Houston resident about what she went through during and in the aftermath of <a href=\"http://awesome98.com/hurricane-harvey-has-dropped-over-50-inches-of-rain-around-houston-so-far-video/\" target=\"_blank\">the historic Hurricane Harvey</a>?</p>\n<p>The truth comes out!</p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"button\" attr-href=\"http://1025kiss.com/prosperity-pastor-got-it-all-wrong/\" attr-title=\"OPINION: Why a Texas Prosperity Pastor Got It Wrong\" attr-align=\"center\" attr-appLink=\"false\"></sectiontag></p>\n","podContent":[{"type":"singlePostText","data":{"text":"<p>(<strong>Warning:</strong>&#xA0;Vulgar language is used in this video. Please use discretion before viewing it.)</p>\n"},"currentTextLength":96,"runningCounter":1,"cumulativePodTextLength":96,"totalSimilarConsecutiveElements":1,"totalTextLength":96},{"type":"singlePostOembed","data":{"width":480,"provider_name":"YouTube","thumbnail_url":"https://i.ytimg.com/vi/achm7IGeFGI/hqdefault.jpg","author_url":"https://www.youtube.com/channel/UCuBlp8yH-bTg33lMbwgiqiQ","title":"CNN Interview with Hurricane Harvey Victim goes Awry","provider_url":"https://www.youtube.com/","thumbnail_height":360,"version":"1.0","type":"video","thumbnail_width":480,"html":"<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/achm7IGeFGI?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>","author_name":"Sports & News","height":270},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostText","data":{"text":"<p>Victims of natural disasters are in a state of shock, dismay, and even panic.</p>\n"},"currentTextLength":78,"runningCounter":1,"cumulativePodTextLength":78,"totalSimilarConsecutiveElements":3,"totalTextLength":269},{"type":"singlePostText","data":{"text":"<p>So, what happens when a live CNN reporter talks to a displaced Houston resident about what she went through during and in the aftermath of <a href=\"http://awesome98.com/hurricane-harvey-has-dropped-over-50-inches-of-rain-around-houston-so-far-video/\" target=\"_blank\">the historic Hurricane Harvey</a>?</p>\n"},"currentTextLength":170,"runningCounter":2,"cumulativePodTextLength":248,"totalSimilarConsecutiveElements":3,"totalTextLength":269},{"type":"singlePostText","data":{"text":"<p>The truth comes out!</p>\n"},"currentTextLength":21,"runningCounter":3,"cumulativePodTextLength":269,"totalSimilarConsecutiveElements":3,"totalTextLength":269},{"type":"singlePostButton","data":{"href":"http://1025kiss.com/prosperity-pastor-got-it-all-wrong/","title":"OPINION: Why a Texas Prosperity Pastor Got It Wrong","align":"center","applink":"false"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostList","data":{"layout":"standard","media_layout":"bottomx","index_display":"show","desc_layout":"top","footer_title":"","footer_link_url":"","label":"","footer_link_target":"_parent","footer_content":"","items":[{"index":"MORE","html_title":"A Houston-Area Resident Shares Her Hurricane Harvey Story","title_link":"","title_target":null,"title":"A Houston-Area Resident Shares Her Hurricane Harvey Story","html_subtitle":"","subtitle_link":"","subtitle_target":null,"subtitle":"","desc_title":"","desc_title_link":"","desc_title_target":null,"desc":"","media_layout":"bottomx","layout_base":"standard","layout":"standard","custom_div_class":"","caption":"Live TV is a strange creature, and interviews with victims can be even stranger. But this lady told CNN exactly what she thought!","show_media":true,"image":[],"media_video_id":"https://youtu.be/bnk9ooVTXGU","media_type":"video","media_video_embed":"<iframe width=\"630\" height=\"354\" src=\"https://www.youtube.com/embed/bnk9ooVTXGU?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>","mediaPodContent":[{"type":"singlePostOembed","data":{"thumbnail_url":"https://i.ytimg.com/vi/bnk9ooVTXGU/hqdefault.jpg","provider_name":"YouTube","title":"Hurricane Harvey: Kiss FM's Boleo Speaks to Houston-Area Resident","type":"video","provider_url":"https://www.youtube.com/","width":480,"thumbnail_height":360,"thumbnail_width":480,"author_url":"https://www.youtube.com/user/kissfm1025","height":270,"author_name":"Kiss FM - Lubbock, TX","html":"<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/bnk9ooVTXGU?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>","version":"1.0"}}]}]}}],"uniquePodTypes":["singlePostText","singlePostOembed","singlePostButton"],"podHeader":[{"type":"articleThumbnail","data":{"url":"http://1025kiss.com/files/2017/08/Untitled.png","caption":"Sports & News, YouTube/CNN"}}],"next":{"latest":[{"postId":387176,"documentUrl":"/if-youre-heading-to-houston-to-help-with-harvey-watch-out-for-floating-mountains-of-fire-ants-video/","filterUrl":"/rest/carbon/filter/main/if-youre-heading-to-houston-to-help-with-harvey-watch-out-for-floating-mountains-of-fire-ants-video/","sortDate":"2017-08-30 12:11:08.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387169,"documentUrl":"/bass-pro-shops-donate-more-than-80-boats-supplies-for-hurricane-harvey-rescue-efforts/","filterUrl":"/rest/carbon/filter/main/bass-pro-shops-donate-more-than-80-boats-supplies-for-hurricane-harvey-rescue-efforts/","sortDate":"2017-08-30 11:15:26.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387152,"documentUrl":"/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/","filterUrl":"/rest/carbon/filter/main/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/","sortDate":"2017-08-30 10:00:00.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387137,"documentUrl":"/dallas-cowboys-announce-cheap-ticket-prices-to-benefit-hurricane-harvey-relief/","filterUrl":"/rest/carbon/filter/main/dallas-cowboys-announce-cheap-ticket-prices-to-benefit-hurricane-harvey-relief/","sortDate":"2017-08-30 09:15:01.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387093,"documentUrl":"/be-on-the-lookout-for-fake-news-surrounding-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/be-on-the-lookout-for-fake-news-surrounding-hurricane-harvey/","sortDate":"2017-08-29 16:35:47.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":386996,"documentUrl":"/cowboys-texans-game-moved-to-att-stadium/","filterUrl":"/rest/carbon/filter/main/cowboys-texans-game-moved-to-att-stadium/","sortDate":"2017-08-28 20:27:14.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387046,"documentUrl":"/kens-pizza-iowa-park-donating-100-percent-sales/","filterUrl":"/rest/carbon/filter/main/kens-pizza-iowa-park-donating-100-percent-sales/","sortDate":"2017-08-28 19:40:22.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387032,"documentUrl":"/wichita-falls-and-burkburnett-fire-fighters-headed-to-houston-with-donations/","filterUrl":"/rest/carbon/filter/main/wichita-falls-and-burkburnett-fire-fighters-headed-to-houston-with-donations/","sortDate":"2017-08-28 16:45:35.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":386858,"documentUrl":"/san-angelo-taco-shop-infuriates-customers-with-hurricane-party/","filterUrl":"/rest/carbon/filter/main/san-angelo-taco-shop-infuriates-customers-with-hurricane-party/","sortDate":"2017-08-28 16:15:20.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387008,"documentUrl":"/20-emotional-haunting-hurricane-harvey-pictures/","filterUrl":"/rest/carbon/filter/main/20-emotional-haunting-hurricane-harvey-pictures/","sortDate":"2017-08-28 15:00:36.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"}],"taxonomy":[{"postId":387176,"documentUrl":"/if-youre-heading-to-houston-to-help-with-harvey-watch-out-for-floating-mountains-of-fire-ants-video/","filterUrl":"/rest/carbon/filter/main/if-youre-heading-to-houston-to-help-with-harvey-watch-out-for-floating-mountains-of-fire-ants-video/","sortDate":"2017-08-30 12:11:08.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387169,"documentUrl":"/bass-pro-shops-donate-more-than-80-boats-supplies-for-hurricane-harvey-rescue-efforts/","filterUrl":"/rest/carbon/filter/main/bass-pro-shops-donate-more-than-80-boats-supplies-for-hurricane-harvey-rescue-efforts/","sortDate":"2017-08-30 11:15:26.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387152,"documentUrl":"/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/","filterUrl":"/rest/carbon/filter/main/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/","sortDate":"2017-08-30 10:00:00.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387137,"documentUrl":"/dallas-cowboys-announce-cheap-ticket-prices-to-benefit-hurricane-harvey-relief/","filterUrl":"/rest/carbon/filter/main/dallas-cowboys-announce-cheap-ticket-prices-to-benefit-hurricane-harvey-relief/","sortDate":"2017-08-30 09:15:01.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387093,"documentUrl":"/be-on-the-lookout-for-fake-news-surrounding-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/be-on-the-lookout-for-fake-news-surrounding-hurricane-harvey/","sortDate":"2017-08-29 16:35:47.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":386996,"documentUrl":"/cowboys-texans-game-moved-to-att-stadium/","filterUrl":"/rest/carbon/filter/main/cowboys-texans-game-moved-to-att-stadium/","sortDate":"2017-08-28 20:27:14.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387046,"documentUrl":"/kens-pizza-iowa-park-donating-100-percent-sales/","filterUrl":"/rest/carbon/filter/main/kens-pizza-iowa-park-donating-100-percent-sales/","sortDate":"2017-08-28 19:40:22.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387032,"documentUrl":"/wichita-falls-and-burkburnett-fire-fighters-headed-to-houston-with-donations/","filterUrl":"/rest/carbon/filter/main/wichita-falls-and-burkburnett-fire-fighters-headed-to-houston-with-donations/","sortDate":"2017-08-28 16:45:35.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":386858,"documentUrl":"/san-angelo-taco-shop-infuriates-customers-with-hurricane-party/","filterUrl":"/rest/carbon/filter/main/san-angelo-taco-shop-infuriates-customers-with-hurricane-party/","sortDate":"2017-08-28 16:15:20.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"},{"postId":387008,"documentUrl":"/20-emotional-haunting-hurricane-harvey-pictures/","filterUrl":"/rest/carbon/filter/main/20-emotional-haunting-hurricane-harvey-pictures/","sortDate":"2017-08-28 15:00:36.000 +0000","termTaxonomyId":3994,"taxonomyType":"tags"}]}}}},"carbonwidget/top-728x90":{"info":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"top-728x90","widgetTime":3},"data":["carbonwidget/top-728x90"],"dataDetails":{"carbonwidget/top-728x90":{"adUnit":"top-728x90","adType":"dfp6"}}},"carbonwidget/dynamic-ad-custom":{"info":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-custom","widgetTime":3},"data":["carbonwidget/dynamic-ad-custom"],"dataDetails":{"carbonwidget/dynamic-ad-custom":{"adUnit":"dynamic-ad-custom","adType":"dfp6"}}},"carbonwidget/dynamic-ad-header":{"info":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-header","widgetTime":3},"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":3},"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":3},"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":3},"data":["carbonwidget/bottom-728x90"],"dataDetails":{"carbonwidget/bottom-728x90":{"adUnit":"bottom-728x90","adType":"dfp6"}}},"ts_blogroll-11":{"info":{"id":"ts_blogroll-11","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"11"},"params":{"title":"Best of 106.3 The Buzz","type":"main_content_thumb_title_roll","cat":"47,2873,124","tag":"Oklahoma","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","widgetTime":78,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[395629,395631,395622,395601],"dataDetails":{"395601":{"postid":"395601","sortdate":"2018-02-16T18:02:22.000Z","data":{"mainData":{"postType":"post","caption":"Instagram","thumbnail":"http://1063thebuzz.com/files/2018/02/decal.png","postDateGmt":"2018-02-16 18:02:22 +0000","title":"Texas Driver Actually Created a Decal For All The Moronic Drivers","url":"http://1063thebuzz.com/texas-driver-actually-created-a-decal-for-all-the-moronic-drivers-out-there/","id":395601,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"How do you people still not understand this? Does everybody need to get this decal on the back of their car? ","authors":[{"id":1466474,"slug":"stryker","name":"Stryker","first_name":"Eric","last_name":"Stryker","nickname":"Stryker","thumbnail":"http://1063thebuzz.com/files/2017/02/Eric-headshot-2017.jpg","url":"http://1063thebuzz.com/author/stryker/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=dOksh7xPqUE","youtubeId":"dOksh7xPqUE"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=dOksh7xPqUE","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","_aioseop_title":"Texas Driver Actually Created a Decal For All The Moronic Drivers","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"395622":{"postid":"395622","sortdate":"2018-02-16T21:28:27.000Z","data":{"mainData":{"postType":"post","caption":"Attila Barabas","thumbnail":"http://929nin.com/files/2018/02/RS13640_183992871.jpg","postDateGmt":"2018-02-16 21:28:27 +0000","title":"7 Small Ways to Help Make Wichita Falls a Better Place","url":"http://1063thebuzz.com/7-small-ways-to-make-wichita-falls-a-better-place/","id":395622,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"As blessed Wichitans of an hospitable city, we each carry a calling to do our part. Here are 7 small but influential ways to make Wichita Falls a better place.","authors":[{"id":2775670,"slug":"jacklynyork","name":"Jacklyn York","first_name":"Jacklyn","last_name":"York","nickname":"jacklynyork","thumbnail":"http://929nin.com/files/2017/10/Jacklyn-York-Headshot.jpg","url":"http://1063thebuzz.com/author/jacklynyork/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"7 Small Ways to Help Make Wichita Falls a Better Place"}}},"395629":{"postid":"395629","sortdate":"2018-02-17T14:12:39.000Z","data":{"mainData":{"postType":"post","caption":"Photo: Melina Dellamarggio","thumbnail":"http://loudwire.com/files/2016/05/Pearl-Jam-Done-Loudwire-5.jpg","postDateGmt":"2018-02-17 14:12:39 +0000","title":"Pearl Jam: Kids &apos;Deserve&apos; to Live Without Threat of Gun Violence","url":"http://1063thebuzz.com/pearl-jam-kids-deserve-country-free-gun-violence/","id":395629,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Pearl Jam make their stance on gun control clear following a mass shooting at a Florida high school that took the lives of 17 people.","authors":[{"id":1420122,"slug":"joedivita","name":"Joe DiVita","first_name":"Joe","last_name":"DiVita","nickname":"joedivita","thumbnail":"http://loudwire.com/files/2013/06/Joe.jpg","url":"http://1063thebuzz.com/author/joedivita/"}],"video":true,"videoUrl":"https://youtu.be/TBtrGowJWSw","youtubeId":"TBtrGowJWSw"},"alternateData":{"_townsquare_media_url":"https://youtu.be/TBtrGowJWSw","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Pearl Jam: Kids &apos;Deserve&apos; to Live Without Threat of Gun Violence"}}},"395631":{"postid":"395631","sortdate":"2018-02-17T13:27:24.000Z","data":{"mainData":{"postType":"post","caption":"Charles Epting, Loudwire","thumbnail":"http://loudwire.com/files/2015/04/Maynard-James-Keenan.jpg","postDateGmt":"2018-02-17 13:27:24 +0000","title":"Maynard James Keenan Done With Lyrics for &apos;All But One&apos; Tool Song","url":"http://1063thebuzz.com/maynard-james-keenan-finished-lyrics-tool/","id":395631,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Tool appear to be almost ready to start recording their new album.","authors":[{"id":1420122,"slug":"joedivita","name":"Joe DiVita","first_name":"Joe","last_name":"DiVita","nickname":"joedivita","thumbnail":"http://loudwire.com/files/2013/06/Joe.jpg","url":"http://1063thebuzz.com/author/joedivita/"}],"video":true,"videoUrl":"https://youtu.be/oOaMuPc4CAE","youtubeId":"oOaMuPc4CAE"},"alternateData":{"_townsquare_media_url":"https://youtu.be/oOaMuPc4CAE","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Maynard James Keenan Done With Lyrics for &apos;All But One&apos; Tool Song"}}}},"redisCached":true},"widget_third_party_content-2":{"info":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"params":{"type":"zergnet","title":"Recommended For You","id":"35863","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"widget_third_party_content-3":{"info":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"params":{"type":"zergnet","title":"Best of the Web","id":"13509","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"fix_sidebar_marker-38":{"info":{"id":"fix_sidebar_marker-38","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"38"},"params":{"title":"Fix Sidebar Marker","widgetTime":2},"data":[],"dataDetails":{}},"ts_blogroll-469":{"info":{"id":"ts_blogroll-469","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"469"},"params":{"title":"Featured Stories","type":"carousel","isweather":"1","cat":"3993,124,47","posts_per_page":"4","align":"right","pinned_id":"","pinned_label":"","tag":"","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":0,"author":"","widgetTime":79,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[395629,395631,395622,395610],"dataDetails":{"395610":{"postid":"395610","sortdate":"2018-02-16T17:39:57.000Z","data":{"mainData":{"postType":"post","caption":"KEVIN RC WILSON, Loudwire","thumbnail":"http://loudwire.com/files/2017/10/Manson-20.jpg","postDateGmt":"2018-02-16 17:39:57 +0000","title":"Marilyn Manson Has Onstage Meltdown at New York Show","url":"http://1063thebuzz.com/marilyn-manson-meltdown-new-york-show/","id":395610,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"The singer exited the stage early after a bizarre performance leaving fans asking for a refund.","authors":[{"id":623121,"slug":"chadchilders","name":"Chad Childers","first_name":"Chad","last_name":"Childers","nickname":"chadchilders","thumbnail":"http://loudwire.com/files/2012/05/Chad-Childers.jpg","url":"http://1063thebuzz.com/author/chadchilders/"}],"video":true,"videoUrl":"https://youtu.be/lOSzZzhhE60","youtubeId":"lOSzZzhhE60"},"alternateData":{"_townsquare_media_url":"https://youtu.be/lOSzZzhhE60","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Marilyn Manson Has Onstage Meltdown at New York Show"}}},"395622":{"postid":"395622","sortdate":"2018-02-16T21:28:27.000Z","data":{"mainData":{"postType":"post","caption":"Attila Barabas","thumbnail":"http://929nin.com/files/2018/02/RS13640_183992871.jpg","postDateGmt":"2018-02-16 21:28:27 +0000","title":"7 Small Ways to Help Make Wichita Falls a Better Place","url":"http://1063thebuzz.com/7-small-ways-to-make-wichita-falls-a-better-place/","id":395622,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"As blessed Wichitans of an hospitable city, we each carry a calling to do our part. Here are 7 small but influential ways to make Wichita Falls a better place.","authors":[{"id":2775670,"slug":"jacklynyork","name":"Jacklyn York","first_name":"Jacklyn","last_name":"York","nickname":"jacklynyork","thumbnail":"http://929nin.com/files/2017/10/Jacklyn-York-Headshot.jpg","url":"http://1063thebuzz.com/author/jacklynyork/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"7 Small Ways to Help Make Wichita Falls a Better Place"}}},"395629":{"postid":"395629","sortdate":"2018-02-17T14:12:39.000Z","data":{"mainData":{"postType":"post","caption":"Photo: Melina Dellamarggio","thumbnail":"http://loudwire.com/files/2016/05/Pearl-Jam-Done-Loudwire-5.jpg","postDateGmt":"2018-02-17 14:12:39 +0000","title":"Pearl Jam: Kids &apos;Deserve&apos; to Live Without Threat of Gun Violence","url":"http://1063thebuzz.com/pearl-jam-kids-deserve-country-free-gun-violence/","id":395629,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Pearl Jam make their stance on gun control clear following a mass shooting at a Florida high school that took the lives of 17 people.","authors":[{"id":1420122,"slug":"joedivita","name":"Joe DiVita","first_name":"Joe","last_name":"DiVita","nickname":"joedivita","thumbnail":"http://loudwire.com/files/2013/06/Joe.jpg","url":"http://1063thebuzz.com/author/joedivita/"}],"video":true,"videoUrl":"https://youtu.be/TBtrGowJWSw","youtubeId":"TBtrGowJWSw"},"alternateData":{"_townsquare_media_url":"https://youtu.be/TBtrGowJWSw","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Pearl Jam: Kids &apos;Deserve&apos; to Live Without Threat of Gun Violence"}}},"395631":{"postid":"395631","sortdate":"2018-02-17T13:27:24.000Z","data":{"mainData":{"postType":"post","caption":"Charles Epting, Loudwire","thumbnail":"http://loudwire.com/files/2015/04/Maynard-James-Keenan.jpg","postDateGmt":"2018-02-17 13:27:24 +0000","title":"Maynard James Keenan Done With Lyrics for &apos;All But One&apos; Tool Song","url":"http://1063thebuzz.com/maynard-james-keenan-finished-lyrics-tool/","id":395631,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Tool appear to be almost ready to start recording their new album.","authors":[{"id":1420122,"slug":"joedivita","name":"Joe DiVita","first_name":"Joe","last_name":"DiVita","nickname":"joedivita","thumbnail":"http://loudwire.com/files/2013/06/Joe.jpg","url":"http://1063thebuzz.com/author/joedivita/"}],"video":true,"videoUrl":"https://youtu.be/oOaMuPc4CAE","youtubeId":"oOaMuPc4CAE"},"alternateData":{"_townsquare_media_url":"https://youtu.be/oOaMuPc4CAE","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Maynard James Keenan Done With Lyrics for &apos;All But One&apos; Tool Song"}}}},"redisCached":true},"google-ads-widget-323":{"info":{"id":"google-ads-widget-323","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"323"},"params":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","position":null,"widgetTime":1},"data":["top-right-300x250"],"dataDetails":{"top-right-300x250":{"adUnit":"top-right-300x250","adType":"dfp6"}}},"ts_blogroll-470":{"info":{"id":"ts_blogroll-470","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"470"},"params":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":"5","pinned_id":"","pinned_label":"","cat":"","tag":"","private_tag":"","thumb_type":"landscape","link_label":"","link":"","align":"default","show_thumb":0,"alternate_data":0,"unique_posts":0,"isweather":0,"widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[395634,395629,395631,395622,395601],"dataDetails":{"395601":{"postid":"395601","sortdate":"2018-02-16T18:02:22.000Z","data":{"mainData":{"postType":"post","caption":"Instagram","thumbnail":"http://1063thebuzz.com/files/2018/02/decal.png","postDateGmt":"2018-02-16 18:02:22 +0000","title":"Texas Driver Actually Created a Decal For All The Moronic Drivers","url":"http://1063thebuzz.com/texas-driver-actually-created-a-decal-for-all-the-moronic-drivers-out-there/","id":395601,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"How do you people still not understand this? Does everybody need to get this decal on the back of their car? ","authors":[{"id":1466474,"slug":"stryker","name":"Stryker","first_name":"Eric","last_name":"Stryker","nickname":"Stryker","thumbnail":"http://1063thebuzz.com/files/2017/02/Eric-headshot-2017.jpg","url":"http://1063thebuzz.com/author/stryker/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=dOksh7xPqUE","youtubeId":"dOksh7xPqUE"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=dOksh7xPqUE","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","_aioseop_title":"Texas Driver Actually Created a Decal For All The Moronic Drivers","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"395622":{"postid":"395622","sortdate":"2018-02-16T21:28:27.000Z","data":{"mainData":{"postType":"post","caption":"Attila Barabas","thumbnail":"http://929nin.com/files/2018/02/RS13640_183992871.jpg","postDateGmt":"2018-02-16 21:28:27 +0000","title":"7 Small Ways to Help Make Wichita Falls a Better Place","url":"http://1063thebuzz.com/7-small-ways-to-make-wichita-falls-a-better-place/","id":395622,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"As blessed Wichitans of an hospitable city, we each carry a calling to do our part. Here are 7 small but influential ways to make Wichita Falls a better place.","authors":[{"id":2775670,"slug":"jacklynyork","name":"Jacklyn York","first_name":"Jacklyn","last_name":"York","nickname":"jacklynyork","thumbnail":"http://929nin.com/files/2017/10/Jacklyn-York-Headshot.jpg","url":"http://1063thebuzz.com/author/jacklynyork/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"7 Small Ways to Help Make Wichita Falls a Better Place"}}},"395629":{"postid":"395629","sortdate":"2018-02-17T14:12:39.000Z","data":{"mainData":{"postType":"post","caption":"Photo: Melina Dellamarggio","thumbnail":"http://loudwire.com/files/2016/05/Pearl-Jam-Done-Loudwire-5.jpg","postDateGmt":"2018-02-17 14:12:39 +0000","title":"Pearl Jam: Kids &apos;Deserve&apos; to Live Without Threat of Gun Violence","url":"http://1063thebuzz.com/pearl-jam-kids-deserve-country-free-gun-violence/","id":395629,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Pearl Jam make their stance on gun control clear following a mass shooting at a Florida high school that took the lives of 17 people.","authors":[{"id":1420122,"slug":"joedivita","name":"Joe DiVita","first_name":"Joe","last_name":"DiVita","nickname":"joedivita","thumbnail":"http://loudwire.com/files/2013/06/Joe.jpg","url":"http://1063thebuzz.com/author/joedivita/"}],"video":true,"videoUrl":"https://youtu.be/TBtrGowJWSw","youtubeId":"TBtrGowJWSw"},"alternateData":{"_townsquare_media_url":"https://youtu.be/TBtrGowJWSw","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Pearl Jam: Kids &apos;Deserve&apos; to Live Without Threat of Gun Violence"}}},"395631":{"postid":"395631","sortdate":"2018-02-17T13:27:24.000Z","data":{"mainData":{"postType":"post","caption":"Charles Epting, Loudwire","thumbnail":"http://loudwire.com/files/2015/04/Maynard-James-Keenan.jpg","postDateGmt":"2018-02-17 13:27:24 +0000","title":"Maynard James Keenan Done With Lyrics for &apos;All But One&apos; Tool Song","url":"http://1063thebuzz.com/maynard-james-keenan-finished-lyrics-tool/","id":395631,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Tool appear to be almost ready to start recording their new album.","authors":[{"id":1420122,"slug":"joedivita","name":"Joe DiVita","first_name":"Joe","last_name":"DiVita","nickname":"joedivita","thumbnail":"http://loudwire.com/files/2013/06/Joe.jpg","url":"http://1063thebuzz.com/author/joedivita/"}],"video":true,"videoUrl":"https://youtu.be/oOaMuPc4CAE","youtubeId":"oOaMuPc4CAE"},"alternateData":{"_townsquare_media_url":"https://youtu.be/oOaMuPc4CAE","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Maynard James Keenan Done With Lyrics for &apos;All But One&apos; Tool Song"}}},"395634":{"postid":"395634","sortdate":"2018-02-17T23:03:28.000Z","data":{"mainData":{"postType":"post","caption":"via Twitter","thumbnail":"http://929nin.com/files/2018/02/Road-Rage.jpg","postDateGmt":"2018-02-17 23:03:28 +0000","title":"Instant Road Rage Karma for Idiot on California Highway","url":"http://1063thebuzz.com/instant-road-rage-karma-for-idiot-on-california-highway-2/","id":395634,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"A road rage incident in Oceanside, CA went from bad to worse for the driver of an SUV when karma knocked him flat on his side.","authors":[{"id":303,"slug":"tonykerns","name":"Tony Kerns","first_name":"Tony","last_name":"Kerns","nickname":"TonyKerns","url":"http://1063thebuzz.com/author/tonykerns/","thumbnail":"http://929nin.com/files/2011/08/Tony200x2001.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Instant Road Rage Karma for Idiot on California Highway"}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":79},"data":[],"dataDetails":{},"redisCached":true},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":79},"data":["1",{"2":["2.1","2.2","2.3","2.4","2.5","2.6"]},{"3":["3.1","3.2","3.3"]},{"4":["4.1"]},{"5":["5.1","5.2","5.3"]},{"6":["6.1","6.2","6.3","6.4","6.5"]},{"7":["7.1","7.2","7.3","7.4","7.5"]},{"8":["8.1"]},{"9":["9.1","9.2","9.3","9.4"]}],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":8,"title":"Home","titleExcerpt":"Home","href":"/","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":1110,"title":"On Air","titleExcerpt":"On Air","href":"/shows","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":13754,"title":"Listen","titleExcerpt":"Listen","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":10385,"title":"Playlist","titleExcerpt":"Playlist","href":"/playlist","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":2579,"title":"Events","titleExcerpt":"What's going on in the Falls","href":"/events-wichita-falls","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":2566,"title":"Buzzheads","titleExcerpt":"Cash, Prizes, Games...","href":"/vip","samedomain":true,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":2567,"title":"Win Stuff","titleExcerpt":"Contests That Rock!","href":"/contests","samedomain":true,"menupath":"/rest/carbon/api/menu/contests","hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":24402,"title":"Babes","titleExcerpt":"Babes","href":"/category/babes","samedomain":true,"menupath":"/rest/carbon/api/menu/category/babes","hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":280654,"title":"Contact","titleExcerpt":"Contact","href":"/help","samedomain":true,"hasBlogroll":false}},"2.1":{"menuId":"2.1","attrs":{"menuPostId":2568,"title":"Show Schedule","titleExcerpt":"Show times and descriptions","href":"/shows","samedomain":true,"hasBlogroll":false}},"2.2":{"menuId":"2.2","attrs":{"menuPostId":95815,"title":"FBHW","titleExcerpt":"FBHW","href":"/show/free-beer-and-hot-wings-morning-show/","samedomain":true,"menupath":"/rest/carbon/api/menu/show/free-beer-and-hot-wings-morning-show/","hasBlogroll":false}},"2.3":{"menuId":"2.3","attrs":{"menuPostId":163736,"title":"Stryker","titleExcerpt":"Stryker","href":"/author/stryker/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/stryker/","hasBlogroll":false}},"2.4":{"menuId":"2.4","attrs":{"menuPostId":55879,"title":"Johnny Thrash","titleExcerpt":"Johnny Thrash","href":"/author/johnnythrash/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/johnnythrash/","hasBlogroll":false}},"2.5":{"menuId":"2.5","attrs":{"menuPostId":335622,"title":"Toni Gonzalez","titleExcerpt":"Toni Gonzalez","href":"/author/tonigonzalezlwn/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/tonigonzalezlwn/","hasBlogroll":false}},"2.6":{"menuId":"2.6","attrs":{"menuPostId":7021,"title":"Full Metal Jackie","titleExcerpt":"Pure Friggin' Metal!","href":"/author/fullmetal/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/fullmetal/","hasBlogroll":false}},"3.1":{"menuId":"3.1","attrs":{"menuPostId":10411,"title":"Listen Live","titleExcerpt":"Listen Live","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"3.2":{"menuId":"3.2","attrs":{"menuPostId":5256,"title":"Mobile App","titleExcerpt":"Listen to The Buzz anytime, anywhere","href":"/app","samedomain":true,"hasBlogroll":false}},"3.3":{"menuId":"3.3","attrs":{"menuPostId":390734,"title":"Alexa","titleExcerpt":"Alexa","href":"/alexa","samedomain":true,"hasBlogroll":false}},"4.1":{"menuId":"4.1","attrs":{"menuPostId":13760,"title":"Recently Played","titleExcerpt":"Last 50 songs played","href":"/playlist","samedomain":true,"hasBlogroll":false}},"5.1":{"menuId":"5.1","attrs":{"menuPostId":354889,"title":"This Weekend in Wichita Falls","titleExcerpt":"This Weekend in Wichita Falls","href":"/tags/this-weekend-in-wichita-falls/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/this-weekend-in-wichita-falls/","hasBlogroll":false}},"5.2":{"menuId":"5.2","attrs":{"menuPostId":13757,"title":"Calendar","titleExcerpt":"Calendar","href":"/events-wichita-falls","samedomain":true,"hasBlogroll":false}},"5.3":{"menuId":"5.3","attrs":{"menuPostId":174898,"title":"Submit an Event","titleExcerpt":"Submit an Event","href":"/events-wichita-falls/community/add/","samedomain":true,"hasBlogroll":false}},"6.1":{"menuId":"6.1","attrs":{"menuPostId":5164,"title":"Sign Up","titleExcerpt":"Go ahead, make it official.","href":"/registration","samedomain":true,"hasBlogroll":false}},"6.2":{"menuId":"6.2","attrs":{"menuPostId":376743,"title":"BuzzHead Perks","titleExcerpt":"BuzzHead Perks","href":"/vip","samedomain":true,"hasBlogroll":false}},"6.3":{"menuId":"6.3","attrs":{"menuPostId":2592,"title":"Contests","titleExcerpt":"Contests","href":"/contests","samedomain":true,"menupath":"/rest/carbon/api/menu/contests","hasBlogroll":false}},"6.4":{"menuId":"6.4","attrs":{"menuPostId":317191,"title":"Contest Rules","titleExcerpt":"Contest Rules","href":"/contest-rules","samedomain":true,"hasBlogroll":false}},"6.5":{"menuId":"6.5","attrs":{"menuPostId":317192,"title":"Support","titleExcerpt":"Support","href":"/help","samedomain":true,"hasBlogroll":false}},"7.1":{"menuId":"7.1","attrs":{"menuPostId":394978,"title":"Chris Jericho’s Rock 'N Wrestling Rager at Sea","titleExcerpt":"Chris Jericho’s Rock 'N Wrestling Rager at Sea","href":"/contests/sweeps/rock-wrestling-at-sea/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/sweeps/rock-wrestling-at-sea/","hasBlogroll":false}},"7.2":{"menuId":"7.2","attrs":{"menuPostId":170268,"title":"Dumber Than FBHW Trivia","titleExcerpt":"Dumber Than FBHW Trivia","href":"/dumber-than-zane-trivia-qualify-to-win-cash/","samedomain":true,"hasBlogroll":false}},"7.3":{"menuId":"7.3","attrs":{"menuPostId":343500,"title":"See All Contests","titleExcerpt":"See All Contests","href":"/vip","samedomain":true,"hasBlogroll":false}},"7.4":{"menuId":"7.4","attrs":{"menuPostId":51119,"title":"Winners","titleExcerpt":"Winners","href":"/category/online-contest-winners","samedomain":true,"menupath":"/rest/carbon/api/menu/category/online-contest-winners","hasBlogroll":false}},"7.5":{"menuId":"7.5","attrs":{"menuPostId":39577,"title":"Contest Rules","titleExcerpt":"Contest Rules","href":"/contest-rules/","samedomain":true,"hasBlogroll":false}},"8.1":{"menuId":"8.1","attrs":{"menuPostId":391415,"title":"Babe of the Day","titleExcerpt":"Babe of the Day","href":"/category/babe-of-the-day","samedomain":true,"menupath":"/rest/carbon/api/menu/category/babe-of-the-day","hasBlogroll":false}},"9.1":{"menuId":"9.1","attrs":{"menuPostId":280655,"title":"Help & Contact Info","titleExcerpt":"Help & Contact Info","href":"/help","samedomain":true,"hasBlogroll":false}},"9.2":{"menuId":"9.2","attrs":{"menuPostId":280656,"title":"Send Feedback","titleExcerpt":"Send Feedback","href":"/feedback","samedomain":true,"hasBlogroll":false}},"9.3":{"menuId":"9.3","attrs":{"menuPostId":95477,"title":"Advertise","titleExcerpt":"Advertise","href":"/advertise","samedomain":true,"hasBlogroll":false}},"9.4":{"menuId":"9.4","attrs":{"menuPostId":89365,"title":"Job Openings","titleExcerpt":"Job Openings","href":"http://www.townsquaremedia.com/careers","samedomain":false,"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","8"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":69089,"title":"What's Hot:","titleExcerpt":"What's Hot:","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":346791,"title":"Wichita Falls Stories","titleExcerpt":"Wichita Falls Stories","href":"/category/local-news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/local-news/","hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":246427,"title":"FBHW","titleExcerpt":"FBHW","href":"/category/fbhw","samedomain":true,"menupath":"/rest/carbon/api/menu/category/fbhw","hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":394217,"title":"Rock News","titleExcerpt":"","href":"/category/news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/news/","hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":361550,"title":"Stryker v. Food","titleExcerpt":"Stryker v. Food","href":"/tags/stryker-v-food/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/stryker-v-food/","hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":225698,"title":"Latest Music Videos","titleExcerpt":"Latest Music Videos","href":"/category/official-music-videos","samedomain":true,"menupath":"/rest/carbon/api/menu/category/official-music-videos","hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":377571,"title":"New Buzz App","titleExcerpt":"New Buzz App","href":"/app","samedomain":true,"hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":178872,"title":"Weird News","titleExcerpt":"Weird News","href":"/category/weird-news","samedomain":true,"menupath":"/rest/carbon/api/menu/category/weird-news","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"],"dataDetails":{"1":{"menuId":"1","attrs":{"title":"EEO Public File Report","href":"/eeo/"}},"2":{"menuId":"2","attrs":{"title":"Advertise on 106.3 The Buzz","href":"/advertise/"}},"3":{"menuId":"3","attrs":{"title":"Public File","href":"/kbzs-public-file/"}},"4":{"menuId":"4","attrs":{"title":"Terms","href":"/terms/"}},"5":{"menuId":"5","attrs":{"title":"VIP Terms","href":"/vip-terms/"}},"6":{"menuId":"6","attrs":{"title":"FAQ","href":"/vip-faq/"}},"7":{"menuId":"7","attrs":{"title":"Contest Rules","href":"/contest-rules/"}},"8":{"menuId":"8","attrs":{"title":"Privacy Policy (Updated: 8/31/17)","href":"/privacy/"}},"9":{"menuId":"9","attrs":{"title":"Contact","href":"/help/"}},"10":{"menuId":"10","attrs":{"href":"http://townsquaremediagroup.com/"}},"11":{"menuId":"11","attrs":{"title":"Wichita Falls Business Listings","href":"/wichita_falls-featured-business-listings/"}},"comscore":{"menuId":"comscore","attrs":{"title":"Loudwire Network"}}},"redisCached":true}},"data":{},"time":{"wpTime":351.501,"mainOptionsTime":399.779,"sidebarsTime":379.389,"widgetsTime":403.174,"processTime":1533.977},"experimentGroup":"A"},"serverConfig":{"host":"1063thebuzz.com","ua":"python-requests/2.10.0"}},"listenLive":{},"nav":{},"newsletter":{},"ui":{},"weather":{},"youtube":{},"sweeps":{},"form":{"NavSearchForm":{"registeredFields":[{"name":"searchInput","type":"Field"}]}},"routing":{"locationBeforeTransitions":null},"events":{},"ads":{}}
          </script>
          <script src="//cdn.production.townsquareblogs.com/public/dist/main.bundle.js?ver=3b9dbc3b07b0bef2c96b11376b1d9e6298d9a129"></script>
        </body>
      </html>