<!doctype html>
      <html class="single">
        <head>
          <title data-react-helmet="true">Miranda Lambert Rescues 72 Dogs 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 and her MuttNation Foundation rescued 72 dogs on their first day on the ground in Houston after Hurricane Harvey."/><meta data-react-helmet="true" name="keywords" content="miranda lambert hurricane harvey, miranda lambert houston, miranda lambert muttnation foundation, miranda lambert muttnation foundation hurricane harvey, country music hurricane harvey relief efforts, hurricane harvey relief efforts donations, how can i donate to hurricane havey relief"/><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 Rescues 72 Dogs After Hurricane Harvey"/><meta data-react-helmet="true" property="og:description" content="Miranda Lambert and her MuttNation Foundation rescued 72 dogs on their first day on the ground in Houston after Hurricane Harvey."/><meta data-react-helmet="true" property="og:url" content="http://1033uscountry.com/miranda-lambert-rescues-72-dogs-in-one-day-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/mirada-lambert-hurricane-harvey-relief.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 and her MuttNation Foundation rescued 72 dogs on their first day on the ground in Houston after Hurricane Harvey."/><meta data-react-helmet="true" name="sailthru.date" content="2017-08-30 08:10:13"/><meta data-react-helmet="true" name="sailthru.title" content="Miranda Lambert Rescues 72 Dogs in One Day 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="sterlingwit"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://tasteofcountry.com/files/2017/08/mirada-lambert-hurricane-harvey-relief.jpg"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://tasteofcountry.com/files/2017/08/mirada-lambert-hurricane-harvey-relief.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-foundation-houston-hurricane-harvey-relief/"/>
          <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":214356,"crosspostBlogId":"204","crosspostPostId":"389808","postType":"post","postDateGmt":"2017-08-30 13:10:13.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":"sterlingwit","dimension2":"articles","dimension3":"miranda-lambert","dimension4":"post","dimension5":"Wed Aug 30 2017","dimension6":"08:10","dimension7":"standard","dimension8":"705","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 Rescues 72 Dogs 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-lambert-rescues-72-dogs-in-one-day-after-hurricane-harvey" );
googletag.pubads().setTargeting( "author", "sterlingwit" );
googletag.pubads().setTargeting( "kw", ["sterlingwit","miranda-lambert-rescues-72-dogs-in-one-day-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="379248550"><!-- 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-214356" data-location="/miranda-lambert-rescues-72-dogs-in-one-day-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-214356" 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/mirada-lambert-hurricane-harvey-relief.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/mirada-lambert-hurricane-harvey-relief.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 Rescues 72 Dogs in One Day 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/sterling-whitaker.jpg" href="http://1033uscountry.com/author/sterlingwit/" rel="author" title="Sterling Whitaker" 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/sterlingwit/" rel="author" title="Sterling Whitaker" data-reactid="272">Sterling Whitaker</a></address></div><time datetime="2017-08-30 13:10:13 +0000" data-reactid="273">August 30, 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%20Rescues%2072%20Dogs%20in%20One%20Day%20After%20Hurricane%20Harvey%20http%3A%2F%2Ftasteofcountry.com%2Fmiranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief%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-foundation-houston-hurricane-harvey-relief%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 --> and her MuttNation Foundation rescued 72 dogs on their first day on the ground in Houston on Tuesday (Aug. 29).<!-- /react-text --></p><p data-reactid="292"><!-- react-text: 293 -->Lambert <!-- /react-text --><a href="http://tasteofcountry.com/miranda-lambert-muttnation-hurricane-harvey/" data-reactid="294"><!-- react-text: 295 -->mobilized<!-- /react-text --></a><!-- react-text: 296 --> her MuttNation Foundation in a convoy of trucks, vans, campers and even what looks like at least one boat trailer after getting frantic reports from rescues and flood survivors in Texas, informing her of the dire need for animal rescue as flood waters from Harvey continue to devastate the regions that were hardest hit.<!-- /react-text --></p><p data-reactid="297"><!-- react-text: 298 -->MuttNation Foundation shared a <!-- /react-text --><a href="https://www.instagram.com/muttnationfoundation/" target="_blank" data-reactid="299"><!-- react-text: 300 -->series of photos to Instagram<!-- /react-text --></a><!-- react-text: 301 --> on Tuesday (Aug. 29), showing the progress they were making in rescuing dogs and finding them shelter until the flood waters recede.<!-- /react-text --></p><div class="sharethrough-container" data-reactid="302"><div class="tsm-ad tsm-ad-oop" data-reactid="303"><div id="tsm-ad-sharethrough-oop-1" data-reactid="304"><!-- dynamic ad --></div></div></div><div data-reactid="305"><p style="text-align: center;"><strong>Country Singers Respond to Hurricane Harvey</strong></p>
</div><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="306"></div><p data-reactid="307"><!-- react-text: 308 -->&quot;It was important to our AMAZING founder, @mirandalambert that we do our part for her home state!&quot; the Foundation <!-- /react-text --><a href="https://www.instagram.com/p/BYWIKWeAFGo/?taken-by=muttnationfoundation" target="_blank" data-reactid="309"><!-- react-text: 310 -->wrote<!-- /react-text --></a><!-- react-text: 311 -->. &quot;We are headed to Houston to give relief to municipal shelters. We will help transport any animals currently in shelters so that there is room for displaced animals from Hurricane Harvey! Plus any other support we can offer!!! You can help our efforts by donating!&quot;<!-- /react-text --></p><p data-reactid="312"><!-- react-text: 313 -->Donate to Muttnation Foundation&#x27;s relief efforts by visiting their <!-- /react-text --><a href="https://muttnation.com/foundation/" target="_blank" data-reactid="314"><!-- react-text: 315 -->official website<!-- /react-text --></a><!-- react-text: 316 -->, or directly through <!-- /react-text --><a href="https://www.paypal.com/donate/?token=qk3pZdHpXI5tt-LtXjXMar6Itex6NRIKUXeXQv6WGcYXOVLLvDExjwQf0ySt19yLuiKhGm&amp;country.x=US&amp;locale.x=US" target="_blank" data-reactid="317"><!-- react-text: 318 -->PayPal<!-- /react-text --></a><!-- react-text: 319 -->.<!-- /react-text --></p><p data-reactid="320"><!-- react-text: 321 -->Lambert herself <!-- /react-text --><a href="https://www.instagram.com/p/BYZwX-RH2kx/?hl=en&amp;taken-by=mirandalambert" target="_blank" data-reactid="322"><!-- react-text: 323 -->turned to Instagram<!-- /react-text --></a><!-- react-text: 324 --> later Tuesday night to share a sweet photo of a mama dog and her newborn pups who were rescued on Tuesday. They were so adorable that Lambert couldn&#x27;t resist letting them spend the night in her room, and even in her bed.<!-- /react-text --></p><p data-reactid="325"><!-- react-text: 326 -->She named the mama dog Ashley after good friend <!-- /react-text --><a href="http://tasteofcountry.com/tags/ashley-monroe/" data-reactid="327"><!-- react-text: 328 -->Ashley Monroe<!-- /react-text --></a><!-- react-text: 329 -->, who recently <!-- /react-text --><a href="http://tasteofcountry.com/ashley-monroe-baby-boy-name/" data-reactid="330"><!-- react-text: 331 -->welcomed a baby boy<!-- /react-text --></a><!-- react-text: 332 --> herself. Lambert shared that MuttNation Foundation &quot;rescued 72 dogs today who are being transported to dry safe shelters across the country,&quot; adding, &quot;Thanks for y&#x27;alls support. Stay tuned tomorrow and continue to pray.&quot;<!-- /react-text --></p><p data-reactid="333"><!-- react-text: 334 -->The group was back at it first thing Wednesday morning, <!-- /react-text --><a href="https://www.instagram.com/p/BYavokMg-yM/?taken-by=muttnationfoundation" target="_blank" data-reactid="335"><!-- react-text: 336 -->sharing another photo<!-- /react-text --></a><!-- react-text: 337 --> and writing, &quot;Good morning from Texas!! Our second day on the ground has started!&quot;<!-- /react-text --></p><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="338"></div><p data-reactid="339"><a href="http://tasteofcountry.com/tags/kelly-clarkson/" data-reactid="340"><!-- react-text: 341 -->Kelly Clarkson<!-- /react-text --></a><!-- react-text: 342 -->, <!-- /react-text --><a href="http://tasteofcountry.com/tags/josh-abbott-band/" data-reactid="343"><!-- react-text: 344 -->Josh Abbott Band<!-- /react-text --></a><!-- react-text: 345 -->, <!-- /react-text --><a href="http://tasteofcountry.com/tags/raelynn/" data-reactid="346"><!-- react-text: 347 -->RaeLynn<!-- /react-text --></a><!-- react-text: 348 --> and <!-- /react-text --><a href="http://tasteofcountry.com/tags/granger-smith/" data-reactid="349"><!-- react-text: 350 -->Granger Smith<!-- /react-text --></a><!-- react-text: 351 --> are among the other Texas natives who have been keeping close watch on Hurricane Harvey. Smith, <!-- /react-text --><a href="http://tasteofcountry.com/tags/lady-antebellum/" data-reactid="352"><!-- react-text: 353 -->Lady Antebellum<!-- /react-text --></a><!-- react-text: 354 -->, <!-- /react-text --><a href="http://tasteofcountry.com/tags/chris-young/" data-reactid="355"><!-- react-text: 356 -->Chris Young<!-- /react-text --></a><!-- react-text: 357 --> and <!-- /react-text --><a href="http://tasteofcountry.com/tags/josh-abbott-band/" data-reactid="358"><!-- react-text: 359 -->Josh Abbott Band<!-- /react-text --></a><!-- react-text: 360 --> have stepped up and made donations,  while <!-- /react-text --><a href="http://tasteofcountry.com/tags/george-strait/" data-reactid="361"><!-- react-text: 362 -->George Strait<!-- /react-text --></a><!-- react-text: 363 --> has announced he is <!-- /react-text --><a href="http://tasteofcountry.com/george-strait-hurricane-harvey-relief-event/" data-reactid="364"><!-- react-text: 365 -->working on putting together <!-- /react-text --></a><!-- react-text: 366 -->a relief effort &quot;with the entire country music community.&quot;<!-- /react-text --></p><p data-reactid="367">Taste of Country has created a portal with links to fundraisers started by country musicians, as well as links to the American Red Cross and Salvation Army.</p><div class="single-post-button cto-container" data-reactid="368"><a class="next-post cto" href="http://tasteofcountry.com/hurricane-harvey-relief-fund-donations/" target="_blank" data-reactid="369">Next: Give to Hurricane Harvey Relief Funds</a></div><div data-reactid="370"><p style="text-align: center;"><strong>Country Singers Send Thoughts and Prayers to Texas</strong></p>
</div><div class="photogallery-wrapper sliding-photogallery" data-reactid="371"><div class="photogallery-container" id="photogallery-505-389479-0" data-reactid="372"><div class="sizer" data-reactid="373"></div><div class="loadinganim showbox" id="0" data-reactid="374"><div class="loader" style="width:30px;height:30px;" data-reactid="375"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="376"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" style="stroke:#fff;" data-reactid="377"></circle></svg></div></div></div><!-- react-text: 378 --><!-- /react-text --></div><div data-reactid="379"><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="380"></div></div></div><div class="content-footer" data-reactid="381"><!-- react-empty: 382 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="383"></div><div class="feed_attribution_after clearfix" data-reactid="384"><!-- react-text: 385 -->
<!-- /react-text --><a href="http://tasteofcountry.com/miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief/" target="_blank" data-reactid="386"><img src="http://tasteofcountry.com/files/2012/09/toc_syn_logo.png" class="crosspost-attribution-image" alt="Taste of Country" data-reactid="387"/></a><!-- react-text: 388 --> Source: <!-- /react-text --><a href="http://tasteofcountry.com/miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief/" target="_blank" data-reactid="389"><!-- react-text: 390 -->Miranda Lambert Rescues 72 Dogs in One Day After Hurricane Harvey<!-- /react-text --></a><!-- react-text: 391 -->
<!-- /react-text --></div><div class="tags-lines" data-reactid="392"><div class="wrapper" data-reactid="393"><span data-reactid="394"><!-- react-text: 395 -->Filed Under<!-- /react-text --><!-- react-text: 396 -->: <!-- /react-text --></span><span data-reactid="397"><!-- react-text: 398 --><!-- /react-text --><a href="http://1033uscountry.com/tags/miranda-lambert/" data-reactid="399">Miranda Lambert</a></span></div><div class="wrapper" data-reactid="400"><span data-reactid="401"><!-- react-text: 402 -->Categories<!-- /react-text --><!-- react-text: 403 -->: <!-- /react-text --></span><span data-reactid="404"><!-- react-text: 405 --><!-- /react-text --><a href="http://1033uscountry.com/category/articles/" data-reactid="406">Articles</a></span></div></div><div class="comments-wrapper" data-reactid="407"><div class="comments" data-reactid="408"><div data-reactid="409"><span class="icon-comments" data-reactid="410"></span><i data-reactid="411">Comments</i><span class="fb-comments-count" data-href="http://1033uscountry.com/miranda-lambert-rescues-72-dogs-in-one-day-after-hurricane-harvey/" data-reactid="412"></span><span class="icon-triangle-down" data-reactid="413"></span></div><div class="cto" data-reactid="414">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="415"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="416">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="417"><div class="aside-inside" data-reactid="418"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-22" data-reactid="419"><div class="wrapper clearfix" data-reactid="420"><div class="fix_sidebar_marker" data-reactid="421"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-619" data-reactid="422"><header data-reactid="423"><h2 data-reactid="424"><span class="title-container" data-reactid="425">Featured</span><!-- react-text: 426 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="427"><section id="ts_blogroll-619" class="blogroll carousel slider dl align-right" data-reactid="428"><div class="slider blogroll-items" data-reactid="429"><div class="sizer" data-reactid="430"></div><div class="mover slide" data-reactid="431"><article class="item title-over-image" data-reactid="432"><figure class="frameme" data-reactid="433"><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="434"></a><div class="loadinganim showbox" id="0" data-reactid="435"><div class="loader" style="width:30px;height:30px;" data-reactid="436"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="437"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="438"></circle></svg></div></div></figure><div class="content" data-reactid="439"><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="440">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="441"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="442"></div></div></section></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-413" data-reactid="443"><div class="wrapper clearfix" data-reactid="444"><div class="widget-content" data-reactid="445"><div class="tsm-ad tsm-ad-300" data-reactid="446"><div id="tsm-ad-maintop-300a" data-reactid="447"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-394" data-reactid="448"><div class="wrapper clearfix" data-reactid="449"><div class="widget-content" data-reactid="450"><div data-reactid="451"><form method="post" class="newsletter-frame clearfix" data-reactid="452"><div class="content clearfix" data-reactid="453"><p class="title" data-reactid="454">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="455"><div class="vertical-centered" data-reactid="456"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="457"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="458"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-621" data-reactid="459"><header data-reactid="460"><h2 data-reactid="461"><span class="title-container" data-reactid="462">Latest Articles</span><!-- react-text: 463 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="464"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="465"><div class="blogroll-inner clearfix" data-reactid="466"><article class="" data-reactid="467"><figure class="frameme" data-reactid="468"><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="469"></a><div class="loadinganim showbox" id="0" data-reactid="470"><div class="loader" style="width:30px;height:30px;" data-reactid="471"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="472"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="473"></circle></svg></div></div></figure><div class="content" data-reactid="474"><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="475">Valentine&#x27;s Day Is Also Ash Wednesday, What Will You Do?</a></div></article><article class="" data-reactid="476"><figure class="frameme" data-reactid="477"><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="478"></a><div class="loadinganim showbox" id="0" data-reactid="479"><div class="loader" style="width:30px;height:30px;" data-reactid="480"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="481"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="482"></circle></svg></div></div></figure><div class="content" data-reactid="483"><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="484">Daryle Singletary&#x27;s Final Concert Ended With a Haunting Cover</a></div></article><article class="" data-reactid="485"><figure class="frameme" data-reactid="486"><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="487"></a><div class="loadinganim showbox" id="0" data-reactid="488"><div class="loader" style="width:30px;height:30px;" data-reactid="489"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="490"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="491"></circle></svg></div></div></figure><div class="content" data-reactid="492"><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="493">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="494"><footer data-reactid="495"><div class="links clearfix" data-reactid="496"><div class="logo" data-reactid="497"></div><div class="details" data-reactid="498"><h2 data-reactid="499">Information</h2><ul data-reactid="500"><li data-reactid="501"><a title="Taste Of Country Network" class="" data-reactid="502">Taste Of Country Network</a></li><li data-reactid="503"><a title="Bismarck-Mandan EEO" href="/eeo/" class="" data-reactid="504">Bismarck-Mandan EEO</a></li><li data-reactid="505"><a title="Advertise" href="/advertise/" class="" data-reactid="506">Advertise</a></li><li data-reactid="507"><a title="Public File" href="/kusb-public-file/" class="" data-reactid="508">Public File</a></li><li data-reactid="509"><a title="Terms" href="/terms/" class="" data-reactid="510">Terms</a></li><li data-reactid="511"><a title="VIP Terms" href="/vip-terms/" class="" data-reactid="512">VIP Terms</a></li><li data-reactid="513"><a title="FAQ" href="/vip-faq/" class="" data-reactid="514">FAQ</a></li><li data-reactid="515"><a title="Contest Rules" href="/contest-rules/" class="" data-reactid="516">Contest Rules</a></li><li data-reactid="517"><a title="Privacy Policy (Updated: 8/31/17)" href="/privacy/" class="" data-reactid="518">Privacy Policy (Updated: 8/31/17)</a></li><li data-reactid="519"><a title="Contact" href="/help/" class="" data-reactid="520">Contact</a></li><li data-reactid="521"><a href="http://townsquaremediagroup.com/" class="" data-reactid="522"></a></li><li data-reactid="523"><a title="Bismarck Business Listings" href="/bismarck-featured-business-listings/" class="" data-reactid="524">Bismarck Business Listings</a></li></ul></div><div class="social-links" data-reactid="525"><h2 data-reactid="526">Follow Us</h2><ul data-reactid="527"><li class="social" data-reactid="528"><a class="share_link youtube" href="https://www.youtube.com/user/1033uscountry" target="_blank" data-social="youtube" data-reactid="529"><span class="icon-youtube" data-reactid="530"></span></a></li><li class="social" data-reactid="531"><a class="share_link facebook" href="http://www.facebook.com/pages/1033-US-Country/356144048561?ref=stream" target="_blank" data-social="facebook" data-reactid="532"><span class="icon-facebook" data-reactid="533"></span></a></li><li class="social" data-reactid="534"><a class="share_link twitter" href="https://twitter.com/1033USCountry" target="_blank" data-social="twitter" data-reactid="535"><span class="icon-twitter" data-reactid="536"></span></a></li></ul></div></div><div class="legal" data-reactid="537"><!-- react-text: 538 -->2018<!-- /react-text --><!-- react-text: 539 --> <!-- /react-text --><!-- react-text: 540 -->US 103.3<!-- /react-text --><!-- react-text: 541 --> is part of the Taste Of Country Network<!-- /react-text --><!-- react-text: 542 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="543"><!-- react-empty: 544 --><div id="bottom-not-ads" data-reactid="545"><div class="tsm-ad tsm-ad-728" data-reactid="546"><div id="tsm-ad-728b" data-reactid="547"><!-- dynamic ad --></div></div></div><div data-reactid="548"></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":214356,"url":"/miranda-lambert-rescues-72-dogs-in-one-day-after-hurricane-harvey/","unfriendlyRequestUrl":"/miranda-lambert-rescues-72-dogs-in-one-day-after-hurricane-harvey/","requestUrl":"/miranda-lambert-rescues-72-dogs-in-one-day-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 Rescues 72 Dogs 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 and her MuttNation Foundation rescued 72 dogs on their first day on the ground in Houston after Hurricane Harvey."}},{"attrs":{"name":"keywords","content":"miranda lambert hurricane harvey, miranda lambert houston, miranda lambert muttnation foundation, miranda lambert muttnation foundation hurricane harvey, country music hurricane harvey relief efforts, hurricane harvey relief efforts donations, how can i donate to hurricane havey relief"}},{"attrs":{"property":"fb:app_id","content":"408329592557911"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"og:title","content":"Miranda Lambert Rescues 72 Dogs After Hurricane Harvey"}},{"attrs":{"property":"og:description","content":"Miranda Lambert and her MuttNation Foundation rescued 72 dogs on their first day on the ground in Houston after Hurricane Harvey."}},{"attrs":{"property":"og:url","content":"http://1033uscountry.com/miranda-lambert-rescues-72-dogs-in-one-day-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/mirada-lambert-hurricane-harvey-relief.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 and her MuttNation Foundation rescued 72 dogs on their first day on the ground in Houston after Hurricane Harvey."}},{"attrs":{"name":"sailthru.date","content":"2017-08-30 08:10:13"}},{"attrs":{"name":"sailthru.title","content":"Miranda Lambert Rescues 72 Dogs in One Day After Hurricane Harvey"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-kusb, tsmmarket-bismarck, tsmtype-local, miranda-lambert, articles"}},{"attrs":{"name":"sailthru.author","content":"sterlingwit"}},{"attrs":{"name":"sailthru.image.full","content":"http://tasteofcountry.com/files/2017/08/mirada-lambert-hurricane-harvey-relief.jpg"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://tasteofcountry.com/files/2017/08/mirada-lambert-hurricane-harvey-relief.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 Rescues 72 Dogs in One Day After Hurricane Harvey Comments Feed","href":"http://1033uscountry.com/miranda-lambert-rescues-72-dogs-in-one-day-after-hurricane-harvey/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://1033uscountry.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"20 Years Ago: Kenny Chesney Scores First No. 1 Hit With ‘She’s Got It All’","href":"http://1033uscountry.com/kenny-chesney-shes-got-it-all/"}},{"attrs":{"rel":"next","title":"Justin Moore and Dylan Scott are Coming to Bismarck","href":"http://1033uscountry.com/justin-moore-and-dylan-scott-are-coming-to-bismarck/"}},{"attrs":{"rel":"shortlink","href":"http://1033uscountry.com/?p=214356"}},{"attrs":{"rel":"canonical","href":"http://tasteofcountry.com/miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief/"}}],"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-lambert-rescues-72-dogs-in-one-day-after-hurricane-harvey","author":"sterlingwit","kw":["sterlingwit","miranda-lambert-rescues-72-dogs-in-one-day-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 Rescues 72 Dogs 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":214356,"postAuthor":645487,"postDate":"2017-08-30T13:10:13.000Z","postDateGmt":"2017-08-30T13:10:13.000Z","postTitle":"Miranda Lambert Rescues 72 Dogs in One Day After Hurricane Harvey","postExcerpt":"Miranda Lambert and her MuttNation Foundation rescued 72 dogs on their first day on the ground in Houston after Hurricane Harvey.","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"miranda-lambert-rescues-72-dogs-in-one-day-after-hurricane-harvey","toPing":"","pinged":"","postModified":"2017-08-31T18:15:11.000Z","postModifiedGmt":"2017-08-31T18:15:11.000Z","postContentFiltered":"","postParent":0,"guid":"http://tasteofcountry.com/miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief/","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-08-30 13:10:13.000+0000","postModifiedGmtStr":"2017-08-31 18:15:11.000+0000","meta":{"_crosspost_source_blog_id":"204","_crosspost_source_post_id":"389808"}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Miranda Lambert Rescues 72 Dogs After Hurricane Harvey","next":{"latest":[{"postId":214294,"documentUrl":"/miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey/","sortDate":"2017-08-28 16:50:55.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"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"}],"taxonomy":[{"postId":214294,"documentUrl":"/miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey/","sortDate":"2017-08-28 16:50:55.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"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"}]},"cadata":{"activeDomain":"1033uscountry.com","blogId":505,"method":"get_single","postId":214356,"crosspostBlogId":"204","crosspostPostId":"389808","postType":"post","postDateGmt":"2017-08-30 13:10:13.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":645487,"slug":"sterlingwit","name":"Sterling Whitaker","first_name":"Sterling","last_name":"Whitaker","nickname":"Sterling Whitaker","description":"Sterling Whitaker is a Nashville-based musician and music journalist. He is the author of two books: 'Unsung Heroes of Rock Guitar' and 'The Grand Delusion: The Unauthorized True Story of Styx.' He has appeared as a guest on VH1, BBC Radio and radio all over North America. Whitaker is also very involved in animal rescue.","thumbnail":"http://tasteofcountry.com/files/2015/10/sterling-whitaker.jpg","url":"http://1033uscountry.com/author/sterlingwit/"},"firstCategoryName":"Articles","postType":"post","postTitle":"Miranda Lambert Rescues 72 Dogs in One Day After Hurricane Harvey","aiseopTitle":"Miranda Lambert Rescues 72 Dogs 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":["8191"],"dataDetails":{"8191":{"id":"8191","url":"http://1033uscountry.com/show/non-stop-music/","title":"Non-Stop Music","wall":"http://1033uscountry.com/show/non-stop-music/","posts":"http://1033uscountry.com/show/non-stop-music/posts","mail":"mike.rose@townsquaremedia.com","phone":"701-663-1033","thumbnailId":8192,"thumbnail":"http://1033uscountry.com/files/2012/08/NonStopMusic.jpg","authors":[{"id":667483,"user_nicename":"mikerose","display_name":"Mike Rose"}]}}},"carbonwidget/single-1":{"info":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"params":{"mainAuthor":{"id":645487,"slug":"sterlingwit","name":"Sterling Whitaker","first_name":"Sterling","last_name":"Whitaker","nickname":"Sterling Whitaker","description":"Sterling Whitaker is a Nashville-based musician and music journalist. He is the author of two books: 'Unsung Heroes of Rock Guitar' and 'The Grand Delusion: The Unauthorized True Story of Styx.' He has appeared as a guest on VH1, BBC Radio and radio all over North America. Whitaker is also very involved in animal rescue.","thumbnail":"http://tasteofcountry.com/files/2015/10/sterling-whitaker.jpg","url":"http://1033uscountry.com/author/sterlingwit/"},"firstCategoryName":"Articles","postType":"post","postTitle":"Miranda Lambert Rescues 72 Dogs in One Day After Hurricane Harvey","aiseopTitle":"Miranda Lambert Rescues 72 Dogs After Hurricane Harvey","widgetTime":19},"data":[214356],"dataDetails":{"214356":{"thumbnail":"http://tasteofcountry.com/files/2017/08/mirada-lambert-hurricane-harvey-relief.jpg","caption":"Rick Diamond, Getty Images","excerpt":"Miranda Lambert and her MuttNation Foundation rescued 72 dogs on their first day on the ground in Houston after Hurricane Harvey.","date":"August 30, 2017 8:10 AM","postDateGmt":"2017-08-30 13:10:13 +0000","postModifiedGmt":"2017-08-31 18:15:11 +0000","title":"Miranda Lambert Rescues 72 Dogs in One Day After Hurricane Harvey","url":"http://1033uscountry.com/miranda-lambert-rescues-72-dogs-in-one-day-after-hurricane-harvey/","id":214356,"contentRaw":"https://youtu.be/oH4Isa4IbjE\r\n\r\n<a href=\"http://tasteofcountry.com/tags/miranda-lambert/\">Miranda Lambert</a> and her MuttNation Foundation rescued 72 dogs on their first day on the ground in Houston on Tuesday (Aug. 29).\r\n\r\nLambert <a href=\"http://tasteofcountry.com/miranda-lambert-muttnation-hurricane-harvey/\">mobilized</a> her MuttNation Foundation in a convoy of trucks, vans, campers and even what looks like at least one boat trailer after getting frantic reports from rescues and flood survivors in Texas, informing her of the dire need for animal rescue as flood waters from Harvey continue to devastate the regions that were hardest hit.\r\n\r\nMuttNation Foundation shared a <a href=\"https://www.instagram.com/muttnationfoundation/\" target=\"_blank\">series of photos to Instagram</a> on Tuesday (Aug. 29), showing the progress they were making in rescuing dogs and finding them shelter until the flood waters recede.\r\n<p style=\"text-align: center;\"><strong>Country Singers Respond to Hurricane Harvey</strong></p>\r\nhttps://youtu.be/3sV6WekjNCo\r\n\r\n\"It was important to our AMAZING founder, @mirandalambert that we do our part for her home state!\" the Foundation <a href=\"https://www.instagram.com/p/BYWIKWeAFGo/?taken-by=muttnationfoundation\" target=\"_blank\">wrote</a>. \"We are headed to Houston to give relief to municipal shelters. We will help transport any animals currently in shelters so that there is room for displaced animals from Hurricane Harvey! Plus any other support we can offer!!! You can help our efforts by donating!\"\r\n\r\nDonate to Muttnation Foundation's relief efforts by visiting their <a href=\"https://muttnation.com/foundation/\" target=\"_blank\">official website</a>, or directly through <a href=\"https://www.paypal.com/donate/?token=qk3pZdHpXI5tt-LtXjXMar6Itex6NRIKUXeXQv6WGcYXOVLLvDExjwQf0ySt19yLuiKhGm&amp;country.x=US&amp;locale.x=US\" target=\"_blank\">PayPal</a>.\r\n\r\nLambert herself <a href=\"https://www.instagram.com/p/BYZwX-RH2kx/?hl=en&amp;taken-by=mirandalambert\" target=\"_blank\">turned to Instagram</a> later Tuesday night to share a sweet photo of a mama dog and her newborn pups who were rescued on Tuesday. They were so adorable that Lambert couldn't resist letting them spend the night in her room, and even in her bed.\r\n\r\nShe named the mama dog Ashley after good friend <a href=\"http://tasteofcountry.com/tags/ashley-monroe/\">Ashley Monroe</a>, who recently <a href=\"http://tasteofcountry.com/ashley-monroe-baby-boy-name/\">welcomed a baby boy</a> herself. Lambert shared that MuttNation Foundation \"rescued 72 dogs today who are being transported to dry safe shelters across the country,\" adding, \"Thanks for y'alls support. Stay tuned tomorrow and continue to pray.\"\r\n\r\nThe group was back at it first thing Wednesday morning, <a href=\"https://www.instagram.com/p/BYavokMg-yM/?taken-by=muttnationfoundation\" target=\"_blank\">sharing another photo</a> and writing, \"Good morning from Texas!! Our second day on the ground has started!\"\r\n\r\nhttps://www.instagram.com/p/BYavokMg-yM/?taken-by=muttnationfoundation\r\n\r\n<a href=\"http://tasteofcountry.com/tags/kelly-clarkson/\">Kelly Clarkson</a>, <a href=\"http://tasteofcountry.com/tags/josh-abbott-band/\">Josh Abbott Band</a>, <a href=\"http://tasteofcountry.com/tags/raelynn/\">RaeLynn</a> and <a href=\"http://tasteofcountry.com/tags/granger-smith/\">Granger Smith</a> are among the other Texas natives who have been keeping close watch on Hurricane Harvey. Smith, <a href=\"http://tasteofcountry.com/tags/lady-antebellum/\">Lady Antebellum</a>, <a href=\"http://tasteofcountry.com/tags/chris-young/\">Chris Young</a> and <a href=\"http://tasteofcountry.com/tags/josh-abbott-band/\">Josh Abbott Band</a> have stepped up and made donations,  while <a href=\"http://tasteofcountry.com/tags/george-strait/\">George Strait</a> has announced he is <a href=\"http://tasteofcountry.com/george-strait-hurricane-harvey-relief-event/\">working on putting together </a>a relief effort \"with the entire country music community.\"\r\n\r\nTaste of Country has created a portal with links to fundraisers started by country musicians, as well as links to the American Red Cross and Salvation Army.\r\n\r\n[button href=\"http://tasteofcountry.com/hurricane-harvey-relief-fund-donations/\" title=\"Next: Give to Hurricane Harvey Relief Funds\" align=\"center\"]\r\n<p style=\"text-align: center;\"><strong>Country Singers Send Thoughts and Prayers to Texas</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<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: Give to Hurricane Harvey Relief Funds","class":"button_act","href":"http://tasteofcountry.com/hurricane-harvey-relief-fund-donations/","target":"_blank"}],"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> and her MuttNation Foundation rescued 72 dogs on their first day on the ground in Houston on Tuesday (Aug. 29).</p>\n<p>Lambert <a href=\"http://tasteofcountry.com/miranda-lambert-muttnation-hurricane-harvey/\" target=\"_blank\">mobilized</a> her MuttNation Foundation in a convoy of trucks, vans, campers and even what looks like at least one boat trailer after getting frantic reports from rescues and flood survivors in Texas, informing her of the dire need for animal rescue as flood waters from Harvey continue to devastate the regions that were hardest hit.</p>\n<p>MuttNation Foundation shared a <a href=\"https://www.instagram.com/muttnationfoundation/\" target=\"_blank\">series of photos to Instagram</a> on Tuesday (Aug. 29), showing the progress they were making in rescuing dogs and finding them shelter until the flood waters recede.</p>\n<p style=\"text-align: center;\"><strong>Country Singers Respond to 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>“It was important to our AMAZING founder, @mirandalambert that we do our part for her home state!” the Foundation <a href=\"https://www.instagram.com/p/BYWIKWeAFGo/?taken-by=muttnationfoundation\" target=\"_blank\">wrote</a>. “We are headed to Houston to give relief to municipal shelters. We will help transport any animals currently in shelters so that there is room for displaced animals from Hurricane Harvey! Plus any other support we can offer!!! You can help our efforts by donating!”</p>\n<p>Donate to Muttnation Foundation’s relief efforts by visiting their <a href=\"https://muttnation.com/foundation/\" target=\"_blank\">official website</a>, or directly through <a href=\"https://www.paypal.com/donate/?token=qk3pZdHpXI5tt-LtXjXMar6Itex6NRIKUXeXQv6WGcYXOVLLvDExjwQf0ySt19yLuiKhGm&amp;country.x=US&amp;locale.x=US\" target=\"_blank\">PayPal</a>.</p>\n<p>Lambert herself <a href=\"https://www.instagram.com/p/BYZwX-RH2kx/?hl=en&amp;taken-by=mirandalambert\" target=\"_blank\">turned to Instagram</a> later Tuesday night to share a sweet photo of a mama dog and her newborn pups who were rescued on Tuesday. They were so adorable that Lambert couldn’t resist letting them spend the night in her room, and even in her bed.</p>\n<p>She named the mama dog Ashley after good friend <a href=\"http://tasteofcountry.com/tags/ashley-monroe/\" target=\"_blank\">Ashley Monroe</a>, who recently <a href=\"http://tasteofcountry.com/ashley-monroe-baby-boy-name/\" target=\"_blank\">welcomed a baby boy</a> herself. Lambert shared that MuttNation Foundation “rescued 72 dogs today who are being transported to dry safe shelters across the country,” adding, “Thanks for y’alls support. Stay tuned tomorrow and continue to pray.”</p>\n<p>The group was back at it first thing Wednesday morning, <a href=\"https://www.instagram.com/p/BYavokMg-yM/?taken-by=muttnationfoundation\" target=\"_blank\">sharing another photo</a> and writing, “Good morning from Texas!! Our second day on the ground has started!”</p>\n<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-version=\"7\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:630px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\n<div style=\"padding:8px;\">\n<div style=\" background:#F8F8F8; line-height:0; margin-top:40px; padding:50% 0; text-align:center; width:100%;\">\n<div style=\" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\"></div>\n</div>\n<p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BYavokMg-yM/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Good morning from Texas!! Our second day on the  ground has started! #timeforbreakfast</a></p>\n<p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by @muttnationfoundation on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2017-08-30T12:26:11+00:00\">Aug 30, 2017 at 5:26am PDT</time></p>\n</div>\n</blockquote>\n<p><script async defer src=\"http://platform.instagram.com/en_US/embeds.js\"><\/script></p>\n<p><a href=\"http://tasteofcountry.com/tags/kelly-clarkson/\" target=\"_blank\">Kelly Clarkson</a>, <a href=\"http://tasteofcountry.com/tags/josh-abbott-band/\" target=\"_blank\">Josh Abbott Band</a>, <a href=\"http://tasteofcountry.com/tags/raelynn/\" target=\"_blank\">RaeLynn</a> and <a href=\"http://tasteofcountry.com/tags/granger-smith/\" target=\"_blank\">Granger Smith</a> are among the other Texas natives who have been keeping close watch on Hurricane Harvey. Smith, <a href=\"http://tasteofcountry.com/tags/lady-antebellum/\" target=\"_blank\">Lady Antebellum</a>, <a href=\"http://tasteofcountry.com/tags/chris-young/\" target=\"_blank\">Chris Young</a> and <a href=\"http://tasteofcountry.com/tags/josh-abbott-band/\" target=\"_blank\">Josh Abbott Band</a> have stepped up and made donations,  while <a href=\"http://tasteofcountry.com/tags/george-strait/\" target=\"_blank\">George Strait</a> has announced he is <a href=\"http://tasteofcountry.com/george-strait-hurricane-harvey-relief-event/\" target=\"_blank\">working on putting together </a>a relief effort “with the entire country music community.”</p>\n<p>Taste of Country has created a portal with links to fundraisers started by country musicians, as well as links to the American Red Cross and Salvation Army.</p>\n<p class=\"more_act ga_network_button aligncenter\"><a class=\"button_act\" href=\"http://tasteofcountry.com/hurricane-harvey-relief-fund-donations/\" target=\"_blank\">Next: Give to Hurricane Harvey Relief Funds</a></p>\n<p style=\"text-align: center;\"><strong>Country Singers Send Thoughts and Prayers to Texas</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 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-foundation-houston-hurricane-harvey-relief/\" 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-foundation-houston-hurricane-harvey-relief/\" target=\"_blank\">Miranda Lambert Rescues 72 Dogs in One Day After Hurricane Harvey</a>\n</div>\n","postType":"post","wpVersion":"","alternateMetaForBlogroll":{"title":"Miranda Lambert Rescues 72 Dogs in One Day After Hurricane Harvey","excerpt":"Miranda Lambert and her MuttNation Foundation rescued 72 dogs on their first day on the ground in Houston after Hurricane Harvey.","post_excerpt":"Miranda Lambert and her MuttNation Foundation rescued 72 dogs on their first day on the ground in Houston after Hurricane Harvey.","post_more_excerpt":"<p>Miranda Lambert and her MuttNation Foundation rescued 72 dogs on their first day on the ground in Houston after Hurricane Harvey.\n<p class=\"more_act\"><a href=\"http://1033uscountry.com/miranda-lambert-rescues-72-dogs-in-one-day-after-hurricane-harvey/\" title=\"Miranda Lambert Rescues 72 Dogs in One Day After Hurricane Harvey\">Read More</a></p>\n","permalink":"http://1033uscountry.com/miranda-lambert-rescues-72-dogs-in-one-day-after-hurricane-harvey/","image":{"id":214355,"url":"http://tasteofcountry.com/files/2017/08/mirada-lambert-hurricane-harvey-relief.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":645487,"slug":"sterlingwit","name":"Sterling Whitaker","first_name":"Sterling","last_name":"Whitaker","nickname":"Sterling Whitaker","description":"Sterling Whitaker is a Nashville-based musician and music journalist. He is the author of two books: 'Unsung Heroes of Rock Guitar' and 'The Grand Delusion: The Unauthorized True Story of Styx.' He has appeared as a guest on VH1, BBC Radio and radio all over North America. Whitaker is also very involved in animal rescue.","thumbnail":"http://tasteofcountry.com/files/2015/10/sterling-whitaker.jpg","url":"http://1033uscountry.com/author/sterlingwit/"}],"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%20Rescues%2072%20Dogs%20in%20One%20Day%20After%20Hurricane%20Harvey%20http%3A%2F%2Ftasteofcountry.com%2Fmiranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief%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-foundation-houston-hurricane-harvey-relief%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://1033uscountry.com/kenny-chesney-shes-got-it-all/","prevArticle":"http://1033uscountry.com/justin-moore-and-dylan-scott-are-coming-to-bismarck/","pageUrl":"/miranda-lambert-rescues-72-dogs-in-one-day-after-hurricane-harvey/","blogId":505,"domain":"1033uscountry.com","crossPostAttributionBottom":"<div class=\"feed_attribution_after clearfix\">\n<a href=\"http://tasteofcountry.com/miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief/\" 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-foundation-houston-hurricane-harvey-relief/\" target=\"_blank\">Miranda Lambert Rescues 72 Dogs in One Day 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> and her MuttNation Foundation rescued 72 dogs on their first day on the ground in Houston on Tuesday (Aug. 29).</p>\n<p>Lambert <a href=\"http://tasteofcountry.com/miranda-lambert-muttnation-hurricane-harvey/\">mobilized</a> her MuttNation Foundation in a convoy of trucks, vans, campers and even what looks like at least one boat trailer after getting frantic reports from rescues and flood survivors in Texas, informing her of the dire need for animal rescue as flood waters from Harvey continue to devastate the regions that were hardest hit.</p>\n<p>MuttNation Foundation shared a <a href=\"https://www.instagram.com/muttnationfoundation/\" target=\"_blank\">series of photos to Instagram</a> on Tuesday (Aug. 29), showing the progress they were making in rescuing dogs and finding them shelter until the flood waters recede.</p>\n<p style=\"text-align: center;\"><strong>Country Singers Respond to 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>\"It was important to our AMAZING founder, @mirandalambert that we do our part for her home state!\" the Foundation <a href=\"https://www.instagram.com/p/BYWIKWeAFGo/?taken-by=muttnationfoundation\" target=\"_blank\">wrote</a>. \"We are headed to Houston to give relief to municipal shelters. We will help transport any animals currently in shelters so that there is room for displaced animals from Hurricane Harvey! Plus any other support we can offer!!! You can help our efforts by donating!\"</p>\n<p>Donate to Muttnation Foundation's relief efforts by visiting their <a href=\"https://muttnation.com/foundation/\" target=\"_blank\">official website</a>, or directly through <a href=\"https://www.paypal.com/donate/?token=qk3pZdHpXI5tt-LtXjXMar6Itex6NRIKUXeXQv6WGcYXOVLLvDExjwQf0ySt19yLuiKhGm&amp;country.x=US&amp;locale.x=US\" target=\"_blank\">PayPal</a>.</p>\n<p>Lambert herself <a href=\"https://www.instagram.com/p/BYZwX-RH2kx/?hl=en&amp;taken-by=mirandalambert\" target=\"_blank\">turned to Instagram</a> later Tuesday night to share a sweet photo of a mama dog and her newborn pups who were rescued on Tuesday. They were so adorable that Lambert couldn't resist letting them spend the night in her room, and even in her bed.</p>\n<p>She named the mama dog Ashley after good friend <a href=\"http://tasteofcountry.com/tags/ashley-monroe/\">Ashley Monroe</a>, who recently <a href=\"http://tasteofcountry.com/ashley-monroe-baby-boy-name/\">welcomed a baby boy</a> herself. Lambert shared that MuttNation Foundation \"rescued 72 dogs today who are being transported to dry safe shelters across the country,\" adding, \"Thanks for y'alls support. Stay tuned tomorrow and continue to pray.\"</p>\n<p>The group was back at it first thing Wednesday morning, <a href=\"https://www.instagram.com/p/BYavokMg-yM/?taken-by=muttnationfoundation\" target=\"_blank\">sharing another photo</a> and writing, \"Good morning from Texas!! Our second day on the ground has started!\"</p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"oembed\" attr-url=\"https://api.instagram.com/oembed?omitscript=true&amp;url=https%3A%2F%2Fwww.instagram.com%2Fp%2FBYavokMg-yM%2F%3Ftaken-by%3Dmuttnationfoundation&amp;format=json\">\n<noscript class=\"rendered-html\" type=\"text/html\"></noscript>\n<p></sectiontag></p>\n<p><a href=\"http://tasteofcountry.com/tags/kelly-clarkson/\">Kelly Clarkson</a>, <a href=\"http://tasteofcountry.com/tags/josh-abbott-band/\">Josh Abbott Band</a>, <a href=\"http://tasteofcountry.com/tags/raelynn/\">RaeLynn</a> and <a href=\"http://tasteofcountry.com/tags/granger-smith/\">Granger Smith</a> are among the other Texas natives who have been keeping close watch on Hurricane Harvey. Smith, <a href=\"http://tasteofcountry.com/tags/lady-antebellum/\">Lady Antebellum</a>, <a href=\"http://tasteofcountry.com/tags/chris-young/\">Chris Young</a> and <a href=\"http://tasteofcountry.com/tags/josh-abbott-band/\">Josh Abbott Band</a> have stepped up and made donations,  while <a href=\"http://tasteofcountry.com/tags/george-strait/\">George Strait</a> has announced he is <a href=\"http://tasteofcountry.com/george-strait-hurricane-harvey-relief-event/\">working on putting together </a>a relief effort \"with the entire country music community.\"</p>\n<p>Taste of Country has created a portal with links to fundraisers started by country musicians, as well as links to the American Red Cross and Salvation Army.</p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"button\" attr-href=\"http://tasteofcountry.com/hurricane-harvey-relief-fund-donations/\" attr-title=\"Next: Give to Hurricane Harvey Relief Funds\" attr-align=\"center\" attr-appLink=\"false\"></sectiontag></p>\n<p style=\"text-align: center;\"><strong>Country Singers Send Thoughts and Prayers to Texas</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 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> and her MuttNation Foundation rescued 72 dogs on their first day on the ground in Houston on Tuesday (Aug. 29).</p>\n"},"currentTextLength":128,"runningCounter":1,"cumulativePodTextLength":128,"totalSimilarConsecutiveElements":4,"totalTextLength":705},{"type":"singlePostText","data":{"text":"<p>Lambert <a href=\"http://tasteofcountry.com/miranda-lambert-muttnation-hurricane-harvey/\">mobilized</a> her MuttNation Foundation in a convoy of trucks, vans, campers and even what looks like at least one boat trailer after getting frantic reports from rescues and flood survivors in Texas, informing her of the dire need for animal rescue as flood waters from Harvey continue to devastate the regions that were hardest hit.</p>\n"},"currentTextLength":339,"runningCounter":2,"cumulativePodTextLength":467,"totalSimilarConsecutiveElements":4,"totalTextLength":705},{"type":"singlePostText","data":{"text":"<p>MuttNation Foundation shared a <a href=\"https://www.instagram.com/muttnationfoundation/\" target=\"_blank\">series of photos to Instagram</a> on Tuesday (Aug. 29), showing the progress they were making in rescuing dogs and finding them shelter until the flood waters recede.</p>\n"},"currentTextLength":194,"runningCounter":3,"cumulativePodTextLength":661,"totalSimilarConsecutiveElements":4,"totalTextLength":705},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostText","data":{"text":"<p style=\"text-align: center;\"><strong>Country Singers Respond to Hurricane Harvey</strong></p>\n"},"currentTextLength":44,"runningCounter":4,"cumulativePodTextLength":705,"totalSimilarConsecutiveElements":4,"totalTextLength":705},{"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>&quot;It was important to our AMAZING founder, @mirandalambert that we do our part for her home state!&quot; the Foundation <a href=\"https://www.instagram.com/p/BYWIKWeAFGo/?taken-by=muttnationfoundation\" target=\"_blank\">wrote</a>. &quot;We are headed to Houston to give relief to municipal shelters. We will help transport any animals currently in shelters so that there is room for displaced animals from Hurricane Harvey! Plus any other support we can offer!!! You can help our efforts by donating!&quot;</p>\n"},"currentTextLength":407,"runningCounter":1,"cumulativePodTextLength":407,"totalSimilarConsecutiveElements":5,"totalTextLength":1310},{"type":"singlePostText","data":{"text":"<p>Donate to Muttnation Foundation&apos;s relief efforts by visiting their <a href=\"https://muttnation.com/foundation/\" target=\"_blank\">official website</a>, or directly through <a href=\"https://www.paypal.com/donate/?token=qk3pZdHpXI5tt-LtXjXMar6Itex6NRIKUXeXQv6WGcYXOVLLvDExjwQf0ySt19yLuiKhGm&amp;country.x=US&amp;locale.x=US\" target=\"_blank\">PayPal</a>.</p>\n"},"currentTextLength":118,"runningCounter":2,"cumulativePodTextLength":525,"totalSimilarConsecutiveElements":5,"totalTextLength":1310},{"type":"singlePostText","data":{"text":"<p>Lambert herself <a href=\"https://www.instagram.com/p/BYZwX-RH2kx/?hl=en&amp;taken-by=mirandalambert\" target=\"_blank\">turned to Instagram</a> later Tuesday night to share a sweet photo of a mama dog and her newborn pups who were rescued on Tuesday. They were so adorable that Lambert couldn&apos;t resist letting them spend the night in her room, and even in her bed.</p>\n"},"currentTextLength":262,"runningCounter":3,"cumulativePodTextLength":787,"totalSimilarConsecutiveElements":5,"totalTextLength":1310},{"type":"singlePostText","data":{"text":"<p>She named the mama dog Ashley after good friend <a href=\"http://tasteofcountry.com/tags/ashley-monroe/\">Ashley Monroe</a>, who recently <a href=\"http://tasteofcountry.com/ashley-monroe-baby-boy-name/\">welcomed a baby boy</a> herself. Lambert shared that MuttNation Foundation &quot;rescued 72 dogs today who are being transported to dry safe shelters across the country,&quot; adding, &quot;Thanks for y&apos;alls support. Stay tuned tomorrow and continue to pray.&quot;</p>\n"},"currentTextLength":342,"runningCounter":4,"cumulativePodTextLength":1129,"totalSimilarConsecutiveElements":5,"totalTextLength":1310},{"type":"singlePostText","data":{"text":"<p>The group&#xA0;was back at it first thing Wednesday morning,&#xA0;<a href=\"https://www.instagram.com/p/BYavokMg-yM/?taken-by=muttnationfoundation\" target=\"_blank\">sharing another photo</a> and writing, &quot;Good morning from Texas!! Our second day on the ground has started!&quot;</p>\n"},"currentTextLength":181,"runningCounter":5,"cumulativePodTextLength":1310,"totalSimilarConsecutiveElements":5,"totalTextLength":1310},{"type":"singlePostOembed","data":{"version":"1.0","title":"Good morning from Texas!! Our second day on the  ground has started! 🌞🐶💗🌞🐶💗#timeforbreakfast","author_name":"muttnationfoundation","author_url":"https://www.instagram.com/muttnationfoundation","author_id":1722419330,"media_id":"1592794914058661004_1722419330","provider_name":"Instagram","provider_url":"https://www.instagram.com","type":"rich","width":658,"height":null,"html":"<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BYavokMg-yM/\" data-instgrm-version=\"8\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:8px;\"> <div style=\" background:#F8F8F8; line-height:0; margin-top:40px; padding:50% 0; text-align:center; width:100%;\"> <div style=\" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\"></div></div> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BYavokMg-yM/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Good morning from Texas!! Our second day on the  ground has started! 🌞🐶💗🌞🐶💗#timeforbreakfast</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/muttnationfoundation/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Miranda Lambert’s MuttNation</a> (@muttnationfoundation) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2017-08-30T12:26:11+00:00\">Aug 30, 2017 at 5:26am PDT</time></p></div></blockquote>","thumbnail_url":"https://scontent-lax3-1.cdninstagram.com/vp/00fcf2e8f5e534c949a5b0d083dad4f5/5B24D45C/t51.2885-15/s612x612/e35/21108096_897469977095673_2166409266771001344_n.jpg","thumbnail_width":612,"thumbnail_height":612},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostText","data":{"text":"<p><a href=\"http://tasteofcountry.com/tags/kelly-clarkson/\">Kelly Clarkson</a>, <a href=\"http://tasteofcountry.com/tags/josh-abbott-band/\">Josh Abbott Band</a>, <a href=\"http://tasteofcountry.com/tags/raelynn/\">RaeLynn</a> and <a href=\"http://tasteofcountry.com/tags/granger-smith/\">Granger Smith</a>&#xA0;are among the other Texas natives who have been keeping close watch on Hurricane Harvey. Smith, <a href=\"http://tasteofcountry.com/tags/lady-antebellum/\">Lady Antebellum</a>, <a href=\"http://tasteofcountry.com/tags/chris-young/\">Chris Young</a> and <a href=\"http://tasteofcountry.com/tags/josh-abbott-band/\">Josh Abbott Band</a> have stepped up and made donations, &#xA0;while <a href=\"http://tasteofcountry.com/tags/george-strait/\">George Strait</a> has announced he is <a href=\"http://tasteofcountry.com/george-strait-hurricane-harvey-relief-event/\">working on putting together </a>a relief effort &quot;with the entire country music community.&quot;</p>\n"},"currentTextLength":390,"runningCounter":1,"cumulativePodTextLength":390,"totalSimilarConsecutiveElements":2,"totalTextLength":547},{"type":"singlePostText","data":{"text":"<p>Taste of Country has created a portal with links to fundraisers started by country musicians, as well as links to the American Red Cross and Salvation Army.</p>\n"},"currentTextLength":157,"runningCounter":2,"cumulativePodTextLength":547,"totalSimilarConsecutiveElements":2,"totalTextLength":547},{"type":"singlePostButton","data":{"href":"http://tasteofcountry.com/hurricane-harvey-relief-fund-donations/","title":"Next: Give to Hurricane Harvey Relief Funds","align":"center","applink":"false"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostText","data":{"text":"<p style=\"text-align: center;\"><strong>Country Singers Send Thoughts and Prayers to Texas</strong></p>\n"},"currentTextLength":51,"runningCounter":1,"cumulativePodTextLength":51,"totalSimilarConsecutiveElements":1,"totalTextLength":51},{"type":"singlePostGallery","data":{"url":"/rest/carbon/uri/api/gallery/domain/tasteofcountry.com/galleryId/389479?filterexclusions&galleryindex=0","thumbnail":"http://tasteofcountry.com/files/2017/08/harv1.jpg","layout":"","fullscreen":1},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostText","data":{"text":"<p 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","singlePostButton","singlePostGallery"],"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/mirada-lambert-hurricane-harvey-relief.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":214294,"documentUrl":"/miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey/","sortDate":"2017-08-28 16:50:55.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"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"}],"taxonomy":[{"postId":214294,"documentUrl":"/miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/miranda-lamberts-muttnation-is-houston-bound-after-hurricane-harvey/","sortDate":"2017-08-28 16:50:55.000 +0000","termTaxonomyId":485,"taxonomyType":"tags"},{"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"}]}}}},"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":17.692,"mainOptionsTime":5.921,"sidebarsTime":10.801,"widgetsTime":21.08,"processTime":55.613},"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>