<!doctype html>
      <html class="single" lang="en">
        <head>
          <title data-react-helmet="true">Smith, Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts</title>
          <meta data-react-helmet="true" http-equiv="Content-Type" content="text/html;charset=UTF-8"/><meta data-react-helmet="true" charset="UTF-8"/><meta data-react-helmet="true" name="description" content="More country artists are encouraging fans to help those affected by Hurricane Harvey."/><meta data-react-helmet="true" name="keywords" content="granger smith hurricane harvey, granger smith hurricane harvey donation, luke combs hurricane harvey, luke combs hurricane harvey donation, josh abbott band hurricane harvey, josh abbott band hurricane harvey tshirt"/><meta data-react-helmet="true" property="fb:app_id" content="408329592557911"/><meta data-react-helmet="true" property="fb:admins" content="100002025987268"/><meta data-react-helmet="true" property="og:title" content="Smith, Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts"/><meta data-react-helmet="true" property="og:description" content="More country artists are encouraging fans to help those affected by Hurricane Harvey."/><meta data-react-helmet="true" property="og:url" content="http://1033uscountry.com/granger-smith-luke-combs-josh-abbott-band-join-hurricane-harvey-relief-efforts/"/><meta data-react-helmet="true" property="og:site_name" content="US 103.3"/><meta data-react-helmet="true" property="og:type" content="blog"/><meta data-react-helmet="true" property="og:image" content="http://theboot.com/files/2017/08/hurricane-harvey-country-artists-relief-efforts.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="@1033USCountry"/><meta data-react-helmet="true" name="sailthru.description" content="More country artists are encouraging fans to help those affected by Hurricane Harvey."/><meta data-react-helmet="true" name="sailthru.date" content="2017-08-29 14:45:22"/><meta data-react-helmet="true" name="sailthru.title" content="Granger Smith, Luke Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-kusb, tsmmarket-bismarck, tsmtype-local, granger-smith, josh-abbott, articles"/><meta data-react-helmet="true" name="sailthru.author" content="astefano"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://theboot.com/files/2017/08/hurricane-harvey-country-artists-relief-efforts.jpg"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://theboot.com/files/2017/08/hurricane-harvey-country-artists-relief-efforts.jpg"/><meta data-react-helmet="true" property="fb:pages" content="356144048561"/><meta data-react-helmet="true" name="google-site-verification" content="LoLpbpQMrQaofho6vknXaVGfqh9SQ_2Df9uKjEnHP8o"/><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://custom-sites-template-1.production.townsquareblogs.com/files/2011/02/favicon.ico"/><link data-react-helmet="true" id="design-fav" rel="shortcut icon" href="http://custom-sites-template-1.production.townsquareblogs.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://theboot.com/granger-smith-luke-combs-josh-abbott-band-hurricane-harvey-relief-efforts/"/>
          <link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic|Roboto:400,400italic,500,500italic,700,300italic,300|Roboto+Condensed:300,400,700" rel="stylesheet" type="text/css" />
          <link href="/styles/base.css?ver=3b9dbc3b07b0bef2c96b11376b1d9e6298d9a129&mver=2" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "B";
          window.TSM.cadata = {"activeDomain":"1033uscountry.com","blogId":505,"method":"get_single","postId":214342,"crosspostBlogId":"623","crosspostPostId":"180886","postType":"post","postDateGmt":"2017-08-29 19:45:22.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":"astefano","dimension2":"articles","dimension3":"granger-smith,josh-abbott","dimension4":"post","dimension5":"Tue Aug 29 2017","dimension6":"14:45","dimension7":"standard","dimension8":"1354","dimension9":"B","dimension10":"yes"};
ga( "create", {
          trackingId:"UA-33428520-4",
          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-33428520-4"};
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-33428520-6",
          name: "UA334285206",
          allowAnchor: false
        });
        ga( "UA334285206.require", "displayfeatures" );
        ga( "UA334285206.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA334285206" ] = {gaid:"UA-33428520-6"};
ga( "create", {
          trackingId:"UA-28825804-3",
          name: "UA288258043",
          allowAnchor: false
        });
        ga( "UA288258043.require", "displayfeatures" );
        ga( "UA288258043.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA288258043" ] = {gaid:"UA-28825804-3"};
ga( "create", {
          trackingId:"UA-45260060-1",
          name: "UA452600601",
          allowAnchor: false
        });
        ga( "UA452600601.require", "displayfeatures" );
        ga( "UA452600601.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA452600601" ] = {gaid:"UA-45260060-1"};
            })(window);
          </script>
          <script async src="https://www.google-analytics.com/analytics.js"></script>
          <script>(function(w){
      w.dataLayer = [{"title":"Smith, Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts","callsign":"KUSBFM","market":"Bismarck","sitetype":"Local","siteClassification":"Local","state":"ND","genre":"country","pageType":"post","tags":"granger-smith,josh-abbott","categories":"articles","mediaType":"video"}];
      w.dataLayer[0].referer = document.referrer;w.dataLayer[0].curatedReferer = document.referrer.replace( /https?:\/\//, "" );w.dataLayer[0].dayOfWeek = function(n){return n.toLocaleString("en-US",{weekday:"long"})}(new Date);w.dataLayer[0].periodOfDay = function(n,t,i){t=n.getHours(),i=n.getMinutes(),i<10&&(i="0"+i);var r=parseInt(t+""+i);return r>=0&&r<600?"Overnight":r>=600&&r<1e3?"Morning Drive":r>=1e3&&r<1500?"Midday":r>=1500&&r<1900?"Afternoon Drive":r>=1900&&r<2400?"Evening":void 0}(new Date);
    })(window);</script>
          <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({"gtm.start": new Date().getTime(),event:"gtm.js"});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!="dataLayer"?"&l="+l:"";j.async=true;j.src= "https://www.googletagmanager.com/gtm.js?id="+i+dl;f.parentNode.insertBefore(j,f); })(window,document,"script","dataLayer","GTM-K346HJZ");</script>
          <script>
        (function(w,dl){
          if( dl && dl[0] ){
            dl = dl[0];
            w._oiqq = w._oiqq || [];
            var keywordMeta = document.querySelector( "meta[name='keywords']");
            _oiqq.push(["oiq_addPageBrand", "title:" + dl.title]);
            _oiqq.push(["oiq_addPageBrand", "domain:" + location.hostname]);
            _oiqq.push(["oiq_addPageBrand", "callsign:" + dl.callsign]);
            _oiqq.push(["oiq_addPageCat", "url_path:" + location.pathname]);
            _oiqq.push(["oiq_addPageCat", "meta_keywords:" + ( keywordMeta ? keywordMeta.content : "" ) ]);
            _oiqq.push(["oiq_addPageCat", "title:" + dl.title]);
            _oiqq.push(["oiq_addPageCat", "callsign:" + dl.callsign]);
            _oiqq.push(["oiq_addPageCat", "market:" + dl.market]);
            _oiqq.push(["oiq_addPageCat", "sitetype:" + dl.sitetype]);
            _oiqq.push(["oiq_addPageCat", "state:" + dl.state]);
            _oiqq.push(["oiq_addPageCat", "page_type:" + dl.pageType]);
            _oiqq.push(["oiq_addPageCat", "media_type:" + dl.mediaType]);
            _oiqq.push(["oiq_addPageCat", "day_of_week:" + dl.dayOfWeek]);
            _oiqq.push(["oiq_addPageCat", "newsletter_submission:" + (dl.newsletterSubmission || "no")]);
            _oiqq.push(["oiq_addPageCat", "period_of_day:" + dl.periodOfDay]);
            _oiqq.push(["oiq_addPageCat", "curated_referer:" + dl.curatedReferer]);
            _oiqq.push(["oiq_addPageCat", "genre:" + dl.genre]);
            _oiqq.push(["oiq_addPageCat", "tags:" + dl.tags]);
            _oiqq.push(["oiq_addPageCat", "categories:" + dl.categories]);
            _oiqq.push(["oiq_doTag"]);
            _oiqq.push(["oiq_addPageLifecycle", "ecv3"]);
          }
        })(window, window.dataLayer);
        (function() {
        var oiq = document.createElement("script"); oiq.type = "text/javascript"; oiq.async = true;
        oiq.src = document.location.protocol + "//px.owneriq.net/stas/s/0frxgz.js";
        var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(oiq, s);
        })();
      </script>
          
          <script class="kxct" data-id="rwjnisqy1" data-timing="async" data-version="3.0" type="text/javascript">
        window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);
        (function(){
          var k=document.createElement("script");k.type="text/javascript";k.async=true;
          k.src=(location.protocol==="https:"?"https:":"http:")+"//"+"cdn.krxd.net/controltag/rwjnisqy1.js";
          var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(k,s);
        }());
      </script><script type="text/javascript" src="//mtrx.go.sonobi.com/morpheus.townsquaremedia.local.1594.js"></script>
<script async type="text/javascript" src="https://native.sharethrough.com/assets/sfp.js"></script><script async="async" src="https://www.googletagservices.com/tag/js/gpt.js"></script>
        <script>
        var googletag = googletag || {};
        googletag.cmd = googletag.cmd || [];
        </script>
<script>window.pbjs=window.pbjs||{};window.pbjs.que=window.pbjs.que||[];</script><script src="http://production.townsquareblogs.com/wp-content/uploads/static/prebid/carbon/pb.js?domain=1033uscountry.com"></script>
<script>!function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)}("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js");
        apstag.init({pubID: "3227", adServer: "googletag" });</script>
<script>
        window.TSM = window.TSM || {}; window.TSM.adSlots = window.TSM.adSlots || {};window.TSM.adLog = window.TSM.adLog || {};
        googletag.cmd.push(function(){
googletag.pubads().disableInitialLoad();
googletag.pubads().setTargeting( "catid", ["articles"] );
googletag.pubads().setTargeting( "tags", ["granger-smith","josh-abbott"] );
googletag.pubads().setTargeting( "id", "granger-smith-luke-combs-josh-abbott-band-join-hurricane-harvey-relief-efforts" );
googletag.pubads().setTargeting( "author", "astefano" );
googletag.pubads().setTargeting( "kw", ["astefano","granger-smith-luke-combs-josh-abbott-band-join-hurricane-harvey-relief-efforts","articles","granger-smith","josh-abbott","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/Bismarck/KUSB/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/Bismarck/KUSB/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/Bismarck/KUSB/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/Bismarck/KUSB/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/Bismarck/KUSB/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/Bismarck/KUSB/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/Bismarck/KUSB/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/Bismarck/KUSB/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/Bismarck/KUSB/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="-1475961083"><!-- 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="US 103.3" title="US 103.3" data-reactid="14"><img src="http://1033uscountry.com/files/2017/12/kusbfm-logo.png" alt="US 103.3" title="US 103.3" 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-24" class="stationtagline-container showticker-item image-list-layout" data-reactid="21"><figure class="frameme img-tag thumb" data-reactid="22"><a class="theframe" data-image="http://1033uscountry.com/files/2017/12/kusbfm-promo-header.png" href="#" rel="" title="" data-reactid="23"></a><div class="loadinganim showbox" id="0" data-reactid="24"><div class="loader" style="width:30px;height:30px;" data-reactid="25"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="26"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="27"></circle></svg></div></div></figure><div class="content" data-reactid="28"></div></div></div></div><a class="listen-live-cto cto" href="/listen-live/" data-reactid="29"><span class="icon-play2" data-reactid="30"></span><span class="cto-title" data-reactid="31">Listen Now</span></a><a class="sign-in-out" href="/#auth-start" title="" data-reactid="32"></a></div><nav id="site-menu" data-reactid="33"><div class="wrapper" data-reactid="34"><span class="icon-base icon-menu select-none" data-reactid="35"></span><ul class="links" data-reactid="36"><li class="hassub" data-reactid="37"><a href="/" data-reactid="38">Home</a></li><li class="hassub" data-reactid="39"><a href="/djs" data-reactid="40">On-Air</a><ul class="links submenu" data-reactid="41"><li class="hassub" data-reactid="42"><a href="/djs" data-reactid="43">All DJs</a></li><li class="hassub" data-reactid="44"><a href="/shows" data-reactid="45">Schedule</a></li><li class="hassub" data-reactid="46"><a href="/author/larryleblanc/" data-reactid="47">LarDawg LIVE &amp; LOCAL</a></li><li class="hassub" data-reactid="48"><a href="/author/hunterroll/" data-reactid="49">Hunter Roll</a></li><li class="hassub" data-reactid="50"><a href="/author/mikerose/" data-reactid="51">Mike Rose</a></li><li class="hassub" data-reactid="52"><a href="/author/samalex/" data-reactid="53">Sam Alex</a></li></ul></li><li class="hassub" data-reactid="54"><a href="/listen-live" data-reactid="55">Listen</a><ul class="links submenu" data-reactid="56"><li class="hassub" data-reactid="57"><a href="/listen-live" data-reactid="58">Listen Live</a></li><li class="hassub" data-reactid="59"><a href="/mobile" data-reactid="60">Mobile</a></li></ul></li><li class="hassub" data-reactid="61"><a href="/us-1033s-playlist-february-2018-top-songs/" data-reactid="62">Playlist</a><ul class="links submenu" data-reactid="63"><li class="hassub" data-reactid="64"><a href="/us-1033s-playlist-february-2018-top-songs/" data-reactid="65">February 2018</a></li><li class="hassub" data-reactid="66"><a href="/playlist/" data-reactid="67">Recently Played</a></li></ul></li><li class="hassub" data-reactid="68"><a href="" data-reactid="69">Events</a><ul class="links submenu" data-reactid="70"><li class="hassub" data-reactid="71"><a href="/category/bike-night/" data-reactid="72">Bike Night</a></li><li class="hassub" data-reactid="73"><a href="http://ndsportsmansexpo.com" target="_blank" data-reactid="74">Puklich Chevrolet ND Sportsman&#x27;s Expo</a></li><li class="hassub" data-reactid="75"><a href="http://dakotagardenexpo.production.townsquareblogs.com/" target="_blank" data-reactid="76">Dakota Garden Expo</a></li><li class="hassub" data-reactid="77"><a href="/events-bismarck/community/add" data-reactid="78">Submit an Event</a></li></ul></li><li class="hassub" data-reactid="79"><a href="/vip" data-reactid="80">Country Club</a><ul class="links submenu" data-reactid="81"><li class="hassub" data-reactid="82"><a href="/contests" data-reactid="83">Contests</a></li><li class="hassub" data-reactid="84"><a href="/registration" data-reactid="85">Join Now</a></li><li class="hassub" data-reactid="86"><a href="/help" data-reactid="87">VIP Support</a></li><li class="hassub" data-reactid="88"><a href="/contest-rules/" data-reactid="89">KUSB-FM Official Contest Rules</a></li></ul></li><li class="hassub" data-reactid="90"><a href="/contests/" data-reactid="91">Win</a></li><li class="hassub" data-reactid="92"><a href="/local-experts/" data-reactid="93">Local Expert</a><ul class="links submenu" data-reactid="94"><li class="hassub" data-reactid="95"><a href="/local-experts/northland-travel/" data-reactid="96">Travel</a></li><li class="hassub" data-reactid="97"><a href="/local-experts/country-auto-clinic/" data-reactid="98">Automotive</a></li><li class="hassub" data-reactid="99"><a href="" data-reactid="100">Electronics</a></li></ul></li><li class="hassub" data-reactid="101"><a href="/help" data-reactid="102">Contact Us</a><ul class="links submenu" data-reactid="103"><li class="hassub" data-reactid="104"><a href="/help" data-reactid="105">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="106"><a href="/feedback" data-reactid="107">Send Feedback</a></li><li class="hassub" data-reactid="108"><a href="/advertise" data-reactid="109">How to Advertise</a></li><li class="hassub" data-reactid="110"><a href="/report-a-problem-with-online-listening/" data-reactid="111">Online Listening Issues</a></li></ul></li><li class="hidden-menu hassub hide" data-reactid="112"><a class="more-icon" href="#" data-reactid="113">More</a><ul class="links submenu" data-reactid="114"><li class="hassub hide" data-reactid="115"><a href="/" data-reactid="116">Home</a></li><li class="hassub hide" data-reactid="117"><a href="/djs" data-reactid="118">On-Air</a><ul class="links submenu" data-reactid="119"><li class="hassub" data-reactid="120"><a href="/djs" data-reactid="121">All DJs</a></li><li class="hassub" data-reactid="122"><a href="/shows" data-reactid="123">Schedule</a></li><li class="hassub" data-reactid="124"><a href="/author/larryleblanc/" data-reactid="125">LarDawg LIVE &amp; LOCAL</a></li><li class="hassub" data-reactid="126"><a href="/author/hunterroll/" data-reactid="127">Hunter Roll</a></li><li class="hassub" data-reactid="128"><a href="/author/mikerose/" data-reactid="129">Mike Rose</a></li><li class="hassub" data-reactid="130"><a href="/author/samalex/" data-reactid="131">Sam Alex</a></li></ul></li><li class="hassub hide" data-reactid="132"><a href="/listen-live" data-reactid="133">Listen</a><ul class="links submenu" data-reactid="134"><li class="hassub" data-reactid="135"><a href="/listen-live" data-reactid="136">Listen Live</a></li><li class="hassub" data-reactid="137"><a href="/mobile" data-reactid="138">Mobile</a></li></ul></li><li class="hassub hide" data-reactid="139"><a href="/us-1033s-playlist-february-2018-top-songs/" data-reactid="140">Playlist</a><ul class="links submenu" data-reactid="141"><li class="hassub" data-reactid="142"><a href="/us-1033s-playlist-february-2018-top-songs/" data-reactid="143">February 2018</a></li><li class="hassub" data-reactid="144"><a href="/playlist/" data-reactid="145">Recently Played</a></li></ul></li><li class="hassub hide" data-reactid="146"><a href="" data-reactid="147">Events</a><ul class="links submenu" data-reactid="148"><li class="hassub" data-reactid="149"><a href="/category/bike-night/" data-reactid="150">Bike Night</a></li><li class="hassub" data-reactid="151"><a href="http://ndsportsmansexpo.com" target="_blank" data-reactid="152">Puklich Chevrolet ND Sportsman&#x27;s Expo</a></li><li class="hassub" data-reactid="153"><a href="http://dakotagardenexpo.production.townsquareblogs.com/" target="_blank" data-reactid="154">Dakota Garden Expo</a></li><li class="hassub" data-reactid="155"><a href="/events-bismarck/community/add" data-reactid="156">Submit an Event</a></li></ul></li><li class="hassub hide" data-reactid="157"><a href="/vip" data-reactid="158">Country Club</a><ul class="links submenu" data-reactid="159"><li class="hassub" data-reactid="160"><a href="/contests" data-reactid="161">Contests</a></li><li class="hassub" data-reactid="162"><a href="/registration" data-reactid="163">Join Now</a></li><li class="hassub" data-reactid="164"><a href="/help" data-reactid="165">VIP Support</a></li><li class="hassub" data-reactid="166"><a href="/contest-rules/" data-reactid="167">KUSB-FM Official Contest Rules</a></li></ul></li><li class="hassub hide" data-reactid="168"><a href="/contests/" data-reactid="169">Win</a></li><li class="hassub hide" data-reactid="170"><a href="/local-experts/" data-reactid="171">Local Expert</a><ul class="links submenu" data-reactid="172"><li class="hassub" data-reactid="173"><a href="/local-experts/northland-travel/" data-reactid="174">Travel</a></li><li class="hassub" data-reactid="175"><a href="/local-experts/country-auto-clinic/" data-reactid="176">Automotive</a></li><li class="hassub" data-reactid="177"><a href="" data-reactid="178">Electronics</a></li></ul></li><li class="hassub hide" data-reactid="179"><a href="/help" data-reactid="180">Contact Us</a><ul class="links submenu" data-reactid="181"><li class="hassub" data-reactid="182"><a href="/help" data-reactid="183">Help &amp; Contact Info</a></li><li class="hassub" data-reactid="184"><a href="/feedback" data-reactid="185">Send Feedback</a></li><li class="hassub" data-reactid="186"><a href="/advertise" data-reactid="187">How to Advertise</a></li><li class="hassub" data-reactid="188"><a href="/report-a-problem-with-online-listening/" data-reactid="189">Online Listening Issues</a></li></ul></li></ul></li></ul><div class="site-menu-right" data-reactid="190"><ul class="social-links" data-reactid="191"><li class="social" data-reactid="192"><a class="share-link youtube" href="https://youtube.com/user/1033uscountry" target="_blank" data-social="youtube" data-reactid="193"><span class="icon-base icon-youtube" data-reactid="194"></span></a></li><li class="social" data-reactid="195"><a class="share-link facebook" href="http://www.facebook.com/pages/1033-US-Country/356144048561?ref=stream" target="_blank" data-social="facebook" data-reactid="196"><span class="icon-base icon-facebook" data-reactid="197"></span></a></li><li class="social" data-reactid="198"><a class="share-link twitter" href="https://twitter.com/1033USCountry" target="_blank" data-social="twitter" data-reactid="199"><span class="icon-base icon-twitter" data-reactid="200"></span></a></li><ul class="social-subscriptions" data-reactid="201"><li class="sub-instagram " data-reactid="202"><a href="https://www.instagram.com/us103.3/" target="_blank" data-reactid="203">INSTAGRAM</a></li><li class="share_link_small youtube sub-youtube" data-reactid="204"><span class="youtube-subscribe-button " data-reactid="205"></span></li><li class="sub-facebook" data-reactid="206"></li><li class="sub-twitter" data-reactid="207"></li></ul></ul><div id="search-form" class="" data-reactid="208"><div class="form-wrap" data-reactid="209"><form data-reactid="210"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="211"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="212"/></form></div><div class="icon-base icon-search" data-reactid="213"></div></div></div><div class="site-screen select-none" data-reactid="214"></div></div></nav></div><ul class="promo-links" data-reactid="215"><li data-reactid="216"><span data-reactid="217">What&#x27;s Hot:</span></li><li data-reactid="218"><a title="Justin Moore Tickets" href="/win-justin-moore-tickets-exclusively-through-the-us-1033-app/" data-reactid="219">Justin Moore Tickets</a></li><li data-reactid="220"><a title="Party with Brad Paisley" href="/contests/sweeps/party-with-brad-paisley/" data-reactid="221">Party with Brad Paisley</a></li><li data-reactid="222"><a title="ND Country Fest" href="/tags/nd-country-fest/" data-reactid="223">ND Country Fest</a></li><li data-reactid="224"><a title="Download Our App" href="/app/" data-reactid="225">Download Our App</a></li><li data-reactid="226"><a title="Dakota Garden Expo" href="http://dakotagardenexpo.com/" data-reactid="227">Dakota Garden Expo</a></li></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="228"><div id="tsm-ad-970a" data-reactid="229"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="230"><div class="main-content" data-reactid="231"><div class="wrapper post-wrapper" data-reactid="232"><div class="post clearfix" data-reactid="233"><div class="entry" data-reactid="234"><article id="post-214342" data-location="/granger-smith-luke-combs-josh-abbott-band-join-hurricane-harvey-relief-efforts/" data-index="0" data-reactid="235"><div class="page-header" data-reactid="236"><div class="content-header show-ui front" id="content-header-214342" data-reactid="237"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="238"></div><div class="content-header-header" data-reactid="239"><div class="react-parallax " data-reactid="240"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="241"><figure class="frameme img-tag frame-loaded" data-reactid="242"><div class="theframe" data-image="http://theboot.com/files/2017/08/hurricane-harvey-country-artists-relief-efforts.jpg" rel="" title="" style="background-image:url(&quot;http://theboot.com/files/2017/08/hurricane-harvey-country-artists-relief-efforts.jpg?w=980&amp;q=75&quot;);" data-reactid="243"></div></figure></div><div class="react-parallax-content" data-reactid="244"><figure class="frameme img-tag" data-reactid="245"><div class="theframe" data-image="http://theboot.com/files/2017/08/hurricane-harvey-country-artists-relief-efforts.jpg" rel="" title="" data-reactid="246"></div><div class="loadinganim showbox" id="0" data-reactid="247"><div class="loader" style="width:30px;height:30px;" data-reactid="248"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="249"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="250"></circle></svg></div></div></figure></div></div><div class="header" data-reactid="251"><section class="title " data-reactid="252"><h1 class="" data-reactid="253">Granger Smith, Luke Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts</h1></section><div class="byline" data-reactid="254"><div class="authors" data-reactid="255"><address class="author" data-reactid="256"><div class="author-image icon-user" data-reactid="257"><figure class="frameme" data-reactid="258"><a class="theframe" data-image="http://theboot.com/files/2016/10/430A7710.jpg" href="http://1033uscountry.com/author/astefano/" rel="author" title="Angela Stefano" data-reactid="259"></a><div class="loadinganim showbox" id="0" data-reactid="260"><div class="loader" style="width:30px;height:30px;" data-reactid="261"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="262"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="263"></circle></svg></div></div></figure></div><a class="author-name" href="http://1033uscountry.com/author/astefano/" rel="author" title="Angela Stefano" data-reactid="264">Angela Stefano</a></address></div><time datetime="2017-08-29 19:45:22 +0000" data-reactid="265">August 29, 2017</time></div><figcaption title="Scott Olson, Getty Images" data-reactid="266">Scott Olson, Getty Images</figcaption></div></div></div></div><div class="content-wrap" data-reactid="267"><div class="social-share bignsexy" data-reactid="268"><div class="social-bar social-icons" data-reactid="269"><ul data-reactid="270"><li data-reactid="271"><a href="http://twitter.com/intent/tweet?text=Granger%20Smith%2C%20Luke%20Combs%2C%20Josh%20Abbott%20Band%20Join%20Hurricane%20Harvey%20Relief%20Efforts%20http%3A%2F%2Ftheboot.com%2Fgranger-smith-luke-combs-josh-abbott-band-hurricane-harvey-relief-efforts%2F%3Ftrackback%3Dtwitter_mobile%20%401033USCountry" title="Share on Twitter" target="_blank" data-reactid="272"><span class=" social-icon icon-twitter tw" data-reactid="273"><span class="share-title" data-reactid="274">Share on Twitter</span></span></a></li><li data-reactid="275"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Ftheboot.com%2Fgranger-smith-luke-combs-josh-abbott-band-hurricane-harvey-relief-efforts%2F%3Ftrackback%3Dfbshare_mobile" title="Share on Facebook" target="_blank" data-reactid="276"><span class=" social-icon icon-facebook fb" data-reactid="277"><span class="share-title" data-reactid="278">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="279"><div class="pod-content" data-reactid="280"><p data-reactid="281"><!-- react-text: 282 -->As Hurricane Harvey, now downgraded to a tropical storm, continues to wreak havoc on the Texas coast and in East Texas, more country artists are pledging to help those affected. <!-- /react-text --><a href="http://theboot.com/tags/granger-smith/" data-reactid="283"><!-- react-text: 284 -->Granger Smith<!-- /react-text --></a><!-- react-text: 285 -->, <!-- /react-text --><a href="http://theboot.com/tags/luke-combs/" data-reactid="286"><!-- react-text: 287 -->Luke Combs<!-- /react-text --></a><!-- react-text: 288 --> and the <!-- /react-text --><a href="http://theboot.com/tags/josh-abbott-band/" data-reactid="289"><!-- react-text: 290 -->Josh Abbott Band<!-- /react-text --></a><!-- react-text: 291 --> are among the country stars urging their fans to do what they can for the hurricane victims.<!-- /react-text --></p><p data-reactid="292"><!-- react-text: 293 -->Smith, a Dallas, Texas, native, is now donating 100 percent of profits from <!-- /react-text --><a href="https://store.grangersmith.com/" target="_blank" data-reactid="294"><!-- react-text: 295 -->merchandise sales through his online store<!-- /react-text --></a><!-- react-text: 296 --> to Hurricane Harvey relief efforts; on Facebook, Smith&#x27;s wife Amber also <!-- /react-text --><a href="https://www.facebook.com/amberemilysmith/videos/vb.100002868610138/1234052643367011/?type=2&amp;theater" target="_blank" data-reactid="297"><!-- react-text: 298 -->reached out via a video message<!-- /react-text --></a><!-- react-text: 299 --> to solicit donations to the <!-- /react-text --><a href="http://www.texasdiaperbank.org/" target="_blank" data-reactid="300"><!-- react-text: 301 -->Texas Diaper Bank<!-- /react-text --></a><!-- react-text: 302 -->, which will provide diapers and related items to those who need them while Texans are displaced due to the hurricane. Over the weekend,<!-- /react-text --><a href="http://theboot.com/lady-antebellum-merch-proceeds-to-hurricane-harvey-relief/" data-reactid="303"><!-- react-text: 304 --> Lady Antebellum, too, donated merch proceeds<!-- /react-text --></a><!-- react-text: 305 -->, specifically from their Saturday night (Aug. 26) concert in Dallas, to Hurricane Harvey relief efforts.<!-- /react-text --></p><div class="sharethrough-container" data-reactid="306"><div class="tsm-ad tsm-ad-oop" data-reactid="307"><div id="tsm-ad-sharethrough-oop-1" data-reactid="308"><!-- dynamic ad --></div></div></div><p data-reactid="309"><!-- react-text: 310 -->Combs, meanwhile, <!-- /react-text --><a href="https://twitter.com/LukeCombsMusic/status/902584347252989952?ref_src=twsrc%5Etfw&amp;ref_url=http%3A%2F%2Fwww.nashcountrydaily.com%2F2017%2F08%2F29%2Fluke-combs-makes-big-donation-to-hurricane-harvey-relief-effort%2F" target="_blank" data-reactid="311"><!-- react-text: 312 -->tweeted<!-- /react-text --></a><!-- react-text: 313 --> on Tuesday afternoon (Aug. 29) that he would be donating $10,000 to <!-- /react-text --><a href="https://www.samaritanspurse.org/disaster/hurricane-harvey/?&amp;utm_source=SPInstagram&amp;utm_medium=social&amp;utm_campaign=m_YHHR-17SM_SocialMedia&amp;utm_content=8-29HarveyLP-VolunteerPhoto" target="_blank" data-reactid="314"><!-- react-text: 315 -->Samaritan&#x27;s Purse<!-- /react-text --></a><!-- react-text: 316 -->, &quot;a non-denominational evangelical Christian organization providing spiritual and physical aid to hurting people around the world,&quot; and called on fans to help in whatever way they can as well. According to the organization&#x27;s website, Samaritan&#x27;s Purse is sending five disaster relief teams to help Hurricane Harvey victims.<!-- /react-text --></p><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="317"></div><p data-reactid="318"><!-- react-text: 319 -->Also Texans, the Josh Abbott Band are selling a special T-shirt, emblazoned with the state of Texas and the words &quot;My Texas,&quot; and donating the proceeds to &quot;accredited organizations helping in disaster recovery.&quot; The shirt costs $30 and is available through <!-- /react-text --><a href="https://www.jabcares.org/" target="_blank" data-reactid="320"><!-- react-text: 321 -->JABCares.org<!-- /react-text --></a><!-- react-text: 322 -->, the official website for the Josh Abbott Band&#x27;s own charity program, which &quot;partner[s] with deserving organizations to support their efforts through helping raise awareness and support financially when needed.&quot;<!-- /react-text --></p><p data-reactid="323"><!-- react-text: 324 -->Hurricane Harvey dumped two feet or more of rain on areas near the Texas coast and in the eastern part of the state over the weekend, and even more rain is expected. <!-- /react-text --><a href="http://www.cnn.com/2017/08/28/us/harvey-houston-texas-louisiana/index.html" target="_blank" data-reactid="325"><!-- react-text: 326 -->CNN <!-- /react-text --></a><!-- react-text: 327 -->reports that officials are expecting 450,000 people to need disaster relief assistance; FEMA Administrator Brock Long calls the storm “a landmark event for Texas.”<!-- /react-text --></p><p data-reactid="328"><!-- react-text: 329 -->In addition to the above-mentioned country artists, both <!-- /react-text --><a href="http://theboot.com/tags/chris-young/" data-reactid="330"><!-- react-text: 331 -->Chris Young<!-- /react-text --></a><!-- react-text: 332 --> and <!-- /react-text --><a href="http://theboot.com/tags/miranda-lambert/" data-reactid="333"><!-- react-text: 334 -->Miranda Lambert<!-- /react-text --></a><!-- react-text: 335 --> are also helping with Hurricane Harvey relief efforts: Young has <!-- /react-text --><a href="http://theboot.com/chris-young-hurricane-harvey-gofundme/" data-reactid="336"><!-- react-text: 337 -->set up a GoFundMe campaign<!-- /react-text --></a><!-- react-text: 338 --> to help raise money for those affected by the natural disaster, encouraging his fans to donate whatever they can to the fund, which will be given to the Red Cross and other local Texas disaster relief organizations, and giving $100,000 himself. Lambert&#x27;s MuttNation Foundation, meanwhile, is <!-- /react-text --><a href="http://theboot.com/miranda-lambert-muttnation-hurricane-harvey-relief-efforts/" data-reactid="339"><!-- react-text: 340 -->headed to the affected parts of Texas<!-- /react-text --></a><!-- react-text: 341 --> to do whatever they can for the animals displaced by the storm.<!-- /react-text --></p><div data-reactid="342"><p style="text-align: center;"><strong>Country Stars Share Thoughts and Prayers for Hurricane Harvey Victims</strong></p>
</div><div class="photogallery-wrapper sliding-photogallery" data-reactid="343"><div class="photogallery-container" id="photogallery-505-389479-0" data-reactid="344"><div class="sizer" data-reactid="345"></div><div class="loadinganim showbox" id="0" data-reactid="346"><div class="loader" style="width:30px;height:30px;" data-reactid="347"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="348"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" style="stroke:#fff;" data-reactid="349"></circle></svg></div></div></div><!-- react-text: 350 --><!-- /react-text --></div></div></div><div class="content-footer" data-reactid="351"><div class="single-post-button cto-container" data-reactid="352"><a class="next-post cto" href="http://theboot.com/songs-inspired-by-tragedies/" target="_blank" data-reactid="353">NEXT: Country Songs Inspired By World Tragedy</a></div><!-- react-empty: 354 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="355"></div><div class="feed_attribution_after clearfix" data-reactid="356"><!-- react-text: 357 -->
<!-- /react-text --><a href="http://theboot.com/granger-smith-luke-combs-josh-abbott-band-hurricane-harvey-relief-efforts/" target="_blank" data-reactid="358"><img src="http://theboot.com/files/2014/09/boot-140x30.png" class="crosspost-attribution-image" alt="The Boot" data-reactid="359"/></a><!-- react-text: 360 --> Source: <!-- /react-text --><a href="http://theboot.com/granger-smith-luke-combs-josh-abbott-band-hurricane-harvey-relief-efforts/" target="_blank" data-reactid="361"><!-- react-text: 362 -->Granger Smith, Luke Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts<!-- /react-text --></a><!-- react-text: 363 -->
<!-- /react-text --></div><div class="tags-lines" data-reactid="364"><div class="wrapper" data-reactid="365"><span data-reactid="366"><!-- react-text: 367 -->Filed Under<!-- /react-text --><!-- react-text: 368 -->: <!-- /react-text --></span><span data-reactid="369"><!-- react-text: 370 --><!-- /react-text --><a href="http://1033uscountry.com/tags/granger-smith/" data-reactid="371">Granger Smith</a></span><span data-reactid="372"><!-- react-text: 373 -->, <!-- /react-text --><a href="http://1033uscountry.com/tags/josh-abbott/" data-reactid="374">Josh Abbott</a></span></div><div class="wrapper" data-reactid="375"><span data-reactid="376"><!-- react-text: 377 -->Categories<!-- /react-text --><!-- react-text: 378 -->: <!-- /react-text --></span><span data-reactid="379"><!-- react-text: 380 --><!-- /react-text --><a href="http://1033uscountry.com/category/articles/" data-reactid="381">Articles</a></span></div></div><div class="comments-wrapper" data-reactid="382"><div class="comments" data-reactid="383"><div data-reactid="384"><span class="icon-comments" data-reactid="385"></span><i data-reactid="386">Comments</i><span class="fb-comments-count" data-href="http://1033uscountry.com/granger-smith-luke-combs-josh-abbott-band-join-hurricane-harvey-relief-efforts/" data-reactid="387"></span><span class="icon-triangle-down" data-reactid="388"></span></div><div class="cto" data-reactid="389">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="390"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="391">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="392"><div class="aside-inside" data-reactid="393"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-22" data-reactid="394"><div class="wrapper clearfix" data-reactid="395"><div class="fix_sidebar_marker" data-reactid="396"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-619" data-reactid="397"><header data-reactid="398"><h2 data-reactid="399"><span class="title-container" data-reactid="400">Featured</span><!-- react-text: 401 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="402"><section id="ts_blogroll-619" class="blogroll carousel slider dl align-right" data-reactid="403"><div class="slider blogroll-items" data-reactid="404"><div class="sizer" data-reactid="405"></div><div class="mover slide" data-reactid="406"><article class="item title-over-image" data-reactid="407"><figure class="frameme" data-reactid="408"><a class="theframe" data-image="http://hot975fm.com/files/2018/02/RS3176_78632420-scr.jpg" href="http://1033uscountry.com/north-dakota-is-one-of-the-happiest-and-healthiest-states-in-the-u-s/" rel="" title="North Dakota Ranks High in Terms of Well-Being" data-reactid="409"></a><div class="loadinganim showbox" id="0" data-reactid="410"><div class="loader" style="width:30px;height:30px;" data-reactid="411"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="412"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="413"></circle></svg></div></div></figure><div class="content" data-reactid="414"><a href="http://1033uscountry.com/north-dakota-is-one-of-the-happiest-and-healthiest-states-in-the-u-s/" title="North Dakota Ranks High in Terms of Well-Being" class="title" data-reactid="415">North Dakota Ranks High in Terms of Well-Being</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="416"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="417"></div></div></section></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-413" data-reactid="418"><div class="wrapper clearfix" data-reactid="419"><div class="widget-content" data-reactid="420"><div class="tsm-ad tsm-ad-300" data-reactid="421"><div id="tsm-ad-maintop-300a" data-reactid="422"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-394" data-reactid="423"><div class="wrapper clearfix" data-reactid="424"><div class="widget-content" data-reactid="425"><div data-reactid="426"><form method="post" class="newsletter-frame clearfix" data-reactid="427"><div class="content clearfix" data-reactid="428"><p class="title" data-reactid="429">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="430"><div class="vertical-centered" data-reactid="431"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="432"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="433"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-621" data-reactid="434"><header data-reactid="435"><h2 data-reactid="436"><span class="title-container" data-reactid="437">Latest Articles</span><!-- react-text: 438 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="439"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="440"><div class="blogroll-inner clearfix" data-reactid="441"><article class="" data-reactid="442"><figure class="frameme" data-reactid="443"><a class="theframe" data-image="http://1033uscountry.com/files/2018/02/driving.jpg" href="http://1033uscountry.com/cops-pulling-over-drivers-in-mclean-county-but-no-tickets-issued/" rel="" title="No Doughnuts from these cops" data-reactid="444"></a><div class="loadinganim showbox" id="0" data-reactid="445"><div class="loader" style="width:30px;height:30px;" data-reactid="446"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="447"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="448"></circle></svg></div></div></figure><div class="content" data-reactid="449"><a href="http://1033uscountry.com/cops-pulling-over-drivers-in-mclean-county-but-no-tickets-issued/" title="No Doughnuts from these cops" class="title" data-reactid="450">No Doughnuts from these cops</a></div></article><article class="" data-reactid="451"><figure class="frameme" data-reactid="452"><a class="theframe" data-image="http://hot975fm.com/files/2018/02/RS5601_109144961-scr1.jpg" href="http://1033uscountry.com/bismarcks-kirkwood-mall-to-make-renovations/" rel="" title="Bismarck&amp;apos;s Kirkwood Mall to Make Renovations" data-reactid="453"></a><div class="loadinganim showbox" id="0" data-reactid="454"><div class="loader" style="width:30px;height:30px;" data-reactid="455"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="456"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="457"></circle></svg></div></div></figure><div class="content" data-reactid="458"><a href="http://1033uscountry.com/bismarcks-kirkwood-mall-to-make-renovations/" title="Bismarck&#x27;s Kirkwood Mall to Make Renovations" class="title" data-reactid="459">Bismarck&#x27;s Kirkwood Mall to Make Renovations</a></div></article><article class="" data-reactid="460"><figure class="frameme" data-reactid="461"><a class="theframe" data-image="http://tasteofcountry.com/files/2018/02/Alan-Jackson-Songwriter-HOF.jpg" href="http://1033uscountry.com/a-bunch-of-furry-friends-show-appreciation-for-alan-jacksons-music/" rel="" title="A Bunch of Furry Friends Appreciate Alan Jackson&amp;apos;s Music" data-reactid="462"></a><div class="loadinganim showbox" id="0" data-reactid="463"><div class="loader" style="width:30px;height:30px;" data-reactid="464"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="465"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="466"></circle></svg></div></div></figure><div class="content" data-reactid="467"><a href="http://1033uscountry.com/a-bunch-of-furry-friends-show-appreciation-for-alan-jacksons-music/" title="A Bunch of Furry Friends Appreciate Alan Jackson&#x27;s Music" class="title" data-reactid="468">A Bunch of Furry Friends Appreciate Alan Jackson&#x27;s Music</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="469"><footer data-reactid="470"><div class="links clearfix" data-reactid="471"><div class="logo" data-reactid="472"></div><div class="details" data-reactid="473"><h2 data-reactid="474">Information</h2><ul data-reactid="475"><li data-reactid="476"><a title="Taste Of Country Network" class="" data-reactid="477">Taste Of Country Network</a></li><li data-reactid="478"><a title="Bismarck-Mandan EEO" href="/eeo/" class="" data-reactid="479">Bismarck-Mandan EEO</a></li><li data-reactid="480"><a title="Advertise" href="/advertise/" class="" data-reactid="481">Advertise</a></li><li data-reactid="482"><a title="Public File" href="/kusb-public-file/" class="" data-reactid="483">Public File</a></li><li data-reactid="484"><a title="Terms" href="/terms/" class="" data-reactid="485">Terms</a></li><li data-reactid="486"><a title="VIP Terms" href="/vip-terms/" class="" data-reactid="487">VIP Terms</a></li><li data-reactid="488"><a title="FAQ" href="/vip-faq/" class="" data-reactid="489">FAQ</a></li><li data-reactid="490"><a title="Contest Rules" href="/contest-rules/" class="" data-reactid="491">Contest Rules</a></li><li data-reactid="492"><a title="Privacy Policy (Updated: 8/31/17)" href="/privacy/" class="" data-reactid="493">Privacy Policy (Updated: 8/31/17)</a></li><li data-reactid="494"><a title="Contact" href="/help/" class="" data-reactid="495">Contact</a></li><li data-reactid="496"><a href="http://townsquaremediagroup.com/" class="" data-reactid="497"></a></li><li data-reactid="498"><a title="Bismarck Business Listings" href="/bismarck-featured-business-listings/" class="" data-reactid="499">Bismarck Business Listings</a></li></ul></div><div class="social-links" data-reactid="500"><h2 data-reactid="501">Follow Us</h2><ul data-reactid="502"><li class="social" data-reactid="503"><a class="share_link youtube" href="https://www.youtube.com/user/1033uscountry" target="_blank" data-social="youtube" data-reactid="504"><span class="icon-youtube" data-reactid="505"></span></a></li><li class="social" data-reactid="506"><a class="share_link facebook" href="http://www.facebook.com/pages/1033-US-Country/356144048561?ref=stream" target="_blank" data-social="facebook" data-reactid="507"><span class="icon-facebook" data-reactid="508"></span></a></li><li class="social" data-reactid="509"><a class="share_link twitter" href="https://twitter.com/1033USCountry" target="_blank" data-social="twitter" data-reactid="510"><span class="icon-twitter" data-reactid="511"></span></a></li></ul></div></div><div class="legal" data-reactid="512"><!-- react-text: 513 -->2018<!-- /react-text --><!-- react-text: 514 --> <!-- /react-text --><!-- react-text: 515 -->US 103.3<!-- /react-text --><!-- react-text: 516 --> is part of the Taste Of Country Network<!-- /react-text --><!-- react-text: 517 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="518"><!-- react-empty: 519 --><div id="bottom-not-ads" data-reactid="520"><div class="tsm-ad tsm-ad-728" data-reactid="521"><div id="tsm-ad-728b" data-reactid="522"><!-- dynamic ad --></div></div></div><div data-reactid="523"></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":505,"postId":214342,"url":"/granger-smith-luke-combs-josh-abbott-band-join-hurricane-harvey-relief-efforts/","unfriendlyRequestUrl":"/granger-smith-luke-combs-josh-abbott-band-join-hurricane-harvey-relief-efforts/","requestUrl":"/granger-smith-luke-combs-josh-abbott-band-join-hurricane-harvey-relief-efforts/","blogOptions":{"aioseop_options":{"aiosp_can":"on","aiosp_donate":null,"aiosp_home_title":"US 103.3 – Today\\'s Best Country – Bismarck Country Radio","aiosp_home_description":"US 103.3 Country radio plays the best country in Bismarck, North Dakota.","aiosp_home_keywords":"US 103.3 country bismarck, bismarck 103.3 us country, country radio bismarck, bismarck country radio, country music bismarck, bismarck country music","aiosp_max_words_excerpt":null,"aiosp_rewrite_titles":"on","aiosp_post_title_format":"%post_title%","aiosp_page_title_format":"%page_title% - %blog_title%","aiosp_category_title_format":"%category_title% - %blog_title%","aiosp_archive_title_format":"%date% - %blog_title%","aiosp_tag_title_format":"%tag% - %blog_title%","aiosp_search_title_format":"%search% - %blog_title%","aiosp_description_format":"%description%","aiosp_404_title_format":"Nothing found for %request_words%","aiosp_paged_format":" - Part %page%","aiosp_use_categories":null,"aiosp_dynamic_postspage_keywords":null,"aiosp_category_noindex":null,"aiosp_archive_noindex":null,"aiosp_tags_noindex":null,"aiosp_cap_cats":"on","aiosp_generate_descriptions":"on","aiosp_debug_info":null,"aiosp_post_meta_tags":"","aiosp_page_meta_tags":"","aiosp_home_meta_tags":"","aiosp_enabled":"1","aiosp_use_tags_as_keywords":null,"aiosp_do_log":null,"aiosp_ex_pages":""},"blogdescription":"Today&#039;s Best Country","blogname":"US 103.3","carbonUiUpdateCounter":"2","design_option_live":{"page_bg":"00212121","page_head_bg":"00000000","primary_bg":"FFFAF4F4","secondary_bg":"DD251A14","mdl_head_bg":"FF28150E","main_nav_hue":"FFFFFFFF","nav_hover_hue":"FFD1161F","primary_hue":"FF212121","secondary_hue":"FFA69D8B","primary_head_hue":"FF251A14","secondary_head_hue":"FFFFFFFF","primary_active_hue":"FFAD4512","secondary_active_hue":"FFAD4512","accent_hue":"FFAD4417","header_link_hue":"FFFFFFFF","footer_link_hue":"FFFFFFFF","primary_mdl_bg":"FFFECF8B","primary_mdl_hue":"FF22252C","secondary_mdl_bg":"25777777","secondary_mdl_hue":"FFFFFFFF","standout_bg":"FFCC191C","mobile_primary_color":"FFAD4417","mobile_secondary_color":"FFCC191C","iv_primary_color":"FFED1B2E","iv_secondary_color":"FFAD4512","iv_tertiary_color":"FFED1B2E","iv_html_color":"FF000000","iv_container_color":"FFFFFFFF","iv_html_bg":"","iv_body_bg":"","iv_logo":"","iv_logo_trim":"","carbon_logo_bg":"80000000","carbon_showticker_bg":"80000000","events_app_primary_color":"FFAD4512","events_app_secondary_color":"FFAD4512","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://1033uscountry.com/files/2017/12/kusbfm-bg.jpg","carbon_logo_img":"http://1033uscountry.com/files/2017/12/kusbfm-logo.png","carbon_promo_bg_img":"http://1033uscountry.com/files/2017/12/kusbfm-promo.jpg","page_img":"http://kusb.production.townsquareblogs.com/files/2012/08/1x1.gif","body_img":"http://kusb.production.townsquareblogs.com/files/2012/08/background.jpg","square_logo_img":"","logo_img":"http://1033uscountry.com/files/2017/07/KUSB-logo-new.png","logo_img_trim":"http://1033uscountry.com/files/2017/07/KUSB-logo-newsmall.png","logo_img_light":"","logo_img_dark":"","header_img":"http://1033uscountry.com/files/2013/07/us103-3.jpg","placeholder_img":"","page_head_img":"http://1033uscountry.com/files/2013/03/11419-header.png","favicon_img":"http://custom-sites-template-1.production.townsquareblogs.com/files/2011/02/favicon.ico","top_banner_img":"none","title":"KUSB 103.3 FM (2017)","ID":"0","designer":"Steve Frost","comment":"Generated by the Flavor to Design export script","action":"edit","editor":"Stephen Alba","editorID":2190306,"siteID":"505","timestamp":1512590663,"status":"active","properties":{"iv_html_bg":{"background-repeat":"","background-attachment":"","background-size":""},"carbon_body_img":{"background-repeat":"","background-attachment":"","background-size":""}}},"disable_mobile_ads":"","enableAppNexusWrapper":"1","enableBelowGalleryEndcard":"1","enableInGalleryEndcard":"1","enable_chartbeat":"","exclude_bottom_banner":"1","exclude_top_banner":"","FacebookCommentsOptions":{"moderator_userids":"100002025987268","moderator_appid":"408329592557911","colorscheme":"","show_like":"yes","show_comments":"yes","show_commentscount":"no","action":"like"},"facebook_app":{"id":"408329592557911","fanpage":"http://www.facebook.com/pages/1033-US-Country/356144048561?ref=stream","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"},"iq_weather_page_sponsor_city_name":"Bismarck","iq_weather_page_sponsor_zip_code":"58501","onlyhome_pushdown":"","onlyhome_topbanner":"","posts_per_page":"10","radio_players_wo_stream_id":"3537","sailthru_list_default":"KUSB-FM US Country 1033","site_template_theme_meta":{"template-tone":"2","listen-live-bar":"block","sidebar-widgets-header":"block","next-page-offset":"11"},"social_overlay":{"active":"1","fb":"1","nl":"1","colors":{"background-color":"#28150E","color":"#ffffff"},"wrapper":{"divider":"","button":"#AD4417","button-font":""},"logo":"http://1033uscountry.com/files/2014/10/us103.png"},"timezone_string":"America/Chicago","townsquare_ad_version":"dfp6","ts-templates-carbon-homepage-id":"222060","ts-templates-homepage-id":"20747","ts-templates-mobile-homepage-id":"20747","tsc_category_sidebars":{},"_station_info":{"sitetype":"Local","market":"Bismarck","genre":{"0":"country"},"callsign":"KUSBFM","callletters":"KUSB","legalname":"103.3 US Country","siteclassification":"Local","street":"4303 Memorial Hwy","street-2":"","city":"Mandan","state":"ND","zip":"58554","phone":"701-663-1033","helpline":"701-250-6602","studioline":"701-663-1033","officeline":"701-250-6602","officehours":"8 am - 5 pm","email":"lauren.bjork@townsquaremedia.com","tipus-email":"ransom.place@townsquaremedia.com","inquiries-email":"larry.leblanc@townsquaremedia.com","advertising-contact":"Lisa Arth","advertising-email":"lisa.arth@townsquaremedia.com","gm-contact":"Syd Stewart","gm-email":"syd.stewart@townsquaremedia.com","programming-director-contact":"Larry LeBlanc","programming-director-email":"larry.leblanc@townsquaremedia.com","digital-managing-editor-contact":"Lauren Bjork","digital-managing-editor-email":"lauren.bjork@townsquaremedia.com","digital-sales-manager-contact":"","digital-sales-manager-email":"","promotions-director-contact":"","promotions-director-email":"","mobile-app-feedback-email":"ask.1033uscountry@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.1033uscountry@townsquaredigital.com","public-record-administrator-name":"Ransom Place","public-record-administrator-email":"ransom.place@townsquaremedia.com","fcc-online-public-file-url":"https://publicfiles.fcc.gov/fm-profile/kusb","feedbackurl":"","biz-list-url":"http://hot975fm.com/bismarck-featured-business-listings/","amazon_affiliate":"","yieldmo_placement":"","jwplayer":"","twitter_handle":"1033USCountry","youtube_handle":"1033uscountry","youtube_channel_id":"UCXQvy6r5XHRLQhtUA0lq6nw ","instagram_handle":"us103.3/","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 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":505,"blogName":"US 103.3","blogDescription":"Today&#039;s Best Country","postTitleFormat":"%post_title%","timeZone":"America/Chicago","market":"Bismarck","activeDomain":"1033uscountry.com","legalName":"103.3 US Country"},"tsiMarkets":"Bismarck"},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_505":"Country Club","kruxEnabled":true,"oipEnabled":true},"headers":{"title":[{"textContent":"Smith, Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"description","content":"More country artists are encouraging fans to help those affected by Hurricane Harvey."}},{"attrs":{"name":"keywords","content":"granger smith hurricane harvey, granger smith hurricane harvey donation, luke combs hurricane harvey, luke combs hurricane harvey donation, josh abbott band hurricane harvey, josh abbott band hurricane harvey tshirt"}},{"attrs":{"property":"fb:app_id","content":"408329592557911"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"og:title","content":"Smith, Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts"}},{"attrs":{"property":"og:description","content":"More country artists are encouraging fans to help those affected by Hurricane Harvey."}},{"attrs":{"property":"og:url","content":"http://1033uscountry.com/granger-smith-luke-combs-josh-abbott-band-join-hurricane-harvey-relief-efforts/"}},{"attrs":{"property":"og:site_name","content":"US 103.3"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://theboot.com/files/2017/08/hurricane-harvey-country-artists-relief-efforts.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":"@1033USCountry"}},{"attrs":{"name":"sailthru.description","content":"More country artists are encouraging fans to help those affected by Hurricane Harvey."}},{"attrs":{"name":"sailthru.date","content":"2017-08-29 14:45:22"}},{"attrs":{"name":"sailthru.title","content":"Granger Smith, Luke Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-kusb, tsmmarket-bismarck, tsmtype-local, granger-smith, josh-abbott, articles"}},{"attrs":{"name":"sailthru.author","content":"astefano"}},{"attrs":{"name":"sailthru.image.full","content":"http://theboot.com/files/2017/08/hurricane-harvey-country-artists-relief-efforts.jpg"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://theboot.com/files/2017/08/hurricane-harvey-country-artists-relief-efforts.jpg"}},{"attrs":{"property":"fb:pages","content":"356144048561"}},{"attrs":{"name":"google-site-verification","content":"LoLpbpQMrQaofho6vknXaVGfqh9SQ_2Df9uKjEnHP8o"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://custom-sites-template-1.production.townsquareblogs.com/files/2011/02/favicon.ico"}},{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://custom-sites-template-1.production.townsquareblogs.com/files/2011/02/favicon.ico"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"US 103.3 » Feed","href":"http://1033uscountry.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"US 103.3 » Granger Smith, Luke Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts Comments Feed","href":"http://1033uscountry.com/granger-smith-luke-combs-josh-abbott-band-join-hurricane-harvey-relief-efforts/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://1033uscountry.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"No Bomb Found In Bismarck Walmart Bomb Threat","href":"http://1033uscountry.com/no-bomb-found-in-bismarck-bomb-threat/"}},{"attrs":{"rel":"next","title":"George Strait Working on Hurricane Harvey Relief Effort","href":"http://1033uscountry.com/george-strait-working-on-hurricane-harvey-relief-effort/"}},{"attrs":{"rel":"shortlink","href":"http://1033uscountry.com/?p=214342"}},{"attrs":{"rel":"canonical","href":"http://theboot.com/granger-smith-luke-combs-josh-abbott-band-hurricane-harvey-relief-efforts/"}}],"noscript":[{"attrs":{"children":[{"tagName":"img","src":"http://b.scorecardresearch.com/p?c1=2&c2=6665296&cv=2.0&cj=1"}]}}]},"adVars":{"amazonAds":true,"enableCriteo":true,"enableViewability":false,"enableViewabilityBR":false,"enableSharethrough":true,"enableAppNexusWrapper":true,"sharethroughKey":"","sharethroughArticleKey":"SHuazDE6JbBKPDzmGFrMhEbY","enableOpenx":false,"enableKiosked":false,"enableKioskedMobile":false,"enableSonobi":true,"sonobiScript":"","zergnetId":"59489","enableYieldbot":false},"scriptVars":{"dfp":{"activeSlots":["tsm-out-of-page","top-right-300x250","middle-right-300x250","bottom-right-300x250","dynamic-ad-custom","dynamic-ad-header","dynamic-ad-push","top-728x90","bottom-728x90","mid-top-300x250","mid-bottom-300x250","top-right-noflex-300x250","tsm-2x2"],"adPageSettings":{"attrs":{"catid":["articles"],"tags":["granger-smith","josh-abbott"],"id":"granger-smith-luke-combs-josh-abbott-band-join-hurricane-harvey-relief-efforts","author":"astefano","kw":["astefano","granger-smith-luke-combs-josh-abbott-band-join-hurricane-harvey-relief-efforts","articles","granger-smith","josh-abbott","pagetype-post"],"genre":["country"],"device":"web","kv":[]}},"mobileActiveSlots":["ads-expand-down","ads-expand","ads-prestitial","ads-top-right","ads-bottom-right","ads-top-leaderboard","ads-bottom-leaderboard","ads-mid-top","ads-mid-bottom","tsm-2x2"],"dfp6":true},"smartAppBanner":{"bannerTitle":null,"itunes_app_id":null,"google_play_app_id":null,"daysHidden":"15","daysReminder":"90","buttonText":"View","priceText":"Get","img_url":null},"revision":"dc1580972c867b4fe21b9449d55eca093dd2a4f0"},"postMeta":{"_aioseop_title":"Smith, Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts"},"activeDomain":"1033uscountry.com","authLoginFormNonce":"f75fcdf551","authRegFormNonce":"0df069f245","ga":{"ids":{"primary":"UA-33428520-4","secondary":["UA-19109753-1","UA-33428520-6","UA-28825804-3","UA-45260060-1"],"all":["UA-33428520-4","UA-19109753-1","UA-33428520-6","UA-28825804-3","UA-45260060-1"]}},"tsmStatic":{"revision":"4911d95e0898b139b595eb65188214cf422adc5b"},"isGallery":true,"userRegistrationSettings":{"disable-registration":"no"},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":214342,"postAuthor":629935,"postDate":"2017-08-29T19:45:22.000Z","postDateGmt":"2017-08-29T19:45:22.000Z","postTitle":"Granger Smith, Luke Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts","postExcerpt":"More country artists are encouraging fans to help those affected by Hurricane Harvey.","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"granger-smith-luke-combs-josh-abbott-band-join-hurricane-harvey-relief-efforts","toPing":"","pinged":"","postModified":"2017-08-30T01:52:58.000Z","postModifiedGmt":"2017-08-30T01:52:58.000Z","postContentFiltered":"","postParent":0,"guid":"http://theboot.com/granger-smith-luke-combs-josh-abbott-band-hurricane-harvey-relief-efforts/","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-08-29 19:45:22.000+0000","postModifiedGmtStr":"2017-08-30 01:52:58.000+0000","meta":{"_crosspost_source_blog_id":"623","_crosspost_source_post_id":"180886"}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Smith, Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts","next":{"latest":[{"postId":212623,"documentUrl":"/granger-smith-strips-down-for-his-pre-show-ritual-the-ice-bath-watch/","filterUrl":"/rest/carbon/filter/main/granger-smith-strips-down-for-his-pre-show-ritual-the-ice-bath-watch/","sortDate":"2017-07-31 14:04:21.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":210709,"documentUrl":"/thomas-rhett-bbt-pavilion-2017-concert-pictures/","filterUrl":"/rest/carbon/filter/main/thomas-rhett-bbt-pavilion-2017-concert-pictures/","sortDate":"2017-06-25 12:00:28.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":208640,"documentUrl":"/granger-smith-absorbed-everything-on-the-road-with-florida-georgia-line/","filterUrl":"/rest/carbon/filter/main/granger-smith-absorbed-everything-on-the-road-with-florida-georgia-line/","sortDate":"2017-05-22 07:00:10.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":208501,"documentUrl":"/granger-smith-happens-like-that-listen/","filterUrl":"/rest/carbon/filter/main/granger-smith-happens-like-that-listen/","sortDate":"2017-05-18 23:01:33.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":205432,"documentUrl":"/granger-smith-eric-paslay-more-announced-for-2017-cma-music-festival/","filterUrl":"/rest/carbon/filter/main/granger-smith-eric-paslay-more-announced-for-2017-cma-music-festival/","sortDate":"2017-03-16 16:00:44.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":204909,"documentUrl":"/granger-smith-better-than-ever-stage-fall/","filterUrl":"/rest/carbon/filter/main/granger-smith-better-than-ever-stage-fall/","sortDate":"2017-03-02 12:30:10.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":203818,"documentUrl":"/red-river-valley-fair-announces-country-and-rock-acts-for-the-fair/","filterUrl":"/rest/carbon/filter/main/red-river-valley-fair-announces-country-and-rock-acts-for-the-fair/","sortDate":"2017-02-06 20:18:49.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":193799,"documentUrl":"/granger-smiths-if-the-boot-fits-video-shows-his-energetic-live-show/","filterUrl":"/rest/carbon/filter/main/granger-smiths-if-the-boot-fits-video-shows-his-energetic-live-show/","sortDate":"2016-08-26 16:00:00.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":193057,"documentUrl":"/getting-to-know-earl-dibbles-jr/","filterUrl":"/rest/carbon/filter/main/getting-to-know-earl-dibbles-jr/","sortDate":"2016-08-18 16:00:48.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":192283,"documentUrl":"/granger-smith-makes-spirited-we-fest-debut-with-earl-dibbles-jr/","filterUrl":"/rest/carbon/filter/main/granger-smith-makes-spirited-we-fest-debut-with-earl-dibbles-jr/","sortDate":"2016-08-05 20:51:35.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"}],"taxonomy":[{"postId":212623,"documentUrl":"/granger-smith-strips-down-for-his-pre-show-ritual-the-ice-bath-watch/","filterUrl":"/rest/carbon/filter/main/granger-smith-strips-down-for-his-pre-show-ritual-the-ice-bath-watch/","sortDate":"2017-07-31 14:04:21.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":210709,"documentUrl":"/thomas-rhett-bbt-pavilion-2017-concert-pictures/","filterUrl":"/rest/carbon/filter/main/thomas-rhett-bbt-pavilion-2017-concert-pictures/","sortDate":"2017-06-25 12:00:28.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":208640,"documentUrl":"/granger-smith-absorbed-everything-on-the-road-with-florida-georgia-line/","filterUrl":"/rest/carbon/filter/main/granger-smith-absorbed-everything-on-the-road-with-florida-georgia-line/","sortDate":"2017-05-22 07:00:10.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":208501,"documentUrl":"/granger-smith-happens-like-that-listen/","filterUrl":"/rest/carbon/filter/main/granger-smith-happens-like-that-listen/","sortDate":"2017-05-18 23:01:33.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":205432,"documentUrl":"/granger-smith-eric-paslay-more-announced-for-2017-cma-music-festival/","filterUrl":"/rest/carbon/filter/main/granger-smith-eric-paslay-more-announced-for-2017-cma-music-festival/","sortDate":"2017-03-16 16:00:44.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":204909,"documentUrl":"/granger-smith-better-than-ever-stage-fall/","filterUrl":"/rest/carbon/filter/main/granger-smith-better-than-ever-stage-fall/","sortDate":"2017-03-02 12:30:10.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":203818,"documentUrl":"/red-river-valley-fair-announces-country-and-rock-acts-for-the-fair/","filterUrl":"/rest/carbon/filter/main/red-river-valley-fair-announces-country-and-rock-acts-for-the-fair/","sortDate":"2017-02-06 20:18:49.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":193799,"documentUrl":"/granger-smiths-if-the-boot-fits-video-shows-his-energetic-live-show/","filterUrl":"/rest/carbon/filter/main/granger-smiths-if-the-boot-fits-video-shows-his-energetic-live-show/","sortDate":"2016-08-26 16:00:00.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":193057,"documentUrl":"/getting-to-know-earl-dibbles-jr/","filterUrl":"/rest/carbon/filter/main/getting-to-know-earl-dibbles-jr/","sortDate":"2016-08-18 16:00:48.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":192283,"documentUrl":"/granger-smith-makes-spirited-we-fest-debut-with-earl-dibbles-jr/","filterUrl":"/rest/carbon/filter/main/granger-smith-makes-spirited-we-fest-debut-with-earl-dibbles-jr/","sortDate":"2016-08-05 20:51:35.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"}]},"cadata":{"activeDomain":"1033uscountry.com","blogId":505,"method":"get_single","postId":214342,"crosspostBlogId":"623","crosspostPostId":"180886","postType":"post","postDateGmt":"2017-08-29 19:45:22.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-24","widget_listen_live-79","now-playing-76","widget_onair-78"],"widgetDetails":{"promotion-24":{"widgetInfo":{"id":"promotion-24","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"24"},"widgetParams":{"title":"","type":"image_list","subtype":"","sponsor":{"time_start":"","time_end":"","background_image":"","sponsor_image":"","sponsor_image_mobile":"","background_color":"","background_repeat":"no-repeat","sponsor_name":"","sponsor_link":""},"widgetTime":3}},"widget_listen_live-79":{"widgetInfo":{"id":"widget_listen_live-79","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"79"},"widgetParams":{"title":"Listen Now","widgetTime":3}},"now-playing-76":{"widgetInfo":{"id":"now-playing-76","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"76"},"widgetParams":{"title":"Recently Played","widgetTime":3}},"widget_onair-78":{"widgetInfo":{"id":"widget_onair-78","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"78"},"widgetParams":{"title":"On Air","widgetTime":296}}}},"carbonsidebar/single":{"widgets":["carbonwidget/single-1"],"widgetDetails":{"carbonwidget/single-1":{"widgetInfo":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"widgetParams":{"mainAuthor":{"id":629935,"slug":"astefano","name":"Angela Stefano","first_name":"Angela","last_name":"Zimmer (Stefano)","nickname":"Angela Stefano","url":"http://1033uscountry.com/author/astefano/","description":"Enjoys cheap vinyl, expensive purses, loud (and live!) music, good hockey and any and all puppies. Editor-in-chief of TheBoot.com. Ardent Buffalo supporter.","thumbnail":"http://theboot.com/files/2016/10/430A7710.jpg"},"firstCategoryName":"Articles","postType":"post","postTitle":"Granger Smith, Luke Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts","aiseopTitle":"Smith, Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts","widgetTime":10}}}},"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":1}},"carbonwidget/dynamic-ad-header":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-header","widgetTime":1}},"carbonwidget/dynamic-ad-push":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-push","widgetTime":1}},"carbonwidget/tsm-out-of-page":{"widgetInfo":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"tsm-out-of-page","widgetTime":1}},"carbonwidget/bottom-728x90":{"widgetInfo":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"bottom-728x90","widgetTime":1}}}},"single-post-bottom":{"widgets":["ts_blogroll-11","widget_third_party_content-2","widget_third_party_content-3"],"widgetDetails":{"ts_blogroll-11":{"widgetInfo":{"id":"ts_blogroll-11","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"11"},"widgetParams":{"title":"Best of KUSB","type":"main_content_thumb_title_roll","cat":"6,48,2967","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","sponsor":{"enabled":"on","time_start":"","time_end":"","background_image":"","sponsor_image":"http://1033uscountry.com/files/2015/09/175532_widget1.png","sponsor_image_mobile":"","background_color":"","background_repeat":"no-repeat","sponsor_name":"","sponsor_link":"http://www.sanfordhealth.org/stories/view/59bc03fa-243d-4ce9-90d6-9e72f3f6fde9"}}},"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":1}},"widget_third_party_content-3":{"widgetInfo":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"widgetParams":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":1}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-22","ts_blogroll-619","google-ads-widget-413","tsq_sailthru_newsletter_widget-394","ts_blogroll-621"],"widgetDetails":{"fix_sidebar_marker-22":{"widgetInfo":{"id":"fix_sidebar_marker-22","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"22"}},"ts_blogroll-619":{"widgetInfo":{"id":"ts_blogroll-619","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"619"},"widgetParams":{"title":"Featured","pinned_id":"","pinned_label":"","type":"carousel","cat":"0","tag":"Featured","private_tag":"","posts_per_page":"3","thumb_type":"landscape","link_label":"","link":"","isweather":"1","align":"right","show_thumb":0,"alternate_data":0,"unique_posts":0}},"google-ads-widget-413":{"widgetInfo":{"id":"google-ads-widget-413","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"413"},"widgetParams":{"title":"Carbon Google Ads","adunit":"maintop-300x250","align":"right","adtype":"dfp6","widgetTime":1}},"tsq_sailthru_newsletter_widget-394":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-394","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"394"},"widgetParams":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["KUSB-FM US Country 1033"],"widgetTime":0}},"ts_blogroll-621":{"widgetInfo":{"id":"ts_blogroll-621","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"621"},"widgetParams":{"title":"Latest Articles","pinned_id":"","pinned_label":"","type":"sidebar_row_standard","cat":"","tag":"","private_tag":"","posts_per_page":"3","thumb_type":"landscape","link_label":"","link":"","align":"default","show_thumb":0,"alternate_data":0,"unique_posts":0,"isweather":0}}}},"carbonsidebar/nav/blueiv":{"widgets":["carbonwidget/nav/blueiv"],"widgetDetails":{"carbonwidget/nav/blueiv":{"widgetInfo":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"}}}},"carbonsidebar/nav/main":{"widgets":["carbonwidget/nav/main"],"widgetDetails":{"carbonwidget/nav/main":{"widgetInfo":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"}}}},"carbonsidebar/nav/promo_links":{"widgets":["carbonwidget/nav/promo_links"],"widgetDetails":{"carbonwidget/nav/promo_links":{"widgetInfo":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"}}}},"carbonsidebar/nav/footer":{"widgets":["carbonwidget/nav/footer"],"widgetDetails":{"carbonwidget/nav/footer":{"widgetInfo":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"}}}}}},"widgets":{"promotion-24":{"info":{"id":"promotion-24","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"24"},"params":{"title":"","type":"image_list","subtype":"","sponsor":{"time_start":"","time_end":"","background_image":"","sponsor_image":"","sponsor_image_mobile":"","background_color":"","background_repeat":"no-repeat","sponsor_name":"","sponsor_link":""},"widgetTime":3},"data":[0],"dataDetails":{"0":{"image":"222061","image_label":"","link_url":"#","link_target":"_self","image_url":"http://1033uscountry.com/files/2017/12/kusbfm-promo-header.png"}}},"widget_listen_live-79":{"info":{"id":"widget_listen_live-79","groupType":"widget_listen_live","widgetType":"widget_widget_listen_live","widgetInstance":"79"},"params":{"title":"Listen Now","widgetTime":3},"data":[69745],"dataDetails":{"69745":{"postId":69745,"title":"Listen Now","label":"Click to view the latest song playing on air.","url":"/listen-live/","mobileId":"18181","playerMode":"radio","sid":"23094","callsign":"KUSBFM","woMobileId":"5251","woStreamId":"3537","activePlayer":"wo","stationName":"","listenLivePageUrl":"http://player.streamtheworld.com/_players/townsquaremedia/runspotv3/?sid=23094&redirect=http://player.listenlive.co/18181","html5ScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/html5/stwplayer.php?callsign=KUSBFM&primaryColor=0x00bfff&playermode=radio&sid=23094&width=630","flashScriptUrl":"http://player.streamtheworld.com/_players/townsquaremedia/stwplayer.php?callsign=KUSBFM&primaryColor=0x00bfff&playermode=radio&timeshift=false&radiopup=true&playerAdState=0&popout=false&width=630","wo_player_url":"http://v6.player.abacast.net/5251","wo_recent_api_url":"http://api.nowplaying.abacast.net/prt/nowplaying/2/10/3537/nowplaying.json","wo_preroll_url":"http://api.clarity.abacast.com/gateway/getmediavast.php?sid=3537/","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"now-playing-76":{"info":{"id":"now-playing-76","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"76"},"params":{"title":"Recently Played","widgetTime":3},"data":[69745],"dataDetails":{"69745":{"postId":69745,"mobileId":"18181","playerMode":"radio","sid":"23094","callsign":"KUSBFM","woStreamId":"3537","activePlayer":"wo","songCount":10,"playingNowUrl":"/rest/carbon/api/nowplaying/playertype/wo"}}},"widget_onair-78":{"info":{"id":"widget_onair-78","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"78"},"params":{"title":"On Air","widgetTime":296},"data":["8191"],"dataDetails":{"8191":{"id":"8191","url":"http://1033uscountry.com/show/non-stop-music/","title":"Non-Stop Music","wall":"http://1033uscountry.com/show/non-stop-music/","posts":"http://1033uscountry.com/show/non-stop-music/posts","mail":"mike.rose@townsquaremedia.com","phone":"701-663-1033","thumbnailId":8192,"thumbnail":"http://1033uscountry.com/files/2012/08/NonStopMusic.jpg","authors":[{"id":667483,"user_nicename":"mikerose","display_name":"Mike Rose"}]}}},"carbonwidget/single-1":{"info":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"params":{"mainAuthor":{"id":629935,"slug":"astefano","name":"Angela Stefano","first_name":"Angela","last_name":"Zimmer (Stefano)","nickname":"Angela Stefano","url":"http://1033uscountry.com/author/astefano/","description":"Enjoys cheap vinyl, expensive purses, loud (and live!) music, good hockey and any and all puppies. Editor-in-chief of TheBoot.com. Ardent Buffalo supporter.","thumbnail":"http://theboot.com/files/2016/10/430A7710.jpg"},"firstCategoryName":"Articles","postType":"post","postTitle":"Granger Smith, Luke Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts","aiseopTitle":"Smith, Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts","widgetTime":10},"data":[214342],"dataDetails":{"214342":{"thumbnail":"http://theboot.com/files/2017/08/hurricane-harvey-country-artists-relief-efforts.jpg","caption":"Scott Olson, Getty Images","excerpt":"More country artists are encouraging fans to help those affected by Hurricane Harvey.","date":"August 29, 2017 2:45 PM","postDateGmt":"2017-08-29 19:45:22 +0000","postModifiedGmt":"2017-08-30 01:52:58 +0000","title":"Granger Smith, Luke Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts","url":"http://1033uscountry.com/granger-smith-luke-combs-josh-abbott-band-join-hurricane-harvey-relief-efforts/","id":214342,"contentRaw":"[caption id=\"attachment_180887\" align=\"aligncenter\" width=\"630\"]<img class=\"size-large wp-image-180887\" src=\"http://theboot.com/files/2017/08/hurricane-harvey-country-artists-relief-efforts.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\" alt=\"Hurricane Harvey relief efforts Granger Smith Josh Abbott Band Luke Combs\" width=\"630\" height=\"420\" /> Scott Olson, Getty Images[/caption]\r\n\r\nAs Hurricane Harvey, now downgraded to a tropical storm, continues to wreak havoc on the Texas coast and in East Texas, more country artists are pledging to help those affected. <a href=\"http://theboot.com/tags/granger-smith/\">Granger Smith</a>, <a href=\"http://theboot.com/tags/luke-combs/\">Luke Combs</a> and the <a href=\"http://theboot.com/tags/josh-abbott-band/\">Josh Abbott Band</a> are among the country stars urging their fans to do what they can for the hurricane victims.\r\n\r\nSmith, a Dallas, Texas, native, is now donating 100 percent of profits from <a href=\"https://store.grangersmith.com/\" target=\"_blank\">merchandise sales through his online store</a> to Hurricane Harvey relief efforts; on Facebook, Smith's wife Amber also <a href=\"https://www.facebook.com/amberemilysmith/videos/vb.100002868610138/1234052643367011/?type=2&amp;theater\" target=\"_blank\">reached out via a video message</a> to solicit donations to the <a href=\"http://www.texasdiaperbank.org/\" target=\"_blank\">Texas Diaper Bank</a>, which will provide diapers and related items to those who need them while Texans are displaced due to the hurricane. Over the weekend,<a href=\"http://theboot.com/lady-antebellum-merch-proceeds-to-hurricane-harvey-relief/\"> Lady Antebellum, too, donated merch proceeds</a>, specifically from their Saturday night (Aug. 26) concert in Dallas, to Hurricane Harvey relief efforts.\r\n\r\nCombs, meanwhile, <a href=\"https://twitter.com/LukeCombsMusic/status/902584347252989952?ref_src=twsrc%5Etfw&amp;ref_url=http%3A%2F%2Fwww.nashcountrydaily.com%2F2017%2F08%2F29%2Fluke-combs-makes-big-donation-to-hurricane-harvey-relief-effort%2F\" target=\"_blank\">tweeted</a> on Tuesday afternoon (Aug. 29) that he would be donating $10,000 to <a href=\"https://www.samaritanspurse.org/disaster/hurricane-harvey/?&amp;utm_source=SPInstagram&amp;utm_medium=social&amp;utm_campaign=m_YHHR-17SM_SocialMedia&amp;utm_content=8-29HarveyLP-VolunteerPhoto\" target=\"_blank\">Samaritan's Purse</a>, \"a non-denominational evangelical Christian organization providing spiritual and physical aid to hurting people around the world,\" and called on fans to help in whatever way they can as well. According to the organization's website, Samaritan's Purse is sending five disaster relief teams to help Hurricane Harvey victims.\r\n\r\nhttps://youtu.be/3sV6WekjNCo\r\n\r\nAlso Texans, the Josh Abbott Band are selling a special T-shirt, emblazoned with the state of Texas and the words \"My Texas,\" and donating the proceeds to \"accredited organizations helping in disaster recovery.\" The shirt costs $30 and is available through <a href=\"https://www.jabcares.org/\" target=\"_blank\">JABCares.org</a>, the official website for the Josh Abbott Band's own charity program, which \"partner[s] with deserving organizations to support their efforts through helping raise awareness and support financially when needed.\"\r\n\r\nHurricane Harvey dumped two feet or more of rain on areas near the Texas coast and in the eastern part of the state over the weekend, and even more rain is expected. <a href=\"http://www.cnn.com/2017/08/28/us/harvey-houston-texas-louisiana/index.html\" target=\"_blank\">CNN </a>reports that officials are expecting 450,000 people to need disaster relief assistance; FEMA Administrator Brock Long calls the storm “a landmark event for Texas.”\r\n\r\nIn addition to the above-mentioned country artists, both <a href=\"http://theboot.com/tags/chris-young/\">Chris Young</a> and <a href=\"http://theboot.com/tags/miranda-lambert/\">Miranda Lambert</a> are also helping with Hurricane Harvey relief efforts: Young has <a href=\"http://theboot.com/chris-young-hurricane-harvey-gofundme/\">set up a GoFundMe campaign</a> to help raise money for those affected by the natural disaster, encouraging his fans to donate whatever they can to the fund, which will be given to the Red Cross and other local Texas disaster relief organizations, and giving $100,000 himself. Lambert's MuttNation Foundation, meanwhile, is <a href=\"http://theboot.com/miranda-lambert-muttnation-hurricane-harvey-relief-efforts/\">headed to the affected parts of Texas</a> to do whatever they can for the animals displaced by the storm.\r\n<p style=\"text-align: center;\"><strong>Country Stars Share Thoughts and Prayers for Hurricane Harvey Victims</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\n[button href=\"http://theboot.com/songs-inspired-by-tragedies/\" title=\"NEXT: Country Songs Inspired By World Tragedy\" align=\"center\"]","next_url":[{"textContent":"NEXT: Country Songs Inspired By World Tragedy","class":"button_act","href":"http://theboot.com/songs-inspired-by-tragedies/","target":"_blank"}],"content":"\n<figure id=\"attachment_180887\" class=\"content-post-image aligncenter\"><span class=\"image-frame\"><noscript><img src=\"http://theboot.com/files/2017/08/hurricane-harvey-country-artists-relief-efforts.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\"></noscript>\n<img class=\"size-large wp-image-180887 lazy\" src=\"//s3.amazonaws.com/tsm-images/global/1x1.gif\" alt=\"Hurricane Harvey relief efforts Granger Smith Josh Abbott Band Luke Combs\" data-width=\"630\" data-height=\"420\" data-type=\"post\" datasrc=\"http://theboot.com/files/2017/08/hurricane-harvey-country-artists-relief-efforts.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\"></span><figcaption>Scott Olson, Getty Images</figcaption></figure><p>As Hurricane Harvey, now downgraded to a tropical storm, continues to wreak havoc on the Texas coast and in East Texas, more country artists are pledging to help those affected. <a href=\"http://theboot.com/tags/granger-smith/\" target=\"_blank\">Granger Smith</a>, <a href=\"http://theboot.com/tags/luke-combs/\" target=\"_blank\">Luke Combs</a> and the <a href=\"http://theboot.com/tags/josh-abbott-band/\" target=\"_blank\">Josh Abbott Band</a> are among the country stars urging their fans to do what they can for the hurricane victims.</p>\n<p>Smith, a Dallas, Texas, native, is now donating 100 percent of profits from <a href=\"https://store.grangersmith.com/\" target=\"_blank\">merchandise sales through his online store</a> to Hurricane Harvey relief efforts; on Facebook, Smith’s wife Amber also <a href=\"https://www.facebook.com/amberemilysmith/videos/vb.100002868610138/1234052643367011/?type=2&amp;theater\" target=\"_blank\">reached out via a video message</a> to solicit donations to the <a href=\"http://www.texasdiaperbank.org/\" target=\"_blank\">Texas Diaper Bank</a>, which will provide diapers and related items to those who need them while Texans are displaced due to the hurricane. Over the weekend,<a href=\"http://theboot.com/lady-antebellum-merch-proceeds-to-hurricane-harvey-relief/\" target=\"_blank\"> Lady Antebellum, too, donated merch proceeds</a>, specifically from their Saturday night (Aug. 26) concert in Dallas, to Hurricane Harvey relief efforts.</p>\n<p>Combs, meanwhile, <a href=\"https://twitter.com/LukeCombsMusic/status/902584347252989952?ref_src=twsrc%5Etfw&amp;ref_url=http%3A%2F%2Fwww.nashcountrydaily.com%2F2017%2F08%2F29%2Fluke-combs-makes-big-donation-to-hurricane-harvey-relief-effort%2F\" target=\"_blank\">tweeted</a> on Tuesday afternoon (Aug. 29) that he would be donating $10,000 to <a href=\"https://www.samaritanspurse.org/disaster/hurricane-harvey/?&amp;utm_source=SPInstagram&amp;utm_medium=social&amp;utm_campaign=m_YHHR-17SM_SocialMedia&amp;utm_content=8-29HarveyLP-VolunteerPhoto\" target=\"_blank\">Samaritan’s Purse</a>, “a non-denominational evangelical Christian organization providing spiritual and physical aid to hurting people around the world,” and called on fans to help in whatever way they can as well. According to the organization’s website, Samaritan’s Purse is sending five disaster relief teams to help Hurricane Harvey victims.</p>\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=1033uscountry\" target=\"_blank\">103.3 US Country on Youtube</a></span></p>\n<p>Also Texans, the Josh Abbott Band are selling a special T-shirt, emblazoned with the state of Texas and the words “My Texas,” and donating the proceeds to “accredited organizations helping in disaster recovery.” The shirt costs $30 and is available through <a href=\"https://www.jabcares.org/\" target=\"_blank\">JABCares.org</a>, the official website for the Josh Abbott Band’s own charity program, which “partner[s] with deserving organizations to support their efforts through helping raise awareness and support financially when needed.”</p>\n<p>Hurricane Harvey dumped two feet or more of rain on areas near the Texas coast and in the eastern part of the state over the weekend, and even more rain is expected. <a href=\"http://www.cnn.com/2017/08/28/us/harvey-houston-texas-louisiana/index.html\" target=\"_blank\">CNN </a>reports that officials are expecting 450,000 people to need disaster relief assistance; FEMA Administrator Brock Long calls the storm “a landmark event for Texas.”</p>\n<p>In addition to the above-mentioned country artists, both <a href=\"http://theboot.com/tags/chris-young/\" target=\"_blank\">Chris Young</a> and <a href=\"http://theboot.com/tags/miranda-lambert/\" target=\"_blank\">Miranda Lambert</a> are also helping with Hurricane Harvey relief efforts: Young has <a href=\"http://theboot.com/chris-young-hurricane-harvey-gofundme/\" target=\"_blank\">set up a GoFundMe campaign</a> to help raise money for those affected by the natural disaster, encouraging his fans to donate whatever they can to the fund, which will be given to the Red Cross and other local Texas disaster relief organizations, and giving $100,000 himself. Lambert’s MuttNation Foundation, meanwhile, is <a href=\"http://theboot.com/miranda-lambert-muttnation-hurricane-harvey-relief-efforts/\" target=\"_blank\">headed to the affected parts of Texas</a> to do whatever they can for the animals displaced by the storm.</p>\n<p style=\"text-align: center;\"><strong>Country Stars Share Thoughts and Prayers for Hurricane Harvey Victims</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:'dark'\n\t\t\n\t\t,dozIndexTweak:1\n\t\t,refreshRate:1\n\t\t,enableFullscreen:1\n\t\t,expandOnLoadHash:0\n\t\t,portraitMode:0\n\t\t,initImage:''\n\t\t,enableEndCard:1\n\t\t,enableBelowDescriptionEndCard:1\n\t\t,endCardMode:2\n\t\t,enableKiosked:1\n\t\t,enableKioskedMobile:0\n\t\t,carbonLayout:\"\"\n\t};\n\twindow.TSM.photogalleryConfigs.push( photogalleryConfig );\n<\/script><div id=\"tsm-photogallery-204-389479-0-placeholder\"></div>\n<div class=\"tsm-photogallery-wrapper dark\">\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 class=\"more_act ga_network_button aligncenter\"><a class=\"button_act\" href=\"http://theboot.com/songs-inspired-by-tragedies/\" target=\"_blank\">NEXT: Country Songs Inspired By World Tragedy</a></p>\n<div class=\"feed_attribution_after clearfix\">\n<a href=\"http://theboot.com/granger-smith-luke-combs-josh-abbott-band-hurricane-harvey-relief-efforts/\" target=\"_blank\"><img src=\"http://theboot.com/files/2014/09/boot-140x30.png\" class=\"crosspost-attribution-image\" alt=\"The Boot\"></a> Source: <a href=\"http://theboot.com/granger-smith-luke-combs-josh-abbott-band-hurricane-harvey-relief-efforts/\" target=\"_blank\">Granger Smith, Luke Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts</a>\n</div>\n","postType":"post","wpVersion":"","alternateMetaForBlogroll":{"title":"Granger Smith, Luke Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts","excerpt":"More country artists are encouraging fans to help those affected by Hurricane Harvey.","post_excerpt":"More country artists are encouraging fans to help those affected by Hurricane Harvey.","post_more_excerpt":"<p>More country artists are encouraging fans to help those affected by Hurricane Harvey.\n<p class=\"more_act\"><a href=\"http://1033uscountry.com/granger-smith-luke-combs-josh-abbott-band-join-hurricane-harvey-relief-efforts/\" title=\"Granger Smith, Luke Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts\">Read More</a></p>\n","permalink":"http://1033uscountry.com/granger-smith-luke-combs-josh-abbott-band-join-hurricane-harvey-relief-efforts/","image":{"id":214341,"url":"http://theboot.com/files/2017/08/hurricane-harvey-country-artists-relief-efforts.jpg","caption":"Scott Olson, Getty Images"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":true},"tags":[{"id":2195,"slug":"granger-smith","title":"Granger Smith","description":"","post_count":32,"link_url":"http://1033uscountry.com/tags/granger-smith/","feed_url":"http://1033uscountry.com/tags/granger-smith/feed/","term_taxonomy_id":2247,"object_id":0},{"id":2317,"slug":"josh-abbott","title":"Josh Abbott","description":"","post_count":2,"link_url":"http://1033uscountry.com/tags/josh-abbott/","feed_url":"http://1033uscountry.com/tags/josh-abbott/feed/","term_taxonomy_id":2374,"object_id":0}],"categories":[{"id":1,"slug":"articles","title":"Articles","description":"","parent":0,"post_count":7614,"link_url":"http://1033uscountry.com/category/articles/","feed_url":"http://1033uscountry.com/category/articles/feed/","term_taxonomy_id":1,"object_id":0}],"authors":[{"id":629935,"slug":"astefano","name":"Angela Stefano","first_name":"Angela","last_name":"Zimmer (Stefano)","nickname":"Angela Stefano","url":"http://1033uscountry.com/author/astefano/","description":"Enjoys cheap vinyl, expensive purses, loud (and live!) music, good hockey and any and all puppies. Editor-in-chief of TheBoot.com. Ardent Buffalo supporter.","thumbnail":"http://theboot.com/files/2016/10/430A7710.jpg"}],"post_more_meta":{"meta":"","title":"The Boot","url":"http://theboot.com/","link":"The Boot"},"social":{"tw":{"href":"http://twitter.com/intent/tweet?text=Granger%20Smith%2C%20Luke%20Combs%2C%20Josh%20Abbott%20Band%20Join%20Hurricane%20Harvey%20Relief%20Efforts%20http%3A%2F%2Ftheboot.com%2Fgranger-smith-luke-combs-josh-abbott-band-hurricane-harvey-relief-efforts%2F%3Ftrackback%3Dtwitter_mobile%20%401033USCountry","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2Ftheboot.com%2Fgranger-smith-luke-combs-josh-abbott-band-hurricane-harvey-relief-efforts%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://1033uscountry.com/no-bomb-found-in-bismarck-bomb-threat/","prevArticle":"http://1033uscountry.com/george-strait-working-on-hurricane-harvey-relief-effort/","pageUrl":"/granger-smith-luke-combs-josh-abbott-band-join-hurricane-harvey-relief-efforts/","blogId":505,"domain":"1033uscountry.com","crossPostAttributionBottom":"<div class=\"feed_attribution_after clearfix\">\n<a href=\"http://theboot.com/granger-smith-luke-combs-josh-abbott-band-hurricane-harvey-relief-efforts/\" target=\"_blank\"><img src=\"http://theboot.com/files/2014/09/boot-140x30.png\" class=\"crosspost-attribution-image\" alt=\"The Boot\"></a> Source: <a href=\"http://theboot.com/granger-smith-luke-combs-josh-abbott-band-hurricane-harvey-relief-efforts/\" target=\"_blank\">Granger Smith, Luke Combs, Josh Abbott Band Join Hurricane Harvey Relief Efforts</a>\n</div>","rawContent":"<p>\n<sectiontag class=\"module\" contenteditable=\"false\" type=\"image\" attr-id=\"180887\" attr-caption=\" Scott Olson, Getty Images\" attr-align=\"center\" attr-width=\"630\" attr-height=\"420\" attr-url=\"http://theboot.com/files/2017/08/hurricane-harvey-country-artists-relief-efforts.jpg?w=630&amp;amp;h=420&amp;amp;zc=1&amp;amp;s=0&amp;amp;a=t&amp;amp;q=89\"></sectiontag></p>\n<p>As Hurricane Harvey, now downgraded to a tropical storm, continues to wreak havoc on the Texas coast and in East Texas, more country artists are pledging to help those affected. <a href=\"http://theboot.com/tags/granger-smith/\">Granger Smith</a>, <a href=\"http://theboot.com/tags/luke-combs/\">Luke Combs</a> and the <a href=\"http://theboot.com/tags/josh-abbott-band/\">Josh Abbott Band</a> are among the country stars urging their fans to do what they can for the hurricane victims.</p>\n<p>Smith, a Dallas, Texas, native, is now donating 100 percent of profits from <a href=\"https://store.grangersmith.com/\" target=\"_blank\">merchandise sales through his online store</a> to Hurricane Harvey relief efforts; on Facebook, Smith's wife Amber also <a href=\"https://www.facebook.com/amberemilysmith/videos/vb.100002868610138/1234052643367011/?type=2&amp;theater\" target=\"_blank\">reached out via a video message</a> to solicit donations to the <a href=\"http://www.texasdiaperbank.org/\" target=\"_blank\">Texas Diaper Bank</a>, which will provide diapers and related items to those who need them while Texans are displaced due to the hurricane. Over the weekend,<a href=\"http://theboot.com/lady-antebellum-merch-proceeds-to-hurricane-harvey-relief/\"> Lady Antebellum, too, donated merch proceeds</a>, specifically from their Saturday night (Aug. 26) concert in Dallas, to Hurricane Harvey relief efforts.</p>\n<p>Combs, meanwhile, <a href=\"https://twitter.com/LukeCombsMusic/status/902584347252989952?ref_src=twsrc%5Etfw&amp;ref_url=http%3A%2F%2Fwww.nashcountrydaily.com%2F2017%2F08%2F29%2Fluke-combs-makes-big-donation-to-hurricane-harvey-relief-effort%2F\" target=\"_blank\">tweeted</a> on Tuesday afternoon (Aug. 29) that he would be donating $10,000 to <a href=\"https://www.samaritanspurse.org/disaster/hurricane-harvey/?&amp;utm_source=SPInstagram&amp;utm_medium=social&amp;utm_campaign=m_YHHR-17SM_SocialMedia&amp;utm_content=8-29HarveyLP-VolunteerPhoto\" target=\"_blank\">Samaritan's Purse</a>, \"a non-denominational evangelical Christian organization providing spiritual and physical aid to hurting people around the world,\" and called on fans to help in whatever way they can as well. According to the organization's website, Samaritan's Purse is sending five disaster relief teams to help Hurricane Harvey victims.</p>\n<p><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>Also Texans, the Josh Abbott Band are selling a special T-shirt, emblazoned with the state of Texas and the words \"My Texas,\" and donating the proceeds to \"accredited organizations helping in disaster recovery.\" The shirt costs $30 and is available through <a href=\"https://www.jabcares.org/\" target=\"_blank\">JABCares.org</a>, the official website for the Josh Abbott Band's own charity program, which \"partner[s] with deserving organizations to support their efforts through helping raise awareness and support financially when needed.\"</p>\n<p>Hurricane Harvey dumped two feet or more of rain on areas near the Texas coast and in the eastern part of the state over the weekend, and even more rain is expected. <a href=\"http://www.cnn.com/2017/08/28/us/harvey-houston-texas-louisiana/index.html\" target=\"_blank\">CNN </a>reports that officials are expecting 450,000 people to need disaster relief assistance; FEMA Administrator Brock Long calls the storm “a landmark event for Texas.”</p>\n<p>In addition to the above-mentioned country artists, both <a href=\"http://theboot.com/tags/chris-young/\">Chris Young</a> and <a href=\"http://theboot.com/tags/miranda-lambert/\">Miranda Lambert</a> are also helping with Hurricane Harvey relief efforts: Young has <a href=\"http://theboot.com/chris-young-hurricane-harvey-gofundme/\">set up a GoFundMe campaign</a> to help raise money for those affected by the natural disaster, encouraging his fans to donate whatever they can to the fund, which will be given to the Red Cross and other local Texas disaster relief organizations, and giving $100,000 himself. Lambert's MuttNation Foundation, meanwhile, is <a href=\"http://theboot.com/miranda-lambert-muttnation-hurricane-harvey-relief-efforts/\">headed to the affected parts of Texas</a> to do whatever they can for the animals displaced by the storm.</p>\n<p style=\"text-align: center;\"><strong>Country Stars Share Thoughts and Prayers for Hurricane Harvey Victims</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://tsm-branded-apps.s3.amazonaws.com/icons/slideshow@3x.png\" attr-layout=\"\" attr-fullscreen=\"1\"></sectiontag></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"button\" attr-href=\"http://theboot.com/songs-inspired-by-tragedies/\" attr-title=\"NEXT: Country Songs Inspired By World Tragedy\" attr-align=\"center\" attr-appLink=\"false\"></sectiontag></p>\n","podContent":[{"type":"singlePostText","data":{"text":"<p>As Hurricane Harvey, now downgraded to a tropical storm, continues to wreak havoc on the Texas coast and in East Texas, more country artists are pledging to help those affected. <a href=\"http://theboot.com/tags/granger-smith/\">Granger Smith</a>, <a href=\"http://theboot.com/tags/luke-combs/\">Luke Combs</a> and the <a href=\"http://theboot.com/tags/josh-abbott-band/\">Josh Abbott Band</a> are among the country stars urging their fans to do what they can for the hurricane victims.</p>\n"},"currentTextLength":322,"runningCounter":1,"cumulativePodTextLength":322,"totalSimilarConsecutiveElements":3,"totalTextLength":1354},{"type":"singlePostText","data":{"text":"<p>Smith, a Dallas, Texas, native, is now donating 100 percent of profits from <a href=\"https://store.grangersmith.com/\" target=\"_blank\">merchandise sales through his online store</a>&#xA0;to Hurricane Harvey relief efforts; on Facebook, Smith&apos;s wife Amber also <a href=\"https://www.facebook.com/amberemilysmith/videos/vb.100002868610138/1234052643367011/?type=2&amp;theater\" target=\"_blank\">reached out via a video message</a>&#xA0;to solicit donations to the <a href=\"http://www.texasdiaperbank.org/\" target=\"_blank\">Texas Diaper Bank</a>, which will provide diapers and related items to those who need them while Texans are displaced due to the hurricane. Over the weekend,<a href=\"http://theboot.com/lady-antebellum-merch-proceeds-to-hurricane-harvey-relief/\"> Lady Antebellum, too, donated merch proceeds</a>, specifically from their Saturday night (Aug. 26) concert in Dallas, to Hurricane Harvey relief efforts.</p>\n"},"currentTextLength":571,"runningCounter":2,"cumulativePodTextLength":893,"totalSimilarConsecutiveElements":3,"totalTextLength":1354},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostText","data":{"text":"<p>Combs, meanwhile, <a href=\"https://twitter.com/LukeCombsMusic/status/902584347252989952?ref_src=twsrc%5Etfw&amp;ref_url=http%3A%2F%2Fwww.nashcountrydaily.com%2F2017%2F08%2F29%2Fluke-combs-makes-big-donation-to-hurricane-harvey-relief-effort%2F\" target=\"_blank\">tweeted</a> on Tuesday afternoon (Aug. 29) that he would be donating $10,000 to <a href=\"https://www.samaritanspurse.org/disaster/hurricane-harvey/?&amp;utm_source=SPInstagram&amp;utm_medium=social&amp;utm_campaign=m_YHHR-17SM_SocialMedia&amp;utm_content=8-29HarveyLP-VolunteerPhoto\" target=\"_blank\">Samaritan&apos;s Purse</a>, &quot;a non-denominational evangelical Christian organization providing spiritual and physical aid to hurting people around the world,&quot; and called on fans to help in whatever way they can as well. According to the organization&apos;s website, Samaritan&apos;s Purse is sending five disaster relief teams to help Hurricane Harvey victims.</p>\n"},"currentTextLength":461,"runningCounter":3,"cumulativePodTextLength":1354,"totalSimilarConsecutiveElements":3,"totalTextLength":1354},{"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":"https://i.ytimg.com/vi/3sV6WekjNCo/hqdefault.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},{"type":"singlePostText","data":{"text":"<p>Also Texans, the Josh Abbott Band are selling a special T-shirt, emblazoned with the state of Texas and the words &quot;My Texas,&quot; and donating the proceeds to &quot;accredited organizations helping in disaster recovery.&quot; The shirt costs $30 and is available through <a href=\"https://www.jabcares.org/\" target=\"_blank\">JABCares.org</a>, the official website for the Josh Abbott Band&apos;s own charity program, which &quot;partner[s] with deserving organizations to support their efforts through helping raise awareness and support financially when needed.&quot;</p>\n"},"currentTextLength":517,"runningCounter":1,"cumulativePodTextLength":517,"totalSimilarConsecutiveElements":4,"totalTextLength":1570},{"type":"singlePostText","data":{"text":"<p>Hurricane Harvey dumped two feet or more of rain on areas near the Texas coast and in the eastern part of the state over the weekend, and even more rain is expected.&#xA0;<a href=\"http://www.cnn.com/2017/08/28/us/harvey-houston-texas-louisiana/index.html\" target=\"_blank\">CNN&#xA0;</a>reports that officials are expecting 450,000 people to need disaster relief assistance;&#xA0;FEMA Administrator Brock Long calls the storm &#x201C;a landmark event for Texas.&#x201D;</p>\n"},"currentTextLength":363,"runningCounter":2,"cumulativePodTextLength":880,"totalSimilarConsecutiveElements":4,"totalTextLength":1570},{"type":"singlePostText","data":{"text":"<p>In addition to the above-mentioned country artists, both&#xA0;<a href=\"http://theboot.com/tags/chris-young/\">Chris Young</a>&#xA0;and&#xA0;<a href=\"http://theboot.com/tags/miranda-lambert/\">Miranda Lambert</a>&#xA0;are also helping with Hurricane Harvey relief efforts: Young has&#xA0;<a href=\"http://theboot.com/chris-young-hurricane-harvey-gofundme/\">set up a GoFundMe campaign</a>&#xA0;to help raise money for those affected by the natural disaster, encouraging his fans to donate whatever they can to the fund, which will be given to the Red Cross and other local Texas disaster relief organizations, and giving $100,000 himself.&#xA0;Lambert&apos;s MuttNation Foundation, meanwhile, is <a href=\"http://theboot.com/miranda-lambert-muttnation-hurricane-harvey-relief-efforts/\">headed to the affected parts of Texas</a>&#xA0;to do whatever they can for the animals displaced by the storm.</p>\n"},"currentTextLength":620,"runningCounter":3,"cumulativePodTextLength":1500,"totalSimilarConsecutiveElements":4,"totalTextLength":1570},{"type":"singlePostText","data":{"text":"<p style=\"text-align: center;\"><strong>Country Stars Share Thoughts and Prayers for Hurricane Harvey Victims</strong></p>\n"},"currentTextLength":70,"runningCounter":4,"cumulativePodTextLength":1570,"totalSimilarConsecutiveElements":4,"totalTextLength":1570},{"type":"singlePostGallery","data":{"url":"/rest/carbon/uri/api/gallery/domain/tasteofcountry.com/galleryId/389479?filterexclusions&galleryindex=0","thumbnail":"http://tsm-branded-apps.s3.amazonaws.com/icons/slideshow@3x.png","layout":"","fullscreen":1},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"uniquePodTypes":["singlePostImage","singlePostText","singlePostOembed","singlePostGallery","singlePostButton"],"podHeader":[{"type":"singlePostImage","data":{"id":180887,"caption":"Scott Olson, Getty Images","align":"center","width":630,"height":420,"url":"http://theboot.com/files/2017/08/hurricane-harvey-country-artists-relief-efforts.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"podFooter":{"type":"singlePostButton","data":{"href":"http://theboot.com/songs-inspired-by-tragedies/","title":"NEXT: Country Songs Inspired By World Tragedy","align":"center","applink":"false"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},"next":{"latest":[{"postId":212623,"documentUrl":"/granger-smith-strips-down-for-his-pre-show-ritual-the-ice-bath-watch/","filterUrl":"/rest/carbon/filter/main/granger-smith-strips-down-for-his-pre-show-ritual-the-ice-bath-watch/","sortDate":"2017-07-31 14:04:21.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":210709,"documentUrl":"/thomas-rhett-bbt-pavilion-2017-concert-pictures/","filterUrl":"/rest/carbon/filter/main/thomas-rhett-bbt-pavilion-2017-concert-pictures/","sortDate":"2017-06-25 12:00:28.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":208640,"documentUrl":"/granger-smith-absorbed-everything-on-the-road-with-florida-georgia-line/","filterUrl":"/rest/carbon/filter/main/granger-smith-absorbed-everything-on-the-road-with-florida-georgia-line/","sortDate":"2017-05-22 07:00:10.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":208501,"documentUrl":"/granger-smith-happens-like-that-listen/","filterUrl":"/rest/carbon/filter/main/granger-smith-happens-like-that-listen/","sortDate":"2017-05-18 23:01:33.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":205432,"documentUrl":"/granger-smith-eric-paslay-more-announced-for-2017-cma-music-festival/","filterUrl":"/rest/carbon/filter/main/granger-smith-eric-paslay-more-announced-for-2017-cma-music-festival/","sortDate":"2017-03-16 16:00:44.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":204909,"documentUrl":"/granger-smith-better-than-ever-stage-fall/","filterUrl":"/rest/carbon/filter/main/granger-smith-better-than-ever-stage-fall/","sortDate":"2017-03-02 12:30:10.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":203818,"documentUrl":"/red-river-valley-fair-announces-country-and-rock-acts-for-the-fair/","filterUrl":"/rest/carbon/filter/main/red-river-valley-fair-announces-country-and-rock-acts-for-the-fair/","sortDate":"2017-02-06 20:18:49.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":193799,"documentUrl":"/granger-smiths-if-the-boot-fits-video-shows-his-energetic-live-show/","filterUrl":"/rest/carbon/filter/main/granger-smiths-if-the-boot-fits-video-shows-his-energetic-live-show/","sortDate":"2016-08-26 16:00:00.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":193057,"documentUrl":"/getting-to-know-earl-dibbles-jr/","filterUrl":"/rest/carbon/filter/main/getting-to-know-earl-dibbles-jr/","sortDate":"2016-08-18 16:00:48.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":192283,"documentUrl":"/granger-smith-makes-spirited-we-fest-debut-with-earl-dibbles-jr/","filterUrl":"/rest/carbon/filter/main/granger-smith-makes-spirited-we-fest-debut-with-earl-dibbles-jr/","sortDate":"2016-08-05 20:51:35.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"}],"taxonomy":[{"postId":212623,"documentUrl":"/granger-smith-strips-down-for-his-pre-show-ritual-the-ice-bath-watch/","filterUrl":"/rest/carbon/filter/main/granger-smith-strips-down-for-his-pre-show-ritual-the-ice-bath-watch/","sortDate":"2017-07-31 14:04:21.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":210709,"documentUrl":"/thomas-rhett-bbt-pavilion-2017-concert-pictures/","filterUrl":"/rest/carbon/filter/main/thomas-rhett-bbt-pavilion-2017-concert-pictures/","sortDate":"2017-06-25 12:00:28.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":208640,"documentUrl":"/granger-smith-absorbed-everything-on-the-road-with-florida-georgia-line/","filterUrl":"/rest/carbon/filter/main/granger-smith-absorbed-everything-on-the-road-with-florida-georgia-line/","sortDate":"2017-05-22 07:00:10.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":208501,"documentUrl":"/granger-smith-happens-like-that-listen/","filterUrl":"/rest/carbon/filter/main/granger-smith-happens-like-that-listen/","sortDate":"2017-05-18 23:01:33.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":205432,"documentUrl":"/granger-smith-eric-paslay-more-announced-for-2017-cma-music-festival/","filterUrl":"/rest/carbon/filter/main/granger-smith-eric-paslay-more-announced-for-2017-cma-music-festival/","sortDate":"2017-03-16 16:00:44.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":204909,"documentUrl":"/granger-smith-better-than-ever-stage-fall/","filterUrl":"/rest/carbon/filter/main/granger-smith-better-than-ever-stage-fall/","sortDate":"2017-03-02 12:30:10.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":203818,"documentUrl":"/red-river-valley-fair-announces-country-and-rock-acts-for-the-fair/","filterUrl":"/rest/carbon/filter/main/red-river-valley-fair-announces-country-and-rock-acts-for-the-fair/","sortDate":"2017-02-06 20:18:49.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":193799,"documentUrl":"/granger-smiths-if-the-boot-fits-video-shows-his-energetic-live-show/","filterUrl":"/rest/carbon/filter/main/granger-smiths-if-the-boot-fits-video-shows-his-energetic-live-show/","sortDate":"2016-08-26 16:00:00.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":193057,"documentUrl":"/getting-to-know-earl-dibbles-jr/","filterUrl":"/rest/carbon/filter/main/getting-to-know-earl-dibbles-jr/","sortDate":"2016-08-18 16:00:48.000 +0000","termTaxonomyId":2247,"taxonomyType":"tags"},{"postId":192283,"documentUrl":"/granger-smith-makes-spirited-we-fest-debut-with-earl-dibbles-jr/","filterUrl":"/rest/carbon/filter/main/granger-smith-makes-spirited-we-fest-debut-with-earl-dibbles-jr/","sortDate":"2016-08-05 20:51:35.000 +0000","termTaxonomyId":2247,"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":1},"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":1},"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":1},"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":1},"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":1},"data":["carbonwidget/bottom-728x90"],"dataDetails":{"carbonwidget/bottom-728x90":{"adUnit":"bottom-728x90","adType":"dfp6"}}},"ts_blogroll-11":{"info":{"id":"ts_blogroll-11","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"11"},"params":{"title":"Best of KUSB","type":"main_content_thumb_title_roll","cat":"6,48,2967","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","sponsor":{"enabled":"on","time_start":"","time_end":"","background_image":"","sponsor_image":"http://1033uscountry.com/files/2015/09/175532_widget1.png","sponsor_image_mobile":"","background_color":"","background_repeat":"no-repeat","sponsor_name":"","sponsor_link":"http://www.sanfordhealth.org/stories/view/59bc03fa-243d-4ce9-90d6-9e72f3f6fde9"},"widgetTime":148,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[226255,226232,226206,226193],"dataDetails":{"226193":{"postid":"226193","sortdate":"2018-02-15T22:00:40.000Z","data":{"mainData":{"postType":"post","caption":"Artsem Martysiuk","thumbnail":"http://hot975fm.com/files/2018/02/RS3221_139971799-scr.jpg","postDateGmt":"2018-02-15 22:00:40 +0000","title":"North Dakota is Not a Good State for Single People","url":"http://1033uscountry.com/north-dakota-is-not-a-good-state-for-single-people/","id":226193,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"A recent study was done to see where the best places are for singles in the country and the results say that North Dakota is definitely not one of those places.","authors":[{"id":2768460,"slug":"jax975","name":"Jax","first_name":"Jon","last_name":"Kleemann","nickname":"Jax","thumbnail":"http://hot975fm.com/files/2017/06/Jax-website-copy.jpg","url":"http://1033uscountry.com/author/jax975/"}]},"alternateData":{"dynamic-lead-title":"North Dakota is Not Great for Singles","dynamic-lead-excerpt":"Are you in a good state to be single?","dynamic-lead-link-url":"","dynamic-lead-image":"","_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"North Dakota is Not a Good State for Single People"}}},"226206":{"postid":"226206","sortdate":"2018-02-16T14:53:28.000Z","data":{"mainData":{"postType":"post","caption":"","thumbnail":"http://965thefox.com/files/2018/02/NDSF.jpg","postDateGmt":"2018-02-16 14:53:28 +0000","title":"FGL, Cole Swindell, Dierks &amp; More Will Take the Stage at the NDSF","url":"http://1033uscountry.com/the-2018-concert-lineup-for-the-north-dakota-state-fair-has-been-announced/","id":226206,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Believe it or not, summer is right around the corner! The North Dakota State Fair has a stacked lineup for music lovers of all genres.","authors":[{"id":1585491,"slug":"laurenbjork","name":"Lauren Bjork","first_name":"Lauren","last_name":"Bjork","nickname":"Lauren Bjork","thumbnail":"http://hot975fm.com/files/2017/06/Lauren-website.jpg","url":"http://1033uscountry.com/author/laurenbjork/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","_aioseop_title":"FGL, Cole Swindell, Dierks &amp; More Will Take the Stage at the NDSF"}}},"226232":{"postid":"226232","sortdate":"2018-02-16T17:04:44.000Z","data":{"mainData":{"postType":"post","caption":"Pixland","thumbnail":"http://hot975fm.com/files/2018/02/RS3176_78632420-scr.jpg","postDateGmt":"2018-02-16 17:04:44 +0000","title":"North Dakota Ranks High in Terms of Well-Being","url":"http://1033uscountry.com/north-dakota-is-one-of-the-happiest-and-healthiest-states-in-the-u-s/","id":226232,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"A recent Gallup study measured each state&apos;s well-being and North Dakota not only improved on its ranking from last year but had one of the highest scores in the nation.","authors":[{"id":2768460,"slug":"jax975","name":"Jax","first_name":"Jon","last_name":"Kleemann","nickname":"Jax","thumbnail":"http://hot975fm.com/files/2017/06/Jax-website-copy.jpg","url":"http://1033uscountry.com/author/jax975/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"North Dakota Ranks High in Terms of Well-Being"}}},"226255":{"postid":"226255","sortdate":"2018-02-17T17:50:07.000Z","data":{"mainData":{"postType":"post","caption":"Stefano Lunardi","thumbnail":"http://hot975fm.com/files/2018/02/RS5601_109144961-scr1.jpg","postDateGmt":"2018-02-17 17:50:07 +0000","title":"Bismarck&apos;s Kirkwood Mall to Make Renovations","url":"http://1033uscountry.com/bismarcks-kirkwood-mall-to-make-renovations/","id":226255,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Just one year after a burst water pipe flooded the Kirkwood Mall, its owners have announced a large renovation project to be completed this year.","authors":[{"id":2768460,"slug":"jax975","name":"Jax","first_name":"Jon","last_name":"Kleemann","nickname":"Jax","thumbnail":"http://hot975fm.com/files/2017/06/Jax-website-copy.jpg","url":"http://1033uscountry.com/author/jax975/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Bismarck&apos;s Kirkwood Mall to Make Renovations","dynamic-lead-title":"Fresh and New","dynamic-lead-excerpt":"Kirkwood Mall going through a renovation process .","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":1},"data":[],"dataDetails":{}},"widget_third_party_content-3":{"info":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"params":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":1},"data":[],"dataDetails":{}},"fix_sidebar_marker-22":{"info":{"id":"fix_sidebar_marker-22","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"22"},"params":{"widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-619":{"info":{"id":"ts_blogroll-619","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"619"},"params":{"title":"Featured","pinned_id":"","pinned_label":"","type":"carousel","cat":"0","tag":"Featured","private_tag":"","posts_per_page":"3","thumb_type":"landscape","link_label":"","link":"","isweather":"1","align":"right","show_thumb":0,"alternate_data":0,"unique_posts":0,"widgetTime":2,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[226232,226206,226193],"dataDetails":{"226193":{"postid":"226193","sortdate":"2018-02-15T22:00:40.000Z","data":{"mainData":{"postType":"post","caption":"Artsem Martysiuk","thumbnail":"http://hot975fm.com/files/2018/02/RS3221_139971799-scr.jpg","postDateGmt":"2018-02-15 22:00:40 +0000","title":"North Dakota is Not Great for Singles","url":"http://1033uscountry.com/north-dakota-is-not-a-good-state-for-single-people/","id":226193,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Are you in a good state to be single?","authors":[{"id":2768460,"slug":"jax975","name":"Jax","first_name":"Jon","last_name":"Kleemann","nickname":"Jax","thumbnail":"http://hot975fm.com/files/2017/06/Jax-website-copy.jpg","url":"http://1033uscountry.com/author/jax975/"}]},"alternateData":{"dynamic-lead-title":"North Dakota is Not Great for Singles","dynamic-lead-excerpt":"Are you in a good state to be single?","dynamic-lead-link-url":"","dynamic-lead-image":"","_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"North Dakota is Not a Good State for Single People"}}},"226206":{"postid":"226206","sortdate":"2018-02-16T14:53:28.000Z","data":{"mainData":{"postType":"post","caption":"","thumbnail":"http://965thefox.com/files/2018/02/NDSF.jpg","postDateGmt":"2018-02-16 14:53:28 +0000","title":"FGL, Cole Swindell, Dierks &amp; More Will Take the Stage at the NDSF","url":"http://1033uscountry.com/the-2018-concert-lineup-for-the-north-dakota-state-fair-has-been-announced/","id":226206,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Believe it or not, summer is right around the corner! The North Dakota State Fair has a stacked lineup for music lovers of all genres.","authors":[{"id":1585491,"slug":"laurenbjork","name":"Lauren Bjork","first_name":"Lauren","last_name":"Bjork","nickname":"Lauren Bjork","thumbnail":"http://hot975fm.com/files/2017/06/Lauren-website.jpg","url":"http://1033uscountry.com/author/laurenbjork/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","_aioseop_title":"FGL, Cole Swindell, Dierks &amp; More Will Take the Stage at the NDSF"}}},"226232":{"postid":"226232","sortdate":"2018-02-16T17:04:44.000Z","data":{"mainData":{"postType":"post","caption":"Pixland","thumbnail":"http://hot975fm.com/files/2018/02/RS3176_78632420-scr.jpg","postDateGmt":"2018-02-16 17:04:44 +0000","title":"North Dakota Ranks High in Terms of Well-Being","url":"http://1033uscountry.com/north-dakota-is-one-of-the-happiest-and-healthiest-states-in-the-u-s/","id":226232,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"A recent Gallup study measured each state&apos;s well-being and North Dakota not only improved on its ranking from last year but had one of the highest scores in the nation.","authors":[{"id":2768460,"slug":"jax975","name":"Jax","first_name":"Jon","last_name":"Kleemann","nickname":"Jax","thumbnail":"http://hot975fm.com/files/2017/06/Jax-website-copy.jpg","url":"http://1033uscountry.com/author/jax975/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"North Dakota Ranks High in Terms of Well-Being"}}}},"redisCached":true},"google-ads-widget-413":{"info":{"id":"google-ads-widget-413","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"413"},"params":{"title":"Carbon Google Ads","adunit":"maintop-300x250","align":"right","adtype":"dfp6","widgetTime":1},"data":["maintop-300x250"],"dataDetails":{"maintop-300x250":{"adUnit":"maintop-300x250","adType":"dfp6"}}},"tsq_sailthru_newsletter_widget-394":{"info":{"id":"tsq_sailthru_newsletter_widget-394","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"394"},"params":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["KUSB-FM US Country 1033"],"widgetTime":0},"data":[],"dataDetails":{}},"ts_blogroll-621":{"info":{"id":"ts_blogroll-621","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"621"},"params":{"title":"Latest Articles","pinned_id":"","pinned_label":"","type":"sidebar_row_standard","cat":"","tag":"","private_tag":"","posts_per_page":"3","thumb_type":"landscape","link_label":"","link":"","align":"default","show_thumb":0,"alternate_data":0,"unique_posts":0,"isweather":0,"widgetTime":147,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[226261,226255,226250],"dataDetails":{"226250":{"postid":"226250","sortdate":"2018-02-17T03:38:57.000Z","data":{"mainData":{"postType":"post","caption":"Rick Diamond, Getty Images","thumbnail":"http://tasteofcountry.com/files/2018/02/Alan-Jackson-Songwriter-HOF.jpg","postDateGmt":"2018-02-17 03:38:57 +0000","title":"A Bunch of Furry Friends Appreciate Alan Jackson&apos;s Music","url":"http://1033uscountry.com/a-bunch-of-furry-friends-show-appreciation-for-alan-jacksons-music/","id":226250,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"The strains of a Jackson ballad magically soothed the savage beasts at a North Carolina animal shelter.","authors":[{"id":3693288,"slug":"wendyhermanson","name":"Wendy Hermanson","first_name":"Wendy","last_name":"Hermanson","nickname":"wendyhermanson","thumbnail":"http://production.townsquareblogs.com/wp-content/uploads/2012/10/profile.png","url":"http://1033uscountry.com/author/wendyhermanson/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"A Bunch of Furry Friends Appreciate Alan Jackson&apos;s Music","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"226255":{"postid":"226255","sortdate":"2018-02-17T17:50:07.000Z","data":{"mainData":{"postType":"post","caption":"Stefano Lunardi","thumbnail":"http://hot975fm.com/files/2018/02/RS5601_109144961-scr1.jpg","postDateGmt":"2018-02-17 17:50:07 +0000","title":"Bismarck&apos;s Kirkwood Mall to Make Renovations","url":"http://1033uscountry.com/bismarcks-kirkwood-mall-to-make-renovations/","id":226255,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Just one year after a burst water pipe flooded the Kirkwood Mall, its owners have announced a large renovation project to be completed this year.","authors":[{"id":2768460,"slug":"jax975","name":"Jax","first_name":"Jon","last_name":"Kleemann","nickname":"Jax","thumbnail":"http://hot975fm.com/files/2017/06/Jax-website-copy.jpg","url":"http://1033uscountry.com/author/jax975/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Bismarck&apos;s Kirkwood Mall to Make Renovations","dynamic-lead-title":"Fresh and New","dynamic-lead-excerpt":"Kirkwood Mall going through a renovation process .","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"226261":{"postid":"226261","sortdate":"2018-02-18T01:03:24.000Z","data":{"mainData":{"postType":"post","caption":"StoryBlocks","thumbnail":"http://1033uscountry.com/files/2018/02/driving.jpg","postDateGmt":"2018-02-18 01:03:24 +0000","title":"No Doughnuts from these cops","url":"http://1033uscountry.com/cops-pulling-over-drivers-in-mclean-county-but-no-tickets-issued/","id":226261,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"The sheriff&apos;s department teamed up with Panchero&apos;s restaurant to pass out free food to drivers wearing their seatbelts.","authors":[{"id":741162,"slug":"larryleblanc","name":"Larry LeBlanc","nickname":"Larry LeBlanc","thumbnail":"http://1033uscountry.com/files/2017/06/Larry-website-copy.jpg","url":"http://1033uscountry.com/author/larryleblanc/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"No Doughnuts from these cops","dynamic-lead-excerpt":"Good News for drivers in McLean County for buckling up.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":1},"data":[],"dataDetails":{},"redisCached":true},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":1},"data":["1",{"2":["2.1","2.2","2.3","2.4","2.5","2.6"]},{"3":["3.1","3.2"]},{"4":["4.1","4.2"]},{"5":["5.1","5.2","5.3","5.4"]},{"6":["6.1","6.2","6.3","6.4"]},"7",{"8":["8.1","8.2","8.3"]},{"9":["9.1","9.2","9.3","9.4"]}],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":8,"title":"Home","titleExcerpt":"Home","href":"/","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":119,"title":"On-Air","titleExcerpt":"On-Air","href":"/djs","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":6622,"title":"Listen","titleExcerpt":"Listen","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":6629,"title":"Playlist","titleExcerpt":"Playlist","href":"/us-1033s-playlist-february-2018-top-songs/","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":3724,"title":"Events","titleExcerpt":"Events","href":"","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":6625,"title":"Country Club","titleExcerpt":"Country Club","href":"/vip","samedomain":true,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":166163,"title":"Win","titleExcerpt":"Win","href":"/contests/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/","hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":48073,"title":"Local Expert","titleExcerpt":"Local Expert","href":"/local-experts/","samedomain":true,"hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":6631,"title":"Contact Us","titleExcerpt":"Contact Us","href":"/help","samedomain":true,"hasBlogroll":false}},"2.1":{"menuId":"2.1","attrs":{"menuPostId":6620,"title":"All DJs","titleExcerpt":"All DJs","href":"/djs","samedomain":true,"hasBlogroll":false}},"2.2":{"menuId":"2.2","attrs":{"menuPostId":6621,"title":"Schedule","titleExcerpt":"Schedule","href":"/shows","samedomain":true,"hasBlogroll":false}},"2.3":{"menuId":"2.3","attrs":{"menuPostId":48072,"title":"LarDawg LIVE & LOCAL","titleExcerpt":"LarDawg LIVE & LOCAL","href":"/author/larryleblanc/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/larryleblanc/","hasBlogroll":false}},"2.4":{"menuId":"2.4","attrs":{"menuPostId":176218,"title":"Hunter Roll","titleExcerpt":"Hunter Roll","href":"/author/hunterroll/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/hunterroll/","hasBlogroll":false}},"2.5":{"menuId":"2.5","attrs":{"menuPostId":176219,"title":"Mike Rose","titleExcerpt":"Mike Rose","href":"/author/mikerose/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/mikerose/","hasBlogroll":false}},"2.6":{"menuId":"2.6","attrs":{"menuPostId":51665,"title":"Sam Alex","titleExcerpt":"Sam Alex","href":"/author/samalex/","samedomain":true,"menupath":"/rest/carbon/api/menu/author/samalex/","hasBlogroll":false}},"3.1":{"menuId":"3.1","attrs":{"menuPostId":6630,"title":"Listen Live","titleExcerpt":"Listen Live","href":"/listen-live","samedomain":true,"hasBlogroll":false}},"3.2":{"menuId":"3.2","attrs":{"menuPostId":3726,"title":"Mobile","titleExcerpt":"Mobile","href":"/mobile","samedomain":true,"hasBlogroll":false}},"4.1":{"menuId":"4.1","attrs":{"menuPostId":41928,"title":"February 2018","titleExcerpt":"February 2018","href":"/us-1033s-playlist-february-2018-top-songs/","samedomain":true,"hasBlogroll":false}},"4.2":{"menuId":"4.2","attrs":{"menuPostId":41934,"title":"Recently Played","titleExcerpt":"Recently Played","href":"/playlist/","samedomain":true,"hasBlogroll":false}},"5.1":{"menuId":"5.1","attrs":{"menuPostId":187716,"title":"Bike Night","titleExcerpt":"Bike Night","href":"/category/bike-night/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/bike-night/","hasBlogroll":false}},"5.2":{"menuId":"5.2","attrs":{"menuPostId":150141,"title":"Puklich Chevrolet ND Sportsman's Expo","titleExcerpt":"Puklich Chevrolet ND Sportsman's Expo","href":"http://ndsportsmansexpo.com","samedomain":false,"hasBlogroll":false}},"5.3":{"menuId":"5.3","attrs":{"menuPostId":150133,"title":"Dakota Garden Expo","titleExcerpt":"Dakota Garden Expo","href":"http://dakotagardenexpo.production.townsquareblogs.com/","samedomain":false,"hasBlogroll":false}},"5.4":{"menuId":"5.4","attrs":{"menuPostId":75037,"title":"Submit an Event","titleExcerpt":"Submit an Event","href":"/events-bismarck/community/add","samedomain":true,"hasBlogroll":false}},"6.1":{"menuId":"6.1","attrs":{"menuPostId":159141,"title":"Contests","titleExcerpt":"Contests","href":"/contests","samedomain":true,"menupath":"/rest/carbon/api/menu/contests","hasBlogroll":false}},"6.2":{"menuId":"6.2","attrs":{"menuPostId":6628,"title":"Join Now","titleExcerpt":"Join Now","href":"/registration","samedomain":true,"hasBlogroll":false}},"6.3":{"menuId":"6.3","attrs":{"menuPostId":159142,"title":"VIP Support","titleExcerpt":"VIP Support","href":"/help","samedomain":true,"hasBlogroll":false}},"6.4":{"menuId":"6.4","attrs":{"menuPostId":48292,"title":"KUSB-FM Official Contest Rules","titleExcerpt":"KUSB-FM Official Contest Rules","href":"/contest-rules/","samedomain":true,"hasBlogroll":false}},"8.1":{"menuId":"8.1","attrs":{"menuPostId":179904,"title":"Travel","titleExcerpt":"Travel","href":"/local-experts/northland-travel/","samedomain":true,"hasBlogroll":false}},"8.2":{"menuId":"8.2","attrs":{"menuPostId":182594,"title":"Automotive","titleExcerpt":"Automotive","href":"/local-experts/country-auto-clinic/","samedomain":true,"hasBlogroll":false}},"8.3":{"menuId":"8.3","attrs":{"menuPostId":205744,"title":"Electronics","titleExcerpt":"Electronics","href":"","samedomain":true,"hasBlogroll":false}},"9.1":{"menuId":"9.1","attrs":{"menuPostId":6632,"title":"Help & Contact Info","titleExcerpt":"Help & Contact Info","href":"/help","samedomain":true,"hasBlogroll":false}},"9.2":{"menuId":"9.2","attrs":{"menuPostId":6633,"title":"Send Feedback","titleExcerpt":"Send Feedback","href":"/feedback","samedomain":true,"hasBlogroll":false}},"9.3":{"menuId":"9.3","attrs":{"menuPostId":56271,"title":"How to Advertise","titleExcerpt":"How to Advertise","href":"/advertise","samedomain":true,"hasBlogroll":false}},"9.4":{"menuId":"9.4","attrs":{"menuPostId":134549,"title":"Online Listening Issues","titleExcerpt":"Online Listening Issues","href":"/report-a-problem-with-online-listening/","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/promo_links":{"info":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"},"params":{"widgetTime":147},"data":["1","2","3","4","5","6"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":34764,"title":"What's Hot:","titleExcerpt":"What's Hot:","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":225329,"title":"Justin Moore Tickets","titleExcerpt":"Justin Moore Tickets","href":"/win-justin-moore-tickets-exclusively-through-the-us-1033-app/","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":225264,"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}},"4":{"menuId":"4","attrs":{"menuPostId":221808,"title":"ND Country Fest","titleExcerpt":"ND Country Fest","href":"/tags/nd-country-fest/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/nd-country-fest/","hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":214841,"title":"Download Our App","titleExcerpt":"Download Our App","href":"/app/","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":226239,"title":"Dakota Garden Expo","titleExcerpt":"Dakota Garden Expo","href":"http://dakotagardenexpo.com/","samedomain":false,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":147},"data":["comscore","1","2","3","4","5","6","7","8","9","10","11"],"dataDetails":{"1":{"menuId":"1","attrs":{"title":"Bismarck-Mandan EEO","href":"/eeo/"}},"2":{"menuId":"2","attrs":{"title":"Advertise","href":"/advertise/"}},"3":{"menuId":"3","attrs":{"title":"Public File","href":"/kusb-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":"Bismarck Business Listings","href":"/bismarck-featured-business-listings/"}},"comscore":{"menuId":"comscore","attrs":{"title":"Taste Of Country Network"}}},"redisCached":true}},"data":{},"time":{"wpTime":1213.656,"mainOptionsTime":6.813,"sidebarsTime":7.277,"widgetsTime":298.492,"processTime":1526.386},"experimentGroup":"B"},"serverConfig":{"host":"1033uscountry.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>