<!doctype html>
      <html class="single">
        <head>
          <title data-react-helmet="true">Miranda Lambert&#x27;s MuttNation Houston Bound After Hurricane Harvey</title>
          <meta data-react-helmet="true" http-equiv="Content-Type" content="text/html;charset=UTF-8"/><meta data-react-helmet="true" charset="UTF-8"/><meta data-react-helmet="true" name="description" content="Miranda Lambert&#x27;s MuttNation Foundation is mobilizing and looking to help after Hurricane Harvey struck south Texas over the weekend."/><meta data-react-helmet="true" name="keywords" content="muttnation texas, miranda lambert pet charity, country singers helping texas, miranda lambert charity"/><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="Miranda Lambert&#x27;s MuttNation Houston Bound After Hurricane Harvey"/><meta data-react-helmet="true" property="og:description" content="Miranda Lambert&#x27;s MuttNation Foundation is mobilizing and looking to help after Hurricane Harvey struck south Texas over the weekend."/><meta data-react-helmet="true" property="og:url" content="http://1033uscountry.com/miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey/"/><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://tasteofcountry.com/files/2017/08/miranda-lambert-muttnation-shelter-hometown-lindale.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="Miranda Lambert&#x27;s MuttNation Foundation is mobilizing and looking to help after Hurricane Harvey struck south Texas over the weekend."/><meta data-react-helmet="true" name="sailthru.date" content="2017-08-28 16:50:55"/><meta data-react-helmet="true" name="sailthru.title" content="Miranda Lambert’s MuttNation Is Houston Bound After Hurricane Harvey"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-kusb, tsmmarket-bismarck, tsmtype-local, miranda-lambert, articles"/><meta data-react-helmet="true" name="sailthru.author" content="billydukesgmail-com"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://tasteofcountry.com/files/2017/08/miranda-lambert-muttnation-shelter-hometown-lindale.jpg"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://tasteofcountry.com/files/2017/08/miranda-lambert-muttnation-shelter-hometown-lindale.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://tasteofcountry.com/miranda-lambert-muttnation-hurricane-harvey/"/>
          <link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic|Roboto:400,400italic,500,500italic,700,300italic,300|Roboto+Condensed:300,400,700" rel="stylesheet" type="text/css" />
          <link href="/styles/base.css?ver=f6f5453a8cde7d0b301abb99888e7aca87cafa58&mver=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":214294,"crosspostBlogId":"204","crosspostPostId":"389660","postType":"post","postDateGmt":"2017-08-28 21:50:55.000+0000"};
          window.TSM.startload = new Date().getTime();
        </script>
          <script>
    (function () {
      function getCookie(name) {
        var value = "; " + document.cookie;
        var parts = value.split("; " + name + "=");
        if (parts.length == 2) return parts.pop().split(";").shift();
      }
      function updateCookie(name, value, expireDays) {
        let d = new Date();
        d.setTime(d.getTime() + (60*60*24*expireDays*1000));
        var expires = "expires="+ d.toUTCString();
        document.cookie = name + "=" + value + ";" + expires + ";path=/";
      }
      window.TSM = window.TSM || {};
      if (window.TSM.abgroup) {
        updateCookie("abgroup", window.TSM.abgroup, 90);
      }

      var xhr = new XMLHttpRequest();
      xhr.open("POST", "/rest/carbon/api/cogitoergosum", true);
      var cogitoergosum = getCookie("cogitoergosum");
      var abgroup = getCookie("abgroup");
      if (cogitoergosum) {
        window.TSM.cogitoergosum = JSON.parse( atob( decodeURIComponent( cogitoergosum ) ) );
      }
      xhr.onreadystatechange = function() {//Call a function when the state changes.
        if(xhr.readyState == XMLHttpRequest.DONE && xhr.status == 200) {
          if (xhr.response) {
            var result = JSON.parse(xhr.response);
            if (result && result.result) {
              if (result.result.cookie) {
                window.TSM.cogitoergosum = JSON.parse( atob( result.result.cookie ) );
              }
              if (result.result.credentials) {
                window.TSM.credentials = JSON.parse( atob( result.result.credentials ) );
              }
              // console.log("cogitoergosum xhr", window.TSM.cogitoergosum);
            }
          }
        }
      };
      xhr.setRequestHeader("Content-type", "application/json");
      var cadata = window.TSM.cadata || {};
      cadata.experimentGroup = window.TSM.abgroup;
      cadata.viewType = "standard";
      cadata.timespent = new Date().getTime() - window.TSM.startload;
      var referrer = document.referrer;
      var sendData = {
        type: "pageview",
        referrer: referrer,
        url: document.location.href,
        queryParam: document.location.queryParam,
        pageData: cadata,
        scrollPageIndex: 0
      };
      xhr.send(JSON.stringify(sendData));
    }());
  </script>
          <script>
            (function(w){
              w.ga=w.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
              var gaInitData = {"hitType":"pageview","dimension1":"billydukesgmail-com","dimension2":"articles","dimension3":"miranda-lambert","dimension4":"post","dimension5":"Mon Aug 28 2017","dimension6":"16:50","dimension7":"standard","dimension8":"583","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":"Miranda Lambert's MuttNation Houston Bound After Hurricane Harvey","callsign":"KUSBFM","market":"Bismarck","sitetype":"Local","siteClassification":"Local","state":"ND","genre":{"0":"country"},"pageType":"post","tags":"miranda-lambert","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 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", ["miranda-lambert"] );
googletag.pubads().setTargeting( "id", "miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey" );
googletag.pubads().setTargeting( "author", "billydukesgmail-com" );
googletag.pubads().setTargeting( "kw", ["billydukesgmail-com","miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey","articles","miranda-lambert","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="-1780761921"><!-- 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"><!-- react-text: 202 --><!-- /react-text --><li class="share_link_small youtube sub-youtube" data-reactid="203"><span class="youtube-subscribe-button " data-reactid="204"></span></li><li class="sub-facebook" data-reactid="205"></li><li class="sub-twitter" data-reactid="206"></li></ul></ul><div id="search-form" class="" data-reactid="207"><div class="form-wrap" data-reactid="208"><form data-reactid="209"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="210"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="211"/></form></div><div class="icon-base icon-search" data-reactid="212"></div></div></div><div class="site-screen select-none" data-reactid="213"></div></div></nav></div><ul class="promo-links" data-reactid="214"><li data-reactid="215"><span data-reactid="216">What&#x27;s Hot:</span></li><li data-reactid="217"><a title="Justin Moore Tickets" href="/win-justin-moore-tickets-exclusively-through-the-us-1033-app/" data-reactid="218">Justin Moore Tickets</a></li><li data-reactid="219"><a title="Rodney Carrington Tickets" href="/contests/sweeps/rodney-carrington-tickets-2/" data-reactid="220">Rodney Carrington Tickets</a></li><li data-reactid="221"><a title="Party with Brad Paisley" href="/contests/sweeps/party-with-brad-paisley/" data-reactid="222">Party with Brad Paisley</a></li><li data-reactid="223"><a title="ND Country Fest" href="/tags/nd-country-fest/" data-reactid="224">ND Country Fest</a></li><li data-reactid="225"><a title="Download Our App" href="/app/" data-reactid="226">Download Our App</a></li></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="227"><div id="tsm-ad-970a" data-reactid="228"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="229"><div class="main-content" data-reactid="230"><div class="wrapper post-wrapper" data-reactid="231"><div class="post clearfix" data-reactid="232"><div class="entry" data-reactid="233"><article id="post-214294" data-location="/miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey/" data-index="0" data-reactid="234"><div class="page-header" data-reactid="235"><div class="content-header show-ui front" id="content-header-214294" data-reactid="236"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="237"></div><div class="content-header-header" data-reactid="238"><div class="single-post-oembed-youtube-wrapper" data-reactid="239"><div class="single-post-oembed youtube" data-reactid="240"><div class="video-overlay has-pulsating-button" data-reactid="241"><div class="react-parallax " data-reactid="242"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="243"><figure class="frameme" data-reactid="244"><div class="theframe" data-image="http://tasteofcountry.com/files/2017/08/miranda-lambert-muttnation-shelter-hometown-lindale.jpg" rel="" title="" data-reactid="245"></div><div class="loadinganim showbox" id="0" data-reactid="246"><div class="loader" style="width:30px;height:30px;" data-reactid="247"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="248"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="249"></circle></svg></div></div></figure></div><div class="react-parallax-content" data-reactid="250"><figure class="frameme img-tag" data-reactid="251"><div class="theframe" data-image="http://tasteofcountry.com/files/2017/08/miranda-lambert-muttnation-shelter-hometown-lindale.jpg" rel="" title="" data-reactid="252"></div><div class="loadinganim showbox" id="0" data-reactid="253"><div class="loader" style="width:30px;height:30px;" data-reactid="254"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="255"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="256"></circle></svg></div></div></figure></div></div><div class="pulsating-button" data-reactid="257"><span data-reactid="258"></span></div></div></div></div><div class="header" data-reactid="259"><section class="title " data-reactid="260"><h1 class="" data-reactid="261">Miranda Lambert’s MuttNation Is Houston Bound After Hurricane Harvey</h1></section><div class="byline" data-reactid="262"><div class="authors" data-reactid="263"><address class="author" data-reactid="264"><div class="author-image icon-user" data-reactid="265"><figure class="frameme" data-reactid="266"><a class="theframe" data-image="http://tasteofcountry.com/files/2015/10/8865-02.jpg" href="http://1033uscountry.com/author/billydukesgmail-com/" rel="author" title="Billy Dukes" data-reactid="267"></a><div class="loadinganim showbox" id="0" data-reactid="268"><div class="loader" style="width:30px;height:30px;" data-reactid="269"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="270"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="271"></circle></svg></div></div></figure></div><a class="author-name" href="http://1033uscountry.com/author/billydukesgmail-com/" rel="author" title="Billy Dukes" data-reactid="272">Billy Dukes</a></address></div><time datetime="2017-08-28 21:50:55 +0000" data-reactid="273">August 28, 2017</time></div></div></div></div></div><div class="content-wrap" data-reactid="274"><div class="social-share bignsexy" data-reactid="275"><div class="social-bar social-icons" data-reactid="276"><ul data-reactid="277"><li data-reactid="278"><a href="http://twitter.com/intent/tweet?text=Miranda%20Lambert%E2%80%99s%20MuttNation%20Is%20Houston%20Bound%20After%20Hurricane%20Harvey%20http%3A%2F%2Ftasteofcountry.com%2Fmiranda-lambert-muttnation-hurricane-harvey%2F%3Ftrackback%3Dtwitter_mobile%20%401033USCountry" title="Share on Twitter" target="_blank" data-reactid="279"><span class=" social-icon icon-twitter tw" data-reactid="280"><span class="share-title" data-reactid="281">Share on Twitter</span></span></a></li><li data-reactid="282"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Ftasteofcountry.com%2Fmiranda-lambert-muttnation-hurricane-harvey%2F%3Ftrackback%3Dfbshare_mobile" title="Share on Facebook" target="_blank" data-reactid="283"><span class=" social-icon icon-facebook fb" data-reactid="284"><span class="share-title" data-reactid="285">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="286"><div class="pod-content" data-reactid="287"><p data-reactid="288"><a href="http://tasteofcountry.com/tags/miranda-lambert/" data-reactid="289"><!-- react-text: 290 -->Miranda Lambert<!-- /react-text --></a><!-- react-text: 291 -->&#x27;s MuttNation Foundation is mobilizing and looking to help after Hurricane Harvey struck south Texas over the weekend.<!-- /react-text --></p><p data-reactid="292"><!-- react-text: 293 -->A note at the MuttNation <!-- /react-text --><a href="https://www.instagram.com/p/BYWMA1PglKT/?taken-by=muttnation" target="_blank" data-reactid="294"><!-- react-text: 295 -->Instagram<!-- /react-text --></a><!-- react-text: 296 --> says the staff are looking to transport any animals currently in shelters out of the city so that there is room for pets who were displaced after Harvey. &quot;Plus any other support we can offer,&quot; the caption reads.<!-- /react-text --></p><p data-reactid="297">&quot;It was important to our AMAZING founder, @mirandalambert that we do our part for her home state!&quot;</p><div class="sharethrough-container" data-reactid="298"><div class="tsm-ad tsm-ad-oop" data-reactid="299"><div id="tsm-ad-sharethrough-oop-1" data-reactid="300"><!-- dynamic ad --></div></div></div><div data-reactid="301"><p style="text-align: center;"><strong>More Country Artists Ready to Help After Hurricane Harvey</strong></p>
</div><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="302"></div><p data-reactid="303">Lambert and her mother Bev started MuttNation in 2009 ensure dogs could find homes, and since then she&#x27;s been active with adoptions, fundraisers and events like the Nashville Dog Walk that took place during CMA Fest in June. Lambert grew up in Lindale, Texas, which is about 200 miles north of Houston. She was one of a number artists to express sadness and grief after Harvey struck on Friday.</p><p data-reactid="304">Harvey was a Category 4 storm that has displaced hundreds of thousands and resulted in several deaths and dozens of injuries. Heavy rains continue in the area and the expected downpour may double the amount of rain that has already fallen. Rescue efforts are underway to help those stranded.</p><p data-reactid="305"><!-- react-text: 306 -->Lambert is not alone in the country music effort to provide aid to Texas. Texas natives <!-- /react-text --><a href="http://tasteofcountry.com/tags/josh-abbott-band/" data-reactid="307"><!-- react-text: 308 -->Josh Abbott Band<!-- /react-text --></a><!-- react-text: 309 --> made their own pledge through their charitable website <!-- /react-text --><a href="https://www.jabcares.org/" target="_blank" data-reactid="310"><!-- react-text: 311 -->JAB Cares<!-- /react-text --></a><!-- react-text: 312 -->, where they’re selling a “My Texas” T-shirt, with all proceeds going toward disaster relief efforts in the state. <!-- /react-text --><a href="http://tasteofcountry.com/tags/chris-young/" data-reactid="313"><!-- react-text: 314 -->Chris Young<!-- /react-text --></a><!-- react-text: 315 --> donated $100,000 to the Red Cross, and launched a <!-- /react-text --><a href="https://www.gofundme.com/harveyrelief" target="_blank" data-reactid="316"><!-- react-text: 317 -->GoFundMe<!-- /react-text --></a><!-- react-text: 318 --> page to raise half a million dollars for relief efforts in Texas where he has family, friends and a home that more than likely faced severe damage from the storm.<!-- /react-text --></p><div data-reactid="319"><p style="text-align: center;"><strong>Country Singers React to Hurricane Harvey</strong></p>
</div><div class="photogallery-wrapper sliding-photogallery" data-reactid="320"><div class="photogallery-container" id="photogallery-505-389479-0" data-reactid="321"><div class="sizer" data-reactid="322"></div><div class="loadinganim showbox" id="0" data-reactid="323"><div class="loader" style="width:30px;height:30px;" data-reactid="324"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="325"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" style="stroke:#fff;" data-reactid="326"></circle></svg></div></div></div><!-- react-text: 327 --><!-- /react-text --></div><div class="single-post-button cto-container" data-reactid="328"><a class="next-post cto" href="https://www.gofundme.com/harveyrelief" target="_blank" data-reactid="329">Next: Visit Chris Young&#x27;s GoFundMe Page</a></div><div data-reactid="330"><p style="text-align: center;"><strong>Farewell Angelina Singing &quot;House of the Rising Sun&quot; is Beautiful, Haunting</strong></p>
</div><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="331"></div></div></div><div class="content-footer" data-reactid="332"><!-- react-empty: 333 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="334"></div><div class="feed_attribution_after clearfix" data-reactid="335"><!-- react-text: 336 -->
<!-- /react-text --><a href="http://tasteofcountry.com/miranda-lambert-muttnation-hurricane-harvey/" target="_blank" data-reactid="337"><img src="http://tasteofcountry.com/files/2012/09/toc_syn_logo.png" class="crosspost-attribution-image" alt="Taste of Country" data-reactid="338"/></a><!-- react-text: 339 --> Source: <!-- /react-text --><a href="http://tasteofcountry.com/miranda-lambert-muttnation-hurricane-harvey/" target="_blank" data-reactid="340"><!-- react-text: 341 -->Miranda Lambert’s MuttNation Is Houston Bound After Hurricane Harvey<!-- /react-text --></a><!-- react-text: 342 -->
<!-- /react-text --></div><div class="tags-lines" data-reactid="343"><div class="wrapper" data-reactid="344"><span data-reactid="345"><!-- react-text: 346 -->Filed Under<!-- /react-text --><!-- react-text: 347 -->: <!-- /react-text --></span><span data-reactid="348"><!-- react-text: 349 --><!-- /react-text --><a href="http://1033uscountry.com/tags/miranda-lambert/" data-reactid="350">Miranda Lambert</a></span></div><div class="wrapper" data-reactid="351"><span data-reactid="352"><!-- react-text: 353 -->Categories<!-- /react-text --><!-- react-text: 354 -->: <!-- /react-text --></span><span data-reactid="355"><!-- react-text: 356 --><!-- /react-text --><a href="http://1033uscountry.com/category/articles/" data-reactid="357">Articles</a></span></div></div><div class="comments-wrapper" data-reactid="358"><div class="comments" data-reactid="359"><div data-reactid="360"><span class="icon-comments" data-reactid="361"></span><i data-reactid="362">Comments</i><span class="fb-comments-count" data-href="http://1033uscountry.com/miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey/" data-reactid="363"></span><span class="icon-triangle-down" data-reactid="364"></span></div><div class="cto" data-reactid="365">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="366"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="367">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="368"><div class="aside-inside" data-reactid="369"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-22" data-reactid="370"><div class="wrapper clearfix" data-reactid="371"><div class="fix_sidebar_marker" data-reactid="372"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-619" data-reactid="373"><header data-reactid="374"><h2 data-reactid="375"><span class="title-container" data-reactid="376">Featured</span><!-- react-text: 377 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="378"><section id="ts_blogroll-619" class="blogroll carousel slider dl align-right" data-reactid="379"><div class="slider blogroll-items" data-reactid="380"><div class="sizer" data-reactid="381"></div><div class="mover slide" data-reactid="382"><article class="item title-over-image" data-reactid="383"><figure class="frameme" data-reactid="384"><a class="theframe" data-image="http://hot975fm.com/files/2018/01/ALly-use.png" href="http://1033uscountry.com/ndsu-student-captures-what-going-to-school-in-north-dakota-is-like/" rel="" title="NDSU Student Captures What Going to School in ND is Like" data-reactid="385"></a><div class="loadinganim showbox" id="0" data-reactid="386"><div class="loader" style="width:30px;height:30px;" data-reactid="387"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="388"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="389"></circle></svg></div></div></figure><div class="content" data-reactid="390"><a href="http://1033uscountry.com/ndsu-student-captures-what-going-to-school-in-north-dakota-is-like/" title="NDSU Student Captures What Going to School in ND is Like" class="title" data-reactid="391">NDSU Student Captures What Going to School in ND is Like</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="392"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="393"></div></div></section></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-413" data-reactid="394"><div class="wrapper clearfix" data-reactid="395"><div class="widget-content" data-reactid="396"><div class="tsm-ad tsm-ad-300" data-reactid="397"><div id="tsm-ad-maintop-300a" data-reactid="398"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-394" data-reactid="399"><div class="wrapper clearfix" data-reactid="400"><div class="widget-content" data-reactid="401"><div data-reactid="402"><form method="post" class="newsletter-frame clearfix" data-reactid="403"><div class="content clearfix" data-reactid="404"><p class="title" data-reactid="405">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="406"><div class="vertical-centered" data-reactid="407"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="408"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="409"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-621" data-reactid="410"><header data-reactid="411"><h2 data-reactid="412"><span class="title-container" data-reactid="413">Latest Articles</span><!-- react-text: 414 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="415"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="416"><div class="blogroll-inner clearfix" data-reactid="417"><article class="" data-reactid="418"><figure class="frameme" data-reactid="419"><a class="theframe" data-image="http://1033uscountry.com/files/2018/02/crosses.jpg" href="http://1033uscountry.com/valentines-day-is-also-ash-wednesday-what-will-you-do/" rel="" title="Valentine&amp;apos;s Day Is Also Ash Wednesday, What Will You Do?" data-reactid="420"></a><div class="loadinganim showbox" id="0" data-reactid="421"><div class="loader" style="width:30px;height:30px;" data-reactid="422"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="423"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="424"></circle></svg></div></div></figure><div class="content" data-reactid="425"><a href="http://1033uscountry.com/valentines-day-is-also-ash-wednesday-what-will-you-do/" title="Valentine&#x27;s Day Is Also Ash Wednesday, What Will You Do?" class="title" data-reactid="426">Valentine&#x27;s Day Is Also Ash Wednesday, What Will You Do?</a></div></article><article class="" data-reactid="427"><figure class="frameme" data-reactid="428"><a class="theframe" data-image="http://theboot.com/files/2016/02/daryle-singletary-birthday.jpg" href="http://1033uscountry.com/daryle-singletarys-final-concert-ended-with-a-johnny-paycheck-cover-watch/" rel="" title="Daryle Singletary&amp;apos;s Final Concert Ended With a Haunting Cover" data-reactid="429"></a><div class="loadinganim showbox" id="0" data-reactid="430"><div class="loader" style="width:30px;height:30px;" data-reactid="431"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="432"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="433"></circle></svg></div></div></figure><div class="content" data-reactid="434"><a href="http://1033uscountry.com/daryle-singletarys-final-concert-ended-with-a-johnny-paycheck-cover-watch/" title="Daryle Singletary&#x27;s Final Concert Ended With a Haunting Cover" class="title" data-reactid="435">Daryle Singletary&#x27;s Final Concert Ended With a Haunting Cover</a></div></article><article class="" data-reactid="436"><figure class="frameme" data-reactid="437"><a class="theframe" data-image="http://theboot.com/files/2016/04/kacey-musgraves-justin-bieber-mister-rogers.jpg" href="http://1033uscountry.com/kacey-musgraves-debuts-new-songs-on-breakers-tour-watch/" rel="" title="Kacey Musgraves Debuts New Songs on Breakers Tour [WATCH]" data-reactid="438"></a><div class="loadinganim showbox" id="0" data-reactid="439"><div class="loader" style="width:30px;height:30px;" data-reactid="440"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="441"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="442"></circle></svg></div></div></figure><div class="content" data-reactid="443"><a href="http://1033uscountry.com/kacey-musgraves-debuts-new-songs-on-breakers-tour-watch/" title="Kacey Musgraves Debuts New Songs on Breakers Tour [WATCH]" class="title" data-reactid="444">Kacey Musgraves Debuts New Songs on Breakers Tour [WATCH]</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="445"><footer data-reactid="446"><div class="links clearfix" data-reactid="447"><div class="logo" data-reactid="448"></div><div class="details" data-reactid="449"><h2 data-reactid="450">Information</h2><ul data-reactid="451"><li data-reactid="452"><a title="Taste Of Country Network" class="" data-reactid="453">Taste Of Country Network</a></li><li data-reactid="454"><a title="Bismarck-Mandan EEO" href="/eeo/" class="" data-reactid="455">Bismarck-Mandan EEO</a></li><li data-reactid="456"><a title="Advertise" href="/advertise/" class="" data-reactid="457">Advertise</a></li><li data-reactid="458"><a title="Public File" href="/kusb-public-file/" class="" data-reactid="459">Public File</a></li><li data-reactid="460"><a title="Terms" href="/terms/" class="" data-reactid="461">Terms</a></li><li data-reactid="462"><a title="VIP Terms" href="/vip-terms/" class="" data-reactid="463">VIP Terms</a></li><li data-reactid="464"><a title="FAQ" href="/vip-faq/" class="" data-reactid="465">FAQ</a></li><li data-reactid="466"><a title="Contest Rules" href="/contest-rules/" class="" data-reactid="467">Contest Rules</a></li><li data-reactid="468"><a title="Privacy Policy (Updated: 8/31/17)" href="/privacy/" class="" data-reactid="469">Privacy Policy (Updated: 8/31/17)</a></li><li data-reactid="470"><a title="Contact" href="/help/" class="" data-reactid="471">Contact</a></li><li data-reactid="472"><a href="http://townsquaremediagroup.com/" class="" data-reactid="473"></a></li><li data-reactid="474"><a title="Bismarck Business Listings" href="/bismarck-featured-business-listings/" class="" data-reactid="475">Bismarck Business Listings</a></li></ul></div><div class="social-links" data-reactid="476"><h2 data-reactid="477">Follow Us</h2><ul data-reactid="478"><li class="social" data-reactid="479"><a class="share_link youtube" href="https://www.youtube.com/user/1033uscountry" target="_blank" data-social="youtube" data-reactid="480"><span class="icon-youtube" data-reactid="481"></span></a></li><li class="social" data-reactid="482"><a class="share_link facebook" href="http://www.facebook.com/pages/1033-US-Country/356144048561?ref=stream" target="_blank" data-social="facebook" data-reactid="483"><span class="icon-facebook" data-reactid="484"></span></a></li><li class="social" data-reactid="485"><a class="share_link twitter" href="https://twitter.com/1033USCountry" target="_blank" data-social="twitter" data-reactid="486"><span class="icon-twitter" data-reactid="487"></span></a></li></ul></div></div><div class="legal" data-reactid="488"><!-- react-text: 489 -->2018<!-- /react-text --><!-- react-text: 490 --> <!-- /react-text --><!-- react-text: 491 -->US 103.3<!-- /react-text --><!-- react-text: 492 --> is part of the Taste Of Country Network<!-- /react-text --><!-- react-text: 493 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="494"><!-- react-empty: 495 --><div id="bottom-not-ads" data-reactid="496"><div class="tsm-ad tsm-ad-728" data-reactid="497"><div id="tsm-ad-728b" data-reactid="498"><!-- dynamic ad --></div></div></div><div data-reactid="499"></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":214294,"url":"/miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey/","unfriendlyRequestUrl":"/miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey/","requestUrl":"/miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey/","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":{"dynamic-ad-custom":"1","dynamic-ad-header":"1","dynamic-ad-push":"1","top-728x90":"1","bottom-728x90":"1","mid-top-300x250":"1","mid-bottom-300x250":"1","tsm-out-of-page":"1","tsm-2x2":"0","top-right-noflex-300x250":"1","maintop-300x250":"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":"","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":"","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},"headers":{"title":[{"textContent":"Miranda Lambert's MuttNation Houston Bound After Hurricane Harvey"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"description","content":"Miranda Lambert's MuttNation Foundation is mobilizing and looking to help after Hurricane Harvey struck south Texas over the weekend."}},{"attrs":{"name":"keywords","content":"muttnation texas, miranda lambert pet charity, country singers helping texas, miranda lambert charity"}},{"attrs":{"property":"fb:app_id","content":"408329592557911"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"og:title","content":"Miranda Lambert's MuttNation Houston Bound After Hurricane Harvey"}},{"attrs":{"property":"og:description","content":"Miranda Lambert's MuttNation Foundation is mobilizing and looking to help after Hurricane Harvey struck south Texas over the weekend."}},{"attrs":{"property":"og:url","content":"http://1033uscountry.com/miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey/"}},{"attrs":{"property":"og:site_name","content":"US 103.3"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://tasteofcountry.com/files/2017/08/miranda-lambert-muttnation-shelter-hometown-lindale.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":"Miranda Lambert's MuttNation Foundation is mobilizing and looking to help after Hurricane Harvey struck south Texas over the weekend."}},{"attrs":{"name":"sailthru.date","content":"2017-08-28 16:50:55"}},{"attrs":{"name":"sailthru.title","content":"Miranda Lambert’s MuttNation Is Houston Bound After Hurricane Harvey"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-kusb, tsmmarket-bismarck, tsmtype-local, miranda-lambert, articles"}},{"attrs":{"name":"sailthru.author","content":"billydukesgmail-com"}},{"attrs":{"name":"sailthru.image.full","content":"http://tasteofcountry.com/files/2017/08/miranda-lambert-muttnation-shelter-hometown-lindale.jpg"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://tasteofcountry.com/files/2017/08/miranda-lambert-muttnation-shelter-hometown-lindale.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 » Miranda Lambert’s MuttNation Is Houston Bound After Hurricane Harvey Comments Feed","href":"http://1033uscountry.com/miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://1033uscountry.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"All of Jake Owen’s Singles, Ranked","href":"http://1033uscountry.com/all-of-jake-owens-singles-ranked/"}},{"attrs":{"rel":"next","title":"Watch Dixie Chicks’ Natalie Maines Cover Kesha’s ‘Bastards’","href":"http://1033uscountry.com/watch-dixie-chicks-natalie-maines-cover-keshas-bastards/"}},{"attrs":{"rel":"shortlink","href":"http://1033uscountry.com/?p=214294"}},{"attrs":{"rel":"canonical","href":"http://tasteofcountry.com/miranda-lambert-muttnation-hurricane-harvey/"}}],"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":["miranda-lambert"],"id":"miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey","author":"billydukesgmail-com","kw":["billydukesgmail-com","miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey","articles","miranda-lambert","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":"Miranda Lambert's MuttNation Houston Bound After Hurricane Harvey"},"activeDomain":"1033uscountry.com","authLoginFormNonce":"be0d3d179b","authRegFormNonce":"00bad6b3b7","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":"9b6ee779bc4d8305761bcac27314957bd83678ad"},"isGallery":true,"userRegistrationSettings":{"disable-registration":"no"},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":214294,"postAuthor":279119,"postDate":"2017-08-28T21:50:55.000Z","postDateGmt":"2017-08-28T21:50:55.000Z","postTitle":"Miranda Lambert's MuttNation Is Houston Bound After Hurricane Harvey","postExcerpt":"Miranda Lambert's MuttNation Foundation is mobilizing and looking to help after Hurricane Harvey struck south Texas over the weekend.\r\n\r\n","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey","toPing":"","pinged":"","postModified":"2017-08-31T21:30:04.000Z","postModifiedGmt":"2017-08-31T21:30:04.000Z","postContentFiltered":"","postParent":0,"guid":"http://tasteofcountry.com/?p=389660","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-08-28 21:50:55.000+0000","postModifiedGmtStr":"2017-08-31 21:30:04.000+0000","meta":{"_crosspost_source_blog_id":"204","_crosspost_source_post_id":"389660"}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Miranda Lambert's MuttNation Houston Bound After Hurricane Harvey","next":{"latest":[{"postId":214253,"documentUrl":"/miranda-lambert-sends-prayers-to-texas-after-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-sends-prayers-to-texas-after-hurricane-harvey/","sortDate":"2017-08-28 10:53:53.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":214172,"documentUrl":"/miranda-lamberts-muttnation-is-helping-pups-in-her-hometown/","filterUrl":"/rest/carbon/filter/main/miranda-lamberts-muttnation-is-helping-pups-in-her-hometown/","sortDate":"2017-08-25 14:30:38.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":213901,"documentUrl":"/miranda-lambert-does-an-understated-cover-of-patsy-clines-crazy-watch/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-does-an-understated-cover-of-patsy-clines-crazy-watch/","sortDate":"2017-08-22 10:16:45.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":213436,"documentUrl":"/miranda-lambert-vice-platinum/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-vice-platinum/","sortDate":"2017-08-15 09:00:50.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":213084,"documentUrl":"/miranda-lambert-dedicates-texas-tin-man-performance-to-women-of-country-music-watch/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-dedicates-texas-tin-man-performance-to-women-of-country-music-watch/","sortDate":"2017-08-07 15:03:34.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":212672,"documentUrl":"/10-albums-even-country-haters-should-own/","filterUrl":"/rest/carbon/filter/main/10-albums-even-country-haters-should-own/","sortDate":"2017-08-02 07:30:00.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":212487,"documentUrl":"/miranda-lambert-joins-little-big-town-for-goodbye-earl-at-the-ryman-watch/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-joins-little-big-town-for-goodbye-earl-at-the-ryman-watch/","sortDate":"2017-07-31 10:22:19.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":212456,"documentUrl":"/miranda-lambert-reveals-why-she-wont-talk-about-her-divorce/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-reveals-why-she-wont-talk-about-her-divorce/","sortDate":"2017-07-29 14:47:39.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":212151,"documentUrl":"/50-country-songs-everyone-must-hear-before-they-die/","filterUrl":"/rest/carbon/filter/main/50-country-songs-everyone-must-hear-before-they-die/","sortDate":"2017-07-24 11:00:52.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":211792,"documentUrl":"/miranda-lambert-sings-happy-birthday-to-boyfriend-anderson-east-watch/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-sings-happy-birthday-to-boyfriend-anderson-east-watch/","sortDate":"2017-07-17 08:29:44.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"}],"taxonomy":[{"postId":214253,"documentUrl":"/miranda-lambert-sends-prayers-to-texas-after-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-sends-prayers-to-texas-after-hurricane-harvey/","sortDate":"2017-08-28 10:53:53.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":214172,"documentUrl":"/miranda-lamberts-muttnation-is-helping-pups-in-her-hometown/","filterUrl":"/rest/carbon/filter/main/miranda-lamberts-muttnation-is-helping-pups-in-her-hometown/","sortDate":"2017-08-25 14:30:38.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":213901,"documentUrl":"/miranda-lambert-does-an-understated-cover-of-patsy-clines-crazy-watch/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-does-an-understated-cover-of-patsy-clines-crazy-watch/","sortDate":"2017-08-22 10:16:45.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":213436,"documentUrl":"/miranda-lambert-vice-platinum/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-vice-platinum/","sortDate":"2017-08-15 09:00:50.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":213084,"documentUrl":"/miranda-lambert-dedicates-texas-tin-man-performance-to-women-of-country-music-watch/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-dedicates-texas-tin-man-performance-to-women-of-country-music-watch/","sortDate":"2017-08-07 15:03:34.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":212672,"documentUrl":"/10-albums-even-country-haters-should-own/","filterUrl":"/rest/carbon/filter/main/10-albums-even-country-haters-should-own/","sortDate":"2017-08-02 07:30:00.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":212487,"documentUrl":"/miranda-lambert-joins-little-big-town-for-goodbye-earl-at-the-ryman-watch/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-joins-little-big-town-for-goodbye-earl-at-the-ryman-watch/","sortDate":"2017-07-31 10:22:19.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":212456,"documentUrl":"/miranda-lambert-reveals-why-she-wont-talk-about-her-divorce/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-reveals-why-she-wont-talk-about-her-divorce/","sortDate":"2017-07-29 14:47:39.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":212151,"documentUrl":"/50-country-songs-everyone-must-hear-before-they-die/","filterUrl":"/rest/carbon/filter/main/50-country-songs-everyone-must-hear-before-they-die/","sortDate":"2017-07-24 11:00:52.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":211792,"documentUrl":"/miranda-lambert-sings-happy-birthday-to-boyfriend-anderson-east-watch/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-sings-happy-birthday-to-boyfriend-anderson-east-watch/","sortDate":"2017-07-17 08:29:44.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"}]},"cadata":{"activeDomain":"1033uscountry.com","blogId":505,"method":"get_single","postId":214294,"crosspostBlogId":"204","crosspostPostId":"389660","postType":"post","postDateGmt":"2017-08-28 21:50:55.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":7}},"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":7}},"now-playing-76":{"widgetInfo":{"id":"now-playing-76","groupType":"now-playing","widgetType":"widget_now-playing","widgetInstance":"76"},"widgetParams":{"title":"Recently Played","widgetTime":7}},"widget_onair-78":{"widgetInfo":{"id":"widget_onair-78","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"78"},"widgetParams":{"title":"On Air","widgetTime":12}}}},"carbonsidebar/single":{"widgets":["carbonwidget/single-1"],"widgetDetails":{"carbonwidget/single-1":{"widgetInfo":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"widgetParams":{"mainAuthor":{"id":279119,"slug":"billydukesgmail-com","name":"Billy Dukes","first_name":"Billy","last_name":"Dukes","nickname":"Billy Dukes","description":"Billy Dukes' music background includes jobs as music director and night DJ at WQDR 94.7 in Raleigh, N.C.; writer for Recoil Magazine, a monthly out of Grand Rapids, Mich.; and writer for the Kalamazoo Gazette in Kalamazoo, Mich. The Western Michigan University graduate followed a girl to Raleigh in 2006 and wisely married her one year later. In 2014 they moved to Nashville where they now live with their two dogs, Daisy and Clementine, and theirs sons. In his free time, Billy enjoys playing and watching baseball, cycling and exploring nature.","thumbnail":"http://tasteofcountry.com/files/2015/10/8865-02.jpg","url":"http://1033uscountry.com/author/billydukesgmail-com/"},"firstCategoryName":"Articles","postType":"post","postTitle":"Miranda Lambert&#8217;s MuttNation Is Houston Bound After Hurricane Harvey","aiseopTitle":"Miranda Lambert's MuttNation Houston Bound After Hurricane Harvey","widgetTime":19}}}},"carbonsidebar/mainads":{"widgets":["carbonwidget/top-728x90","carbonwidget/dynamic-ad-custom","carbonwidget/dynamic-ad-header","carbonwidget/dynamic-ad-push","carbonwidget/tsm-out-of-page","carbonwidget/bottom-728x90"],"widgetDetails":{"carbonwidget/top-728x90":{"widgetInfo":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"top-728x90","widgetTime":3}},"carbonwidget/dynamic-ad-custom":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-custom","widgetTime":3}},"carbonwidget/dynamic-ad-header":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-header","widgetTime":3}},"carbonwidget/dynamic-ad-push":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-push","widgetTime":3}},"carbonwidget/tsm-out-of-page":{"widgetInfo":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"tsm-out-of-page","widgetTime":3}},"carbonwidget/bottom-728x90":{"widgetInfo":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"bottom-728x90","widgetTime":3}}}},"single-post-bottom":{"widgets":["ts_blogroll-11","widget_third_party_content-2","widget_third_party_content-3"],"widgetDetails":{"ts_blogroll-11":{"widgetInfo":{"id":"ts_blogroll-11","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"11"},"widgetParams":{"title":"Best of 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":3}},"widget_third_party_content-3":{"widgetInfo":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"widgetParams":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":2}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-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":2}},"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":2}},"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":7},"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":7},"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":7},"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":12},"data":["14135"],"dataDetails":{"14135":{"id":"14135","url":"http://1033uscountry.com/show/lardawg/","title":"LarDawg's LIVE & LOCAL Morning Show","wall":"http://1033uscountry.com/show/lardawg/","posts":"http://1033uscountry.com/show/lardawg/posts","mail":"larry.leblanc@townsquaremedia.com","phone":"701-663-1033","thumbnailId":14139,"thumbnail":"http://1033uscountry.com/files/2012/09/Lardawg2001.jpg","authors":[{"id":741162,"user_nicename":"larryleblanc","display_name":"Larry LeBlanc"}]}}},"carbonwidget/single-1":{"info":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"params":{"mainAuthor":{"id":279119,"slug":"billydukesgmail-com","name":"Billy Dukes","first_name":"Billy","last_name":"Dukes","nickname":"Billy Dukes","description":"Billy Dukes' music background includes jobs as music director and night DJ at WQDR 94.7 in Raleigh, N.C.; writer for Recoil Magazine, a monthly out of Grand Rapids, Mich.; and writer for the Kalamazoo Gazette in Kalamazoo, Mich. The Western Michigan University graduate followed a girl to Raleigh in 2006 and wisely married her one year later. In 2014 they moved to Nashville where they now live with their two dogs, Daisy and Clementine, and theirs sons. In his free time, Billy enjoys playing and watching baseball, cycling and exploring nature.","thumbnail":"http://tasteofcountry.com/files/2015/10/8865-02.jpg","url":"http://1033uscountry.com/author/billydukesgmail-com/"},"firstCategoryName":"Articles","postType":"post","postTitle":"Miranda Lambert&#8217;s MuttNation Is Houston Bound After Hurricane Harvey","aiseopTitle":"Miranda Lambert's MuttNation Houston Bound After Hurricane Harvey","widgetTime":19},"data":[214294],"dataDetails":{"214294":{"thumbnail":"http://tasteofcountry.com/files/2017/08/miranda-lambert-muttnation-shelter-hometown-lindale.jpg","caption":"Rick Diamond, Getty Images","excerpt":"Miranda Lambert's MuttNation Foundation is mobilizing and looking to help after Hurricane Harvey struck south Texas over the weekend.\r\n\r\n","date":"August 28, 2017 4:50 PM","postDateGmt":"2017-08-28 21:50:55 +0000","postModifiedGmt":"2017-08-31 21:30:04 +0000","title":"Miranda Lambert&#8217;s MuttNation Is Houston Bound After Hurricane Harvey","url":"http://1033uscountry.com/miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey/","id":214294,"contentRaw":"https://youtu.be/oH4Isa4IbjE\r\n\r\n<a href=\"http://tasteofcountry.com/tags/miranda-lambert/\">Miranda Lambert</a>'s MuttNation Foundation is mobilizing and looking to help after Hurricane Harvey struck south Texas over the weekend.\r\n\r\nA note at the MuttNation <a href=\"https://www.instagram.com/p/BYWMA1PglKT/?taken-by=muttnation\" target=\"_blank\">Instagram</a> says the staff are looking to transport any animals currently in shelters out of the city so that there is room for pets who were displaced after Harvey. \"Plus any other support we can offer,\" the caption reads.\r\n\r\n\"It was important to our AMAZING founder, @mirandalambert that we do our part for her home state!\"\r\n<p style=\"text-align: center;\"><strong>More Country Artists Ready to Help After Hurricane Harvey</strong></p>\r\nhttps://youtu.be/3sV6WekjNCo\r\n\r\nLambert and her mother Bev started MuttNation in 2009 ensure dogs could find homes, and since then she's been active with adoptions, fundraisers and events like the Nashville Dog Walk that took place during CMA Fest in June. Lambert grew up in Lindale, Texas, which is about 200 miles north of Houston. She was one of a number artists to express sadness and grief after Harvey struck on Friday.\r\n\r\nHarvey was a Category 4 storm that has displaced hundreds of thousands and resulted in several deaths and dozens of injuries. Heavy rains continue in the area and the expected downpour may double the amount of rain that has already fallen. Rescue efforts are underway to help those stranded.\r\n\r\nLambert is not alone in the country music effort to provide aid to Texas. Texas natives <a href=\"http://tasteofcountry.com/tags/josh-abbott-band/\">Josh Abbott Band</a> made their own pledge through their charitable website <a href=\"https://www.jabcares.org/\" target=\"_blank\">JAB Cares</a>, where they’re selling a “My Texas” T-shirt, with all proceeds going toward disaster relief efforts in the state. <a href=\"http://tasteofcountry.com/tags/chris-young/\">Chris Young</a> donated $100,000 to the Red Cross, and launched a <a href=\"https://www.gofundme.com/harveyrelief\" target=\"_blank\">GoFundMe</a> page to raise half a million dollars for relief efforts in Texas where he has family, friends and a home that more than likely faced severe damage from the storm.\r\n<p style=\"text-align: center;\"><strong>Country Singers React to Hurricane Harvey</strong></p>\r\n[gallery ids=\"389481,389482,389483,389484,389485,389486,389487,389488,389489,389490,389491,389493\" galleryid=\"204:389479\" galleryindex=\"0\" enablefullscreen=\"yes\" showthumbs=\"no\"]\r\n\r\n[button href=\"https://www.gofundme.com/harveyrelief\" title=\"Next: Visit Chris Young's GoFundMe Page\" align=\"center\"]\r\n<p style=\"text-align: center;\"><strong>Farewell Angelina Singing \"House of the Rising Sun\" is Beautiful, Haunting</strong></p>\r\nhttps://youtu.be/LS0aBJ0RVgk","next_url":[{"textContent":"Next: Visit Chris Young's GoFundMe Page","class":"button_act","href":"https://www.gofundme.com/harveyrelief","target":""}],"content":"\n<p><div class=\"embed-wrapper\"><iframe style=\"vertical-align: bottom;\" src=\"https://www.youtube.com/embed/oH4Isa4IbjE?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><a href=\"http://tasteofcountry.com/tags/miranda-lambert/\" target=\"_blank\">Miranda Lambert</a>‘s MuttNation Foundation is mobilizing and looking to help after Hurricane Harvey struck south Texas over the weekend.</p>\n<p>A note at the MuttNation <a href=\"https://www.instagram.com/p/BYWMA1PglKT/?taken-by=muttnation\" target=\"_blank\">Instagram</a> says the staff are looking to transport any animals currently in shelters out of the city so that there is room for pets who were displaced after Harvey. “Plus any other support we can offer,” the caption reads.</p>\n<p>“It was important to our AMAZING founder, @mirandalambert that we do our part for her home state!”</p>\n<p style=\"text-align: center;\"><strong>More Country Artists Ready to Help After Hurricane Harvey</strong></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>Lambert and her mother Bev started MuttNation in 2009 ensure dogs could find homes, and since then she’s been active with adoptions, fundraisers and events like the Nashville Dog Walk that took place during CMA Fest in June. Lambert grew up in Lindale, Texas, which is about 200 miles north of Houston. She was one of a number artists to express sadness and grief after Harvey struck on Friday.</p>\n<p>Harvey was a Category 4 storm that has displaced hundreds of thousands and resulted in several deaths and dozens of injuries. Heavy rains continue in the area and the expected downpour may double the amount of rain that has already fallen. Rescue efforts are underway to help those stranded.</p>\n<p>Lambert is not alone in the country music effort to provide aid to Texas. Texas natives <a href=\"http://tasteofcountry.com/tags/josh-abbott-band/\" target=\"_blank\">Josh Abbott Band</a> made their own pledge through their charitable website <a href=\"https://www.jabcares.org/\" target=\"_blank\">JAB Cares</a>, where they’re selling a “My Texas” T-shirt, with all proceeds going toward disaster relief efforts in the state. <a href=\"http://tasteofcountry.com/tags/chris-young/\" target=\"_blank\">Chris Young</a> donated $100,000 to the Red Cross, and launched a <a href=\"https://www.gofundme.com/harveyrelief\" target=\"_blank\">GoFundMe</a> page to raise half a million dollars for relief efforts in Texas where he has family, friends and a home that more than likely faced severe damage from the storm.</p>\n<p style=\"text-align: center;\"><strong>Country Singers React to Hurricane Harvey</strong></p>\n<script type=\"text/javascript\">\n\twindow.TSM = window.TSM || {};\n\twindow.TSM.photogalleryConfigs = window.TSM.photogalleryConfigs || [];\n\tvar photogalleryConfig = {\n\t\tgalleryUrl:'http://tasteofcountry.com/api/json/galleries/389479?filterexclusions&galleryindex=0'\n\t\t,galleryId:'tsm-photogallery-204-389479-0'\n\t\t,showThumbs:0\n\t\t,colorscheme:'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:'http://tasteofcountry.com/files/2017/08/harv1.jpg'\n\t\t,enableEndCard:1\n\t\t,enableBelowDescriptionEndCard:1\n\t\t,endCardMode:2\n\t\t,enableKiosked:1\n\t\t,enableKioskedMobile:0\n\t\t,carbonLayout:\"\"\n\t};\n\twindow.TSM.photogalleryConfigs.push( photogalleryConfig );\n<\/script><div id=\"tsm-photogallery-204-389479-0-placeholder\"></div>\n<div class=\"tsm-photogallery-wrapper 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=\"https://www.gofundme.com/harveyrelief\" target=\"\">Next: Visit Chris Young's GoFundMe Page</a></p>\n<p style=\"text-align: center;\"><strong>Farewell Angelina Singing “House of the Rising Sun” is Beautiful, Haunting</strong></p>\n<p><div class=\"embed-wrapper\"><iframe style=\"vertical-align: bottom;\" src=\"https://www.youtube.com/embed/LS0aBJ0RVgk?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<div class=\"feed_attribution_after clearfix\">\n<a href=\"http://tasteofcountry.com/miranda-lambert-muttnation-hurricane-harvey/\" target=\"_blank\"><img src=\"http://tasteofcountry.com/files/2012/09/toc_syn_logo.png\" class=\"crosspost-attribution-image\" alt=\"Taste of Country\"></a> Source: <a href=\"http://tasteofcountry.com/miranda-lambert-muttnation-hurricane-harvey/\" target=\"_blank\">Miranda Lambert’s MuttNation Is Houston Bound After Hurricane Harvey</a>\n</div>\n","postType":"post","wpVersion":"","alternateMetaForBlogroll":{"title":"Miranda Lambert&#8217;s MuttNation Is Houston Bound After Hurricane Harvey","excerpt":"Miranda Lambert's MuttNation Foundation is mobilizing and looking to help after Hurricane Harvey struck south Texas over the weekend.\r\n\r\n","post_excerpt":"Miranda Lambert's MuttNation Foundation is mobilizing and looking to help after Hurricane Harvey struck south Texas over the weekend.\r\n\r\n","post_more_excerpt":"<p>Miranda Lambert's MuttNation Foundation is mobilizing and looking to help after Hurricane Harvey struck south Texas over the weekend.</p>\n<p class=\"more_act\"><a href=\"http://1033uscountry.com/miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey/\" title=\"Miranda Lambert&#8217;s MuttNation Is Houston Bound After Hurricane Harvey\">Read More</a></p>\n","permalink":"http://1033uscountry.com/miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey/","image":{"id":214171,"url":"http://tasteofcountry.com/files/2017/08/miranda-lambert-muttnation-shelter-hometown-lindale.jpg","caption":"Rick Diamond, Getty Images"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":true},"tags":[{"id":475,"slug":"miranda-lambert","title":"Miranda Lambert","description":"","post_count":389,"link_url":"http://1033uscountry.com/tags/miranda-lambert/","feed_url":"http://1033uscountry.com/tags/miranda-lambert/feed/","term_taxonomy_id":485,"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":279119,"slug":"billydukesgmail-com","name":"Billy Dukes","first_name":"Billy","last_name":"Dukes","nickname":"Billy Dukes","description":"Billy Dukes' music background includes jobs as music director and night DJ at WQDR 94.7 in Raleigh, N.C.; writer for Recoil Magazine, a monthly out of Grand Rapids, Mich.; and writer for the Kalamazoo Gazette in Kalamazoo, Mich. The Western Michigan University graduate followed a girl to Raleigh in 2006 and wisely married her one year later. In 2014 they moved to Nashville where they now live with their two dogs, Daisy and Clementine, and theirs sons. In his free time, Billy enjoys playing and watching baseball, cycling and exploring nature.","thumbnail":"http://tasteofcountry.com/files/2015/10/8865-02.jpg","url":"http://1033uscountry.com/author/billydukesgmail-com/"}],"post_more_meta":{"meta":"","title":"Taste of Country","url":"http://tasteofcountry.com","link":"Taste of Country"},"social":{"tw":{"href":"http://twitter.com/intent/tweet?text=Miranda%20Lambert%E2%80%99s%20MuttNation%20Is%20Houston%20Bound%20After%20Hurricane%20Harvey%20http%3A%2F%2Ftasteofcountry.com%2Fmiranda-lambert-muttnation-hurricane-harvey%2F%3Ftrackback%3Dtwitter_mobile%20%401033USCountry","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2Ftasteofcountry.com%2Fmiranda-lambert-muttnation-hurricane-harvey%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://1033uscountry.com/all-of-jake-owens-singles-ranked/","prevArticle":"http://1033uscountry.com/watch-dixie-chicks-natalie-maines-cover-keshas-bastards/","pageUrl":"/miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey/","blogId":505,"domain":"1033uscountry.com","crossPostAttributionBottom":"<div class=\"feed_attribution_after clearfix\">\n<a href=\"http://tasteofcountry.com/miranda-lambert-muttnation-hurricane-harvey/\" target=\"_blank\"><img src=\"http://tasteofcountry.com/files/2012/09/toc_syn_logo.png\" class=\"crosspost-attribution-image\" alt=\"Taste of Country\"></a> Source: <a href=\"http://tasteofcountry.com/miranda-lambert-muttnation-hurricane-harvey/\" target=\"_blank\">Miranda Lambert’s MuttNation Is Houston Bound After Hurricane Harvey</a>\n</div>","rawContent":"<p>\n<sectiontag class=\"module\" contenteditable=\"false\" type=\"oembed\" attr-url=\"http://www.youtube.com/oembed?url=https%3A%2F%2Fyoutu.be%2FoH4Isa4IbjE&amp;format=json\">\n<noscript class=\"rendered-html\" type=\"text/html\"></noscript>\n<p></sectiontag></p>\n<p><a href=\"http://tasteofcountry.com/tags/miranda-lambert/\">Miranda Lambert</a>'s MuttNation Foundation is mobilizing and looking to help after Hurricane Harvey struck south Texas over the weekend.</p>\n<p>A note at the MuttNation <a href=\"https://www.instagram.com/p/BYWMA1PglKT/?taken-by=muttnation\" target=\"_blank\">Instagram</a> says the staff are looking to transport any animals currently in shelters out of the city so that there is room for pets who were displaced after Harvey. \"Plus any other support we can offer,\" the caption reads.</p>\n<p>\"It was important to our AMAZING founder, @mirandalambert that we do our part for her home state!\"</p>\n<p style=\"text-align: center;\"><strong>More Country Artists Ready to Help After Hurricane Harvey</strong></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>Lambert and her mother Bev started MuttNation in 2009 ensure dogs could find homes, and since then she's been active with adoptions, fundraisers and events like the Nashville Dog Walk that took place during CMA Fest in June. Lambert grew up in Lindale, Texas, which is about 200 miles north of Houston. She was one of a number artists to express sadness and grief after Harvey struck on Friday.</p>\n<p>Harvey was a Category 4 storm that has displaced hundreds of thousands and resulted in several deaths and dozens of injuries. Heavy rains continue in the area and the expected downpour may double the amount of rain that has already fallen. Rescue efforts are underway to help those stranded.</p>\n<p>Lambert is not alone in the country music effort to provide aid to Texas. Texas natives <a href=\"http://tasteofcountry.com/tags/josh-abbott-band/\">Josh Abbott Band</a> made their own pledge through their charitable website <a href=\"https://www.jabcares.org/\" target=\"_blank\">JAB Cares</a>, where they’re selling a “My Texas” T-shirt, with all proceeds going toward disaster relief efforts in the state. <a href=\"http://tasteofcountry.com/tags/chris-young/\">Chris Young</a> donated $100,000 to the Red Cross, and launched a <a href=\"https://www.gofundme.com/harveyrelief\" target=\"_blank\">GoFundMe</a> page to raise half a million dollars for relief efforts in Texas where he has family, friends and a home that more than likely faced severe damage from the storm.</p>\n<p style=\"text-align: center;\"><strong>Country Singers React to Hurricane Harvey</strong></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"gallery\" attr-url=\"/rest/carbon/uri/api/gallery/domain/tasteofcountry.com/galleryId/389479?filterexclusions&amp;galleryindex=0\" attr-thumbnail=\"http://tasteofcountry.com/files/2017/08/harv1.jpg\" attr-layout=\"\" attr-fullscreen=\"1\"></sectiontag></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"button\" attr-href=\"https://www.gofundme.com/harveyrelief\" attr-title=\"Next: Visit Chris Young&apos;s GoFundMe Page\" attr-align=\"center\" attr-appLink=\"false\"></sectiontag></p>\n<p style=\"text-align: center;\"><strong>Farewell Angelina Singing \"House of the Rising Sun\" is Beautiful, Haunting</strong></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"oembed\" attr-url=\"http://www.youtube.com/oembed?url=https%3A%2F%2Fyoutu.be%2FLS0aBJ0RVgk&amp;format=json\">\n<noscript class=\"rendered-html\" type=\"text/html\"></noscript>\n<p></sectiontag></p>\n","podContent":[{"type":"singlePostText","data":{"text":"<p><a href=\"http://tasteofcountry.com/tags/miranda-lambert/\">Miranda Lambert</a>&apos;s MuttNation Foundation is mobilizing and looking to help after Hurricane Harvey struck south Texas over the&#xA0;weekend.</p>\n"},"currentTextLength":144,"runningCounter":1,"cumulativePodTextLength":144,"totalSimilarConsecutiveElements":4,"totalTextLength":583},{"type":"singlePostText","data":{"text":"<p>A note at the MuttNation <a href=\"https://www.instagram.com/p/BYWMA1PglKT/?taken-by=muttnation\" target=\"_blank\">Instagram</a> says the staff are looking to transport any animals currently in shelters out of the city so that there is&#xA0;room for pets who were displaced after Harvey. &quot;Plus any other support we can offer,&quot; the caption reads.</p>\n"},"currentTextLength":262,"runningCounter":2,"cumulativePodTextLength":406,"totalSimilarConsecutiveElements":4,"totalTextLength":583},{"type":"singlePostText","data":{"text":"<p>&quot;It was important to our AMAZING founder,&#xA0;@mirandalambert&#xA0;that we do our part for her home state!&quot;</p>\n"},"currentTextLength":119,"runningCounter":3,"cumulativePodTextLength":525,"totalSimilarConsecutiveElements":4,"totalTextLength":583},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostText","data":{"text":"<p style=\"text-align: center;\"><strong>More Country Artists Ready to Help After Hurricane Harvey</strong></p>\n"},"currentTextLength":58,"runningCounter":4,"cumulativePodTextLength":583,"totalSimilarConsecutiveElements":4,"totalTextLength":583},{"type":"singlePostOembed","data":{"height":270,"thumbnail_height":360,"provider_name":"YouTube","provider_url":"https://www.youtube.com/","author_name":"Taste of Country","version":"1.0","thumbnail_url":"https://i.ytimg.com/vi/3sV6WekjNCo/hqdefault.jpg","type":"video","html":"<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/3sV6WekjNCo?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>","title":"Hurricane Harvey Strikes, Country Singers Respond - Taste of Country News 360","thumbnail_width":480,"width":480,"author_url":"https://www.youtube.com/user/TasteofCountryMusic"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostText","data":{"text":"<p>Lambert and her mother Bev started MuttNation in 2009 ensure dogs could find homes, and since then she&apos;s been active with adoptions, fundraisers and events like the Nashville Dog Walk that took place during CMA Fest in June. Lambert grew up in Lindale, Texas, which is about 200 miles north of Houston. She was one of a number artists to express sadness and grief after Harvey struck on Friday.</p>\n"},"currentTextLength":400,"runningCounter":1,"cumulativePodTextLength":400,"totalSimilarConsecutiveElements":4,"totalTextLength":1318},{"type":"singlePostText","data":{"text":"<p>Harvey was&#xA0;a Category 4 storm that has displaced hundreds of thousands and resulted in several deaths and dozens of injuries. Heavy rains continue in the area and the expected downpour may double the amount of rain that has already fallen. Rescue efforts are underway to help those stranded.</p>\n"},"currentTextLength":297,"runningCounter":2,"cumulativePodTextLength":697,"totalSimilarConsecutiveElements":4,"totalTextLength":1318},{"type":"singlePostText","data":{"text":"<p>Lambert is not alone in the country music effort to provide aid to Texas. Texas natives&#xA0;<a href=\"http://tasteofcountry.com/tags/josh-abbott-band/\">Josh Abbott Band</a>&#xA0;made their own pledge through their charitable website&#xA0;<a href=\"https://www.jabcares.org/\" target=\"_blank\">JAB Cares</a>, where&#xA0;they&#x2019;re selling a &#x201C;My Texas&#x201D; T-shirt, with all proceeds going toward disaster relief efforts in the state.&#xA0;<a href=\"http://tasteofcountry.com/tags/chris-young/\">Chris Young</a>&#xA0;donated $100,000 to the Red Cross, and launched a&#xA0;<a href=\"https://www.gofundme.com/harveyrelief\" target=\"_blank\">GoFundMe</a>&#xA0;page to raise half a million dollars for relief efforts in Texas where he has family, friends and a home that more than likely faced severe damage from the storm.</p>\n"},"currentTextLength":579,"runningCounter":3,"cumulativePodTextLength":1276,"totalSimilarConsecutiveElements":4,"totalTextLength":1318},{"type":"singlePostText","data":{"text":"<p style=\"text-align: center;\"><strong>Country Singers React to Hurricane Harvey</strong></p>\n"},"currentTextLength":42,"runningCounter":4,"cumulativePodTextLength":1318,"totalSimilarConsecutiveElements":4,"totalTextLength":1318},{"type":"singlePostGallery","data":{"url":"/rest/carbon/uri/api/gallery/domain/tasteofcountry.com/galleryId/389479?filterexclusions&galleryindex=0","thumbnail":"http://tasteofcountry.com/files/2017/08/harv1.jpg","layout":"","fullscreen":1},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostButton","data":{"href":"https://www.gofundme.com/harveyrelief","title":"Next: Visit Chris Young's GoFundMe Page","align":"center","applink":"false"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostText","data":{"text":"<p style=\"text-align: center;\"><strong>Farewell Angelina Singing &quot;House of the Rising Sun&quot; is Beautiful, Haunting</strong></p>\n"},"currentTextLength":85,"runningCounter":1,"cumulativePodTextLength":85,"totalSimilarConsecutiveElements":1,"totalTextLength":85},{"type":"singlePostOembed","data":{"type":"video","provider_url":"https://www.youtube.com/","thumbnail_url":"https://i.ytimg.com/vi/LS0aBJ0RVgk/hqdefault.jpg","thumbnail_height":360,"width":480,"provider_name":"YouTube","author_url":"https://www.youtube.com/user/TasteofCountryMusic","title":"Farewell Angelina's Haunting \"House Of The Rising Sun\" Cover Is Unforgettable","thumbnail_width":480,"version":"1.0","html":"<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/LS0aBJ0RVgk?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>","height":270,"author_name":"Taste of Country"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"uniquePodTypes":["singlePostOembed","singlePostText","singlePostGallery","singlePostButton"],"podHeader":[{"type":"singlePostOembed","data":{"author_url":"https://www.youtube.com/user/TasteofCountryMusic","version":"1.0","type":"video","thumbnail_height":360,"provider_url":"https://www.youtube.com/","thumbnail_url":"http://tasteofcountry.com/files/2017/08/miranda-lambert-muttnation-shelter-hometown-lindale.jpg","width":480,"html":"<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/oH4Isa4IbjE?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>","provider_name":"YouTube","height":270,"title":"Miranda Lambert Rolls Up Her Sleeves for Hurricane Harvey - Taste of Country News 360","thumbnail_width":480,"author_name":"Taste of Country"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"next":{"latest":[{"postId":214253,"documentUrl":"/miranda-lambert-sends-prayers-to-texas-after-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-sends-prayers-to-texas-after-hurricane-harvey/","sortDate":"2017-08-28 10:53:53.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":214172,"documentUrl":"/miranda-lamberts-muttnation-is-helping-pups-in-her-hometown/","filterUrl":"/rest/carbon/filter/main/miranda-lamberts-muttnation-is-helping-pups-in-her-hometown/","sortDate":"2017-08-25 14:30:38.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":213901,"documentUrl":"/miranda-lambert-does-an-understated-cover-of-patsy-clines-crazy-watch/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-does-an-understated-cover-of-patsy-clines-crazy-watch/","sortDate":"2017-08-22 10:16:45.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":213436,"documentUrl":"/miranda-lambert-vice-platinum/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-vice-platinum/","sortDate":"2017-08-15 09:00:50.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":213084,"documentUrl":"/miranda-lambert-dedicates-texas-tin-man-performance-to-women-of-country-music-watch/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-dedicates-texas-tin-man-performance-to-women-of-country-music-watch/","sortDate":"2017-08-07 15:03:34.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":212672,"documentUrl":"/10-albums-even-country-haters-should-own/","filterUrl":"/rest/carbon/filter/main/10-albums-even-country-haters-should-own/","sortDate":"2017-08-02 07:30:00.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":212487,"documentUrl":"/miranda-lambert-joins-little-big-town-for-goodbye-earl-at-the-ryman-watch/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-joins-little-big-town-for-goodbye-earl-at-the-ryman-watch/","sortDate":"2017-07-31 10:22:19.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":212456,"documentUrl":"/miranda-lambert-reveals-why-she-wont-talk-about-her-divorce/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-reveals-why-she-wont-talk-about-her-divorce/","sortDate":"2017-07-29 14:47:39.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":212151,"documentUrl":"/50-country-songs-everyone-must-hear-before-they-die/","filterUrl":"/rest/carbon/filter/main/50-country-songs-everyone-must-hear-before-they-die/","sortDate":"2017-07-24 11:00:52.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":211792,"documentUrl":"/miranda-lambert-sings-happy-birthday-to-boyfriend-anderson-east-watch/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-sings-happy-birthday-to-boyfriend-anderson-east-watch/","sortDate":"2017-07-17 08:29:44.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"}],"taxonomy":[{"postId":214253,"documentUrl":"/miranda-lambert-sends-prayers-to-texas-after-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-sends-prayers-to-texas-after-hurricane-harvey/","sortDate":"2017-08-28 10:53:53.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":214172,"documentUrl":"/miranda-lamberts-muttnation-is-helping-pups-in-her-hometown/","filterUrl":"/rest/carbon/filter/main/miranda-lamberts-muttnation-is-helping-pups-in-her-hometown/","sortDate":"2017-08-25 14:30:38.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":213901,"documentUrl":"/miranda-lambert-does-an-understated-cover-of-patsy-clines-crazy-watch/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-does-an-understated-cover-of-patsy-clines-crazy-watch/","sortDate":"2017-08-22 10:16:45.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":213436,"documentUrl":"/miranda-lambert-vice-platinum/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-vice-platinum/","sortDate":"2017-08-15 09:00:50.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":213084,"documentUrl":"/miranda-lambert-dedicates-texas-tin-man-performance-to-women-of-country-music-watch/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-dedicates-texas-tin-man-performance-to-women-of-country-music-watch/","sortDate":"2017-08-07 15:03:34.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":212672,"documentUrl":"/10-albums-even-country-haters-should-own/","filterUrl":"/rest/carbon/filter/main/10-albums-even-country-haters-should-own/","sortDate":"2017-08-02 07:30:00.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":212487,"documentUrl":"/miranda-lambert-joins-little-big-town-for-goodbye-earl-at-the-ryman-watch/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-joins-little-big-town-for-goodbye-earl-at-the-ryman-watch/","sortDate":"2017-07-31 10:22:19.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":212456,"documentUrl":"/miranda-lambert-reveals-why-she-wont-talk-about-her-divorce/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-reveals-why-she-wont-talk-about-her-divorce/","sortDate":"2017-07-29 14:47:39.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":212151,"documentUrl":"/50-country-songs-everyone-must-hear-before-they-die/","filterUrl":"/rest/carbon/filter/main/50-country-songs-everyone-must-hear-before-they-die/","sortDate":"2017-07-24 11:00:52.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"postId":211792,"documentUrl":"/miranda-lambert-sings-happy-birthday-to-boyfriend-anderson-east-watch/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-sings-happy-birthday-to-boyfriend-anderson-east-watch/","sortDate":"2017-07-17 08:29:44.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"}]}}}},"carbonwidget/top-728x90":{"info":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"top-728x90","widgetTime":3},"data":["carbonwidget/top-728x90"],"dataDetails":{"carbonwidget/top-728x90":{"adUnit":"top-728x90","adType":"dfp6"}}},"carbonwidget/dynamic-ad-custom":{"info":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-custom","widgetTime":3},"data":["carbonwidget/dynamic-ad-custom"],"dataDetails":{"carbonwidget/dynamic-ad-custom":{"adUnit":"dynamic-ad-custom","adType":"dfp6"}}},"carbonwidget/dynamic-ad-header":{"info":{"id":"carbonwidget/dynamic-ad-header","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-header","widgetTime":3},"data":["carbonwidget/dynamic-ad-header"],"dataDetails":{"carbonwidget/dynamic-ad-header":{"adUnit":"dynamic-ad-header","adType":"dfp6"}}},"carbonwidget/dynamic-ad-push":{"info":{"id":"carbonwidget/dynamic-ad-push","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-push","widgetTime":3},"data":["carbonwidget/dynamic-ad-push"],"dataDetails":{"carbonwidget/dynamic-ad-push":{"adUnit":"dynamic-ad-push","adType":"dfp6"}}},"carbonwidget/tsm-out-of-page":{"info":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"tsm-out-of-page","widgetTime":3},"data":["carbonwidget/tsm-out-of-page"],"dataDetails":{"carbonwidget/tsm-out-of-page":{"adUnit":"tsm-out-of-page","adType":"dfp6"}}},"carbonwidget/bottom-728x90":{"info":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"bottom-728x90","widgetTime":3},"data":["carbonwidget/bottom-728x90"],"dataDetails":{"carbonwidget/bottom-728x90":{"adUnit":"bottom-728x90","adType":"dfp6"}}},"ts_blogroll-11":{"info":{"id":"ts_blogroll-11","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"11"},"params":{"title":"Best of 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":4,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[225891,225832,225829,225825],"dataDetails":{"225825":{"postid":"225825","sortdate":"2018-02-09T20:15:56.000Z","data":{"mainData":{"postType":"post","caption":"Justin Sullivan, Getty Images","thumbnail":"http://965thefox.com/files/2018/02/Culvers_Justin-Sullivan_GettyImages-142287272.jpg","postDateGmt":"2018-02-09 20:15:56 +0000","title":"Mandan Culver&apos;s Officially Set to Open in August 2018","url":"http://1033uscountry.com/mandan-culvers-officially-set-to-open-in-august-2018/","id":225825,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"You&apos;ve heard the rumors for months. It looks like Mandan is officially getting a Culver&apos;s in August!","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":""},"_aioseop_title":"Mandan Culver&apos;s Officially Set to Open in August 2018"}}},"225829":{"postid":"225829","sortdate":"2018-02-09T21:59:25.000Z","data":{"mainData":{"postType":"post","caption":"bhofack2","thumbnail":"http://hot975fm.com/files/2018/02/RS14915_466204117-scr.jpg","postDateGmt":"2018-02-09 21:59:25 +0000","title":"Bismarck&apos;s Favorite Pizza According to Yelp","url":"http://1033uscountry.com/bismarcks-favorite-pizza-according-to-yelp/","id":225829,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Happy National Pizza Day! To celebrate, here are the highest rated pizza joints in Bismarck.","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 Favorite Pizza According to Yelp","dynamic-lead-title":"YUMMY!","dynamic-lead-excerpt":"North Dakotas&apos; favorite pizza.","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"225832":{"postid":"225832","sortdate":"2018-02-09T23:56:39.000Z","data":{"mainData":{"postType":"post","caption":"Martin Rose/Getty Images","thumbnail":"http://1033uscountry.com/files/2014/02/Monique-and-Jocelyne-Lamoureaux_Martin-Rose.jpg","postDateGmt":"2018-02-09 23:56:39 +0000","title":"North Dakota Athletes in the Winter Olympics","url":"http://1033uscountry.com/north-dakota-athletes-in-the-winter-olympics/","id":225832,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"The 2018 Winter Olympics are underway in South Korea and just two of USA&apos;s athletes are from North Dakota.","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 Athletes in the Winter Olympics","dynamic-lead-title":"N.D. at the Olympics","dynamic-lead-excerpt":"The Peace Garden State is being represented at the Winter Games.","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"225891":{"postid":"225891","sortdate":"2018-02-11T23:49:27.000Z","data":{"mainData":{"postType":"post","caption":"GraphicStock","thumbnail":"http://1033uscountry.com/files/2018/02/cuffs.jpg","postDateGmt":"2018-02-11 23:49:27 +0000","title":"Man Arrested in Lincoln For Assault On Police Officers","url":"http://1033uscountry.com/man-arrested-in-lincoln-for-assault-on-police-officers/","id":225891,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"A 29-year old man was arrested in Lincoln for assault on an officer and made his situation much worst as time went on during the stop on Feb 7th.","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":"29-year old Booked in Lincoln","dynamic-lead-excerpt":"It took 5 police officers, but name is booked.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","_aioseop_title":"Man Arrested in Lincoln For Assault On Police Officers","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}}},"redisCached":true},"widget_third_party_content-2":{"info":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"params":{"type":"zergnet","title":"Recommended For You","id":"39620","placement":"","targettype":"","mode":"","widgetTime":3},"data":[],"dataDetails":{}},"widget_third_party_content-3":{"info":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"params":{"type":"zergnet","title":"Best of the Web","id":"13510","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"fix_sidebar_marker-22":{"info":{"id":"fix_sidebar_marker-22","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"22"},"params":{"widgetTime":2},"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":4,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[224116,224053,224044],"dataDetails":{"224044":{"postid":"224044","sortdate":"2018-01-10T17:24:50.000Z","data":{"mainData":{"postType":"post","caption":"Getty Images","thumbnail":"http://hot975fm.com/files/2018/01/GettyImages-889995350.jpg","postDateGmt":"2018-01-10 17:24:50 +0000","title":"Our Home Boy!","url":"http://1033uscountry.com/carson-wentzs-top-10-plays-of-the-2017-nfl-season/","id":224044,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"We&apos;re so proud of Wentz!","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":"Our Home Boy!","dynamic-lead-excerpt":"We&apos;re so proud of Wentz!","dynamic-lead-link-url":"","dynamic-lead-image":"","_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Carson Wentz&apos;s Top 10 Plays of the 2017 NFL Season"}}},"224053":{"postid":"224053","sortdate":"2018-01-10T20:46:34.000Z","data":{"mainData":{"postType":"list-post","caption":"Amanda Edwards, Getty Images","thumbnail":"http://965thefox.com/files/2018/01/Jeopardy_Amanda-Edwards_GettyImages-98521850.jpg","postDateGmt":"2018-01-10 20:46:34 +0000","title":"Can You Answer These North Dakota Jeopardy! Questions?","url":"http://1033uscountry.com/can-you-answer-these-north-dakota-jeopardy-questions/","id":224053,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Alex Trebek asked Jeopardy! contestants these questions about North Dakota. Would you give the right answer?","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":""},"_aioseop_title":"Can You Answer These North Dakota Jeopardy! Questions?"}}},"224116":{"postid":"224116","sortdate":"2018-01-11T19:54:40.000Z","data":{"mainData":{"postType":"post","caption":"","thumbnail":"http://hot975fm.com/files/2018/01/ALly-use.png","postDateGmt":"2018-01-11 19:54:40 +0000","title":"NDSU Student Captures What Going to School in ND is Like","url":"http://1033uscountry.com/ndsu-student-captures-what-going-to-school-in-north-dakota-is-like/","id":224116,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"If you go to school in North Dakota, you know it takes some serious weather to cancel class.","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/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=2LnAP5eCXE4","youtubeId":"2LnAP5eCXE4"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=2LnAP5eCXE4","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"NDSU Student Captures What Going to School in ND is Like"}}}},"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":2},"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":2},"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":3,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[225979,225985,225988],"dataDetails":{"225979":{"postid":"225979","sortdate":"2018-02-12T22:18:06.000Z","data":{"mainData":{"postType":"post","caption":"Graphic Stock","thumbnail":"http://1033uscountry.com/files/2018/02/crosses.jpg","postDateGmt":"2018-02-12 22:18:06 +0000","title":"Valentine&apos;s Day Is Also Ash Wednesday, What Will You Do?","url":"http://1033uscountry.com/valentines-day-is-also-ash-wednesday-what-will-you-do/","id":225979,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"If you&apos;re Catholic, you know Wednesday is Ash Wednesday, the start of the Lenten season and it is also Valentine&apos;s Day.","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":"Ash Wednesday and Valetine&apos;s Day","dynamic-lead-excerpt":"Both fall on the same day, the first time in 45 years.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Valentine&apos;s Day Is Also Ash Wednesday, What Will You Do?"}}},"225985":{"postid":"225985","sortdate":"2018-02-12T22:13:16.000Z","data":{"mainData":{"postType":"post","caption":"Terry Wyatt, Getty Images","thumbnail":"http://theboot.com/files/2016/02/daryle-singletary-birthday.jpg","postDateGmt":"2018-02-12 22:13:16 +0000","title":"Daryle Singletary&apos;s Final Concert Ended With a Haunting Cover","url":"http://1033uscountry.com/daryle-singletarys-final-concert-ended-with-a-johnny-paycheck-cover-watch/","id":225985,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"It&apos;s an eerie song choice in light of his death oh Monday (Feb. 12).","authors":[{"id":629935,"slug":"astefano","name":"Angela Stefano","first_name":"Angela","last_name":"Zimmer (Stefano)","nickname":"Angela Stefano","url":"http://1033uscountry.com/author/astefano/","thumbnail":"http://theboot.com/files/2016/10/430A7710.jpg"}],"video":true,"videoUrl":"https://youtu.be/HZxqbp-EO3Q","youtubeId":"HZxqbp-EO3Q"},"alternateData":{"_townsquare_media_url":"https://youtu.be/HZxqbp-EO3Q","dynamic-lead-video":"0","ts3_alternate":{"title":"Daryle Singletary&apos;s Final Concert Ended With a Johnny Paycheck Cover [WATCH]","excerpt":"Daryle Singletary closed his final performance with a cover of Johnny Paycheck&apos;s &quot;Old Violin.&quot;","link-url":"","image":""},"_aioseop_title":"Daryle Singletary&apos;s Final Concert Ended With a Haunting Cover","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":""}}},"225988":{"postid":"225988","sortdate":"2018-02-12T19:54:47.000Z","data":{"mainData":{"postType":"post","caption":"Ethan Miller, Getty Images for Essential Broadcast Media","thumbnail":"http://theboot.com/files/2016/04/kacey-musgraves-justin-bieber-mister-rogers.jpg","postDateGmt":"2018-02-12 19:54:47 +0000","title":"Kacey Musgraves Debuts New Songs on Breakers Tour [WATCH]","url":"http://1033uscountry.com/kacey-musgraves-debuts-new-songs-on-breakers-tour-watch/","id":225988,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"We&apos;ve been waiting for this moment!","authors":[{"id":2516385,"slug":"ccarr","name":"Courtney Carr","first_name":"Courtney","last_name":"Carr","nickname":"CoCarr","thumbnail":"http://theboot.com/files/2017/10/Boot-Picture.jpg","url":"http://1033uscountry.com/author/ccarr/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-video":"0","ts3_alternate":{"title":"Kacey Musgraves Debuts New Songs on Breakers Tour [WATCH]","excerpt":"New Kacey Musgraves music is coming!","link-url":"","image":""},"_aioseop_title":"Kacey Musgraves Debuts New Songs on Breakers Tour [WATCH]","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":""}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":3},"data":[],"dataDetails":{},"redisCached":true},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":3},"data":["1",{"2":["2.1","2.2","2.3","2.4","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":3},"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":225556,"title":"Rodney Carrington Tickets","titleExcerpt":"Rodney Carrington Tickets","href":"/contests/sweeps/rodney-carrington-tickets-2/","samedomain":true,"menupath":"/rest/carbon/api/menu/contests/sweeps/rodney-carrington-tickets-2/","hasBlogroll":false}},"4":{"menuId":"4","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}},"5":{"menuId":"5","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}},"6":{"menuId":"6","attrs":{"menuPostId":214841,"title":"Download Our App","titleExcerpt":"Download Our App","href":"/app/","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":3},"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":20.047,"mainOptionsTime":6.708,"sidebarsTime":11.16,"widgetsTime":21.156,"processTime":59.192},"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=f6f5453a8cde7d0b301abb99888e7aca87cafa58"></script>
        </body>
      </html>