<!doctype html>
      <html class="single" lang="en">
        <head>
          <title data-react-helmet="true">Chris Young Begins Hurricane Harvey Relief Effort</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="1015knue"/><meta data-react-helmet="true" name="description" content="Chris Young has started a GoFundMe fundraiser to aid the Hurricane Harvey recovery effort."/><meta data-react-helmet="true" name="keywords" content="hurricane harvey relief, chris young go fund me, chris young hurricane harvey, donate to chris young&#x27;s fundraiser, "/><meta data-react-helmet="true" property="fb:app_id" content="138262032906169"/><meta data-react-helmet="true" property="fb:admins" content="1025673492"/><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="Chris Young Begins Hurricane Harvey Relief Effort"/><meta data-react-helmet="true" property="og:description" content="Chris Young has started a GoFundMe fundraiser to aid the Hurricane Harvey recovery effort."/><meta data-react-helmet="true" property="og:url" content="http://knue.com/chris-young-hurricane-harvey-relief-fund/"/><meta data-react-helmet="true" property="og:site_name" content="101.5 KNUE"/><meta data-react-helmet="true" property="og:type" content="blog"/><meta data-react-helmet="true" property="og:image" content="http://tasteofcountry.com/files/2017/08/Chris-Young-Hurricane-Releif.jpg?w=600&amp;h=0&amp;zc=1&amp;s=0&amp;a=t&amp;q=89"/><meta data-react-helmet="true" name="twitter:card" content="summary_large_image"/><meta data-react-helmet="true" name="twitter:site" content="@1015_knue"/><meta data-react-helmet="true" name="sailthru.description" content="Chris Young has started a GoFundMe fundraiser to aid the Hurricane Harvey recovery effort."/><meta data-react-helmet="true" name="sailthru.date" content="2017-08-27 15:56:41"/><meta data-react-helmet="true" name="sailthru.title" content="Chris Young Begins Hurricane Harvey Relief Effort With GoFundMe Page"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-knue, tsmmarket-tyler, tsmtype-local, chris-young"/><meta data-react-helmet="true" name="sailthru.author" content="billydukesgmail-com"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://tasteofcountry.com/files/2017/08/Chris-Young-Hurricane-Releif.jpg"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://tasteofcountry.com/files/2017/08/Chris-Young-Hurricane-Releif.jpg"/><meta data-react-helmet="true" property="fb:pages" content="111687494361"/><meta data-react-helmet="true" name="google-site-verification" content="RFEEXlLsrZpsuRL_RYbwxe6mZHd45N-toDnjUbZKa88"/><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://knue.com/files/2011/02/favicon.ico"/><link data-react-helmet="true" id="design-fav" rel="shortcut icon" href="http://knue.com/files/2011/02/favicon.ico"/><link data-react-helmet="true" rel="profile" href="http://gmpg.org/xfn/11"/><link data-react-helmet="true" rel="canonical" href="http://tasteofcountry.com/chris-young-hurricane-harvey-relief-fund/"/>
          <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=42" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "A";
          window.TSM.cadata = {"activeDomain":"knue.com","blogId":156,"method":"get_single","postId":369496,"crosspostBlogId":"204","crosspostPostId":"389526","postType":"post","postDateGmt":"2017-08-27 20:56:41.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":"billydukesgmail-com","dimension2":"","dimension3":"chris-young","dimension4":"post","dimension5":"Sun Aug 27 2017","dimension6":"15:56","dimension7":"standard","dimension8":"954","dimension9":"A","dimension10":"yes"};
ga( "create", {
          trackingId:"UA-19110310-1",
          name: "primary",
          allowAnchor: false
        });
        ga( "primary.require", "displayfeatures" );
        ga( "primary.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "primary" ] = {gaid:"UA-19110310-1"};
ga( "create", {
          trackingId:"UA-19109753-1",
          name: "UA191097531",
          allowAnchor: false
        });
        ga( "UA191097531.require", "displayfeatures" );
        ga( "UA191097531.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA191097531" ] = {gaid:"UA-19109753-1"};
ga( "create", {
          trackingId:"UA-19110310-6",
          name: "UA191103106",
          allowAnchor: false
        });
        ga( "UA191103106.require", "displayfeatures" );
        ga( "UA191103106.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA191103106" ] = {gaid:"UA-19110310-6"};
ga( "create", {
          trackingId:"UA-28825804-1",
          name: "UA288258041",
          allowAnchor: false
        });
        ga( "UA288258041.require", "displayfeatures" );
        ga( "UA288258041.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA288258041" ] = {gaid:"UA-28825804-1"};
ga( "create", {
          trackingId:"UA-45260060-3",
          name: "UA452600603",
          allowAnchor: false
        });
        ga( "UA452600603.require", "displayfeatures" );
        ga( "UA452600603.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA452600603" ] = {gaid:"UA-45260060-3"};
            })(window);
          </script>
          <script async src="https://www.google-analytics.com/analytics.js"></script>
          <script>(function(w){
      w.dataLayer = [{"title":"Chris Young Begins Hurricane Harvey Relief Effort","callsign":"KNUEFM","market":"Tyler","sitetype":"Local","siteClassification":"Local","state":"TX","genre":"country","pageType":"post","tags":"chris-young","categories":"","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 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=knue.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", "" );
googletag.pubads().setTargeting( "tags", ["chris-young"] );
googletag.pubads().setTargeting( "id", "chris-young-hurricane-harvey-relief-fund" );
googletag.pubads().setTargeting( "author", "billydukesgmail-com" );
googletag.pubads().setTargeting( "kw", ["billydukesgmail-com","chris-young-hurricane-harvey-relief-fund","chris-young","pagetype-post"] );
googletag.pubads().setTargeting( "genre", ["country"] );
googletag.pubads().setTargeting( "device", "web" );
googletag.pubads().setTargeting( "ksg", Krux.segments );
        googletag.pubads().setTargeting( "kuid", Krux.user );
if( window.TSM.adSlots["tsm-ad-300a"] === undefined ){
window.TSM.adSlots["tsm-ad-300a"] = googletag.defineSlot( "8328825/local/Tyler/KNUE/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/Tyler/KNUE/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/Tyler/KNUE/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/Tyler/KNUE/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/Tyler/KNUE/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/Tyler/KNUE/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/Tyler/KNUE/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/Tyler/KNUE/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/Tyler/KNUE/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="1872601427"><!-- 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="101.5 KNUE" title="101.5 KNUE" data-reactid="14"><img src="http://knue.com/files/2017/08/knue_logo-v4.png" alt="101.5 KNUE" title="101.5 KNUE" 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-3" class="stationtagline-container showticker-item" data-reactid="21"><div class="content" data-reactid="22"><p class="info" data-reactid="23">Today's Country</p></div></div></div></div><a class="listen-live-cto cto" href="/listen-live/" data-reactid="24"><span class="icon-play2" data-reactid="25"></span><span class="cto-title" data-reactid="26">Listen Now</span></a><a class="sign-in-out" href="/#auth-start" title="" data-reactid="27"></a></div><nav id="site-menu" data-reactid="28"><div class="wrapper" data-reactid="29"><span class="icon-base icon-menu select-none" data-reactid="30"></span><ul class="links" data-reactid="31"><li class="hassub" data-reactid="32"><a href="/" data-reactid="33">Home</a></li><li class="hassub" data-reactid="34"><a href="/djs" data-reactid="35">On-Air</a><ul class="links submenu" data-reactid="36"><li class="hassub" data-reactid="37"><a href="/djs" data-reactid="38">DJs</a></li><li class="hassub" data-reactid="39"><a href="/shows" data-reactid="40">Schedule</a></li><li class="hassub" data-reactid="41"><a href="/show/big-d-bubba-2/" data-reactid="42">Big D &amp; Bubba</a></li><li class="hassub" data-reactid="43"><a href="/show/mandee-montana/" data-reactid="44">Mandee Montana</a></li><li class="hassub" data-reactid="45"><a href="/show/taste-of-country-nights/" data-reactid="46">Sam Alex</a></li><li class="hassub" data-reactid="47"><a href="/show/buddy-logan/" data-reactid="48">Buddy Logan</a></li><li class="hassub" data-reactid="49"><a href="/show/danny-merrell/" data-reactid="50">Danny Merrell</a></li></ul></li><li class="hassub" data-reactid="51"><a href="/listen-live/" data-reactid="52">Listen</a><ul class="links submenu" data-reactid="53"><li class="hassub" data-reactid="54"><a href="/listen-live/" data-reactid="55">Listen Live</a></li><li class="hassub" data-reactid="56"><a href="/app/" data-reactid="57">Mobile</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="/101-5-knue-playlist-february-2018-top-songs/" data-reactid="62">February Playlist</a></li><li class="hassub" data-reactid="63"><a href="/playlist" data-reactid="64">Recently Played</a></li></ul></li><li class="hassub" data-reactid="65"><a href="/events-tyler" data-reactid="66">Events</a><ul class="links submenu" data-reactid="67"><li class="hassub" data-reactid="68"><a href="/events-tyler" data-reactid="69">Calendar</a></li><li class="hassub" data-reactid="70"><a href="/?submit_button=&amp;s=front+porch" data-reactid="71">KNUE Front Porch Artists</a></li><li class="hassub" data-reactid="72"><a href="/events-tyler/community/add/" data-reactid="73">Submit an Event</a></li></ul></li><li class="hassub" data-reactid="74"><a href="/vip" data-reactid="75">Country Club</a><ul class="links submenu" data-reactid="76"><li class="hassub" data-reactid="77"><a href="/vip" data-reactid="78">Contests</a></li><li class="hassub" data-reactid="79"><a href="/registration" data-reactid="80">Join The Club</a></li><li class="hassub" data-reactid="81"><a href="/contact-us/" data-reactid="82">Country Club Help</a></li><li class="hassub" data-reactid="83"><a href="/general-contest-rules/" data-reactid="84">Contest Rules</a></li><li class="hassub" data-reactid="85"><a href="/local-experts" data-reactid="86">Local Experts</a></li></ul></li><li class="hassub" data-reactid="87"><a href="/contests/" data-reactid="88">Win Stuff</a><ul class="links submenu" data-reactid="89"><li class="hassub" data-reactid="90"><a href="/contests/sweeps/win-before-you-can-buy-red-dirt-bbq-music-festival-18-tickets/" data-reactid="91">Win Red Dirt Tix Before You Can Buy &#x27;Em</a></li><li class="hassub" data-reactid="92"><a href="/general-contest-rules/" data-reactid="93">Contest Rules</a></li></ul></li><li class="hassub" data-reactid="94"><a href="/job-openings/" data-reactid="95">Jobs</a></li><li class="hassub" data-reactid="96"><a href="/contact-us" data-reactid="97">Contact Us</a><ul class="links submenu" data-reactid="98"><li class="hassub" data-reactid="99"><a href="/contact-us" data-reactid="100">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="101"><a href="/job-openings" data-reactid="102">Jobs at KNUE</a></li><li class="hassub" data-reactid="103"><a href="/advertise" data-reactid="104">Advertise</a></li></ul></li><li class="hidden-menu hassub hide" data-reactid="105"><a class="more-icon" href="#" data-reactid="106">More</a><ul class="links submenu" data-reactid="107"><li class="hassub hide" data-reactid="108"><a href="/" data-reactid="109">Home</a></li><li class="hassub hide" data-reactid="110"><a href="/djs" data-reactid="111">On-Air</a><ul class="links submenu" data-reactid="112"><li class="hassub" data-reactid="113"><a href="/djs" data-reactid="114">DJs</a></li><li class="hassub" data-reactid="115"><a href="/shows" data-reactid="116">Schedule</a></li><li class="hassub" data-reactid="117"><a href="/show/big-d-bubba-2/" data-reactid="118">Big D &amp; Bubba</a></li><li class="hassub" data-reactid="119"><a href="/show/mandee-montana/" data-reactid="120">Mandee Montana</a></li><li class="hassub" data-reactid="121"><a href="/show/taste-of-country-nights/" data-reactid="122">Sam Alex</a></li><li class="hassub" data-reactid="123"><a href="/show/buddy-logan/" data-reactid="124">Buddy Logan</a></li><li class="hassub" data-reactid="125"><a href="/show/danny-merrell/" data-reactid="126">Danny Merrell</a></li></ul></li><li class="hassub hide" data-reactid="127"><a href="/listen-live/" data-reactid="128">Listen</a><ul class="links submenu" data-reactid="129"><li class="hassub" data-reactid="130"><a href="/listen-live/" data-reactid="131">Listen Live</a></li><li class="hassub" data-reactid="132"><a href="/app/" data-reactid="133">Mobile</a></li></ul></li><li class="hassub hide" data-reactid="134"><a href="/playlist/" data-reactid="135">Playlist</a><ul class="links submenu" data-reactid="136"><li class="hassub" data-reactid="137"><a href="/101-5-knue-playlist-february-2018-top-songs/" data-reactid="138">February Playlist</a></li><li class="hassub" data-reactid="139"><a href="/playlist" data-reactid="140">Recently Played</a></li></ul></li><li class="hassub hide" data-reactid="141"><a href="/events-tyler" data-reactid="142">Events</a><ul class="links submenu" data-reactid="143"><li class="hassub" data-reactid="144"><a href="/events-tyler" data-reactid="145">Calendar</a></li><li class="hassub" data-reactid="146"><a href="/?submit_button=&amp;s=front+porch" data-reactid="147">KNUE Front Porch Artists</a></li><li class="hassub" data-reactid="148"><a href="/events-tyler/community/add/" data-reactid="149">Submit an Event</a></li></ul></li><li class="hassub hide" data-reactid="150"><a href="/vip" data-reactid="151">Country Club</a><ul class="links submenu" data-reactid="152"><li class="hassub" data-reactid="153"><a href="/vip" data-reactid="154">Contests</a></li><li class="hassub" data-reactid="155"><a href="/registration" data-reactid="156">Join The Club</a></li><li class="hassub" data-reactid="157"><a href="/contact-us/" data-reactid="158">Country Club Help</a></li><li class="hassub" data-reactid="159"><a href="/general-contest-rules/" data-reactid="160">Contest Rules</a></li><li class="hassub" data-reactid="161"><a href="/local-experts" data-reactid="162">Local Experts</a></li></ul></li><li class="hassub hide" data-reactid="163"><a href="/contests/" data-reactid="164">Win Stuff</a><ul class="links submenu" data-reactid="165"><li class="hassub" data-reactid="166"><a href="/contests/sweeps/win-before-you-can-buy-red-dirt-bbq-music-festival-18-tickets/" data-reactid="167">Win Red Dirt Tix Before You Can Buy &#x27;Em</a></li><li class="hassub" data-reactid="168"><a href="/general-contest-rules/" data-reactid="169">Contest Rules</a></li></ul></li><li class="hassub hide" data-reactid="170"><a href="/job-openings/" data-reactid="171">Jobs</a></li><li class="hassub hide" data-reactid="172"><a href="/contact-us" data-reactid="173">Contact Us</a><ul class="links submenu" data-reactid="174"><li class="hassub" data-reactid="175"><a href="/contact-us" data-reactid="176">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="177"><a href="/job-openings" data-reactid="178">Jobs at KNUE</a></li><li class="hassub" data-reactid="179"><a href="/advertise" data-reactid="180">Advertise</a></li></ul></li></ul></li></ul><div class="site-menu-right" data-reactid="181"><ul class="social-links" data-reactid="182"><li class="social" data-reactid="183"><a class="share-link youtube" href="https://youtube.com/user/knue1015fm" target="_blank" data-social="youtube" data-reactid="184"><span class="icon-base icon-youtube" data-reactid="185"></span></a></li><li class="social" data-reactid="186"><a class="share-link facebook" href="http://www.facebook.com/1015KNUE" target="_blank" data-social="facebook" data-reactid="187"><span class="icon-base icon-facebook" data-reactid="188"></span></a></li><li class="social" data-reactid="189"><a class="share-link twitter" href="https://twitter.com/1015_knue" target="_blank" data-social="twitter" data-reactid="190"><span class="icon-base icon-twitter" data-reactid="191"></span></a></li><ul class="social-subscriptions" data-reactid="192"><li class="sub-instagram " data-reactid="193"><a href="https://www.instagram.com/1015knue" target="_blank" data-reactid="194">INSTAGRAM</a></li><li class="share_link_small youtube sub-youtube" data-reactid="195"><span class="youtube-subscribe-button " data-reactid="196"></span></li><li class="sub-facebook" data-reactid="197"></li><li class="sub-twitter" data-reactid="198"></li></ul></ul><div id="search-form" class="" data-reactid="199"><div class="form-wrap" data-reactid="200"><form data-reactid="201"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="202"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="203"/></form></div><div class="icon-base icon-search" data-reactid="204"></div></div></div><div class="site-screen select-none" data-reactid="205"></div></div></nav></div><ul class="promo-links" data-reactid="206"><li data-reactid="207"><span data-reactid="208">Trending on KNUE:</span></li><li data-reactid="209"><a title="$500 Survey Giveaway" href="/sponsored-listener-survey/" data-reactid="210">$500 Survey Giveaway</a></li><li data-reactid="211"><a title="Country Cares St. Jude Radiothon" href="/love-conquers-all-even-cancer/" data-reactid="212">Country Cares St. Jude Radiothon</a></li><li data-reactid="213"><a title="Party with Brad Paisley!" href="/contests/sweeps/party-with-brad-paisley/" data-reactid="214">Party with Brad Paisley!</a></li><li data-reactid="215"><a title="The Best ETX Festivals in Spring" href="/6-east-texas-festivals-you-must-attend-this-spring/" data-reactid="216">The Best ETX Festivals in Spring</a></li><li data-reactid="217"><a title="Win Stuff 24/7" href="/contests/" data-reactid="218">Win Stuff 24/7</a></li><li data-reactid="219"><a title="Alexa Plays KNUE!" href="https://www.youtube.com/watch?v=V6waKoi1H-Y" data-reactid="220">Alexa Plays KNUE!</a></li><li data-reactid="221"><a title="KNUE APP" href="/app/" data-reactid="222">KNUE APP</a></li><li data-reactid="223"><a title="Listen Live" href="/listen-live/" data-reactid="224">Listen Live</a></li><li data-reactid="225"><a title="Blake Shelton Coming to Shreveport!" href="/blake-shelton-headlines-in-shreveport-march-3-2018/" data-reactid="226">Blake Shelton Coming to Shreveport!</a></li></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="227"><div id="tsm-ad-970a" data-reactid="228"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="229"><div class="main-content" data-reactid="230"><div class="wrapper post-wrapper" data-reactid="231"><div class="post clearfix" data-reactid="232"><div class="entry" data-reactid="233"><article id="post-369496" data-location="/chris-young-hurricane-harvey-relief-fund/" data-index="0" data-reactid="234"><div class="page-header" data-reactid="235"><div class="content-header show-ui front" id="content-header-369496" data-reactid="236"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="237"></div><div class="content-header-header" data-reactid="238"><div class="single-post-oembed-youtube-wrapper" data-reactid="239"><div class="single-post-oembed youtube" data-reactid="240"><div class="video-overlay has-pulsating-button" data-reactid="241"><div class="react-parallax " data-reactid="242"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="243"><figure class="frameme" data-reactid="244"><div class="theframe" data-image="http://tasteofcountry.com/files/2017/08/Chris-Young-Hurricane-Releif.jpg" rel="" title="" data-reactid="245"></div><div class="loadinganim showbox" id="0" data-reactid="246"><div class="loader" style="width:30px;height:30px;" data-reactid="247"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="248"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="249"></circle></svg></div></div></figure></div><div class="react-parallax-content" data-reactid="250"><figure class="frameme img-tag" data-reactid="251"><div class="theframe" data-image="http://tasteofcountry.com/files/2017/08/Chris-Young-Hurricane-Releif.jpg" rel="" title="" data-reactid="252"></div><div class="loadinganim showbox" id="0" data-reactid="253"><div class="loader" style="width:30px;height:30px;" data-reactid="254"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="255"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="256"></circle></svg></div></div></figure></div></div><div class="pulsating-button" data-reactid="257"><span data-reactid="258"></span></div></div></div></div><div class="header" data-reactid="259"><section class="title " data-reactid="260"><h1 class="" data-reactid="261">Chris Young Begins Hurricane Harvey Relief Effort With GoFundMe Page</h1></section><div class="byline" data-reactid="262"><div class="authors" data-reactid="263"><address class="author" data-reactid="264"><div class="author-image icon-user" data-reactid="265"><figure class="frameme" data-reactid="266"><a class="theframe" data-image="http://tasteofcountry.com/files/2015/10/8865-02.jpg" href="http://knue.com/author/billydukesgmail-com/" rel="author" title="Billy Dukes" data-reactid="267"></a><div class="loadinganim showbox" id="0" data-reactid="268"><div class="loader" style="width:30px;height:30px;" data-reactid="269"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="270"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="271"></circle></svg></div></div></figure></div><a class="author-name" href="http://knue.com/author/billydukesgmail-com/" rel="author" title="Billy Dukes" data-reactid="272">Billy Dukes</a></address></div><time datetime="2017-08-27 20:56:41 +0000" data-reactid="273">August 27, 2017</time></div></div></div></div></div><div class="content-wrap" data-reactid="274"><div class="social-share bignsexy" data-reactid="275"><div class="social-bar social-icons" data-reactid="276"><ul data-reactid="277"><li data-reactid="278"><a href="http://twitter.com/intent/tweet?text=Chris%20Young%20Begins%20Hurricane%20Harvey%20Relief%20Effort%20With%20GoFundMe%20Page%20http%3A%2F%2Ftasteofcountry.com%2Fchris-young-hurricane-harvey-relief-fund%2F%3Ftrackback%3Dtwitter_mobile%20%401015_knue" title="Share on Twitter" target="_blank" data-reactid="279"><span class=" social-icon icon-twitter tw" data-reactid="280"><span class="share-title" data-reactid="281">Share on Twitter</span></span></a></li><li data-reactid="282"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Ftasteofcountry.com%2Fchris-young-hurricane-harvey-relief-fund%2F%3Ftrackback%3Dfbshare_mobile" title="Share on Facebook" target="_blank" data-reactid="283"><span class=" social-icon icon-facebook fb" data-reactid="284"><span class="share-title" data-reactid="285">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="286"><div class="pod-content" data-reactid="287"><p data-reactid="288"><a href="http://tasteofcountry.com/tags/chris-young/" data-reactid="289"><!-- react-text: 290 -->Chris Young<!-- /react-text --></a><!-- react-text: 291 --> is nearly certain his Texas home was destroyed by Hurricane Harvey, but it&#x27;s the friends and family he has in the area he&#x27;s most concerned about. The singer has started a <!-- /react-text --><a href="https://www.gofundme.com/harveyrelief" target="_blank" data-reactid="292"><!-- react-text: 293 -->GoFundMe<!-- /react-text --></a><!-- react-text: 294 --> fundraiser to aid the recovery effort.<!-- /react-text --></p><p data-reactid="295">Hurricane Harvey was a Category 4 storm when it made landfall in Rockport, Corpus Christi and Houston on Friday (Aug. 25). So far there have been two confirmed deaths and many injuries, and heavy rains are still pelting the area. Widespread flooding has created the need for a  massive rescue effort to help those trapped inside.</p><div class="sharethrough-container" data-reactid="296"><div class="tsm-ad tsm-ad-oop" data-reactid="297"><div id="tsm-ad-sharethrough-oop-1" data-reactid="298"><!-- dynamic ad --></div></div></div><p data-reactid="299">Young not only donated $100,000 to the Red Cross, he&#x27;s set up a fundraising page for others to help. The GoFundMe has a goal of $500,000. &quot;All donations will be routed through the Chris Young Foundation to distribute directly to Harvey relief through the Red Cross and other disaster relief organizations,&quot; he says.</p><div data-reactid="300"><p style="text-align: center;"><strong>Country Singers React to Hurricane Harvey</strong></p>
</div><div class="photogallery-wrapper sliding-photogallery" data-reactid="301"><div class="photogallery-container" id="photogallery-156-389479-0" data-reactid="302"><div class="sizer" data-reactid="303"></div><div class="loadinganim showbox" id="0" data-reactid="304"><div class="loader" style="width:30px;height:30px;" data-reactid="305"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="306"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" style="stroke:#fff;" data-reactid="307"></circle></svg></div></div></div><!-- react-text: 308 --><!-- /react-text --></div><p data-reactid="309">While Young is the first country singer to directly step up in the relief effort, dozens more have sent thoughts and prayers as the storm slowly moves on. Now downgraded to a tropical storm, Harvey is still expected to dump rain on the area for several days.</p><p data-reactid="310"><!-- react-text: 311 -->Musically Young just announced the title of his sixth studio album. <!-- /react-text --><em data-reactid="312"><!-- react-text: 313 -->Losing Sleep<!-- /react-text --></em><!-- react-text: 314 --> will drop on Oct. 20 and feature the title track and a song called &quot;Where I Go to Drink.&quot; In announcing the title and release date, Young also shared the album&#x27;s cover. His last album <!-- /react-text --><em data-reactid="315"><!-- react-text: 316 -->I’m Comin’ Over<!-- /react-text --></em><!-- react-text: 317 --> was certified gold and included three No. 1 hits, including a duet with <!-- /react-text --><a href="http://tasteofcountry.com/tags/cassadee-pope/" data-reactid="318"><!-- react-text: 319 -->Cassadee Pope<!-- /react-text --></a><!-- react-text: 320 --> and another with <!-- /react-text --><a href="http://tasteofcountry.com/tags/vince-gill/" data-reactid="321"><!-- react-text: 322 -->Vince Gill<!-- /react-text --></a><!-- react-text: 323 -->.<!-- /react-text --></p><div class="single-post-button cto-container" data-reactid="324"><a class="next-post cto" href="https://www.gofundme.com/harveyrelief" target="_blank" data-reactid="325">Next: Visit Chris Young&#x27;s GoFundMe Page</a></div><div data-reactid="326"><p style="text-align: center;"><strong>Hold on Chris Young! We&apos;ve Got One Last Question</strong></p>
</div><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="327"></div></div></div><div class="content-footer" data-reactid="328"><!-- react-empty: 329 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="330"></div><div class="feed_attribution_after clearfix" data-reactid="331"><!-- react-text: 332 -->
<!-- /react-text --><a href="http://tasteofcountry.com/chris-young-hurricane-harvey-relief-fund/" target="_blank" data-reactid="333"><img src="http://tasteofcountry.com/files/2012/09/toc_syn_logo.png" class="crosspost-attribution-image" alt="Taste of Country" data-reactid="334"/></a><!-- react-text: 335 --> Source: <!-- /react-text --><a href="http://tasteofcountry.com/chris-young-hurricane-harvey-relief-fund/" target="_blank" data-reactid="336"><!-- react-text: 337 -->Chris Young Begins Hurricane Harvey Relief Effort With GoFundMe Page<!-- /react-text --></a><!-- react-text: 338 -->
<!-- /react-text --></div><div class="tags-lines" data-reactid="339"><div class="wrapper" data-reactid="340"><span data-reactid="341"><!-- react-text: 342 -->Filed Under<!-- /react-text --><!-- react-text: 343 -->: <!-- /react-text --></span><span data-reactid="344"><!-- react-text: 345 --><!-- /react-text --><a href="http://knue.com/tags/chris-young/" data-reactid="346">chris young</a></span></div></div><div class="comments-wrapper" data-reactid="347"><div class="comments" data-reactid="348"><div data-reactid="349"><span class="icon-comments" data-reactid="350"></span><i data-reactid="351">Comments</i><span class="fb-comments-count" data-href="http://knue.com/chris-young-hurricane-harvey-relief-fund/" data-reactid="352"></span><span class="icon-triangle-down" data-reactid="353"></span></div><div class="cto" data-reactid="354">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="355"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="356">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="357"><div class="aside-inside" data-reactid="358"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-54" data-reactid="359"><div class="wrapper clearfix" data-reactid="360"><div class="fix_sidebar_marker" data-reactid="361"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-582" data-reactid="362"><header data-reactid="363"><h2 data-reactid="364"><span class="title-container" data-reactid="365">Featured</span><a href="/" class="view-all" data-reactid="366">/</a></h2></header><div class="wrapper clearfix" data-reactid="367"><section id="ts_blogroll-582" class="blogroll carousel slider dl align-right" data-reactid="368"><div class="slider blogroll-items" data-reactid="369"><div class="sizer" data-reactid="370"></div><div class="mover slide" data-reactid="371"><article class="item title-over-image" data-reactid="372"><figure class="frameme" data-reactid="373"><a class="theframe" data-image="http://tasteofcountry.com/files/2018/02/Keith-Urban-Guitar.jpg" href="http://knue.com/keith-urban-guitar-solos/" rel="" title="Watch 10 Epic Keith Urban Guitar Solos" data-reactid="374"></a><div class="loadinganim showbox" id="0" data-reactid="375"><div class="loader" style="width:30px;height:30px;" data-reactid="376"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="377"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="378"></circle></svg></div></div></figure><div class="content" data-reactid="379"><a href="http://knue.com/keith-urban-guitar-solos/" title="Watch 10 Epic Keith Urban Guitar Solos" class="title" data-reactid="380">Watch 10 Epic Keith Urban Guitar Solos</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="381"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="382"></div></div></section></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-394" data-reactid="383"><div class="wrapper clearfix" data-reactid="384"><div class="widget-content" data-reactid="385"><div class="tsm-ad tsm-ad-300" data-reactid="386"><div id="tsm-ad-300a" data-reactid="387"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-358" data-reactid="388"><div class="wrapper clearfix" data-reactid="389"><div class="widget-content" data-reactid="390"><div data-reactid="391"><form method="post" class="newsletter-frame clearfix" data-reactid="392"><div class="content clearfix" data-reactid="393"><p class="title" data-reactid="394">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="395"><div class="vertical-centered" data-reactid="396"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="397"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="398"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-583" data-reactid="399"><header data-reactid="400"><h2 data-reactid="401"><span class="title-container" data-reactid="402">Latest Articles</span></h2></header><div class="wrapper clearfix" data-reactid="403"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="404"><div class="blogroll-inner clearfix" data-reactid="405"><article class="" data-reactid="406"><figure class="frameme" data-reactid="407"><a class="theframe" data-image="http://classicrock961.com/files/2018/02/Piper-Austin.png" href="http://knue.com/this-flu-hits-fast/" rel="" title="East Texas Mom: This Flu Hits Fast" data-reactid="408"></a><div class="loadinganim showbox" id="0" data-reactid="409"><div class="loader" style="width:30px;height:30px;" data-reactid="410"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="411"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="412"></circle></svg></div></div></figure><div class="content" data-reactid="413"><a href="http://knue.com/this-flu-hits-fast/" title="East Texas Mom: This Flu Hits Fast" class="title" data-reactid="414">East Texas Mom: This Flu Hits Fast</a></div></article><article class="" data-reactid="415"><figure class="frameme" data-reactid="416"><a class="theframe" data-image="http://tasteofcountry.com/files/2018/02/Keith-Urban-Guitar.jpg" href="http://knue.com/keith-urban-guitar-solos/" rel="" title="Watch 10 Epic Keith Urban Guitar Solos" data-reactid="417"></a><div class="loadinganim showbox" id="0" data-reactid="418"><div class="loader" style="width:30px;height:30px;" data-reactid="419"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="420"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="421"></circle></svg></div></div></figure><div class="content" data-reactid="422"><a href="http://knue.com/keith-urban-guitar-solos/" title="Watch 10 Epic Keith Urban Guitar Solos" class="title" data-reactid="423">Watch 10 Epic Keith Urban Guitar Solos</a></div></article><article class="" data-reactid="424"><figure class="frameme" data-reactid="425"><a class="theframe" data-image="http://1025kiss.com/files/2018/02/GettyImages-457223216.jpg" href="http://knue.com/texas-student-charged-17850-for-drug-test-and-how-you-can-avoid-it/" rel="" title="Texas Student Charged $17K For Drug Test -- How You Can Avoid It" data-reactid="426"></a><div class="loadinganim showbox" id="0" data-reactid="427"><div class="loader" style="width:30px;height:30px;" data-reactid="428"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="429"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="430"></circle></svg></div></div></figure><div class="content" data-reactid="431"><a href="http://knue.com/texas-student-charged-17850-for-drug-test-and-how-you-can-avoid-it/" title="Texas Student Charged $17K For Drug Test -- How You Can Avoid It" class="title" data-reactid="432">Texas Student Charged $17K For Drug Test -- How You Can Avoid It</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="433"><footer data-reactid="434"><div class="links clearfix" data-reactid="435"><div class="logo" data-reactid="436"></div><div class="details" data-reactid="437"><h2 data-reactid="438">Information</h2><ul data-reactid="439"><li data-reactid="440"><a title="Taste Of Country Network" class="" data-reactid="441">Taste Of Country Network</a></li><li data-reactid="442"><a title="EEO/Jobs" href="/eeo/" class="" data-reactid="443">EEO/Jobs</a></li><li data-reactid="444"><a title="Advertise" href="/advertise/" class="" data-reactid="445">Advertise</a></li><li data-reactid="446"><a title="Public File" href="/knue-public-file/" class="" data-reactid="447">Public File</a></li><li data-reactid="448"><a title="Terms" href="/terms/" class="" data-reactid="449">Terms</a></li><li data-reactid="450"><a title="VIP Terms" href="/vip-terms/" class="" data-reactid="451">VIP Terms</a></li><li data-reactid="452"><a title="FAQ" href="/vip-faq/" class="" data-reactid="453">FAQ</a></li><li data-reactid="454"><a title="Contest Rules" href="/contest-rules/" class="" data-reactid="455">Contest Rules</a></li><li data-reactid="456"><a title="Privacy Policy (Updated: 8/31/17)" href="/privacy/" class="" data-reactid="457">Privacy Policy (Updated: 8/31/17)</a></li><li data-reactid="458"><a title="Contact" href="/help/" class="" data-reactid="459">Contact</a></li><li data-reactid="460"><a href="http://townsquaremediagroup.com/" class="" data-reactid="461"></a></li><li data-reactid="462"><a title="Tyler Business Listings" href="/tyler-featured-business-listings/" class="" data-reactid="463">Tyler Business Listings</a></li></ul></div><div class="social-links" data-reactid="464"><h2 data-reactid="465">Follow Us</h2><ul data-reactid="466"><li class="social" data-reactid="467"><a class="share_link youtube" href="https://www.youtube.com/user/knue1015fm" target="_blank" data-social="youtube" data-reactid="468"><span class="icon-youtube" data-reactid="469"></span></a></li><li class="social" data-reactid="470"><a class="share_link facebook" href="http://www.facebook.com/1015KNUE" target="_blank" data-social="facebook" data-reactid="471"><span class="icon-facebook" data-reactid="472"></span></a></li><li class="social" data-reactid="473"><a class="share_link twitter" href="https://twitter.com/1015_knue" target="_blank" data-social="twitter" data-reactid="474"><span class="icon-twitter" data-reactid="475"></span></a></li></ul></div></div><div class="legal" data-reactid="476"><!-- react-text: 477 -->2018<!-- /react-text --><!-- react-text: 478 --> <!-- /react-text --><!-- react-text: 479 -->101.5 KNUE<!-- /react-text --><!-- react-text: 480 --> is part of the Taste Of Country Network<!-- /react-text --><!-- react-text: 481 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="482"><!-- react-empty: 483 --><div id="bottom-not-ads" data-reactid="484"><div class="tsm-ad tsm-ad-728" data-reactid="485"><div id="tsm-ad-728b" data-reactid="486"><!-- dynamic ad --></div></div></div><div data-reactid="487"></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":156,"postId":369496,"url":"/chris-young-hurricane-harvey-relief-fund/","unfriendlyRequestUrl":"/chris-young-hurricane-harvey-relief-fund/","requestUrl":"/chris-young-hurricane-harvey-relief-fund/","blogOptions":{"aioseop_options":{"aiosp_can":"on","aiosp_donate":null,"aiosp_home_title":"101.5 KNUE Country Radio – Today’s Country – Tyler Country Radio","aiosp_home_description":"101.5 KNUE Country Radio, KNUE-FM Radio, plays the best country music in Tyler, Texas. \r\n","aiosp_home_keywords":"101.5 KNUE Country Radio Tyler, Tyler 101.5 KNUE Country Radio, country radio Tyler, Tyler country radio, country music Tyler, Tyler country music, Today’s Country","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":null,"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":"Today’s Country","blogname":"101.5 KNUE","carbonUiUpdateCounter":"42","design_option_live":{"page_bg":"FFE8E1D4","page_head_bg":"00000000","primary_bg":"FFFFFFFF","secondary_bg":"CCFFFFFF","mdl_head_bg":"FF3039A9","main_nav_hue":"FFFFFFFF","nav_hover_hue":"FFFFFFFF","primary_hue":"FF333333","secondary_hue":"FF222222","primary_head_hue":"FF3039A9","secondary_head_hue":"FF3039A9","primary_active_hue":"FF3039A9","secondary_active_hue":"FF3039A9","accent_hue":"FFC91313","header_link_hue":"FFFFFFFF","footer_link_hue":"FFFFFFFF","primary_mdl_bg":"FFCCCCCC","primary_mdl_hue":"FF111111","secondary_mdl_bg":"25777777","secondary_mdl_hue":"FF3039A9","standout_bg":"FFC91313","mobile_primary_color":"FFC91313","mobile_secondary_color":"FF3039A9","iv_primary_color":"FFC91313","iv_secondary_color":"FF3039A9","iv_tertiary_color":"FFFFFFFF","iv_html_color":"FFE8E1D4","iv_container_color":"FFFFFFFF","iv_html_bg":"","iv_body_bg":"","iv_logo":"","iv_logo_trim":"","carbon_logo_bg":"80000000","carbon_showticker_bg":"80000000","events_app_primary_color":"FF3039A9","events_app_secondary_color":"FF3039A9","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://knue.com/files/2017/09/knue_background_v3.jpg","carbon_logo_img":"http://knue.com/files/2017/08/knue_logo-v4.png","carbon_promo_bg_img":"http://knue.com/files/2017/08/knue_promo.jpg","page_img":"","body_img":"http://knue.com/files/2017/08/knue-bg-v2.jpg","square_logo_img":"","logo_img":"http://knue.com/files/2014/02/knuelogo3.png","logo_img_trim":"http://knue.com/files/2013/08/KNUE-logo.png","logo_img_light":"","logo_img_dark":"","header_img":"http://knue.com/files/2013/08/knue-header.jpg","placeholder_img":"","page_head_img":"http://knue.com/files/2014/02/New-KNUE-Tagline-copy7.png","favicon_img":"http://knue.com/files/2011/02/favicon.ico","top_banner_img":"none","title":"2.0 - Patriotic - 101.5 KNUE + Carbon","ID":"0","designer":"Christian","comment":"v4","action":"edit","editor":"jacknealy","editorID":2974086,"siteID":"156","timestamp":1504724680,"status":"active","properties":{"iv_html_bg":{"background-repeat":"","background-attachment":"","background-size":""},"carbon_body_img":{"background-repeat":"","background-attachment":"","background-size":""}}},"disable_mobile_ads":"","exclude_bottom_banner":"","exclude_top_banner":"","FacebookCommentsOptions":{"moderator_userids":"1025673492,583052867,100002025987268,732998853","moderator_appid":"138262032906169","colorscheme":"","show_like":"yes","show_comments":"yes","show_commentscount":"yes","action":"like"},"facebook_app":{"id":"138262032906169","fanpage":"http://www.facebook.com/1015KNUE","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":"","iq_weather_page_sponsor_zip_code":"","onlyhome_pushdown":"","onlyhome_topbanner":"","posts_per_page":"12","radio_players_wo_stream_id":"3763","sailthru_list_default":"KNUE_CountryClub","site_template_theme_meta":{"template-tone":"2","listen-live-bar":"block","sidebar-widgets-header":"block","blogroll-image-size":"cropped","next-page-offset":"11"},"social_overlay":{"active":"1","fb":"1","nl":"1","colors":{"background-color":"#373E46","color":"#ffffff"},"wrapper":{"divider":"#C91313","button":"#3039A9","button-font":""},"logo":"http://knue.com/files/2014/09/knuelogo3.png"},"timezone_string":"America/Chicago","townsquare_ad_version":"dfp6","ts-templates-carbon-homepage-id":"369379","ts-templates-homepage-id":"167007","ts-templates-mobile-homepage-id":"167007","_station_info":{"sitetype":"Local","market":"Tyler","genre":{"0":"country"},"callsign":"KNUEFM","callletters":"KNUE","legalname":"101.5 KNUE","siteclassification":"Local","street":"3810 Brookside Drive","street-2":"","city":"Tyler","state":"TX","zip":"75701","phone":"903-581-0606","helpline":"903-581-0606","studioline":"903-581-1015","officeline":"903-581-0606","officehours":"","email":"jason.eisenberg@townsquaremedia.com","tipus-email":"","inquiries-email":"","advertising-contact":"Christy Holifield","advertising-email":"christy.holifield@townsquaremedia.com","gm-contact":"Carleen Dark","gm-email":"carleen.dark@townsquaremedia.com","programming-director-contact":"John Roberts","programming-director-email":"john.roberts@townsquaremedia.com","digital-managing-editor-contact":"Jason Eisenberg","digital-managing-editor-email":"jason.eisenberg@townsquaremedia.com","digital-sales-manager-contact":"","digital-sales-manager-email":"","mobile-app-feedback-email":"ask.1015knuecountryradio@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.1015knuecountryradio@townsquaredigital.com","public-record-administrator-name":"Chris Cobb","public-record-administrator-email":"Chris.Cobb@townsquaremedia.com","fcc-online-public-file-url":"https://publicfiles.fcc.gov/fm-profile/knue","feedbackurl":"","biz-list-url":"http://knue.com/tyler-featured-business-listings/","amazon_affiliate":"","yieldmo_placement":"","jwplayer":"","twitter_handle":"1015_knue","youtube_handle":"knue1015fm","youtube_channel_id":"UCJwyLFEUW7h4xzYlx44STng","instagram_handle":"1015knue","comscore-label":"Taste Of Country"},"_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 KNUE Country 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":156,"blogName":"101.5 KNUE","blogDescription":"Today’s Country","postTitleFormat":"%post_title%","timeZone":"America/Chicago","market":"Tyler","activeDomain":"knue.com","legalName":"101.5 KNUE"},"tsiMarkets":"Tyler"},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_156":"KNUE Country Club","kruxEnabled":true,"oipEnabled":true},"headers":{"title":[{"textContent":"Chris Young Begins Hurricane Harvey Relief Effort"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"instagram_profile","value":"1015knue"}},{"attrs":{"name":"description","content":"Chris Young has started a GoFundMe fundraiser to aid the Hurricane Harvey recovery effort."}},{"attrs":{"name":"keywords","content":"hurricane harvey relief, chris young go fund me, chris young hurricane harvey, donate to chris young's fundraiser, "}},{"attrs":{"property":"fb:app_id","content":"138262032906169"}},{"attrs":{"property":"fb:admins","content":"1025673492"}},{"attrs":{"property":"fb:admins","content":"583052867"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"fb:admins","content":"732998853"}},{"attrs":{"property":"og:title","content":"Chris Young Begins Hurricane Harvey Relief Effort"}},{"attrs":{"property":"og:description","content":"Chris Young has started a GoFundMe fundraiser to aid the Hurricane Harvey recovery effort."}},{"attrs":{"property":"og:url","content":"http://knue.com/chris-young-hurricane-harvey-relief-fund/"}},{"attrs":{"property":"og:site_name","content":"101.5 KNUE"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://tasteofcountry.com/files/2017/08/Chris-Young-Hurricane-Releif.jpg?w=600&h=0&zc=1&s=0&a=t&q=89"}},{"attrs":{"name":"twitter:card","content":"summary_large_image"}},{"attrs":{"name":"twitter:site","content":"@1015_knue"}},{"attrs":{"name":"sailthru.description","content":"Chris Young has started a GoFundMe fundraiser to aid the Hurricane Harvey recovery effort."}},{"attrs":{"name":"sailthru.date","content":"2017-08-27 15:56:41"}},{"attrs":{"name":"sailthru.title","content":"Chris Young Begins Hurricane Harvey Relief Effort With GoFundMe Page"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-knue, tsmmarket-tyler, tsmtype-local, chris-young"}},{"attrs":{"name":"sailthru.author","content":"billydukesgmail-com"}},{"attrs":{"name":"sailthru.image.full","content":"http://tasteofcountry.com/files/2017/08/Chris-Young-Hurricane-Releif.jpg"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://tasteofcountry.com/files/2017/08/Chris-Young-Hurricane-Releif.jpg"}},{"attrs":{"property":"fb:pages","content":"111687494361"}},{"attrs":{"name":"google-site-verification","content":"RFEEXlLsrZpsuRL_RYbwxe6mZHd45N-toDnjUbZKa88"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://knue.com/files/2011/02/favicon.ico"}},{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://knue.com/files/2011/02/favicon.ico"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"101.5 KNUE » Feed","href":"http://knue.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"101.5 KNUE » Chris Young Begins Hurricane Harvey Relief Effort With GoFundMe Page Comments Feed","href":"http://knue.com/chris-young-hurricane-harvey-relief-fund/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://knue.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"Lufkin’s Thundering 13 Fall in Little League Championship Game","href":"http://knue.com/lufkins-thundering-13-fall-in-little-league-championship-game/"}},{"attrs":{"rel":"next","title":"Here’s How to Help Hurricane Harvey Victims","href":"http://knue.com/hurricane-harvey-relief/"}},{"attrs":{"rel":"shortlink","href":"http://knue.com/?p=369496"}},{"attrs":{"rel":"canonical","href":"http://tasteofcountry.com/chris-young-hurricane-harvey-relief-fund/"}}],"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":true,"enableSharethrough":true,"enableAppNexusWrapper":true,"sharethroughKey":"","sharethroughArticleKey":"je6vN6Ch4xMsbma6HytgzEC1","enableOpenx":false,"enableKiosked":true,"enableKioskedMobile":false,"enableSonobi":false,"enableYieldbot":"101f"},"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":"","tags":["chris-young"],"id":"chris-young-hurricane-harvey-relief-fund","author":"billydukesgmail-com","kw":["billydukesgmail-com","chris-young-hurricane-harvey-relief-fund","chris-young","pagetype-post"],"genre":["country"],"device":"web","kv":[]}},"mobileActiveSlots":["ads-expand-down","ads-expand","ads-prestitial","ads-top-right","ads-bottom-right","ads-top-leaderboard","ads-bottom-leaderboard","ads-mid-top","ads-mid-bottom","tsm-2x2"],"dfp6":true},"smartAppBanner":{"bannerTitle":null,"itunes_app_id":null,"google_play_app_id":null,"daysHidden":"15","daysReminder":"90","buttonText":"View","priceText":"Get","img_url":null},"revision":"8d9eaf3055a5a88bfceb2e177d28e917422ab747"},"postMeta":{"_aioseop_title":"Chris Young Begins Hurricane Harvey Relief Effort"},"activeDomain":"knue.com","authLoginFormNonce":"f75fcdf551","authRegFormNonce":"0df069f245","ga":{"ids":{"primary":"UA-19110310-1","secondary":["UA-19109753-1","UA-19110310-6","UA-28825804-1","UA-45260060-3"],"all":["UA-19110310-1","UA-19109753-1","UA-19110310-6","UA-28825804-1","UA-45260060-3"]}},"tsmStatic":{"revision":"4911d95e0898b139b595eb65188214cf422adc5b"},"isGallery":true,"userRegistrationSettings":{"disable-registration":"no"},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":369496,"postAuthor":279119,"postDate":"2017-08-27T20:56:41.000Z","postDateGmt":"2017-08-27T20:56:41.000Z","postTitle":"Chris Young Begins Hurricane Harvey Relief Effort With GoFundMe Page","postExcerpt":"Chris Young is nearly certain his Texas home was destroyed by Hurricane Harvey, but it's the friends and family he has in the area he's most concerned about. The singer has started a GoFundMe fundraiser to aid the recovery effort.","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"chris-young-hurricane-harvey-relief-fund","toPing":"","pinged":"","postModified":"2017-08-28T18:00:28.000Z","postModifiedGmt":"2017-08-28T18:00:28.000Z","postContentFiltered":"","postParent":0,"guid":"http://tasteofcountry.com/chris-young-hurricane-harvey-relief-fund/","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-08-27 20:56:41.000+0000","postModifiedGmtStr":"2017-08-28 18:00:28.000+0000","meta":{"_crosspost_source_blog_id":"204","_crosspost_source_post_id":"389526"}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Chris Young Begins Hurricane Harvey Relief Effort","next":{"latest":[{"postId":369336,"documentUrl":"/chris-young-new-losing-sleep-album/","filterUrl":"/rest/carbon/filter/main/chris-young-new-losing-sleep-album/","sortDate":"2017-08-23 18:12:28.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":369122,"documentUrl":"/shania-twain-chris-stapleton-add-dallas-dates-new-shows-in-etx-area/","filterUrl":"/rest/carbon/filter/main/shania-twain-chris-stapleton-add-dallas-dates-new-shows-in-etx-area/","sortDate":"2017-08-20 14:52:37.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":368420,"documentUrl":"/willies-not-dead-hes-got-3-new-shows-near-etx/","filterUrl":"/rest/carbon/filter/main/willies-not-dead-hes-got-3-new-shows-near-etx/","sortDate":"2017-08-06 23:20:40.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":366449,"documentUrl":"/more-country-concerts-confirmed-for-summer-fall-live-music-fans-have-lots-of-options/","filterUrl":"/rest/carbon/filter/main/more-country-concerts-confirmed-for-summer-fall-live-music-fans-have-lots-of-options/","sortDate":"2017-06-30 17:23:14.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":365503,"documentUrl":"/taste-of-country-music-festival-2017-day-1-things-we-learned/","filterUrl":"/rest/carbon/filter/main/taste-of-country-music-festival-2017-day-1-things-we-learned/","sortDate":"2017-06-10 15:19:52.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":365269,"documentUrl":"/summer-fall-country-concert-lineup-just-keeps-growing-great-show-options-big-small/","filterUrl":"/rest/carbon/filter/main/summer-fall-country-concert-lineup-just-keeps-growing-great-show-options-big-small/","sortDate":"2017-06-05 16:40:01.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":364352,"documentUrl":"/george-strait-birthday-video-miranda-lambert-darius-rucker-rascal-flatts/","filterUrl":"/rest/carbon/filter/main/george-strait-birthday-video-miranda-lambert-darius-rucker-rascal-flatts/","sortDate":"2017-05-18 08:59:23.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":363509,"documentUrl":"/new-chris-young-music-2017/","filterUrl":"/rest/carbon/filter/main/new-chris-young-music-2017/","sortDate":"2017-05-02 15:26:42.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":355382,"documentUrl":"/artists-who-have-never-won-a-cma-award/","filterUrl":"/rest/carbon/filter/main/artists-who-have-never-won-a-cma-award/","sortDate":"2016-10-28 08:30:51.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":353802,"documentUrl":"/chris-young-special-guests-christmas-album/","filterUrl":"/rest/carbon/filter/main/chris-young-special-guests-christmas-album/","sortDate":"2016-09-16 17:00:01.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"}],"taxonomy":[{"postId":369336,"documentUrl":"/chris-young-new-losing-sleep-album/","filterUrl":"/rest/carbon/filter/main/chris-young-new-losing-sleep-album/","sortDate":"2017-08-23 18:12:28.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":369122,"documentUrl":"/shania-twain-chris-stapleton-add-dallas-dates-new-shows-in-etx-area/","filterUrl":"/rest/carbon/filter/main/shania-twain-chris-stapleton-add-dallas-dates-new-shows-in-etx-area/","sortDate":"2017-08-20 14:52:37.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":368420,"documentUrl":"/willies-not-dead-hes-got-3-new-shows-near-etx/","filterUrl":"/rest/carbon/filter/main/willies-not-dead-hes-got-3-new-shows-near-etx/","sortDate":"2017-08-06 23:20:40.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":366449,"documentUrl":"/more-country-concerts-confirmed-for-summer-fall-live-music-fans-have-lots-of-options/","filterUrl":"/rest/carbon/filter/main/more-country-concerts-confirmed-for-summer-fall-live-music-fans-have-lots-of-options/","sortDate":"2017-06-30 17:23:14.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":365503,"documentUrl":"/taste-of-country-music-festival-2017-day-1-things-we-learned/","filterUrl":"/rest/carbon/filter/main/taste-of-country-music-festival-2017-day-1-things-we-learned/","sortDate":"2017-06-10 15:19:52.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":365269,"documentUrl":"/summer-fall-country-concert-lineup-just-keeps-growing-great-show-options-big-small/","filterUrl":"/rest/carbon/filter/main/summer-fall-country-concert-lineup-just-keeps-growing-great-show-options-big-small/","sortDate":"2017-06-05 16:40:01.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":364352,"documentUrl":"/george-strait-birthday-video-miranda-lambert-darius-rucker-rascal-flatts/","filterUrl":"/rest/carbon/filter/main/george-strait-birthday-video-miranda-lambert-darius-rucker-rascal-flatts/","sortDate":"2017-05-18 08:59:23.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":363509,"documentUrl":"/new-chris-young-music-2017/","filterUrl":"/rest/carbon/filter/main/new-chris-young-music-2017/","sortDate":"2017-05-02 15:26:42.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":355382,"documentUrl":"/artists-who-have-never-won-a-cma-award/","filterUrl":"/rest/carbon/filter/main/artists-who-have-never-won-a-cma-award/","sortDate":"2016-10-28 08:30:51.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":353802,"documentUrl":"/chris-young-special-guests-christmas-album/","filterUrl":"/rest/carbon/filter/main/chris-young-special-guests-christmas-album/","sortDate":"2016-09-16 17:00:01.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"}]},"cadata":{"activeDomain":"knue.com","blogId":156,"method":"get_single","postId":369496,"crosspostBlogId":"204","crosspostPostId":"389526","postType":"post","postDateGmt":"2017-08-27 20:56:41.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-3","widget_listen_live-55","now-playing-62","widget_onair-84"],"widgetDetails":{"promotion-3":{"widgetInfo":{"id":"promotion-3","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"3"},"widgetParams":{"title":"Today's Country","type":"single","subtype":"","widgetTime":5}},"widget_listen_live-55":{"widgetInfo":{"id":"widget_listen_live-55","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"55"},"widgetParams":{"title":"Listen Now","show_recently_played":"show","widgetTime":5}},"now-playing-62":{"widgetInfo":{"id":"now-playing-62","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"62"},"widgetParams":{"title":"Recently Played","widgetTime":5}},"widget_onair-84":{"widgetInfo":{"id":"widget_onair-84","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"84"},"widgetParams":{"title":"On Air","widgetTime":371}}}},"carbonsidebar/single":{"widgets":["carbonwidget/single-1"],"widgetDetails":{"carbonwidget/single-1":{"widgetInfo":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"widgetParams":{"mainAuthor":{"id":279119,"slug":"billydukesgmail-com","name":"Billy Dukes","first_name":"Billy","last_name":"Dukes","nickname":"Billy Dukes","description":"Billy Dukes' music background includes jobs as music director and night DJ at WQDR 94.7 in Raleigh, N.C.; writer for Recoil Magazine, a monthly out of Grand Rapids, Mich.; and writer for the Kalamazoo Gazette in Kalamazoo, Mich. The Western Michigan University graduate followed a girl to Raleigh in 2006 and wisely married her one year later. In 2014 they moved to Nashville where they now live with their two dogs, Daisy and Clementine, and theirs sons. In his free time, Billy enjoys playing and watching baseball, cycling and exploring nature.","thumbnail":"http://tasteofcountry.com/files/2015/10/8865-02.jpg","url":"http://knue.com/author/billydukesgmail-com/"},"postType":"post","postTitle":"Chris Young Begins Hurricane Harvey Relief Effort With GoFundMe Page","aiseopTitle":"Chris Young Begins Hurricane Harvey Relief Effort","widgetTime":18}}}},"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":2}},"carbonwidget/dynamic-ad-custom":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-custom","widgetTime":2}},"carbonwidget/dynamic-ad-header":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-header","widgetTime":2}},"carbonwidget/dynamic-ad-push":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-push","widgetTime":2}},"carbonwidget/tsm-out-of-page":{"widgetInfo":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"tsm-out-of-page","widgetTime":2}},"carbonwidget/bottom-728x90":{"widgetInfo":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"bottom-728x90","widgetTime":2}}}},"single-post-bottom":{"widgets":["ts_blogroll-7","widget_third_party_content-2","widget_third_party_content-3"],"widgetDetails":{"ts_blogroll-7":{"widgetInfo":{"id":"ts_blogroll-7","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"7"},"widgetParams":{"title":"Best of 101.5 KNUE","type":"main_content_thumb_title_roll","cat":"","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1"}},"widget_third_party_content-2":{"widgetInfo":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"widgetParams":{"type":"zergnet","title":"Recommended for You","id":"39620","placement":"","targettype":"","mode":"","widgetTime":3}},"widget_third_party_content-3":{"widgetInfo":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"widgetParams":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":2}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-54","ts_blogroll-582","google-ads-widget-394","tsq_sailthru_newsletter_widget-358","ts_blogroll-583"],"widgetDetails":{"fix_sidebar_marker-54":{"widgetInfo":{"id":"fix_sidebar_marker-54","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"54"},"widgetParams":{"title":"Fix Sidebar Marker","widgetTime":2}},"ts_blogroll-582":{"widgetInfo":{"id":"ts_blogroll-582","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"582"},"widgetParams":{"title":"Featured","type":"carousel","isweather":"1","cat":"","posts_per_page":"5","align":"right","tag":"featured","private_tag":"","thumb_type":"landscape","link_label":"/","link":"/","show_thumb":0,"alternate_data":0,"unique_posts":0,"pinned_id":"","pinned_label":""}},"google-ads-widget-394":{"widgetInfo":{"id":"google-ads-widget-394","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"394"},"widgetParams":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":2}},"tsq_sailthru_newsletter_widget-358":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-358","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"358"},"widgetParams":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["KNUE_CountryClub"],"widgetTime":2}},"ts_blogroll-583":{"widgetInfo":{"id":"ts_blogroll-583","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"583"},"widgetParams":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3}}}},"carbonsidebar/nav/blueiv":{"widgets":["carbonwidget/nav/blueiv"],"widgetDetails":{"carbonwidget/nav/blueiv":{"widgetInfo":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"}}}},"carbonsidebar/nav/main":{"widgets":["carbonwidget/nav/main"],"widgetDetails":{"carbonwidget/nav/main":{"widgetInfo":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"}}}},"carbonsidebar/nav/promo_links":{"widgets":["carbonwidget/nav/promo_links"],"widgetDetails":{"carbonwidget/nav/promo_links":{"widgetInfo":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"}}}},"carbonsidebar/nav/footer":{"widgets":["carbonwidget/nav/footer"],"widgetDetails":{"carbonwidget/nav/footer":{"widgetInfo":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"}}}}}},"widgets":{"promotion-3":{"info":{"id":"promotion-3","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"3"},"params":{"title":"Today's Country","type":"single","subtype":"","widgetTime":5},"data":[0],"dataDetails":{"0":{"image":"","description":"","link_url":"","link_label":"","link_target":"_self"}}},"widget_listen_live-55":{"info":{"id":"widget_listen_live-55","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"55"},"params":{"title":"Listen Now","show_recently_played":"show","widgetTime":5},"data":[225541],"dataDetails":{"225541":{"postId":225541,"title":"Listen Now","showRecentlyPlayed":"show","label":"Click to view the latest song playing on air.","url":"/listen-live/","mobileId":"17761","playerMode":"radio","sid":"7581","callsign":"KNUEFM","woMobileId":"5061","woStreamId":"3763","activePlayer":"wo","listenLivePageUrl":"http://player.streamtheworld.com/_players/townsquaremedia/runspotv3/?sid=7581&redirect=http://player.listenlive.co/17761","html5ScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/html5/stwplayer.php?callsign=KNUEFM&primaryColor=0x00bfff&playermode=radio&sid=7581&width=630","flashScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/stwplayer.php?callsign=KNUEFM&primaryColor=0x00bfff&playermode=radio&timeshift=false&radiopup=true&playerAdState=0&popout=false&width=630","wo_player_url":"http://v6.player.abacast.net/5061","wo_recent_api_url":"http://api.nowplaying.abacast.net/prt/nowplaying/2/10/3763/nowplaying.json","wo_preroll_url":"http://api.clarity.abacast.com/gateway/getmediavast.php?sid=3763/","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"now-playing-62":{"info":{"id":"now-playing-62","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"62"},"params":{"title":"Recently Played","widgetTime":5},"data":[225541],"dataDetails":{"225541":{"postId":225541,"mobileId":"17761","playerMode":"radio","sid":"7581","callsign":"KNUEFM","woStreamId":"3763","activePlayer":"wo","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"widget_onair-84":{"info":{"id":"widget_onair-84","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"84"},"params":{"title":"On Air","widgetTime":371},"data":["2527"],"dataDetails":{"2527":{"id":"2527","url":"http://knue.com/show/radio-texas-live-with-buddy-logan/","title":"Radio Texas, LIVE! With Buddy Logan","wall":"http://knue.com/show/radio-texas-live-with-buddy-logan/","posts":"http://knue.com/show/radio-texas-live-with-buddy-logan/posts","mail":"buddy@knue.com","phone":"1-866-581-1015","thumbnailId":338418,"thumbnail":"http://knue.com/files/2011/01/334389_508715972474236_897958626_o.jpg","authors":[{"id":178846,"user_nicename":"buddy","display_name":"Buddy Logan"}]}}},"carbonwidget/single-1":{"info":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"params":{"mainAuthor":{"id":279119,"slug":"billydukesgmail-com","name":"Billy Dukes","first_name":"Billy","last_name":"Dukes","nickname":"Billy Dukes","description":"Billy Dukes' music background includes jobs as music director and night DJ at WQDR 94.7 in Raleigh, N.C.; writer for Recoil Magazine, a monthly out of Grand Rapids, Mich.; and writer for the Kalamazoo Gazette in Kalamazoo, Mich. The Western Michigan University graduate followed a girl to Raleigh in 2006 and wisely married her one year later. In 2014 they moved to Nashville where they now live with their two dogs, Daisy and Clementine, and theirs sons. In his free time, Billy enjoys playing and watching baseball, cycling and exploring nature.","thumbnail":"http://tasteofcountry.com/files/2015/10/8865-02.jpg","url":"http://knue.com/author/billydukesgmail-com/"},"postType":"post","postTitle":"Chris Young Begins Hurricane Harvey Relief Effort With GoFundMe Page","aiseopTitle":"Chris Young Begins Hurricane Harvey Relief Effort","widgetTime":18},"data":[369496],"dataDetails":{"369496":{"thumbnail":"http://tasteofcountry.com/files/2017/08/Chris-Young-Hurricane-Releif.jpg","caption":"Rick Diamond, Getty Images","excerpt":"Chris Young is nearly certain his Texas home was destroyed by Hurricane Harvey, but it's the friends and family he has in the area he's most concerned about. The singer has started a GoFundMe fundraiser to aid the recovery effort.","date":"August 27, 2017 3:56 PM","postDateGmt":"2017-08-27 20:56:41 +0000","postModifiedGmt":"2017-08-28 18:00:28 +0000","title":"Chris Young Begins Hurricane Harvey Relief Effort With GoFundMe Page","url":"http://knue.com/chris-young-hurricane-harvey-relief-fund/","id":369496,"contentRaw":"https://youtu.be/3sV6WekjNCo\r\n\r\n<a href=\"http://tasteofcountry.com/tags/chris-young/\">Chris Young</a> is nearly certain his Texas home was destroyed by Hurricane Harvey, but it's the friends and family he has in the area he's most concerned about. The singer has started a <a href=\"https://www.gofundme.com/harveyrelief\" target=\"_blank\">GoFundMe</a> fundraiser to aid the recovery effort.\r\n\r\nHurricane Harvey was a Category 4 storm when it made landfall in Rockport, Corpus Christi and Houston on Friday (Aug. 25). So far there have been two confirmed deaths and many injuries, and heavy rains are still pelting the area. Widespread flooding has created the need for a  massive rescue effort to help those trapped inside.\r\n\r\nYoung not only donated $100,000 to the Red Cross, he's set up a fundraising page for others to help. The GoFundMe has a goal of $500,000. \"All donations will be routed through the Chris Young Foundation to distribute directly to Harvey relief through the Red Cross and other disaster relief organizations,\" he says.\r\n<p style=\"text-align: center;\"><strong>Country Singers React to Hurricane Harvey</strong></p>\r\n[gallery ids=\"389481,389482,389483,389484,389485,389486,389487,389488,389489,389490,389491,389493\" galleryid=\"204:389479\" galleryindex=\"0\" enablefullscreen=\"yes\" showthumbs=\"no\"]\r\n\r\nWhile Young is the first country singer to directly step up in the relief effort, dozens more have sent thoughts and prayers as the storm slowly moves on. Now downgraded to a tropical storm, Harvey is still expected to dump rain on the area for several days.\r\n\r\nMusically Young just announced the title of his sixth studio album. <em>Losing Sleep</em> will drop on Oct. 20 and feature the title track and a song called \"Where I Go to Drink.\" In announcing the title and release date, Young also shared the album's cover. His last album <em>I’m Comin’ Over</em> was certified gold and included three No. 1 hits, including a duet with <a href=\"http://tasteofcountry.com/tags/cassadee-pope/\">Cassadee Pope</a> and another with <a href=\"http://tasteofcountry.com/tags/vince-gill/\">Vince Gill</a>.\r\n\r\n[button href=\"https://www.gofundme.com/harveyrelief\" title=\"Next: Visit Chris Young's GoFundMe Page\" align=\"center\"]\r\n<p style=\"text-align: center;\"><strong>Hold on Chris Young! We've Got One Last Question</strong></p>\r\nhttps://youtu.be/t-uD2jKtHAY","next_url":[{"textContent":"Next: Visit Chris Young's GoFundMe Page","class":"button_act","href":"https://www.gofundme.com/harveyrelief","target":""}],"content":"\n<p><div class=\"embed-wrapper\"><iframe style=\"vertical-align: bottom;\" src=\"https://www.youtube.com/embed/3sV6WekjNCo?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=knue1015fm\" target=\"_blank\">101.5 KNUE on Youtube</a></span></p>\n<p><a href=\"http://tasteofcountry.com/tags/chris-young/\" target=\"_blank\">Chris Young</a> is nearly certain his Texas home was destroyed by Hurricane Harvey, but it’s the friends and family he has in the area he’s most concerned about. The singer has started a <a href=\"https://www.gofundme.com/harveyrelief\" target=\"_blank\">GoFundMe</a> fundraiser to aid the recovery effort.</p>\n<p>Hurricane Harvey was a Category 4 storm when it made landfall in Rockport, Corpus Christi and Houston on Friday (Aug. 25). So far there have been two confirmed deaths and many injuries, and heavy rains are still pelting the area. Widespread flooding has created the need for a  massive rescue effort to help those trapped inside.</p>\n<p>Young not only donated $100,000 to the Red Cross, he’s set up a fundraising page for others to help. The GoFundMe has a goal of $500,000. “All donations will be routed through the Chris Young Foundation to distribute directly to Harvey relief through the Red Cross and other disaster relief organizations,” he says.</p>\n<p style=\"text-align: center;\"><strong>Country Singers React to Hurricane Harvey</strong></p>\n<script type=\"text/javascript\">\n\twindow.TSM = window.TSM || {};\n\twindow.TSM.photogalleryConfigs = window.TSM.photogalleryConfigs || [];\n\tvar photogalleryConfig = {\n\t\tgalleryUrl:'http://tasteofcountry.com/api/json/galleries/389479?filterexclusions&galleryindex=0'\n\t\t,galleryId:'tsm-photogallery-204-389479-0'\n\t\t,showThumbs:0\n\t\t,colorscheme:'light'\n\t\t\n\t\t,dozIndexTweak:1\n\t\t,refreshRate:1\n\t\t,enableFullscreen:1\n\t\t,expandOnLoadHash:0\n\t\t,portraitMode:0\n\t\t,initImage:'http://tasteofcountry.com/files/2017/08/harv1.jpg'\n\t\t,enableEndCard:1\n\t\t,enableBelowDescriptionEndCard:1\n\t\t,endCardMode:2\n\t\t,enableKiosked:1\n\t\t,enableKioskedMobile:0\n\t\t,carbonLayout:\"\"\n\t};\n\twindow.TSM.photogalleryConfigs.push( photogalleryConfig );\n<\/script><div id=\"tsm-photogallery-204-389479-0-placeholder\"></div>\n<div class=\"tsm-photogallery-wrapper light\">\n\t<div class=\"tsm-photogallery-container\" id=\"tsm-photogallery-204-389479-0\">\n\t\t<div class=\"tsm-photogallery-header\">\n\t\t\t<div class=\"tsm-photogallery-ad tsm-photogallery-320x50 off\" id=\"tsm-photogallery-204-389479-0-320x50\"></div>\n\t\t</div>\n\t\t<div class=\"tsm-photogallery\">\n\t\t\t<div class=\"loadinganim\">\n<span></span><span></span><span></span>\n</div>\n\t\t\t<div class=\"tsm-photogallery-mover-container\">\n\t\t\t\t<div class=\"tsm-photogallery-nav prev primary-active-color\"><a title=\"Previous\" class=\"icon-left-open prev-btn\" href=\"javascript:void(0);\" target=\"\"></a></div>\n\t\t\t\t<div class=\"tsm-photogallery-nav next primary-active-color\"><a class=\"icon-right-open next-btn\" title=\"Next\" href=\"javascript:void(0);\" target=\"\"></a></div>\n\t\t\t\t<div class=\"tsm-photogallery-mover\"></div>\n\t\t\t</div>\n\t\t\t<div class=\"tsm-photogallery-thumbnail-wrapper off\">\n\t\t\t\t<div class=\"tsm-photogallery-thumbnail-nav prev\"><a title=\"Previous\" class=\"thumb-prev-btn\" href=\"javascript:void(0);\" target=\"\"></a></div>\n\t\t\t\t<div class=\"tsm-photogallery-thumbnail-nav next\"><a title=\"Next\" class=\"thumb-next-btn\" href=\"javascript:void(0);\" target=\"\"></a></div>\n\t\t\t\t<div class=\"tsm-photogallery-thumbnails\">\n\t\t\t\t\t<div class=\"tsm-photogallery-thumbnail-mover\"></div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div class=\"tsm-photogallery-footer off\">\n<div class=\"tsm-photogallery-imagecount\">\n<b>Image </b><span class=\"tsm-photogallery-current\"></span> of <span class=\"tsm-photogallery-total\"></span>\n</div>\n<div class=\"tsm-photogallery-caption\"></div>\n</div>\n\t\t</div>\n\t\t<a href=\"javascript:void(0);\" class=\"tsm-photogallery-engagement-close\" target=\"\"></a>\n\t\t<aside class=\"tsm-photogallery-sidebar\"><div class=\"tsm-photogallery-ad tsm-photogallery-300x250 off\" id=\"tsm-photogallery-204-389479-0-300x250\"></div>\n\t\t\t<div class=\"tsm-photogallery-copy\">\n\t\t\t\t<h2 class=\"tsm-photogallery-imagetitle\"></h2>\n\t\t\t\t<p class=\"tsm-photogallery-imagedescription\"></p>\n\t\t\t\t<div class=\"description-scroll description-up\"></div>\n<div class=\"description-scroll description-down\"></div>\n\t\t\t</div>\n\t\t\t<div class=\"under-description-content\"></div>\n\t\t</aside><footer><div class=\"tsm-photogallery-ad tsm-photogallery-728x90 off\" id=\"tsm-photogallery-204-389479-0-728x90\"></div>\n\t\t\t<div class=\"tsm-photogallery-ad\" id=\"tsm-photogallery-oop\"></div>\n\t\t</footer>\n</div>\n\t<div class=\"tsm-photogallery-overlay\"></div>\n</div>\n<p>While Young is the first country singer to directly step up in the relief effort, dozens more have sent thoughts and prayers as the storm slowly moves on. Now downgraded to a tropical storm, Harvey is still expected to dump rain on the area for several days.</p>\n<p>Musically Young just announced the title of his sixth studio album. <em>Losing Sleep</em> will drop on Oct. 20 and feature the title track and a song called “Where I Go to Drink.” In announcing the title and release date, Young also shared the album’s cover. His last album <em>I’m Comin’ Over</em> was certified gold and included three No. 1 hits, including a duet with <a href=\"http://tasteofcountry.com/tags/cassadee-pope/\" target=\"_blank\">Cassadee Pope</a> and another with <a href=\"http://tasteofcountry.com/tags/vince-gill/\" target=\"_blank\">Vince Gill</a>.</p>\n<p class=\"more_act ga_network_button aligncenter\"><a class=\"button_act\" href=\"https://www.gofundme.com/harveyrelief\" target=\"\">Next: Visit Chris Young's GoFundMe Page</a></p>\n<p style=\"text-align: center;\"><strong>Hold on Chris Young! We’ve Got One Last Question</strong></p>\n<p><div class=\"embed-wrapper\"><iframe style=\"vertical-align: bottom;\" src=\"https://www.youtube.com/embed/t-uD2jKtHAY?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=knue1015fm\" target=\"_blank\">101.5 KNUE on Youtube</a></span></p>\n<div class=\"feed_attribution_after clearfix\">\n<a href=\"http://tasteofcountry.com/chris-young-hurricane-harvey-relief-fund/\" target=\"_blank\"><img src=\"http://tasteofcountry.com/files/2012/09/toc_syn_logo.png\" class=\"crosspost-attribution-image\" alt=\"Taste of Country\"></a> Source: <a href=\"http://tasteofcountry.com/chris-young-hurricane-harvey-relief-fund/\" target=\"_blank\">Chris Young Begins Hurricane Harvey Relief Effort With GoFundMe Page</a>\n</div>\n","postType":"post","wpVersion":"2","alternateMetaForBlogroll":{"title":"Chris Young Begins Hurricane Harvey Relief Effort With GoFundMe Page","excerpt":"Chris Young is nearly certain his Texas home was destroyed by Hurricane Harvey, but it's the friends and family he has in the area he's most concerned about. The singer has started a GoFundMe fundraiser to aid the recovery effort.","post_excerpt":"Chris Young is nearly certain his Texas home was destroyed by Hurricane Harvey, but it's the friends and family he has in the area he's most concerned about. The singer has started a GoFundMe fundraiser to aid the recovery effort.","post_more_excerpt":"<p>Chris Young is nearly certain his Texas home was destroyed by Hurricane Harvey, but it's the friends and family he has in the area he's most concerned about. The singer has started a GoFundMe fundraiser to aid the recovery effort.\n<p class=\"more_act\"><a href=\"http://knue.com/chris-young-hurricane-harvey-relief-fund/\" title=\"Chris Young Begins Hurricane Harvey Relief Effort With GoFundMe Page\">Read More</a></p>\n","permalink":"http://knue.com/chris-young-hurricane-harvey-relief-fund/","image":{"id":369495,"url":"http://tasteofcountry.com/files/2017/08/Chris-Young-Hurricane-Releif.jpg","caption":"Rick Diamond, Getty Images"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":true},"tags":[{"id":949,"slug":"chris-young","title":"chris young","description":"","post_count":99,"link_url":"http://knue.com/tags/chris-young/","feed_url":"http://knue.com/tags/chris-young/feed/","term_taxonomy_id":957,"object_id":0}],"authors":[{"id":279119,"slug":"billydukesgmail-com","name":"Billy Dukes","first_name":"Billy","last_name":"Dukes","nickname":"Billy Dukes","description":"Billy Dukes' music background includes jobs as music director and night DJ at WQDR 94.7 in Raleigh, N.C.; writer for Recoil Magazine, a monthly out of Grand Rapids, Mich.; and writer for the Kalamazoo Gazette in Kalamazoo, Mich. The Western Michigan University graduate followed a girl to Raleigh in 2006 and wisely married her one year later. In 2014 they moved to Nashville where they now live with their two dogs, Daisy and Clementine, and theirs sons. In his free time, Billy enjoys playing and watching baseball, cycling and exploring nature.","thumbnail":"http://tasteofcountry.com/files/2015/10/8865-02.jpg","url":"http://knue.com/author/billydukesgmail-com/"}],"post_more_meta":{"meta":"","title":"Taste of Country","url":"http://tasteofcountry.com","link":"Taste of Country"},"social":{"tw":{"href":"http://twitter.com/intent/tweet?text=Chris%20Young%20Begins%20Hurricane%20Harvey%20Relief%20Effort%20With%20GoFundMe%20Page%20http%3A%2F%2Ftasteofcountry.com%2Fchris-young-hurricane-harvey-relief-fund%2F%3Ftrackback%3Dtwitter_mobile%20%401015_knue","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2Ftasteofcountry.com%2Fchris-young-hurricane-harvey-relief-fund%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://knue.com/lufkins-thundering-13-fall-in-little-league-championship-game/","prevArticle":"http://knue.com/hurricane-harvey-relief/","pageUrl":"/chris-young-hurricane-harvey-relief-fund/","blogId":156,"domain":"knue.com","crossPostAttributionBottom":"<div class=\"feed_attribution_after clearfix\">\n<a href=\"http://tasteofcountry.com/chris-young-hurricane-harvey-relief-fund/\" target=\"_blank\"><img src=\"http://tasteofcountry.com/files/2012/09/toc_syn_logo.png\" class=\"crosspost-attribution-image\" alt=\"Taste of Country\"></a> Source: <a href=\"http://tasteofcountry.com/chris-young-hurricane-harvey-relief-fund/\" target=\"_blank\">Chris Young Begins Hurricane Harvey Relief Effort With GoFundMe Page</a>\n</div>","rawContent":"<p>\n<sectiontag class=\"module\" contenteditable=\"false\" type=\"oembed\" attr-url=\"http://www.youtube.com/oembed?url=https%3A%2F%2Fyoutu.be%2F3sV6WekjNCo&amp;format=json\">\n<noscript class=\"rendered-html\" type=\"text/html\"></noscript>\n<p></sectiontag></p>\n<p><a href=\"http://tasteofcountry.com/tags/chris-young/\">Chris Young</a> is nearly certain his Texas home was destroyed by Hurricane Harvey, but it's the friends and family he has in the area he's most concerned about. The singer has started a <a href=\"https://www.gofundme.com/harveyrelief\" target=\"_blank\">GoFundMe</a> fundraiser to aid the recovery effort.</p>\n<p>Hurricane Harvey was a Category 4 storm when it made landfall in Rockport, Corpus Christi and Houston on Friday (Aug. 25). So far there have been two confirmed deaths and many injuries, and heavy rains are still pelting the area. Widespread flooding has created the need for a  massive rescue effort to help those trapped inside.</p>\n<p>Young not only donated $100,000 to the Red Cross, he's set up a fundraising page for others to help. The GoFundMe has a goal of $500,000. \"All donations will be routed through the Chris Young Foundation to distribute directly to Harvey relief through the Red Cross and other disaster relief organizations,\" he says.</p>\n<p style=\"text-align: center;\"><strong>Country Singers React to Hurricane Harvey</strong></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"gallery\" attr-url=\"/rest/carbon/uri/api/gallery/domain/tasteofcountry.com/galleryId/389479?filterexclusions&amp;galleryindex=0\" attr-thumbnail=\"http://tasteofcountry.com/files/2017/08/harv1.jpg\" attr-layout=\"\" attr-fullscreen=\"1\"></sectiontag></p>\n<p>While Young is the first country singer to directly step up in the relief effort, dozens more have sent thoughts and prayers as the storm slowly moves on. Now downgraded to a tropical storm, Harvey is still expected to dump rain on the area for several days.</p>\n<p>Musically Young just announced the title of his sixth studio album. <em>Losing Sleep</em> will drop on Oct. 20 and feature the title track and a song called \"Where I Go to Drink.\" In announcing the title and release date, Young also shared the album's cover. His last album <em>I’m Comin’ Over</em> was certified gold and included three No. 1 hits, including a duet with <a href=\"http://tasteofcountry.com/tags/cassadee-pope/\">Cassadee Pope</a> and another with <a href=\"http://tasteofcountry.com/tags/vince-gill/\">Vince Gill</a>.</p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"button\" attr-href=\"https://www.gofundme.com/harveyrelief\" attr-title=\"Next: Visit Chris Young&apos;s GoFundMe Page\" attr-align=\"center\" attr-appLink=\"false\"></sectiontag></p>\n<p style=\"text-align: center;\"><strong>Hold on Chris Young! We've Got One Last Question</strong></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"oembed\" attr-url=\"http://www.youtube.com/oembed?url=https%3A%2F%2Fyoutu.be%2Ft-uD2jKtHAY&amp;format=json\">\n<noscript class=\"rendered-html\" type=\"text/html\"></noscript>\n<p></sectiontag></p>\n","podContent":[{"type":"singlePostText","data":{"text":"<p><a href=\"http://tasteofcountry.com/tags/chris-young/\">Chris Young</a> is nearly certain his Texas home was destroyed by Hurricane Harvey, but it&apos;s the friends and family he has in the area he&apos;s most concerned about. The singer has started a <a href=\"https://www.gofundme.com/harveyrelief\" target=\"_blank\">GoFundMe</a> fundraiser to aid the recovery effort.</p>\n"},"currentTextLength":241,"runningCounter":1,"cumulativePodTextLength":241,"totalSimilarConsecutiveElements":4,"totalTextLength":954},{"type":"singlePostText","data":{"text":"<p>Hurricane&#xA0;Harvey was a Category 4 storm when it made landfall in Rockport, Corpus Christi and Houston on Friday (Aug. 25). So far there have been two confirmed deaths and many injuries, and heavy rains are still pelting the area. Widespread flooding has created the need for a &#xA0;massive rescue effort to help those trapped inside.</p>\n"},"currentTextLength":340,"runningCounter":2,"cumulativePodTextLength":581,"totalSimilarConsecutiveElements":4,"totalTextLength":954},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostText","data":{"text":"<p>Young not only donated $100,000 to the Red Cross, he&apos;s set up a fundraising page for others to help. The GoFundMe has a goal of $500,000. &quot;All donations will be routed through the Chris Young Foundation to distribute directly to Harvey relief through the Red Cross and other disaster relief organizations,&quot; he says.</p>\n"},"currentTextLength":331,"runningCounter":3,"cumulativePodTextLength":912,"totalSimilarConsecutiveElements":4,"totalTextLength":954},{"type":"singlePostText","data":{"text":"<p style=\"text-align: center;\"><strong>Country Singers React to Hurricane Harvey</strong></p>\n"},"currentTextLength":42,"runningCounter":4,"cumulativePodTextLength":954,"totalSimilarConsecutiveElements":4,"totalTextLength":954},{"type":"singlePostGallery","data":{"url":"/rest/carbon/uri/api/gallery/domain/tasteofcountry.com/galleryId/389479?filterexclusions&galleryindex=0","thumbnail":"http://tasteofcountry.com/files/2017/08/harv1.jpg","layout":"","fullscreen":1},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostText","data":{"text":"<p>While Young is the first country singer to directly step up in the relief effort, dozens more have sent thoughts and prayers as the storm slowly moves on. Now downgraded to a tropical storm, Harvey is still expected to dump rain on the area for several days.</p>\n"},"currentTextLength":259,"runningCounter":1,"cumulativePodTextLength":259,"totalSimilarConsecutiveElements":2,"totalTextLength":709},{"type":"singlePostText","data":{"text":"<p>Musically Young just announced the title of his sixth studio album. <em>Losing Sleep</em> will drop on Oct. 20 and feature the title track and a song called &quot;Where I Go to Drink.&quot; In announcing the title and release date, Young also shared the album&apos;s cover. His last album&#xA0;<em>I&#x2019;m Comin&#x2019; Over</em>&#xA0;was certified gold and included three No. 1 hits, including a duet with&#xA0;<a href=\"http://tasteofcountry.com/tags/cassadee-pope/\">Cassadee Pope</a>&#xA0;and another with&#xA0;<a href=\"http://tasteofcountry.com/tags/vince-gill/\">Vince Gill</a>.</p>\n"},"currentTextLength":450,"runningCounter":2,"cumulativePodTextLength":709,"totalSimilarConsecutiveElements":2,"totalTextLength":709},{"type":"singlePostButton","data":{"href":"https://www.gofundme.com/harveyrelief","title":"Next: Visit Chris Young's GoFundMe Page","align":"center","applink":"false"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostText","data":{"text":"<p style=\"text-align: center;\"><strong>Hold on Chris Young! We&apos;ve Got One Last Question</strong></p>\n"},"currentTextLength":54,"runningCounter":1,"cumulativePodTextLength":54,"totalSimilarConsecutiveElements":1,"totalTextLength":54},{"type":"singlePostOembed","data":{"width":480,"html":"<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/t-uD2jKtHAY?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>","provider_name":"YouTube","version":"1.0","type":"video","thumbnail_height":360,"height":270,"provider_url":"https://www.youtube.com/","thumbnail_url":"https://i.ytimg.com/vi/t-uD2jKtHAY/hqdefault.jpg","author_url":"https://www.youtube.com/user/TasteofCountryMusic","thumbnail_width":480,"title":"Chris Young's Fears, Crushes + Dream Vacation - Last Question","author_name":"Taste of Country"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"uniquePodTypes":["singlePostOembed","singlePostText","singlePostGallery","singlePostButton"],"podHeader":[{"type":"singlePostOembed","data":{"provider_name":"YouTube","version":"1.0","html":"<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/3sV6WekjNCo?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>","provider_url":"https://www.youtube.com/","thumbnail_url":"http://tasteofcountry.com/files/2017/08/Chris-Young-Hurricane-Releif.jpg","type":"video","thumbnail_height":360,"author_url":"https://www.youtube.com/user/TasteofCountryMusic","thumbnail_width":480,"height":270,"width":480,"author_name":"Taste of Country","title":"Hurricane Harvey Strikes, Country Singers Respond - Taste of Country News 360"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"next":{"latest":[{"postId":369336,"documentUrl":"/chris-young-new-losing-sleep-album/","filterUrl":"/rest/carbon/filter/main/chris-young-new-losing-sleep-album/","sortDate":"2017-08-23 18:12:28.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":369122,"documentUrl":"/shania-twain-chris-stapleton-add-dallas-dates-new-shows-in-etx-area/","filterUrl":"/rest/carbon/filter/main/shania-twain-chris-stapleton-add-dallas-dates-new-shows-in-etx-area/","sortDate":"2017-08-20 14:52:37.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":368420,"documentUrl":"/willies-not-dead-hes-got-3-new-shows-near-etx/","filterUrl":"/rest/carbon/filter/main/willies-not-dead-hes-got-3-new-shows-near-etx/","sortDate":"2017-08-06 23:20:40.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":366449,"documentUrl":"/more-country-concerts-confirmed-for-summer-fall-live-music-fans-have-lots-of-options/","filterUrl":"/rest/carbon/filter/main/more-country-concerts-confirmed-for-summer-fall-live-music-fans-have-lots-of-options/","sortDate":"2017-06-30 17:23:14.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":365503,"documentUrl":"/taste-of-country-music-festival-2017-day-1-things-we-learned/","filterUrl":"/rest/carbon/filter/main/taste-of-country-music-festival-2017-day-1-things-we-learned/","sortDate":"2017-06-10 15:19:52.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":365269,"documentUrl":"/summer-fall-country-concert-lineup-just-keeps-growing-great-show-options-big-small/","filterUrl":"/rest/carbon/filter/main/summer-fall-country-concert-lineup-just-keeps-growing-great-show-options-big-small/","sortDate":"2017-06-05 16:40:01.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":364352,"documentUrl":"/george-strait-birthday-video-miranda-lambert-darius-rucker-rascal-flatts/","filterUrl":"/rest/carbon/filter/main/george-strait-birthday-video-miranda-lambert-darius-rucker-rascal-flatts/","sortDate":"2017-05-18 08:59:23.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":363509,"documentUrl":"/new-chris-young-music-2017/","filterUrl":"/rest/carbon/filter/main/new-chris-young-music-2017/","sortDate":"2017-05-02 15:26:42.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":355382,"documentUrl":"/artists-who-have-never-won-a-cma-award/","filterUrl":"/rest/carbon/filter/main/artists-who-have-never-won-a-cma-award/","sortDate":"2016-10-28 08:30:51.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":353802,"documentUrl":"/chris-young-special-guests-christmas-album/","filterUrl":"/rest/carbon/filter/main/chris-young-special-guests-christmas-album/","sortDate":"2016-09-16 17:00:01.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"}],"taxonomy":[{"postId":369336,"documentUrl":"/chris-young-new-losing-sleep-album/","filterUrl":"/rest/carbon/filter/main/chris-young-new-losing-sleep-album/","sortDate":"2017-08-23 18:12:28.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":369122,"documentUrl":"/shania-twain-chris-stapleton-add-dallas-dates-new-shows-in-etx-area/","filterUrl":"/rest/carbon/filter/main/shania-twain-chris-stapleton-add-dallas-dates-new-shows-in-etx-area/","sortDate":"2017-08-20 14:52:37.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":368420,"documentUrl":"/willies-not-dead-hes-got-3-new-shows-near-etx/","filterUrl":"/rest/carbon/filter/main/willies-not-dead-hes-got-3-new-shows-near-etx/","sortDate":"2017-08-06 23:20:40.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":366449,"documentUrl":"/more-country-concerts-confirmed-for-summer-fall-live-music-fans-have-lots-of-options/","filterUrl":"/rest/carbon/filter/main/more-country-concerts-confirmed-for-summer-fall-live-music-fans-have-lots-of-options/","sortDate":"2017-06-30 17:23:14.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":365503,"documentUrl":"/taste-of-country-music-festival-2017-day-1-things-we-learned/","filterUrl":"/rest/carbon/filter/main/taste-of-country-music-festival-2017-day-1-things-we-learned/","sortDate":"2017-06-10 15:19:52.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":365269,"documentUrl":"/summer-fall-country-concert-lineup-just-keeps-growing-great-show-options-big-small/","filterUrl":"/rest/carbon/filter/main/summer-fall-country-concert-lineup-just-keeps-growing-great-show-options-big-small/","sortDate":"2017-06-05 16:40:01.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":364352,"documentUrl":"/george-strait-birthday-video-miranda-lambert-darius-rucker-rascal-flatts/","filterUrl":"/rest/carbon/filter/main/george-strait-birthday-video-miranda-lambert-darius-rucker-rascal-flatts/","sortDate":"2017-05-18 08:59:23.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":363509,"documentUrl":"/new-chris-young-music-2017/","filterUrl":"/rest/carbon/filter/main/new-chris-young-music-2017/","sortDate":"2017-05-02 15:26:42.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":355382,"documentUrl":"/artists-who-have-never-won-a-cma-award/","filterUrl":"/rest/carbon/filter/main/artists-who-have-never-won-a-cma-award/","sortDate":"2016-10-28 08:30:51.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"},{"postId":353802,"documentUrl":"/chris-young-special-guests-christmas-album/","filterUrl":"/rest/carbon/filter/main/chris-young-special-guests-christmas-album/","sortDate":"2016-09-16 17:00:01.000 +0000","termTaxonomyId":957,"taxonomyType":"tags"}]}}}},"carbonwidget/top-728x90":{"info":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"top-728x90","widgetTime":2},"data":["carbonwidget/top-728x90"],"dataDetails":{"carbonwidget/top-728x90":{"adUnit":"top-728x90","adType":"dfp6"}}},"carbonwidget/dynamic-ad-custom":{"info":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-custom","widgetTime":2},"data":["carbonwidget/dynamic-ad-custom"],"dataDetails":{"carbonwidget/dynamic-ad-custom":{"adUnit":"dynamic-ad-custom","adType":"dfp6"}}},"carbonwidget/dynamic-ad-header":{"info":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-header","widgetTime":2},"data":["carbonwidget/dynamic-ad-header"],"dataDetails":{"carbonwidget/dynamic-ad-header":{"adUnit":"dynamic-ad-header","adType":"dfp6"}}},"carbonwidget/dynamic-ad-push":{"info":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-push","widgetTime":2},"data":["carbonwidget/dynamic-ad-push"],"dataDetails":{"carbonwidget/dynamic-ad-push":{"adUnit":"dynamic-ad-push","adType":"dfp6"}}},"carbonwidget/tsm-out-of-page":{"info":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"tsm-out-of-page","widgetTime":2},"data":["carbonwidget/tsm-out-of-page"],"dataDetails":{"carbonwidget/tsm-out-of-page":{"adUnit":"tsm-out-of-page","adType":"dfp6"}}},"carbonwidget/bottom-728x90":{"info":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"bottom-728x90","widgetTime":2},"data":["carbonwidget/bottom-728x90"],"dataDetails":{"carbonwidget/bottom-728x90":{"adUnit":"bottom-728x90","adType":"dfp6"}}},"ts_blogroll-7":{"info":{"id":"ts_blogroll-7","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"7"},"params":{"title":"Best of 101.5 KNUE","type":"main_content_thumb_title_roll","cat":"","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","widgetTime":4,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[378359,378395,378390,378369],"dataDetails":{"378359":{"postid":"378359","sortdate":"2018-02-17T18:10:49.000Z","data":{"mainData":{"postType":"post","caption":"Jen Austin - Townsquare Media","thumbnail":"http://classicrock961.com/files/2018/02/Piper-Austin.png","postDateGmt":"2018-02-17 18:10:49 +0000","title":"East Texas Mom: This Flu Hits Fast","url":"http://knue.com/this-flu-hits-fast/","id":378359,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"One minute she was doing her homework and playing, and within an hour or two she was complaining of being cold and achy, so I took her temperature.  It was 104.4!  What happened next taught me something.","authors":[{"id":1574867,"slug":"austinjen","name":"Jen Austin","first_name":"Jen","last_name":"Austin","nickname":"austinjen","thumbnail":"http://mix931fm.com/files/2017/06/JA-Navy-close-500x333.jpg","url":"http://knue.com/author/austinjen/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"East Texas Mom: This Flu Hits Fast","dynamic-lead-title":"East Texas Mom: This Flu Hits Fast","dynamic-lead-excerpt":"One minute she was doing her homework and playing, and within an hour or two she was complaining of being cold and achy, so I took her temperature.  It was 104.4!  What happened next taught me something.","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"378369":{"postid":"378369","sortdate":"2018-02-16T18:09:50.000Z","data":{"mainData":{"postType":"post","caption":"News-Channel via YouTube","thumbnail":"http://knue.com/files/2018/02/News-Channel.png","postDateGmt":"2018-02-16 18:09:50 +0000","title":"Texas Man Takes Wife&apos;s Ashes to Restaurant on Valentine&apos;s Day","url":"http://knue.com/texas-man-takes-wifes-ashes-to-restaurant-on-valentines-day/","id":378369,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"A Valentine&apos;s Day Facebook post from a Texas woman reminds us to never take anything for granted -- certainly not the ones you love most.","authors":[{"id":178846,"slug":"buddy","name":"Buddy Logan","first_name":"Buddy","last_name":"Logan","nickname":"Buddy","thumbnail":"http://radiotexaslive.com/files/2016/07/b-lo-2.jpg","url":"http://knue.com/author/buddy/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Texas Man Takes Wife&apos;s Ashes to Restaurant on Valentine&apos;s Day","dynamic-lead-excerpt":"A Valentine&apos;s Day Facebook post from a Texas woman reminds us to never take anything for granted -- certainly not the ones you love most.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Texas Man Takes Wife&apos;s Ashes to Restaurant on Valentine&apos;s Day"}}},"378390":{"postid":"378390","sortdate":"2018-02-17T15:38:44.000Z","data":{"mainData":{"postType":"list-post","caption":"Getty Images","thumbnail":"http://1025kiss.com/files/2018/02/GettyImages-457223216.jpg","postDateGmt":"2018-02-17 15:38:44 +0000","title":"Texas Student Charged $17K For Drug Test -- How You Can Avoid It","url":"http://knue.com/texas-student-charged-17850-for-drug-test-and-how-you-can-avoid-it/","id":378390,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"A student of Texas State University in San Marcos was recently charged $17,850 for a urinalysis after receiving back surgery.","authors":[{"id":2766935,"slug":"reneebenton","name":"Renee Raven","nickname":"Renee Raven","thumbnail":"http://1025kiss.com/files/2017/06/Renee-headshot.png","url":"http://knue.com/author/reneebenton/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Texas Student Charged $17K For Drug Test -- How You Can Avoid It"}}},"378395":{"postid":"378395","sortdate":"2018-02-17T16:00:04.000Z","data":{"mainData":{"postType":"post","caption":"Steven Ferdman, Getty Images","thumbnail":"http://tasteofcountry.com/files/2018/02/Keith-Urban-Guitar.jpg","postDateGmt":"2018-02-17 16:00:04 +0000","title":"Watch 10 Epic Keith Urban Guitar Solos","url":"http://knue.com/keith-urban-guitar-solos/","id":378395,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"His fans believe he is the best guitarist in country music, but we wanted proof. ","authors":[{"id":83406,"slug":"tcountry","name":"Taste of Country Staff","first_name":"Taste of Country","last_name":"Staff","nickname":"tcountry","thumbnail":"http://tasteofcountry.com/files/2017/10/twitterprofile.jpg","url":"http://knue.com/author/tcountry/"}],"video":true,"videoUrl":"https://youtu.be/QEB2cmxvlrg","youtubeId":"QEB2cmxvlrg"},"alternateData":{"dynamic-lead-video":"0","_townsquare_media_url":"https://youtu.be/QEB2cmxvlrg","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Watch 10 Epic Keith Urban Guitar Solos","dynamic-lead-title":"Watch 10 Epic Keith Urban Guitar Solos","dynamic-lead-excerpt":"Keith Urban&apos;s fans believe he is the best guitarist in country music, but we wanted proof. ","dynamic-lead-link-url":"","dynamic-lead-image":""}}}},"redisCached":true},"widget_third_party_content-2":{"info":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"params":{"type":"zergnet","title":"Recommended for You","id":"39620","placement":"","targettype":"","mode":"","widgetTime":3},"data":[],"dataDetails":{}},"widget_third_party_content-3":{"info":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"params":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"fix_sidebar_marker-54":{"info":{"id":"fix_sidebar_marker-54","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"54"},"params":{"title":"Fix Sidebar Marker","widgetTime":2},"data":[],"dataDetails":{}},"ts_blogroll-582":{"info":{"id":"ts_blogroll-582","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"582"},"params":{"title":"Featured","type":"carousel","isweather":"1","cat":"","posts_per_page":"5","align":"right","tag":"featured","private_tag":"","thumb_type":"landscape","link_label":"/","link":"/","show_thumb":0,"alternate_data":0,"unique_posts":0,"pinned_id":"","pinned_label":"","widgetTime":125,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[378395,378370,378365,378053,378046],"dataDetails":{"378046":{"postid":"378046","sortdate":"2018-02-08T20:00:58.000Z","data":{"mainData":{"postType":"post","caption":"Thinkstock","thumbnail":"http://mix931fm.com/files/2018/01/pizza-ThinkstockPhotos-503390308.jpg","postDateGmt":"2018-02-08 20:00:58 +0000","title":"National Pizza Day Is Friday, February 9th","url":"http://knue.com/national-pizza-day-is-friday-february-9th/","id":378046,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Whether thin crust, deep dish, Chicago style or anything in between, nearly every American loves pizza!","authors":[{"id":515,"slug":"luckylarry","name":"Lucky Larry","first_name":"Larry","last_name":"Thompson","nickname":"Lucky Larry","url":"http://knue.com/author/luckylarry/","thumbnail":"http://mix931fm.com/files/2012/04/379894_2634788159914_1561753238_4579828_701967036_n.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"National Pizza Day Is Friday, February 9th"}}},"378053":{"postid":"378053","sortdate":"2018-02-09T14:18:07.000Z","data":{"mainData":{"postType":"post","caption":"YouTube","thumbnail":"http://tasteofcountry.com/files/2018/02/parked-out-by-the-lake-song.jpg","postDateGmt":"2018-02-09 14:18:07 +0000","title":"&apos;Parked Out by the Lake&apos; Is the Country Song You Need to Hear","url":"http://knue.com/parked-out-by-the-lake-song-dean-summerwind/","id":378053,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"What started out as a joke is developing into a viral hit.","authors":[{"id":2875773,"slug":"cilleahoughton1","name":"Cillea Houghton","first_name":"Cillea","last_name":"Houghton","nickname":"cilleahoughton1","thumbnail":"http://production.townsquareblogs.com/wp-content/uploads/2012/10/profile.png","url":"http://knue.com/author/cilleahoughton1/"}],"video":true,"videoUrl":"https://youtu.be/D_zS_uiPWxs","youtubeId":"D_zS_uiPWxs"},"alternateData":{"_townsquare_media_url":"https://youtu.be/D_zS_uiPWxs","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"&apos;Parked Out by the Lake&apos; Is the Country Song You Need to Hear"}}},"378365":{"postid":"378365","sortdate":"2018-02-16T17:01:29.000Z","data":{"mainData":{"postType":"post","caption":"YouTube via Luck Reunion","thumbnail":"http://radiotexaslive.com/files/2018/02/Jack-Ingram-tin-man.png","postDateGmt":"2018-02-16 17:01:29 +0000","title":"Jack Ingram Offers Up Gruff Take on Miranda Lambert&apos;s &apos;Tin Man&apos;","url":"http://knue.com/jack-ingram-offers-up-gruff-new-take-on-miranda-lamberts-tin-man/","id":378365,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"This week Jack Ingram teamed up with the Texas Gentlemen to share his version of the song, which is every bit of as emotional as Lambert&apos;s, but just a bit more gritty. ","authors":[{"id":178846,"slug":"buddy","name":"Buddy Logan","first_name":"Buddy","last_name":"Logan","nickname":"Buddy","thumbnail":"http://radiotexaslive.com/files/2016/07/b-lo-2.jpg","url":"http://knue.com/author/buddy/"}],"video":true,"videoUrl":"https://youtu.be/bdnF-IxK2Pg","youtubeId":"bdnF-IxK2Pg"},"alternateData":{"_townsquare_media_url":"https://youtu.be/bdnF-IxK2Pg","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Jack Ingram Offers Up Gruff Take on Miranda Lambert&apos;s &apos;Tin Man&apos;"}}},"378370":{"postid":"378370","sortdate":"2018-02-16T17:55:17.000Z","data":{"mainData":{"postType":"post","caption":"Joe Raedle, Getty Images","thumbnail":"http://knue.com/files/2018/02/GettyImages-918778204.jpg","postDateGmt":"2018-02-16 17:55:17 +0000","title":"Floodgates Open: Multiple Texas Schools Receive Threats by Friday","url":"http://knue.com/floodgates-open-multiple-texas-schools-receive-threats-by-friday/","id":378370,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"I don&apos;t care who comes up with the right answer, just get a real conversation going so we can move forward as a people - we owe at least that to our kids. ","authors":[{"id":2592299,"slug":"jeisenberg","name":"Jason Eisenberg","first_name":"Jason","last_name":"Eisenberg","nickname":"Jason Eisenberg","thumbnail":"http://knue.com/files/2017/11/17757395_10102826184250968_1564238288829206339_n-1.jpg","url":"http://knue.com/author/jeisenberg/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Floodgates Open: Multiple Texas Schools Receive Threats by Friday","dynamic-lead-excerpt":"I don&apos;t care who comes up with the right answer, just get a real conversation going so we can move forward as a people - we owe at least that to our kids. ","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","_aioseop_title":"Floodgates Open: Multiple Texas Schools Receive Threats by Friday","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"378395":{"postid":"378395","sortdate":"2018-02-17T16:00:04.000Z","data":{"mainData":{"postType":"post","caption":"Steven Ferdman, Getty Images","thumbnail":"http://tasteofcountry.com/files/2018/02/Keith-Urban-Guitar.jpg","postDateGmt":"2018-02-17 16:00:04 +0000","title":"Watch 10 Epic Keith Urban Guitar Solos","url":"http://knue.com/keith-urban-guitar-solos/","id":378395,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Keith Urban&apos;s fans believe he is the best guitarist in country music, but we wanted proof. ","authors":[{"id":83406,"slug":"tcountry","name":"Taste of Country Staff","first_name":"Taste of Country","last_name":"Staff","nickname":"tcountry","thumbnail":"http://tasteofcountry.com/files/2017/10/twitterprofile.jpg","url":"http://knue.com/author/tcountry/"}],"video":true,"videoUrl":"https://youtu.be/QEB2cmxvlrg","youtubeId":"QEB2cmxvlrg"},"alternateData":{"dynamic-lead-video":"0","_townsquare_media_url":"https://youtu.be/QEB2cmxvlrg","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Watch 10 Epic Keith Urban Guitar Solos","dynamic-lead-title":"Watch 10 Epic Keith Urban Guitar Solos","dynamic-lead-excerpt":"Keith Urban&apos;s fans believe he is the best guitarist in country music, but we wanted proof. ","dynamic-lead-link-url":"","dynamic-lead-image":""}}}},"redisCached":true},"google-ads-widget-394":{"info":{"id":"google-ads-widget-394","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"394"},"params":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":2},"data":["top-right-300x250"],"dataDetails":{"top-right-300x250":{"adUnit":"top-right-300x250","adType":"dfp6"}}},"tsq_sailthru_newsletter_widget-358":{"info":{"id":"tsq_sailthru_newsletter_widget-358","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"358"},"params":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["KNUE_CountryClub"],"widgetTime":2},"data":[],"dataDetails":{}},"ts_blogroll-583":{"info":{"id":"ts_blogroll-583","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"583"},"params":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3,"widgetTime":125,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[378359,378395,378390],"dataDetails":{"378359":{"postid":"378359","sortdate":"2018-02-17T18:10:49.000Z","data":{"mainData":{"postType":"post","caption":"Jen Austin - Townsquare Media","thumbnail":"http://classicrock961.com/files/2018/02/Piper-Austin.png","postDateGmt":"2018-02-17 18:10:49 +0000","title":"East Texas Mom: This Flu Hits Fast","url":"http://knue.com/this-flu-hits-fast/","id":378359,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"One minute she was doing her homework and playing, and within an hour or two she was complaining of being cold and achy, so I took her temperature.  It was 104.4!  What happened next taught me something.","authors":[{"id":1574867,"slug":"austinjen","name":"Jen Austin","first_name":"Jen","last_name":"Austin","nickname":"austinjen","thumbnail":"http://mix931fm.com/files/2017/06/JA-Navy-close-500x333.jpg","url":"http://knue.com/author/austinjen/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"East Texas Mom: This Flu Hits Fast","dynamic-lead-title":"East Texas Mom: This Flu Hits Fast","dynamic-lead-excerpt":"One minute she was doing her homework and playing, and within an hour or two she was complaining of being cold and achy, so I took her temperature.  It was 104.4!  What happened next taught me something.","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"378390":{"postid":"378390","sortdate":"2018-02-17T15:38:44.000Z","data":{"mainData":{"postType":"list-post","caption":"Getty Images","thumbnail":"http://1025kiss.com/files/2018/02/GettyImages-457223216.jpg","postDateGmt":"2018-02-17 15:38:44 +0000","title":"Texas Student Charged $17K For Drug Test -- How You Can Avoid It","url":"http://knue.com/texas-student-charged-17850-for-drug-test-and-how-you-can-avoid-it/","id":378390,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"A student of Texas State University in San Marcos was recently charged $17,850 for a urinalysis after receiving back surgery.","authors":[{"id":2766935,"slug":"reneebenton","name":"Renee Raven","nickname":"Renee Raven","thumbnail":"http://1025kiss.com/files/2017/06/Renee-headshot.png","url":"http://knue.com/author/reneebenton/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Texas Student Charged $17K For Drug Test -- How You Can Avoid It"}}},"378395":{"postid":"378395","sortdate":"2018-02-17T16:00:04.000Z","data":{"mainData":{"postType":"post","caption":"Steven Ferdman, Getty Images","thumbnail":"http://tasteofcountry.com/files/2018/02/Keith-Urban-Guitar.jpg","postDateGmt":"2018-02-17 16:00:04 +0000","title":"Watch 10 Epic Keith Urban Guitar Solos","url":"http://knue.com/keith-urban-guitar-solos/","id":378395,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"His fans believe he is the best guitarist in country music, but we wanted proof. ","authors":[{"id":83406,"slug":"tcountry","name":"Taste of Country Staff","first_name":"Taste of Country","last_name":"Staff","nickname":"tcountry","thumbnail":"http://tasteofcountry.com/files/2017/10/twitterprofile.jpg","url":"http://knue.com/author/tcountry/"}],"video":true,"videoUrl":"https://youtu.be/QEB2cmxvlrg","youtubeId":"QEB2cmxvlrg"},"alternateData":{"dynamic-lead-video":"0","_townsquare_media_url":"https://youtu.be/QEB2cmxvlrg","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Watch 10 Epic Keith Urban Guitar Solos","dynamic-lead-title":"Watch 10 Epic Keith Urban Guitar Solos","dynamic-lead-excerpt":"Keith Urban&apos;s fans believe he is the best guitarist in country music, but we wanted proof. ","dynamic-lead-link-url":"","dynamic-lead-image":""}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":124},"data":[],"dataDetails":{},"redisCached":true},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":126},"data":["1",{"2":["2.1","2.2","2.3","2.4","2.5","2.6","2.7"]},{"3":["3.1","3.2"]},{"4":["4.1","4.2"]},{"5":["5.1","5.2","5.3"]},{"6":["6.1","6.2","6.3","6.4","6.5"]},{"7":["7.1","7.2"]},"8",{"9":["9.1","9.2","9.3"]}],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":8,"title":"Home","titleExcerpt":"Home","href":"/","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":965,"title":"On-Air","titleExcerpt":"On-Air","href":"/djs","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":20357,"title":"Listen","titleExcerpt":"Listen","href":"/listen-live/","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":231118,"title":"Playlist","titleExcerpt":"Playlist","href":"/playlist/","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":2090,"title":"Events","titleExcerpt":"Events","href":"/events-tyler","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":1436,"title":"Country Club","titleExcerpt":"Country Club","href":"/vip","samedomain":true,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":32676,"title":"Win Stuff","titleExcerpt":"Win Stuff","href":"/contests/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/","hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":301276,"title":"Jobs","titleExcerpt":"Jobs","href":"/job-openings/","samedomain":true,"hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":955,"title":"Contact Us","titleExcerpt":"","href":"/contact-us","samedomain":true,"hasBlogroll":false}},"2.1":{"menuId":"2.1","attrs":{"menuPostId":22945,"title":"DJs","titleExcerpt":"DJs","href":"/djs","samedomain":true,"hasBlogroll":false}},"2.2":{"menuId":"2.2","attrs":{"menuPostId":20409,"title":"Schedule","titleExcerpt":"Schedule","href":"/shows","samedomain":true,"hasBlogroll":false}},"2.3":{"menuId":"2.3","attrs":{"menuPostId":93050,"title":"Big D & Bubba","titleExcerpt":"Big D & Bubba","href":"/show/big-d-bubba-2/","samedomain":true,"menupath":"/rest/carbon/api/menu/show/big-d-bubba-2/","hasBlogroll":false}},"2.4":{"menuId":"2.4","attrs":{"menuPostId":286731,"title":"Mandee Montana","titleExcerpt":"Mandee Montana","href":"/show/mandee-montana/","samedomain":true,"menupath":"/rest/carbon/api/menu/show/mandee-montana/","hasBlogroll":false}},"2.5":{"menuId":"2.5","attrs":{"menuPostId":267616,"title":"Sam Alex","titleExcerpt":"Sam Alex","href":"/show/taste-of-country-nights/","samedomain":true,"menupath":"/rest/carbon/api/menu/show/taste-of-country-nights/","hasBlogroll":false}},"2.6":{"menuId":"2.6","attrs":{"menuPostId":93048,"title":"Buddy Logan","titleExcerpt":"Buddy Logan","href":"/show/buddy-logan/","samedomain":true,"menupath":"/rest/carbon/api/menu/show/buddy-logan/","hasBlogroll":false}},"2.7":{"menuId":"2.7","attrs":{"menuPostId":93049,"title":"Danny Merrell","titleExcerpt":"Danny Merrell","href":"/show/danny-merrell/","samedomain":true,"menupath":"/rest/carbon/api/menu/show/danny-merrell/","hasBlogroll":false}},"3.1":{"menuId":"3.1","attrs":{"menuPostId":20358,"title":"Listen Live","titleExcerpt":"Listen Live","href":"/listen-live/","samedomain":true,"hasBlogroll":false}},"3.2":{"menuId":"3.2","attrs":{"menuPostId":9080,"title":"Mobile","titleExcerpt":"Mobile","href":"/app/","samedomain":true,"hasBlogroll":false}},"4.1":{"menuId":"4.1","attrs":{"menuPostId":357789,"title":"February Playlist","titleExcerpt":"February Playlist","href":"/101-5-knue-playlist-february-2018-top-songs/","samedomain":true,"hasBlogroll":false}},"4.2":{"menuId":"4.2","attrs":{"menuPostId":20361,"title":"Recently Played","titleExcerpt":"Recently Played","href":"/playlist","samedomain":true,"hasBlogroll":false}},"5.1":{"menuId":"5.1","attrs":{"menuPostId":361750,"title":"Calendar","titleExcerpt":"Calendar","href":"/events-tyler","samedomain":true,"hasBlogroll":false}},"5.2":{"menuId":"5.2","attrs":{"menuPostId":361749,"title":"KNUE Front Porch Artists","titleExcerpt":"KNUE Front Porch Artists","href":"/?submit_button=&s=front+porch","samedomain":true,"hasBlogroll":false}},"5.3":{"menuId":"5.3","attrs":{"menuPostId":361748,"title":"Submit an Event","titleExcerpt":"Submit an Event","href":"/events-tyler/community/add/","samedomain":true,"hasBlogroll":false}},"6.1":{"menuId":"6.1","attrs":{"menuPostId":86686,"title":"Contests","titleExcerpt":"Contests","href":"/vip","samedomain":true,"hasBlogroll":false}},"6.2":{"menuId":"6.2","attrs":{"menuPostId":78460,"title":"Join The Club","titleExcerpt":"Join The Club","href":"/registration","samedomain":true,"hasBlogroll":false}},"6.3":{"menuId":"6.3","attrs":{"menuPostId":88961,"title":"Country Club Help","titleExcerpt":"Country Club Help","href":"/contact-us/","samedomain":true,"hasBlogroll":false}},"6.4":{"menuId":"6.4","attrs":{"menuPostId":315589,"title":"Contest Rules","titleExcerpt":"Contest Rules","href":"/general-contest-rules/","samedomain":true,"hasBlogroll":false}},"6.5":{"menuId":"6.5","attrs":{"menuPostId":88925,"title":"Local Experts","titleExcerpt":"Local Experts","href":"/local-experts","samedomain":true,"hasBlogroll":false}},"7.1":{"menuId":"7.1","attrs":{"menuPostId":377213,"title":"Win Red Dirt Tix Before You Can Buy 'Em","titleExcerpt":"Win Red Dirt Tix Before You Can Buy 'Em","href":"/contests/sweeps/win-before-you-can-buy-red-dirt-bbq-music-festival-18-tickets/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/sweeps/win-before-you-can-buy-red-dirt-bbq-music-festival-18-tickets/","hasBlogroll":false}},"7.2":{"menuId":"7.2","attrs":{"menuPostId":355457,"title":"Contest Rules","titleExcerpt":"Contest Rules","href":"/general-contest-rules/","samedomain":true,"hasBlogroll":false}},"9.1":{"menuId":"9.1","attrs":{"menuPostId":20408,"title":"Help & Contact Info","titleExcerpt":"Help & Contact Info","href":"/contact-us","samedomain":true,"hasBlogroll":false}},"9.2":{"menuId":"9.2","attrs":{"menuPostId":144474,"title":"Jobs at KNUE","titleExcerpt":"Jobs at KNUE","href":"/job-openings","samedomain":true,"hasBlogroll":false}},"9.3":{"menuId":"9.3","attrs":{"menuPostId":144463,"title":"Advertise","titleExcerpt":"Advertise","href":"/advertise","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/promo_links":{"info":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"},"params":{"widgetTime":126},"data":["1","2","3","4","5","6","7","8","9","10"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":101426,"title":"Trending on KNUE:","titleExcerpt":"Trending on KNUE:","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":377739,"title":"$500 Survey Giveaway","titleExcerpt":"$500 Survey Giveaway","href":"/sponsored-listener-survey/","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":377678,"title":"Country Cares St. Jude Radiothon","titleExcerpt":"Country Cares St. Jude Radiothon","href":"/love-conquers-all-even-cancer/","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":358829,"title":"Party with Brad Paisley!","titleExcerpt":"Party with Brad Paisley!","href":"/contests/sweeps/party-with-brad-paisley/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/sweeps/party-with-brad-paisley/","hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":377614,"title":"The Best ETX Festivals in Spring","titleExcerpt":"The Best ETX Festivals in Spring","href":"/6-east-texas-festivals-you-must-attend-this-spring/","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":373803,"title":"Win Stuff 24/7","titleExcerpt":"Win Stuff 24/7","href":"/contests/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/","hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":365045,"title":"Alexa Plays KNUE!","titleExcerpt":"Alexa Plays KNUE!","href":"https://www.youtube.com/watch?v=V6waKoi1H-Y","samedomain":false,"hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":355729,"title":"KNUE APP","titleExcerpt":"KNUE APP","href":"/app/","samedomain":true,"hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":360514,"title":"Listen Live","titleExcerpt":"Listen Live","href":"/listen-live/","samedomain":true,"hasBlogroll":false}},"10":{"menuId":"10","attrs":{"menuPostId":369999,"title":"Blake Shelton Coming to Shreveport!","titleExcerpt":"Blake Shelton Coming to Shreveport!","href":"/blake-shelton-headlines-in-shreveport-march-3-2018/","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":125},"data":["comscore","1","2","3","4","5","6","7","8","9","10","11"],"dataDetails":{"1":{"menuId":"1","attrs":{"title":"EEO/Jobs","href":"/eeo/"}},"2":{"menuId":"2","attrs":{"title":"Advertise","href":"/advertise/"}},"3":{"menuId":"3","attrs":{"title":"Public File","href":"/knue-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":"Tyler Business Listings","href":"/tyler-featured-business-listings/"}},"comscore":{"menuId":"comscore","attrs":{"title":"Taste Of Country Network"}}},"redisCached":true}},"data":{},"time":{"wpTime":117.492,"mainOptionsTime":304.466,"sidebarsTime":593.664,"widgetsTime":372.14,"processTime":1387.835},"experimentGroup":"A"},"serverConfig":{"host":"knue.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>