<!doctype html>
      <html class="single" lang="en">
        <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="193351250697247"/><meta data-react-helmet="true" property="fb:admins" content="581803834"/><meta data-react-helmet="true" property="fb:admins" content="583052867"/><meta data-react-helmet="true" property="fb:admins" content="100002025987268"/><meta data-react-helmet="true" property="fb:admins" content="732998853"/><meta data-react-helmet="true" property="fb:admins" content="8802808"/><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://tasteofcountry.com/miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief/"/><meta data-react-helmet="true" property="og:site_name" content="Taste of Country"/><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" property="fb:pages" content="173910492638623"/><meta data-react-helmet="true" name="twitter:card" content="summary_large_image"/><meta data-react-helmet="true" name="twitter:site" content="@tasteofcountry"/><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 09: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-tasteofcountry, tsmmarket-national, tsmtype-national, miranda-lambert, country-music-news"/><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" name="msvalidate.01" content="38FB0DB5D97FA0CEE1853CB708082BF1"/><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://tasteofcountry.com/files/2015/10/toc-favicon.gif"/><link data-react-helmet="true" id="design-fav" rel="shortcut icon" href="http://tasteofcountry.com/files/2015/10/toc-favicon.gif"/><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=3b9dbc3b07b0bef2c96b11376b1d9e6298d9a129&mver=19" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "A";
          window.TSM.cadata = {"activeDomain":"tasteofcountry.com","blogId":204,"method":"get_single","postId":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":"country-music-news","dimension3":"miranda-lambert","dimension4":"post","dimension5":"Wed Aug 30 2017","dimension6":"09:10","dimension7":"standard","dimension8":"705","dimension9":"A","dimension10":"yes"};
ga( "create", {
          trackingId:"UA-19109753-6",
          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-19109753-6"};
ga( "create", {
          trackingId:"UA-19109753-34",
          name: "UA1910975334",
          allowAnchor: false
        });
        ga( "UA1910975334.require", "displayfeatures" );
        ga( "UA1910975334.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA1910975334" ] = {gaid:"UA-19109753-34"};
ga( "create", {
          trackingId:"UA-19109753-60",
          name: "UA1910975360",
          allowAnchor: false
        });
        ga( "UA1910975360.require", "displayfeatures" );
        ga( "UA1910975360.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA1910975360" ] = {gaid:"UA-19109753-60"};
            })(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":"TSM_TASTECOUNTRY","market":"National","sitetype":"National","siteClassification":"","state":"NY","genre":"country","pageType":"post","tags":"miranda-lambert","categories":"country-music-news","mediaType":"video"}];
      w.dataLayer[0].referer = document.referrer;w.dataLayer[0].curatedReferer = document.referrer.replace( /https?:\/\//, "" );w.dataLayer[0].dayOfWeek = function(n){return n.toLocaleString("en-US",{weekday:"long"})}(new Date);w.dataLayer[0].periodOfDay = function(n,t,i){t=n.getHours(),i=n.getMinutes(),i<10&&(i="0"+i);var r=parseInt(t+""+i);return r>=0&&r<600?"Overnight":r>=600&&r<1e3?"Morning Drive":r>=1e3&&r<1500?"Midday":r>=1500&&r<1900?"Afternoon Drive":r>=1900&&r<2400?"Evening":void 0}(new Date);
    })(window);</script>
          <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({"gtm.start": new Date().getTime(),event:"gtm.js"});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!="dataLayer"?"&l="+l:"";j.async=true;j.src= "https://www.googletagmanager.com/gtm.js?id="+i+dl;f.parentNode.insertBefore(j,f); })(window,document,"script","dataLayer","GTM-K346HJZ");</script>
          <script>
        (function(w,dl){
          if( dl && dl[0] ){
            dl = dl[0];
            w._oiqq = w._oiqq || [];
            var keywordMeta = document.querySelector( "meta[name='keywords']");
            _oiqq.push(["oiq_addPageBrand", "title:" + dl.title]);
            _oiqq.push(["oiq_addPageBrand", "domain:" + location.hostname]);
            _oiqq.push(["oiq_addPageBrand", "callsign:" + dl.callsign]);
            _oiqq.push(["oiq_addPageCat", "url_path:" + location.pathname]);
            _oiqq.push(["oiq_addPageCat", "meta_keywords:" + ( keywordMeta ? keywordMeta.content : "" ) ]);
            _oiqq.push(["oiq_addPageCat", "title:" + dl.title]);
            _oiqq.push(["oiq_addPageCat", "callsign:" + dl.callsign]);
            _oiqq.push(["oiq_addPageCat", "market:" + dl.market]);
            _oiqq.push(["oiq_addPageCat", "sitetype:" + dl.sitetype]);
            _oiqq.push(["oiq_addPageCat", "state:" + dl.state]);
            _oiqq.push(["oiq_addPageCat", "page_type:" + dl.pageType]);
            _oiqq.push(["oiq_addPageCat", "media_type:" + dl.mediaType]);
            _oiqq.push(["oiq_addPageCat", "day_of_week:" + dl.dayOfWeek]);
            _oiqq.push(["oiq_addPageCat", "newsletter_submission:" + (dl.newsletterSubmission || "no")]);
            _oiqq.push(["oiq_addPageCat", "period_of_day:" + dl.periodOfDay]);
            _oiqq.push(["oiq_addPageCat", "curated_referer:" + dl.curatedReferer]);
            _oiqq.push(["oiq_addPageCat", "genre:" + dl.genre]);
            _oiqq.push(["oiq_addPageCat", "tags:" + dl.tags]);
            _oiqq.push(["oiq_addPageCat", "categories:" + dl.categories]);
            _oiqq.push(["oiq_doTag"]);
            _oiqq.push(["oiq_addPageLifecycle", "hx82"]);
          }
        })(window, window.dataLayer);
        (function() {
        var oiq = document.createElement("script"); oiq.type = "text/javascript"; oiq.async = true;
        oiq.src = document.location.protocol + "//px.owneriq.net/stas/s/1o66km.js";
        var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(oiq, s);
        })();
      </script>
          
          <script class="kxct" data-id="rwjnisqy1" data-timing="async" data-version="3.0" type="text/javascript">
        window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);
        (function(){
          var k=document.createElement("script");k.type="text/javascript";k.async=true;
          k.src=(location.protocol==="https:"?"https:":"http:")+"//"+"cdn.krxd.net/controltag/rwjnisqy1.js";
          var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(k,s);
        }());
      </script><script type="text/javascript" src="//mtrx.go.sonobi.com/morpheus.townsquaremedia.9692.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=tasteofcountry.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", ["country-music-news"] );
googletag.pubads().setTargeting( "tags", ["miranda-lambert"] );
googletag.pubads().setTargeting( "id", "miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief" );
googletag.pubads().setTargeting( "author", "sterlingwit" );
googletag.pubads().setTargeting( "kw", ["sterlingwit","miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief","country-music-news","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/national/TasteofCountry/post", [[300,250],[300,600]], "tsm-ad-300a" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "300a" );
}
if( window.TSM.adSlots["tsm-ad-maintop-300a"] === undefined ){
window.TSM.adSlots["tsm-ad-maintop-300a"] = googletag.defineSlot( "8328825/national/TasteofCountry/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/national/TasteofCountry/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/national/TasteofCountry/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/national/TasteofCountry/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/national/TasteofCountry/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/national/TasteofCountry/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/national/TasteofCountry/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="-202501793"><!-- 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="no-showticker blueiv-menu" data-reactid="13"><a class="logo" href="/" itemprop="logo url" alt="Taste of Country" title="Taste of Country" data-reactid="14"><img src="http://tasteofcountry.com/files/2017/10/toc-logo-v2.png" alt="Taste of Country" title="Taste of Country" data-reactid="15"/></a><div class="site-menu-right" data-reactid="16"><nav id="site-menu" data-reactid="17"><div class="wrapper" data-reactid="18"><span class="icon-base icon-menu select-none" data-reactid="19"></span><ul class="links" data-reactid="20"><li class="hassub" data-reactid="21"><a href="/" data-reactid="22">Home</a></li><li class="hassub" data-reactid="23"><a href="/category/country-music-news/" data-reactid="24">News</a><div class="submenu no-data" data-reactid="25"></div></li><li class="hassub" data-reactid="26"><a href="/category/country-songs/" data-reactid="27">Hot Songs</a><div class="submenu no-data" data-reactid="28"></div></li><li class="hassub" data-reactid="29"><a href="/country-artists/" data-reactid="30">Artists</a></li><li class="hassub" data-reactid="31"><a href="/category/country-music-videos/" data-reactid="32">Videos</a><div class="submenu no-data" data-reactid="33"></div></li><li class="hassub" data-reactid="34"><a href="/category/taste-of-country-video-countdown/" data-reactid="35">Top 10</a></li><li class="hassub" data-reactid="36"><a href="http://j.mp/toc-risers" target="_blank" data-reactid="37">Risers</a></li><li class="hassub" data-reactid="38"><a href="http://www.tasteofcountrystore.com/" target="_blank" data-reactid="39">Store</a></li><li class="hassub" data-reactid="40"><a href="/country-music-festivals-guide/" data-reactid="41">Festivals</a></li></ul><div class="site-menu-right" data-reactid="42"><ul class="social-links" data-reactid="43"><li class="social" data-reactid="44"><a class="share-link youtube" href="https://youtube.com/user/TasteofCountryMusic" target="_blank" data-social="youtube" data-reactid="45"><span class="icon-base icon-youtube" data-reactid="46"></span></a></li><li class="social" data-reactid="47"><a class="share-link facebook" href="http://www.facebook.com/thetasteofcountry" target="_blank" data-social="facebook" data-reactid="48"><span class="icon-base icon-facebook" data-reactid="49"></span></a></li><li class="social" data-reactid="50"><a class="share-link twitter" href="https://twitter.com/tasteofcountry" target="_blank" data-social="twitter" data-reactid="51"><span class="icon-base icon-twitter" data-reactid="52"></span></a></li><ul class="social-subscriptions" data-reactid="53"><li class="sub-instagram " data-reactid="54"><a href="https://www.instagram.com/tasteofcountry" target="_blank" data-reactid="55">INSTAGRAM</a></li><li class="share_link_small youtube sub-youtube" data-reactid="56"><span class="youtube-subscribe-button " data-reactid="57"></span></li><li class="sub-facebook" data-reactid="58"></li><li class="sub-twitter" data-reactid="59"></li></ul></ul><div id="search-form" class="" data-reactid="60"><div class="form-wrap" data-reactid="61"><form data-reactid="62"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="63"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="64"/></form></div><div class="icon-base icon-search" data-reactid="65"></div></div></div><div class="site-screen select-none" data-reactid="66"></div></div></nav></div><ul class="promo-links" data-reactid="67"><li data-reactid="68"><span data-reactid="69">Trending:</span></li><li data-reactid="70"><a title="Chris Young&#x27;s &#x27;Hangin&#x27; On&#x27;" href="/chris-young-hangin-on/" data-reactid="71">Chris Young&#x27;s &#x27;Hangin&#x27; On&#x27;</a></li><li data-reactid="72"><a title="Kelsea Ballerini + Kelly Clarkson &#x27;Feud&#x27;" href="/kelly-clarkson-makes-fun-kelsea-ballerini-peter-pan-video/" data-reactid="73">Kelsea Ballerini + Kelly Clarkson &#x27;Feud&#x27;</a></li><li data-reactid="74"><a title="Daryle Singletary Dead at 46" href="/daryle-singletary-dead/" data-reactid="75">Daryle Singletary Dead at 46</a></li><li data-reactid="76"><a title="Story Behind Luke Bryan&#x27;s &#x27;Most People Are Good&#x27;" href="/luke-bryan-most-people-are-good-lyrics/" data-reactid="77">Story Behind Luke Bryan&#x27;s &#x27;Most People Are Good&#x27;</a></li><li data-reactid="78"><a title="Miley Cyrus Fan Arrested" href="/miley-cyrus-obsessed-fan-facebook-posts/" data-reactid="79">Miley Cyrus Fan Arrested</a></li></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="80"><div id="tsm-ad-970a" data-reactid="81"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="82"><div class="main-content" data-reactid="83"><div class="wrapper post-wrapper" data-reactid="84"><div class="post clearfix" data-reactid="85"><div class="entry" data-reactid="86"><article id="post-389808" data-location="/miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief/" data-index="0" data-reactid="87"><div class="page-header" data-reactid="88"><div class="content-header show-ui front" id="content-header-389808" data-reactid="89"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="90"></div><div class="content-header-header" data-reactid="91"><div class="single-post-oembed-youtube-wrapper" data-reactid="92"><div class="single-post-oembed youtube" data-reactid="93"><div class="video-overlay has-pulsating-button" data-reactid="94"><div class="react-parallax " data-reactid="95"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="96"><figure class="frameme" data-reactid="97"><div class="theframe" data-image="http://tasteofcountry.com/files/2017/08/mirada-lambert-hurricane-harvey-relief.jpg" rel="" title="" data-reactid="98"></div><div class="loadinganim showbox" id="0" data-reactid="99"><div class="loader" style="width:30px;height:30px;" data-reactid="100"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="101"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="102"></circle></svg></div></div></figure></div><div class="react-parallax-content" data-reactid="103"><figure class="frameme img-tag" data-reactid="104"><div class="theframe" data-image="http://tasteofcountry.com/files/2017/08/mirada-lambert-hurricane-harvey-relief.jpg" rel="" title="" data-reactid="105"></div><div class="loadinganim showbox" id="0" data-reactid="106"><div class="loader" style="width:30px;height:30px;" data-reactid="107"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="108"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="109"></circle></svg></div></div></figure></div></div><div class="pulsating-button" data-reactid="110"><span data-reactid="111"></span></div></div></div></div><div class="header" data-reactid="112"><section class="title " data-reactid="113"><h1 class="" data-reactid="114">Miranda Lambert Rescues 72 Dogs in One Day After Hurricane Harvey</h1></section><div class="byline" data-reactid="115"><div class="authors" data-reactid="116"><address class="author" data-reactid="117"><div class="author-image icon-user" data-reactid="118"><figure class="frameme" data-reactid="119"><a class="theframe" data-image="http://tasteofcountry.com/files/2015/10/sterling-whitaker.jpg" href="http://tasteofcountry.com/author/sterlingwit/" rel="author" title="Sterling Whitaker" data-reactid="120"></a><div class="loadinganim showbox" id="0" data-reactid="121"><div class="loader" style="width:30px;height:30px;" data-reactid="122"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="123"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="124"></circle></svg></div></div></figure></div><a class="author-name" href="http://tasteofcountry.com/author/sterlingwit/" rel="author" title="Sterling Whitaker" data-reactid="125">Sterling Whitaker</a></address></div><time datetime="2017-08-30 13:10:13 +0000" data-reactid="126">August 30, 2017</time></div></div></div></div></div><div class="content-wrap" data-reactid="127"><div class="social-share bignsexy" data-reactid="128"><div class="social-bar social-icons" data-reactid="129"><ul data-reactid="130"><li data-reactid="131"><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%40tasteofcountry" title="Share on Twitter" target="_blank" data-reactid="132"><span class=" social-icon icon-twitter tw" data-reactid="133"><span class="share-title" data-reactid="134">Share on Twitter</span></span></a></li><li data-reactid="135"><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="136"><span class=" social-icon icon-facebook fb" data-reactid="137"><span class="share-title" data-reactid="138">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="139"><div class="pod-content" data-reactid="140"><p data-reactid="141"><a href="http://tasteofcountry.com/tags/miranda-lambert/" data-reactid="142"><!-- react-text: 143 -->Miranda Lambert<!-- /react-text --></a><!-- react-text: 144 --> 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="145"><!-- react-text: 146 -->Lambert <!-- /react-text --><a href="http://tasteofcountry.com/miranda-lambert-muttnation-hurricane-harvey/" data-reactid="147"><!-- react-text: 148 -->mobilized<!-- /react-text --></a><!-- react-text: 149 --> 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="150"><!-- react-text: 151 -->MuttNation Foundation shared a <!-- /react-text --><a href="https://www.instagram.com/muttnationfoundation/" target="_blank" data-reactid="152"><!-- react-text: 153 -->series of photos to Instagram<!-- /react-text --></a><!-- react-text: 154 --> 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="155"><div class="tsm-ad tsm-ad-oop" data-reactid="156"><div id="tsm-ad-sharethrough-oop-1" data-reactid="157"><!-- dynamic ad --></div></div></div><div data-reactid="158"><p style="text-align: center;"><strong>Country Singers Respond to Hurricane Harvey</strong></p>
</div><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="159"></div><p data-reactid="160"><!-- react-text: 161 -->&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="162"><!-- react-text: 163 -->wrote<!-- /react-text --></a><!-- react-text: 164 -->. &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="165"><!-- react-text: 166 -->Donate to Muttnation Foundation&#x27;s relief efforts by visiting their <!-- /react-text --><a href="https://muttnation.com/foundation/" target="_blank" data-reactid="167"><!-- react-text: 168 -->official website<!-- /react-text --></a><!-- react-text: 169 -->, 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="170"><!-- react-text: 171 -->PayPal<!-- /react-text --></a><!-- react-text: 172 -->.<!-- /react-text --></p><p data-reactid="173"><!-- react-text: 174 -->Lambert herself <!-- /react-text --><a href="https://www.instagram.com/p/BYZwX-RH2kx/?hl=en&amp;taken-by=mirandalambert" target="_blank" data-reactid="175"><!-- react-text: 176 -->turned to Instagram<!-- /react-text --></a><!-- react-text: 177 --> 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="178"><!-- react-text: 179 -->She named the mama dog Ashley after good friend <!-- /react-text --><a href="http://tasteofcountry.com/tags/ashley-monroe/" data-reactid="180"><!-- react-text: 181 -->Ashley Monroe<!-- /react-text --></a><!-- react-text: 182 -->, who recently <!-- /react-text --><a href="http://tasteofcountry.com/ashley-monroe-baby-boy-name/" data-reactid="183"><!-- react-text: 184 -->welcomed a baby boy<!-- /react-text --></a><!-- react-text: 185 --> 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="186"><!-- react-text: 187 -->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="188"><!-- react-text: 189 -->sharing another photo<!-- /react-text --></a><!-- react-text: 190 --> 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="191"></div><p data-reactid="192"><a href="http://tasteofcountry.com/tags/kelly-clarkson/" data-reactid="193"><!-- react-text: 194 -->Kelly Clarkson<!-- /react-text --></a><!-- react-text: 195 -->, <!-- /react-text --><a href="http://tasteofcountry.com/tags/josh-abbott-band/" data-reactid="196"><!-- react-text: 197 -->Josh Abbott Band<!-- /react-text --></a><!-- react-text: 198 -->, <!-- /react-text --><a href="http://tasteofcountry.com/tags/raelynn/" data-reactid="199"><!-- react-text: 200 -->RaeLynn<!-- /react-text --></a><!-- react-text: 201 --> and <!-- /react-text --><a href="http://tasteofcountry.com/tags/granger-smith/" data-reactid="202"><!-- react-text: 203 -->Granger Smith<!-- /react-text --></a><!-- react-text: 204 --> 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="205"><!-- react-text: 206 -->Lady Antebellum<!-- /react-text --></a><!-- react-text: 207 -->, <!-- /react-text --><a href="http://tasteofcountry.com/tags/chris-young/" data-reactid="208"><!-- react-text: 209 -->Chris Young<!-- /react-text --></a><!-- react-text: 210 --> and <!-- /react-text --><a href="http://tasteofcountry.com/tags/josh-abbott-band/" data-reactid="211"><!-- react-text: 212 -->Josh Abbott Band<!-- /react-text --></a><!-- react-text: 213 --> have stepped up and made donations,  while <!-- /react-text --><a href="http://tasteofcountry.com/tags/george-strait/" data-reactid="214"><!-- react-text: 215 -->George Strait<!-- /react-text --></a><!-- react-text: 216 --> has announced he is <!-- /react-text --><a href="http://tasteofcountry.com/george-strait-hurricane-harvey-relief-event/" data-reactid="217"><!-- react-text: 218 -->working on putting together <!-- /react-text --></a><!-- react-text: 219 -->a relief effort &quot;with the entire country music community.&quot;<!-- /react-text --></p><p data-reactid="220">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="221"><a class="next-post cto" href="http://tasteofcountry.com/hurricane-harvey-relief-fund-donations/" target="_blank" data-reactid="222">Next: Give to Hurricane Harvey Relief Funds</a></div><div data-reactid="223"><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="224"><div class="photogallery-container" id="photogallery-204-389479-0" data-reactid="225"><div class="sizer" data-reactid="226"></div><div class="loadinganim showbox" id="0" data-reactid="227"><div class="loader" style="width:30px;height:30px;" data-reactid="228"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="229"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" style="stroke:#fff;" data-reactid="230"></circle></svg></div></div></div><!-- react-text: 231 --><!-- /react-text --></div><div data-reactid="232"><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="233"></div></div></div><div class="content-footer" data-reactid="234"><!-- react-empty: 235 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="236"></div><!-- react-text: 237 --><!-- /react-text --><div class="tags-lines" data-reactid="238"><div class="wrapper" data-reactid="239"><span data-reactid="240"><!-- react-text: 241 -->Filed Under<!-- /react-text --><!-- react-text: 242 -->: <!-- /react-text --></span><span data-reactid="243"><!-- react-text: 244 --><!-- /react-text --><a href="http://tasteofcountry.com/tags/miranda-lambert/" data-reactid="245">Miranda Lambert</a></span></div><div class="wrapper" data-reactid="246"><span data-reactid="247"><!-- react-text: 248 -->Categories<!-- /react-text --><!-- react-text: 249 -->: <!-- /react-text --></span><span data-reactid="250"><!-- react-text: 251 --><!-- /react-text --><a href="http://tasteofcountry.com/category/country-music-news/" data-reactid="252">Country Music News</a></span></div></div><div class="comments-wrapper" data-reactid="253"><div class="comments" data-reactid="254"><div data-reactid="255"><span class="icon-comments" data-reactid="256"></span><i data-reactid="257">Comments</i><span class="fb-comments-count" data-href="http://tasteofcountry.com/miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief/" data-reactid="258"></span><span class="icon-triangle-down" data-reactid="259"></span></div><div class="cto" data-reactid="260">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="261"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="262">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="263"><div class="aside-inside" data-reactid="264"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-14" data-reactid="265"><div class="wrapper clearfix" data-reactid="266"><div class="fix_sidebar_marker" data-reactid="267"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-1435" data-reactid="268"><!-- react-text: 269 --><!-- /react-text --><div class="wrapper clearfix" data-reactid="270"><section id="ts_blogroll-1435" class="blogroll carousel slider dl align-right" data-reactid="271"><div class="slider blogroll-items" data-reactid="272"><div class="sizer" data-reactid="273"></div><div class="mover slide" data-reactid="274"><article class="item title-over-image" data-reactid="275"><figure class="frameme" data-reactid="276"><a class="theframe" data-image="http://tasteofcountry.com/files/2017/12/Chris-Stapleton-.jpg" href="http://tasteofcountry.com/2017-remembered-the-next-chris-stapleton-country-females/" rel="" title="The Next Chris Stapleton Is Here, and She&amp;apos;s Pretty Awesome!" data-reactid="277"></a><div class="loadinganim showbox" id="0" data-reactid="278"><div class="loader" style="width:30px;height:30px;" data-reactid="279"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="280"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="281"></circle></svg></div></div></figure><div class="content" data-reactid="282"><a href="http://tasteofcountry.com/2017-remembered-the-next-chris-stapleton-country-females/" title="The Next Chris Stapleton Is Here, and She&#x27;s Pretty Awesome!" class="title" data-reactid="283">The Next Chris Stapleton Is Here, and She&#x27;s Pretty Awesome!</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="284"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="285"></div></div></section></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-1018" data-reactid="286"><div class="wrapper clearfix" data-reactid="287"><div class="widget-content" data-reactid="288"><div class="tsm-ad tsm-ad-300" data-reactid="289"><div id="tsm-ad-300a" data-reactid="290"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-849" data-reactid="291"><div class="wrapper clearfix" data-reactid="292"><div class="widget-content" data-reactid="293"><div data-reactid="294"><form method="post" class="newsletter-frame clearfix" data-reactid="295"><div class="content clearfix" data-reactid="296"><p class="title" data-reactid="297">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="298"><div class="vertical-centered" data-reactid="299"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="300"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="301"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-1436" data-reactid="302"><header data-reactid="303"><h2 data-reactid="304"><span class="title-container" data-reactid="305">Latest Articles</span></h2></header><div class="wrapper clearfix" data-reactid="306"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="307"><div class="blogroll-inner clearfix" data-reactid="308"><article class="" data-reactid="309"><figure class="frameme" data-reactid="310"><a class="theframe" data-image="http://tasteofcountry.com/files/2018/02/Getty-1-Jason-Kempin1.jpg" href="http://tasteofcountry.com/thomas-rhett-gold-certification-party/" rel="" title="Thomas Rhett Surprised With Gold Certification at  No. 1 Party" data-reactid="311"></a><div class="loadinganim showbox" id="0" data-reactid="312"><div class="loader" style="width:30px;height:30px;" data-reactid="313"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="314"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="315"></circle></svg></div></div></figure><div class="content" data-reactid="316"><a href="http://tasteofcountry.com/thomas-rhett-gold-certification-party/" title="Thomas Rhett Surprised With Gold Certification at  No. 1 Party" class="title" data-reactid="317">Thomas Rhett Surprised With Gold Certification at  No. 1 Party</a></div></article><article class="" data-reactid="318"><figure class="frameme" data-reactid="319"><a class="theframe" data-image="http://tasteofcountry.com/files/2017/12/kacey-musgraves-golden-hour-2018.jpg" href="http://tasteofcountry.com/kacey-musgraves-has-sharp-words-for-fan/" rel="" title="Kacey Musgraves Has Sharp Words for Fan Who Challenges Her" data-reactid="320"></a><div class="loadinganim showbox" id="0" data-reactid="321"><div class="loader" style="width:30px;height:30px;" data-reactid="322"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="323"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="324"></circle></svg></div></div></figure><div class="content" data-reactid="325"><a href="http://tasteofcountry.com/kacey-musgraves-has-sharp-words-for-fan/" title="Kacey Musgraves Has Sharp Words for Fan Who Challenges Her" class="title" data-reactid="326">Kacey Musgraves Has Sharp Words for Fan Who Challenges Her</a></div></article><article class="" data-reactid="327"><figure class="frameme" data-reactid="328"><a class="theframe" data-image="http://tasteofcountry.com/files/2017/10/shay-mooney-honeymoon.jpg" href="http://tasteofcountry.com/shay-mooney-gives-son-guitar-lesson/" rel="" title="Dan + Shay&amp;apos;s Shay Mooney Gives Son Impromptu Guitar Lesson" data-reactid="329"></a><div class="loadinganim showbox" id="0" data-reactid="330"><div class="loader" style="width:30px;height:30px;" data-reactid="331"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="332"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="333"></circle></svg></div></div></figure><div class="content" data-reactid="334"><a href="http://tasteofcountry.com/shay-mooney-gives-son-guitar-lesson/" title="Dan + Shay&#x27;s Shay Mooney Gives Son Impromptu Guitar Lesson" class="title" data-reactid="335">Dan + Shay&#x27;s Shay Mooney Gives Son Impromptu Guitar Lesson</a></div></article></div></div></div></section><section class="sidebar-section widget-rss-feed" id="rss-feed-4" data-reactid="336"><div class="wrapper clearfix" data-reactid="337"><div class="widget-content" data-reactid="338"><header data-reactid="339"><h2 data-reactid="340"><span class="title-container" data-reactid="341"><div class="rss-icon-wrap" data-reactid="342"><span class="header-icon" data-reactid="343"><a href="http://www.tmz.com/rss.xml" class="icon-feed icon-base" data-reactid="344"></a></span><a href="http://www.tmz.com" data-reactid="345">HOT HEADLINES</a></div></span></h2><!-- react-text: 346 --><!-- /react-text --></header><div class="clearfix" data-reactid="347"><article class="item-rss" data-reactid="348"><div class="content" data-reactid="349"><a href="http://www.tmz.com/2018/02/18/aaron-rodgers-danica-patrick-good-luck-kiss-before-final-nascar-race-daytona-500/" class="title" data-reactid="350">Aaron Rodgers Gives Danica Patrick a Good Luck Kiss Before Final NASCAR Rac…</a><!-- react-text: 351 --><!-- /react-text --></div></article><article class="item-rss" data-reactid="352"><div class="content" data-reactid="353"><a href="http://www.tmz.com/2018/02/18/travis-scott-kylie-jenner-baby-stormi-webster-beautiful/" class="title" data-reactid="354">Travis Scott Says Baby Stormi Webster is &#x27;Beautiful&#x27;</a><!-- react-text: 355 --><!-- /react-text --></div></article><article class="item-rss" data-reactid="356"><div class="content" data-reactid="357"><a href="http://www.tmz.com/2018/02/18/the-game-cardi-b-crips-diss-bloods-nba-all-star-weekend/" class="title" data-reactid="358">The Game Tells Haters to Relax Over Cardi B&#x27;s Crip Diss</a><!-- react-text: 359 --><!-- /react-text --></div></article><article class="item-rss" data-reactid="360"><div class="content" data-reactid="361"><a href="http://www.tmz.com/2018/02/18/kate-middleton-bafta-times-up-blackout-dress-code/" class="title" data-reactid="362">Kate Middleton Breaks BAFTA&#x27;s Time&#x27;s Up All-Black Dress Code with…</a><!-- react-text: 363 --><!-- /react-text --></div></article><article class="item-rss" data-reactid="364"><div class="content" data-reactid="365"><a href="http://www.tmz.com/2018/02/18/jamie-foxx-beats-byron-scott-nba-all-star-weekend-three-point-contest/" class="title" data-reactid="366">Jamie Foxx Schools Byron Scott in Impromptu Three-Point Contest</a><!-- react-text: 367 --><!-- /react-text --></div></article><article class="item-rss" data-reactid="368"><div class="content" data-reactid="369"><a href="http://www.tmz.com/2018/02/18/celebrity-scramble-guess-who/" class="title" data-reactid="370">Celebrity Scramble -- Guess Who!</a><!-- react-text: 371 --><!-- /react-text --></div></article><article class="item-rss" data-reactid="372"><div class="content" data-reactid="373"><a href="http://www.tmz.com/2018/02/18/kanye-west-performs-nba-all-star-weekend-concert-asap-rocky-kid-cudi/" class="title" data-reactid="374">Kanye West Performs in Concert During NBA All-Star Weekend </a><!-- react-text: 375 --><!-- /react-text --></div></article><article class="item-rss" data-reactid="376"><div class="content" data-reactid="377"><a href="http://www.tmz.com/2018/02/18/nba-all-star-weekend-lure-rich-the-kid-gun-cops/" class="title" data-reactid="378">NBA All-Star Weekend Concert Derailed After Man Brandished a Gun </a><!-- react-text: 379 --><!-- /react-text --></div></article><article class="item-rss" data-reactid="380"><div class="content" data-reactid="381"><a href="http://www.tmz.com/2018/02/18/nipsey-hussle-shots-fired-album-release-party/" class="title" data-reactid="382">Nipsey Hussle, Shots Fired at Album Release Party (UPDATE)</a><!-- react-text: 383 --><!-- /react-text --></div></article><article class="item-rss" data-reactid="384"><div class="content" data-reactid="385"><a href="http://www.tmz.com/2018/02/18/twista-fight-video-nba-all-star-weekend-michael-jordan-party/" class="title" data-reactid="386">Twista Fights Drunk Guy During NBA All-Star Weekend </a><!-- react-text: 387 --><!-- /react-text --></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="388"><footer data-reactid="389"><div class="links clearfix" data-reactid="390"><div class="logo" data-reactid="391"></div><div class="details" data-reactid="392"><h2 data-reactid="393">Information</h2><ul data-reactid="394"><li data-reactid="395"><a title="Taste Of Country Network" class="" data-reactid="396">Taste Of Country Network</a></li><li data-reactid="397"><a title="Contact Us" href="mailto:staff@tasteofcountry.com" class="" data-reactid="398">Contact Us</a></li><li data-reactid="399"><a title="Privacy" href="/privacy" class="" data-reactid="400">Privacy</a></li><li data-reactid="401"><a title="Advertise" href="http://www.townsquaremedia.com/national-media/advertise" class="" data-reactid="402">Advertise</a></li><li data-reactid="403"><a title="Mobile App" href="/app/" class="" data-reactid="404">Mobile App</a></li></ul></div><div class="social-links" data-reactid="405"><h2 data-reactid="406">Follow Us</h2><ul data-reactid="407"><li class="social" data-reactid="408"><a class="share_link youtube" href="https://www.youtube.com/user/TasteofCountryMusic" target="_blank" data-social="youtube" data-reactid="409"><span class="icon-youtube" data-reactid="410"></span></a></li><li class="social" data-reactid="411"><a class="share_link facebook" href="http://www.facebook.com/thetasteofcountry" target="_blank" data-social="facebook" data-reactid="412"><span class="icon-facebook" data-reactid="413"></span></a></li><li class="social" data-reactid="414"><a class="share_link twitter" href="https://twitter.com/tasteofcountry" target="_blank" data-social="twitter" data-reactid="415"><span class="icon-twitter" data-reactid="416"></span></a></li></ul></div></div><div class="legal" data-reactid="417"><!-- react-text: 418 -->2018<!-- /react-text --><!-- react-text: 419 --> <!-- /react-text --><!-- react-text: 420 -->Taste of Country<!-- /react-text --><!-- react-text: 421 --> is part of the Taste Of Country Network<!-- /react-text --><!-- react-text: 422 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="423"><!-- react-empty: 424 --><div id="bottom-not-ads" data-reactid="425"><div class="tsm-ad tsm-ad-728" data-reactid="426"><div id="tsm-ad-728b" data-reactid="427"><!-- dynamic ad --></div></div></div></section></div></div></div>
          <script>
            window.__INITIAL_STATE__ = {"gallery":{},"internalads":{},"json":{"response":{"options":{"method":"get_single","adPageType":"post","mediaType":"video","loyalty_restricted":false,"methodSubType":null,"blogId":204,"postId":389808,"url":"/miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief/","unfriendlyRequestUrl":"/miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief/?trackback=fbshare_mobile_top","requestUrl":"/miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief/?trackback=fbshare_mobile_top","blogOptions":{"aioseop_options":{"aiosp_can":"on","aiosp_donate":null,"aiosp_home_title":"Taste of Country","aiosp_home_description":"Read the latest country music news from your favorite country music stars.","aiosp_home_keywords":"country music news, 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% News","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":"","blogname":"Taste of Country","carbonUiUpdateCounter":"19","design_option_live":{"page_bg":"FFF8F8F8","page_head_bg":"00000000","primary_bg":"FFFFFFFF","secondary_bg":"FFFFFFFF","mdl_head_bg":"FF000000","main_nav_hue":"FFFFFFFF","nav_hover_hue":"FF305580","primary_hue":"FF000000","secondary_hue":"FF000000","primary_head_hue":"FF000000","secondary_head_hue":"FF305580","primary_active_hue":"FF305580","secondary_active_hue":"FF1C1C1C","accent_hue":"FF305580","header_link_hue":"FF000000","footer_link_hue":"FF000000","primary_mdl_bg":"FFE9E9E9","primary_mdl_hue":"FF000000","secondary_mdl_bg":"FFFFFFFF","secondary_mdl_hue":"FF000000","standout_bg":"FF305580","mobile_primary_color":"FF305580","mobile_secondary_color":"FF000000","iv_primary_color":"FF305580","iv_secondary_color":"FF305580","iv_tertiary_color":"FF000000","iv_html_color":"FFFFFFFF","iv_container_color":"FFFFFFFF","iv_html_bg":"","iv_body_bg":"","iv_logo":"","iv_logo_trim":"","carbon_logo_bg":"FFFFFFFF","carbon_showticker_bg":"80000000","events_app_primary_color":"FF305580","events_app_secondary_color":"FF000000","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://tasteofcountry.com/files/2017/10/toc-bg1.jpg","carbon_logo_img":"http://tasteofcountry.com/files/2017/10/toc-logo-v2.png","carbon_promo_bg_img":"http://tasteofcountry.com/files/2017/10/toc-promo1.jpg","page_img":"http://tasteofcountry.com/files/2015/10/toc-1x15.gif","body_img":"http://tasteofcountry.com/files/2015/10/toc-bg4.jpg","square_logo_img":"","logo_img":"http://tasteofcountry.com/files/2015/10/toc-logo.png","logo_img_trim":"http://tasteofcountry.com/files/2015/10/toc-smalllogo1.png","logo_img_light":"http://tasteofcountry.com/files/2015/10/toc-logolight.png","logo_img_dark":"http://tasteofcountry.com/files/2015/10/toc-logo.png","header_img":"http://tasteofcountry.com/files/2015/10/toc-smallbg.jpg","placeholder_img":"http://tasteofcountry.com/files/2015/10/toc-lazyload.jpg","page_head_img":"","favicon_img":"http://tasteofcountry.com/files/2015/10/toc-favicon.gif","top_banner_img":"light","title":"2.0 - Taste of Country","ID":"0","designer":"Adrian B.","comment":"carbon v2","action":"edit","editor":"Anibal Rosado","editorID":115931,"siteID":"204","timestamp":1508190323,"status":"active","properties":{"iv_html_bg":{"background-repeat":"","background-attachment":"","background-size":""},"carbon_body_img":{"background-repeat":"","background-attachment":"fixed","background-size":""}}},"disable_mobile_ads":"","enableAppNexusWrapper":"1","enableBelowGalleryEndcard":"1","enableInGalleryEndcard":"1","enable_chartbeat":"","exclude_bottom_banner":"1","exclude_top_banner":"","FacebookCommentsOptions":{"moderator_userids":"581803834,583052867,100002025987268,732998853,8802808","moderator_appid":"193351250697247","colorscheme":"","show_like":"yes","show_comments":"yes","show_commentscount":"yes","action":"like"},"facebook_app":{"id":"193351250697247","fanpage":"http://www.facebook.com/thetasteofcountry","plugins":{"facebook-like-button":"1","facebook-authentication":"1"},"instant_articles":"173910492638623"},"google_ads_dfp6_template_ads":{"top-728x90":"1","bottom-728x90":"1","mid-top-300x250":"0","mid-bottom-300x250":"0","tsm-out-of-page":"1","tsm-2x2":"0","top-right-noflex-300x250":"1","maintop-300x250":"1","middle-right-300x250":"1","bottom-right-300x250":"1","photogallery-300x250":"1","photogallery-728x90":"1","in-between-article-728":"1","dynamic-ad-custom":"0","dynamic-ad-header":"0","dynamic-ad-push":"0","top-right-300x250":"1"},"iq_weather_page_sponsor_city_name":"","iq_weather_page_sponsor_zip_code":"","onlyhome_pushdown":"","onlyhome_topbanner":"","posts_per_page":"10","sailthru_list_default":"Taste of Country","site_template_theme_meta":{"template-tone":"1","listen-live-bar":"block","sidebar-widgets-header":"block","blogroll-image-size":"cropped","next-page-offset":"11"},"social_overlay":{"text":"Never Miss the Latest News from Taste of Country.","colors":{"background-color":"#ffffff","color":"#000000"},"wrapper":{"divider":"#000000","button":"#305580","button-font":"#ffffff"},"logo":"http://tasteofcountry.com/files/2015/10/toc-logo.png"},"timezone_string":"America/New_York","townsquare_ad_version":"dfp6","tpsoip-jsfileid":"1o66km","tpsoip-pagelifecycle":"hx82","ts-templates-carbon-homepage-id":"395921","ts-templates-homepage-id":"135178","ts-templates-mobile-homepage-id":"135178","tsc_category_sidebars":{"taste-of-country-video-countdown":"tsc_custom_top-10-video-countdown-v2-0","country-music-news":"home-right","country-songs":"home-right","country-music-pictures":"home-right","new-songs-on-the-radio":"home-right","contests":"home-right","wedding-news":"home-right","country-music-videos":"home-right","taste-of-country-nights":"tsc_custom_nights"},"tsc_tag_sidebars":{},"_station_info":{"sitetype":"National","market":"National","genre":{"0":"country"},"callsign":"TSM_TASTECOUNTRY","callletters":"TasteofCountry","legalname":"Taste of Country","siteclassification":"","street":"","street-2":"","city":"","state":"NY","zip":"","phone":"","helpline":"","studioline":"","officeline":"","officehours":"","email":"staff@tasteofcountry.com","tipus-email":"staff@tasteofcountry.com","inquiries-email":"","advertising-contact":"","advertising-email":"","gm-contact":"","gm-email":"","programming-director-contact":"","programming-director-email":"","digital-managing-editor-contact":"","digital-managing-editor-email":"","digital-sales-manager-contact":"","digital-sales-manager-email":"","mobile-app-feedback-email":"ask.tasteofcountry@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.tasteofcountry@townsquaredigital.com","public-record-administrator-name":"","public-record-administrator-email":"","fcc-online-public-file-url":"","feedbackurl":"","biz-list-url":"","amazon_affiliate":"","yieldmo_placement":"ym_1179538859313445377","jwplayer":"","twitter_handle":"tasteofcountry","youtube_handle":"TasteofCountryMusic","youtube_channel_id":"","instagram_handle":"tasteofcountry","rss_icon":"1","comscore-label":"Taste Of Country"},"_station_logos":{"rss-logo":"http://tasteofcountry.com/files/2015/10/rsslogo.png","facebook-logo":"http://tasteofcountry.com/files/2015/10/165x165.gif","apple-high-res":"http://tasteofcountry.com/files/2015/10/114x1141.png","syndication-attribution":"http://tasteofcountry.com/files/2015/10/syndicationlogo.png","admin-icon-logo":"http://tasteofcountry.com/files/2015/10/32x32.jpg","apple-low-res":"http://tasteofcountry.com/files/2015/10/57x57.jpg","apple-ipad":"http://tasteofcountry.com/files/2015/10/72x72.jpg"},"_station_settings":{"default_show_image":""},"_townsquare_user_registration_settings":{"registration-confirmation":"yes","use-short-form":"no","use-captcha":"yes","disable-registration":"yes","javascript-links":"no","profile_language":{"registration":{"lightbox_title":"Taste of Country Registration","lightbox_message":"Sign up for an account to comment, share your thoughts, and earn points to get great prizes.","lightbox_button":"Registration","page_signup_title":"Registration","page_signup_message":"Sign up now to earn points and get closer to all of those 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 racking up some points, and 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 Taste of Country.","edit_contact_sms_subscribe":"I want to receive SMS text updates from Taste of Country."}},"requires-confirmation":"no"},"blogInfo":{"blogId":204,"blogName":"Taste of Country","blogDescription":"","postTitleFormat":"%post_title%","timeZone":"America/New_York","market":"National","activeDomain":"tasteofcountry.com","legalName":"Taste of Country"}},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_204":"VIP Country Club","kruxEnabled":true,"oipEnabled":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":"193351250697247"}},{"attrs":{"property":"fb:admins","content":"581803834"}},{"attrs":{"property":"fb:admins","content":"583052867"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"fb:admins","content":"732998853"}},{"attrs":{"property":"fb:admins","content":"8802808"}},{"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://tasteofcountry.com/miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief/"}},{"attrs":{"property":"og:site_name","content":"Taste of Country"}},{"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":{"property":"fb:pages","content":"173910492638623"}},{"attrs":{"name":"twitter:card","content":"summary_large_image"}},{"attrs":{"name":"twitter:site","content":"@tasteofcountry"}},{"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 09:10:13"}},{"attrs":{"name":"sailthru.title","content":"Miranda Lambert Rescues 72 Dogs in One Day After Hurricane Harvey"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-tasteofcountry, tsmmarket-national, tsmtype-national, miranda-lambert, country-music-news"}},{"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":{"name":"msvalidate.01","content":"38FB0DB5D97FA0CEE1853CB708082BF1"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://tasteofcountry.com/files/2015/10/toc-favicon.gif"}},{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://tasteofcountry.com/files/2015/10/toc-favicon.gif"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"Taste of Country » Feed","href":"http://tasteofcountry.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"Taste of Country » Miranda Lambert Rescues 72 Dogs in One Day After Hurricane Harvey Comments Feed","href":"http://tasteofcountry.com/miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://tasteofcountry.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"‘Selfish’ Is Stephanie Quayle’s Sexy Song [Exclusive Premiere]","href":"http://tasteofcountry.com/stephanie-quayle-selfish/"}},{"attrs":{"rel":"next","title":"Report: Garth Brooks to Headline Stagecoach Festival","href":"http://tasteofcountry.com/garth-brooks-stagecoach-festival-headliner/"}},{"attrs":{"rel":"shortlink","href":"http://tasteofcountry.com/?p=389808"}},{"attrs":{"rel":"canonical","href":"http://tasteofcountry.com/miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief/"}},{"attrs":{"rel":"apple-touch-icon-precomposed","href":"http://tasteofcountry.com/files/2015/10/57x57.jpg"}},{"attrs":{"rel":"apple-touch-icon-precomposed","sizes":"114x114","href":"http://tasteofcountry.com/files/2015/10/114x1141.png"}},{"attrs":{"rel":"apple-touch-icon-precomposed","sizes":"72x72","href":"http://tasteofcountry.com/files/2015/10/72x72.jpg"}}],"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":"972a0f0e","sharethroughArticleKey":"sdeE3S7jrPFsDBDnS5C7277E","enableOpenx":false,"enableKiosked":true,"enableKioskedMobile":false,"enableSonobi":true,"sonobiScript":"","zergnetId":"","enableYieldbot":false},"scriptVars":{"dfp":{"activeSlots":["tsm-out-of-page","top-right-300x250","middle-right-300x250","bottom-right-300x250","top-728x90","bottom-728x90","top-right-noflex-300x250","tsm-2x2"],"adPageSettings":{"attrs":{"catid":["country-music-news"],"tags":["miranda-lambert"],"id":"miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief","author":"sterlingwit","kw":["sterlingwit","miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief","country-music-news","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","tsm-2x2"],"dfp6":true},"smartAppBanner":{"bannerTitle":"Taste of Country Mobile App","itunes_app_id":"1144174650","google_play_app_id":"com.tsm.tasteofcountry","daysHidden":"15","daysReminder":"90","buttonText":"View","priceText":"Get","img_url":"http://tasteofcountry.com/files/2015/10/57x57.jpg"},"revision":"d0e436db9346b8b64c59702fc90512d46360aac8"},"activeDomain":"tasteofcountry.com","authLoginFormNonce":"38137266f8","authRegFormNonce":"21e519092a","ga":{"ids":{"primary":"UA-19109753-6","secondary":["UA-19109753-34","UA-19109753-60"],"all":["UA-19109753-6","UA-19109753-34","UA-19109753-60"]}},"tsmStatic":{"revision":"4911d95e0898b139b595eb65188214cf422adc5b"},"isGallery":true,"userRegistrationSettings":{"disable-registration":"yes"},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":389808,"postAuthor":645487,"postDate":"2017-08-30T14: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-muttnation-foundation-houston-hurricane-harvey-relief","toPing":"","pinged":"","postModified":"2017-08-31T19:15:04.000Z","postModifiedGmt":"2017-08-31T18:15:04.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:04.000+0000","meta":{}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Miranda Lambert Rescues 72 Dogs in One Day After Hurricane Harvey","next":{"latest":[{"postId":389731,"documentUrl":"/hurricane-harvey-relief-fund-donations/","filterUrl":"/rest/carbon/filter/main/hurricane-harvey-relief-fund-donations/","sortDate":"2017-08-29 14:06:39.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":389660,"documentUrl":"/miranda-lambert-muttnation-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-muttnation-hurricane-harvey/","sortDate":"2017-08-28 16:50:55.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":389581,"documentUrl":"/miranda-lambert-texas-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-texas-hurricane-harvey/","sortDate":"2017-08-28 10:53:53.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":389336,"documentUrl":"/miranda-lambert-animal-shelter-lindale/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-animal-shelter-lindale/","sortDate":"2017-08-25 14:30:38.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":389090,"documentUrl":"/miranda-lambert-anderson-east-getaway-driver-duet-london/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-anderson-east-getaway-driver-duet-london/","sortDate":"2017-08-24 08:49:16.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":388776,"documentUrl":"/miranda-lambert-covers-patsy-cline-crazy/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-covers-patsy-cline-crazy/","sortDate":"2017-08-22 10:16:45.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":387791,"documentUrl":"/miranda-lambert-wade-bowen-randy-rogers-merle-haggard-sing-me-back-home-cover/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-wade-bowen-randy-rogers-merle-haggard-sing-me-back-home-cover/","sortDate":"2017-08-18 11:11:29.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":387782,"documentUrl":"/miranda-lambert-vice-platinum/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-vice-platinum/","sortDate":"2017-08-15 09:00:50.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":386804,"documentUrl":"/miranda-lambert-tin-man-women-in-country-music/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-tin-man-women-in-country-music/","sortDate":"2017-08-07 15:03:34.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":386008,"documentUrl":"/miranda-lambert-forgets-words-dear-old-sun/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-forgets-words-dear-old-sun/","sortDate":"2017-08-01 14:14:44.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"}],"taxonomy":[{"postId":389731,"documentUrl":"/hurricane-harvey-relief-fund-donations/","filterUrl":"/rest/carbon/filter/main/hurricane-harvey-relief-fund-donations/","sortDate":"2017-08-29 14:06:39.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":389660,"documentUrl":"/miranda-lambert-muttnation-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-muttnation-hurricane-harvey/","sortDate":"2017-08-28 16:50:55.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":389581,"documentUrl":"/miranda-lambert-texas-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-texas-hurricane-harvey/","sortDate":"2017-08-28 10:53:53.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":389336,"documentUrl":"/miranda-lambert-animal-shelter-lindale/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-animal-shelter-lindale/","sortDate":"2017-08-25 14:30:38.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":389090,"documentUrl":"/miranda-lambert-anderson-east-getaway-driver-duet-london/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-anderson-east-getaway-driver-duet-london/","sortDate":"2017-08-24 08:49:16.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":388776,"documentUrl":"/miranda-lambert-covers-patsy-cline-crazy/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-covers-patsy-cline-crazy/","sortDate":"2017-08-22 10:16:45.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":387791,"documentUrl":"/miranda-lambert-wade-bowen-randy-rogers-merle-haggard-sing-me-back-home-cover/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-wade-bowen-randy-rogers-merle-haggard-sing-me-back-home-cover/","sortDate":"2017-08-18 11:11:29.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":387782,"documentUrl":"/miranda-lambert-vice-platinum/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-vice-platinum/","sortDate":"2017-08-15 09:00:50.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":386804,"documentUrl":"/miranda-lambert-tin-man-women-in-country-music/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-tin-man-women-in-country-music/","sortDate":"2017-08-07 15:03:34.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":386008,"documentUrl":"/miranda-lambert-forgets-words-dear-old-sun/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-forgets-words-dear-old-sun/","sortDate":"2017-08-01 14:14:44.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"}]},"cadata":{"activeDomain":"tasteofcountry.com","blogId":204,"method":"get_single","postId":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":[],"widgetDetails":{"widget_onair-22":{"widgetInfo":{"id":"widget_onair-22","groupType":"widget_onair","widgetType":"widget_widget_onair","widgetInstance":"22"},"widgetParams":{"title":"On Air"}}}},"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://tasteofcountry.com/author/sterlingwit/"},"firstCategoryName":"Country Music News","postType":"post","postTitle":"Miranda Lambert Rescues 72 Dogs in One Day After Hurricane Harvey","widgetTime":16}}}},"carbonsidebar/mainads":{"widgets":["carbonwidget/top-728x90","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/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":2}}}},"single-post-bottom":{"widgets":["widget_third_party_content-2","widget_third_party_content-3","ts_blogroll-22"],"widgetDetails":{"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":"35857","placement":"","targettype":"","mode":"","widgetTime":2}},"widget_third_party_content-3":{"widgetInfo":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"widgetParams":{"type":"zergnet","title":"Around the Web","id":"13441","placement":"","targettype":"","mode":"","widgetTime":2}},"ts_blogroll-22":{"widgetInfo":{"id":"ts_blogroll-22","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"22"},"widgetParams":{"title":"Best of Taste of Country","type":"main_content_thumb_title_roll","cat":"1154","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1"}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-14","ts_blogroll-1435","google-ads-widget-1018","tsq_sailthru_newsletter_widget-849","ts_blogroll-1436","rss-feed-4"],"widgetDetails":{"fix_sidebar_marker-14":{"widgetInfo":{"id":"fix_sidebar_marker-14","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"14"},"widgetParams":{"title":"Fix Sidebar Marker","widgetTime":2}},"ts_blogroll-1435":{"widgetInfo":{"id":"ts_blogroll-1435","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1435"},"widgetParams":{"title":"","type":"carousel","isweather":0,"cat":"","posts_per_page":"10","align":"right","tag":"Best of 2017","private_tag":"","thumb_type":"landscape","link_label":"","link":"","unique_posts":"1","show_thumb":0,"alternate_data":0,"pinned_id":"","pinned_label":"","author":""}},"google-ads-widget-1018":{"widgetInfo":{"id":"google-ads-widget-1018","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"1018"},"widgetParams":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":1}},"tsq_sailthru_newsletter_widget-849":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-849","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"849"},"widgetParams":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["Taste of Country"],"widgetTime":1}},"ts_blogroll-1436":{"widgetInfo":{"id":"ts_blogroll-1436","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1436"},"widgetParams":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3}},"rss-feed-4":{"widgetInfo":{"id":"rss-feed-4","groupType":"rss-feed","widgetType":"widget_rss-feed","widgetInstance":"4"},"widgetParams":{"title":"HOT HEADLINES","url":"http://www.tmz.com/rss.xml","title_url":"http://www.tmz.com","header_url":"","items":"10","show_summary":"","show_date":"","show_image":"","show_author":"","show_rss_icon":"1","header_image":"","show_header_image":"","title_length":"0","link_title":"1","link_text":"","link_url":"","url_sameDomainLink":{"sameDomain":false,"url":"http://www.tmz.com/rss.xml"},"title_url_sameDomainLink":{"sameDomain":false,"url":"http://www.tmz.com"}}}}},"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":{"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://tasteofcountry.com/author/sterlingwit/"},"firstCategoryName":"Country Music News","postType":"post","postTitle":"Miranda Lambert Rescues 72 Dogs in One Day After Hurricane Harvey","widgetTime":16},"data":[389808],"dataDetails":{"389808":{"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 9:10 AM","postDateGmt":"2017-08-30 13:10:13 +0000","postModifiedGmt":"2017-08-31 18:15:04 +0000","title":"Miranda Lambert Rescues 72 Dogs in One Day After Hurricane Harvey","url":"http://tasteofcountry.com/miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief/","id":389808,"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/"}],"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=TasteofCountryMusic\">Taste of Country on Youtube</a></span></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><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=TasteofCountryMusic\">Taste of 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/\">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<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/\">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 class=\"more_act ga_network_button aligncenter\"><a class=\"button_act\" href=\"http://tasteofcountry.com/hurricane-harvey-relief-fund-donations/\">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:'/api/json/galleries/389479?filterexclusions&galleryindex=0'\n\t\t,galleryId:'tsm-photogallery-204-389479-0'\n\t\t,showThumbs:0\n\t\t,colorscheme:'light'\n\t\t\n\t\t,dozIndexTweak:1\n\t\t,refreshRate:1\n\t\t,enableFullscreen:1\n\t\t,expandOnLoadHash:0\n\t\t,portraitMode:0\n\t\t,initImage:'http://tasteofcountry.com/files/2017/08/harv1.jpg'\n\t\t,enableEndCard:1\n\t\t,enableBelowDescriptionEndCard:1\n\t\t,endCardMode:2\n\t\t,enableKiosked:1\n\t\t,enableKioskedMobile:0\n\t\t,carbonLayout:\"\"\n\t};\n\twindow.TSM.photogalleryConfigs.push( photogalleryConfig );\n<\/script><div id=\"tsm-photogallery-204-389479-0-placeholder\"></div>\n<div class=\"tsm-photogallery-wrapper light\">\n\t<div class=\"tsm-photogallery-container\" id=\"tsm-photogallery-204-389479-0\">\n\t\t<div class=\"tsm-photogallery-header\">\n\t\t\t<div class=\"tsm-photogallery-ad tsm-photogallery-320x50 off\" id=\"tsm-photogallery-204-389479-0-320x50\"></div>\n\t\t</div>\n\t\t<div class=\"tsm-photogallery\">\n\t\t\t<div class=\"loadinganim\">\n<span></span><span></span><span></span>\n</div>\n\t\t\t<div class=\"tsm-photogallery-mover-container\">\n\t\t\t\t<div class=\"tsm-photogallery-nav prev primary-active-color\"><a title=\"Previous\" class=\"icon-left-open prev-btn\" href=\"javascript:void(0);\"></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);\"></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);\"></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);\"></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\"></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=TasteofCountryMusic\">Taste of Country on Youtube</a></span></p>\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://tasteofcountry.com/miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief/\" title=\"Miranda Lambert Rescues 72 Dogs in One Day After Hurricane Harvey\">Read More</a></p>\n","permalink":"http://tasteofcountry.com/miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief/","image":{"id":389821,"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":98,"slug":"miranda-lambert","title":"Miranda Lambert","description":"Miranda Lambert says not winning 'Nashville Star' in 2003 was the best thing that could have happened. It gave her time to mature as an artist, and to write and record songs that she believed in. While singles like \"Me and Charlie Talking\" and \"Kerosene\" weren't huge radio hits, they set the tone for what was to come. The native Texan was raised by parents who worked as private investigators. Often, they'd take in women in need of help. Other times, the money would dry up completely. Lambert's 2010 hit \"The House That Built Me\" tells her story, even though she didn't write it. It was this song and marrying Blake Shelton that raised her profile. Their marriage ended in 2015 after four years. The multi-time Female Vocalist of the Year winner is now known for crafting artistically superior albums.","post_count":1069,"link_url":"http://tasteofcountry.com/tags/miranda-lambert/","feed_url":"http://tasteofcountry.com/tags/miranda-lambert/feed/","term_taxonomy_id":99,"object_id":0}],"categories":[{"id":53,"slug":"country-music-news","title":"Country Music News","description":"Country news featuring breaking music news stories, concert information and interviews with today's country stars.","parent":0,"post_count":26674,"link_url":"http://tasteofcountry.com/category/country-music-news/","feed_url":"http://tasteofcountry.com/category/country-music-news/feed/","term_taxonomy_id":53,"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://tasteofcountry.com/author/sterlingwit/"}],"post_more_meta":{"meta":""},"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%40tasteofcountry","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://tasteofcountry.com/stephanie-quayle-selfish/","prevArticle":"http://tasteofcountry.com/garth-brooks-stagecoach-festival-headliner/","pageUrl":"/miranda-lambert-muttnation-foundation-houston-hurricane-harvey-relief/","blogId":204,"domain":"tasteofcountry.com","crossPostAttributionBottom":"","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=\"true\"></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":{"thumbnail_width":480,"html":"<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/3sV6WekjNCo?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>","type":"video","thumbnail_url":"https://i.ytimg.com/vi/3sV6WekjNCo/hqdefault.jpg","height":270,"author_name":"Taste of Country","provider_url":"https://www.youtube.com/","provider_name":"YouTube","thumbnail_height":360,"title":"Hurricane Harvey Strikes, Country Singers Respond - Taste of Country News 360","author_url":"https://www.youtube.com/user/TasteofCountryMusic","version":"1.0","width":480},"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":"true"},"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","thumbnail_url":"https://i.ytimg.com/vi/LS0aBJ0RVgk/hqdefault.jpg","thumbnail_width":480,"title":"Farewell Angelina's Haunting \"House Of The Rising Sun\" Cover Is Unforgettable","height":270,"version":"1.0","author_name":"Taste of Country","author_url":"https://www.youtube.com/user/TasteofCountryMusic","width":480,"thumbnail_height":360,"provider_url":"https://www.youtube.com/","html":"<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/LS0aBJ0RVgk?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>","provider_name":"YouTube"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"uniquePodTypes":["singlePostOembed","singlePostText","singlePostButton","singlePostGallery"],"podHeader":[{"type":"singlePostOembed","data":{"thumbnail_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>","title":"Miranda Lambert Rolls Up Her Sleeves for Hurricane Harvey - Taste of Country News 360","author_url":"https://www.youtube.com/user/TasteofCountryMusic","width":480,"provider_url":"https://www.youtube.com/","author_name":"Taste of Country","provider_name":"YouTube","height":270,"thumbnail_height":360,"thumbnail_url":"http://tasteofcountry.com/files/2017/08/mirada-lambert-hurricane-harvey-relief.jpg","type":"video","version":"1.0"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"next":{"latest":[{"postId":389731,"documentUrl":"/hurricane-harvey-relief-fund-donations/","filterUrl":"/rest/carbon/filter/main/hurricane-harvey-relief-fund-donations/","sortDate":"2017-08-29 14:06:39.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":389660,"documentUrl":"/miranda-lambert-muttnation-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-muttnation-hurricane-harvey/","sortDate":"2017-08-28 16:50:55.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":389581,"documentUrl":"/miranda-lambert-texas-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-texas-hurricane-harvey/","sortDate":"2017-08-28 10:53:53.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":389336,"documentUrl":"/miranda-lambert-animal-shelter-lindale/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-animal-shelter-lindale/","sortDate":"2017-08-25 14:30:38.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":389090,"documentUrl":"/miranda-lambert-anderson-east-getaway-driver-duet-london/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-anderson-east-getaway-driver-duet-london/","sortDate":"2017-08-24 08:49:16.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":388776,"documentUrl":"/miranda-lambert-covers-patsy-cline-crazy/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-covers-patsy-cline-crazy/","sortDate":"2017-08-22 10:16:45.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":387791,"documentUrl":"/miranda-lambert-wade-bowen-randy-rogers-merle-haggard-sing-me-back-home-cover/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-wade-bowen-randy-rogers-merle-haggard-sing-me-back-home-cover/","sortDate":"2017-08-18 11:11:29.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":387782,"documentUrl":"/miranda-lambert-vice-platinum/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-vice-platinum/","sortDate":"2017-08-15 09:00:50.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":386804,"documentUrl":"/miranda-lambert-tin-man-women-in-country-music/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-tin-man-women-in-country-music/","sortDate":"2017-08-07 15:03:34.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":386008,"documentUrl":"/miranda-lambert-forgets-words-dear-old-sun/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-forgets-words-dear-old-sun/","sortDate":"2017-08-01 14:14:44.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"}],"taxonomy":[{"postId":389731,"documentUrl":"/hurricane-harvey-relief-fund-donations/","filterUrl":"/rest/carbon/filter/main/hurricane-harvey-relief-fund-donations/","sortDate":"2017-08-29 14:06:39.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":389660,"documentUrl":"/miranda-lambert-muttnation-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-muttnation-hurricane-harvey/","sortDate":"2017-08-28 16:50:55.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":389581,"documentUrl":"/miranda-lambert-texas-hurricane-harvey/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-texas-hurricane-harvey/","sortDate":"2017-08-28 10:53:53.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":389336,"documentUrl":"/miranda-lambert-animal-shelter-lindale/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-animal-shelter-lindale/","sortDate":"2017-08-25 14:30:38.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":389090,"documentUrl":"/miranda-lambert-anderson-east-getaway-driver-duet-london/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-anderson-east-getaway-driver-duet-london/","sortDate":"2017-08-24 08:49:16.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":388776,"documentUrl":"/miranda-lambert-covers-patsy-cline-crazy/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-covers-patsy-cline-crazy/","sortDate":"2017-08-22 10:16:45.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":387791,"documentUrl":"/miranda-lambert-wade-bowen-randy-rogers-merle-haggard-sing-me-back-home-cover/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-wade-bowen-randy-rogers-merle-haggard-sing-me-back-home-cover/","sortDate":"2017-08-18 11:11:29.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":387782,"documentUrl":"/miranda-lambert-vice-platinum/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-vice-platinum/","sortDate":"2017-08-15 09:00:50.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":386804,"documentUrl":"/miranda-lambert-tin-man-women-in-country-music/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-tin-man-women-in-country-music/","sortDate":"2017-08-07 15:03:34.000 +0000","termTaxonomyId":99,"taxonomyType":"tags"},{"postId":386008,"documentUrl":"/miranda-lambert-forgets-words-dear-old-sun/","filterUrl":"/rest/carbon/filter/main/miranda-lambert-forgets-words-dear-old-sun/","sortDate":"2017-08-01 14:14:44.000 +0000","termTaxonomyId":99,"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/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":2},"data":["carbonwidget/bottom-728x90"],"dataDetails":{"carbonwidget/bottom-728x90":{"adUnit":"bottom-728x90","adType":"dfp6"}}},"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":"35857","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"widget_third_party_content-3":{"info":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"params":{"type":"zergnet","title":"Around the Web","id":"13441","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"ts_blogroll-22":{"info":{"id":"ts_blogroll-22","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"22"},"params":{"title":"Best of Taste of Country","type":"main_content_thumb_title_roll","cat":"1154","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[408974,264131,263961,408833],"dataDetails":{"263961":{"postid":"263961","sortdate":"2018-02-14T14:55:47.000Z","data":{"mainData":{"postType":"post","caption":"Rick Diamond, Getty Images","thumbnail":"http://tasteofcountry.com/files/2014/09/Eric-Wife.jpg","postDateGmt":"2018-02-14 14:55:47 +0000","title":"See Pictures of Country Music&apos;s Most Adorable Couples","url":"http://tasteofcountry.com/country-music-love-stories/","id":263961,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Love is in the air!","authors":[{"id":83406,"slug":"tcountry","name":"Taste of Country Staff","first_name":"Taste of Country","last_name":"Staff","nickname":"tcountry","thumbnail":"http://tasteofcountry.com/files/2017/10/twitterprofile.jpg","url":"http://tasteofcountry.com/author/tcountry/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Endless Love","dynamic-lead-excerpt":"See pictures of country&apos;s most adorable couples!","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"See Pictures of Country Music&apos;s Most Adorable Couples"}}},"264131":{"postid":"264131","sortdate":"2018-02-14T15:01:37.000Z","data":{"mainData":{"postType":"post","caption":"Ian Gavan, Getty Images","thumbnail":"http://tasteofcountry.com/files/2016/02/1690572751.jpg","postDateGmt":"2018-02-14 15:01:37 +0000","title":"Pucker Up! Country Artists Get Caught on the Kiss Cam","url":"http://tasteofcountry.com/artists-kissing-pictures/","id":264131,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Not big on public displays of affection? Skip these photos. ","authors":[{"id":83406,"slug":"tcountry","name":"Taste of Country Staff","first_name":"Taste of Country","last_name":"Staff","nickname":"tcountry","thumbnail":"http://tasteofcountry.com/files/2017/10/twitterprofile.jpg","url":"http://tasteofcountry.com/author/tcountry/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Pucker Up!","dynamic-lead-excerpt":"See country stars caught on the kiss cam!","dynamic-lead-link-url":"","dynamic-lead-image":"264132","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Pucker Up! Country Artists Get Caught on the Kiss Cam","dynamicLeadImageId":264132,"dynamicLeadImageDetails":{"id":264132,"postAuthor":1523448,"postDate":"2015-02-11T21:34:16.000Z","postDateGmt":"2015-02-12T02:34:16.000Z","postTitle":"Keith Urban and Nicole Kidman","postExcerpt":"Ian Gavan, Getty Images","postStatus":"inherit","commentStatus":"open","postPassword":"","postName":"169057275","toPing":"","pinged":"","postModified":"2015-02-11T21:34:16.000Z","postModifiedGmt":"2015-02-12T02:34:16.000Z","postContentFiltered":"","postParent":264131,"guid":"http://tasteofcountry.com/files/2015/02/169057275.jpg","menuOrder":0,"postType":"attachment","postMimeType":"image/jpeg","commentCount":0,"data":{"_wp_attached_file":"2015/02/169057275.jpg","guid":"http://tasteofcountry.com/files/2015/02/169057275.jpg","url":"http://tasteofcountry.com/files/2015/02/169057275.jpg"}}}}},"408833":{"postid":"408833","sortdate":"2018-02-12T17:57:03.000Z","data":{"mainData":{"postType":"post","caption":"Rick Diamond, Getty Images","thumbnail":"http://tasteofcountry.com/files/2018/02/Daryle-Singletary-Country-Music-Friends.jpg","postDateGmt":"2018-02-12 17:57:03 +0000","title":"Country Singers Share Sadness Over Daryle Singletary&apos;s Death","url":"http://tasteofcountry.com/daryle-singletary-dead-stars-react/","id":408833,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"His cause of death is unknown, but his impression on his peers is clear.","authors":[{"id":2875773,"slug":"cilleahoughton1","name":"Cillea Houghton","first_name":"Cillea","last_name":"Houghton","nickname":"cilleahoughton1","thumbnail":"http://production.townsquareblogs.com/wp-content/uploads/2012/10/profile.png","url":"http://tasteofcountry.com/author/cilleahoughton1/"}],"video":true,"videoUrl":"https://youtu.be/vpqQPahPuzc","youtubeId":"vpqQPahPuzc"},"alternateData":{"_townsquare_media_url":"https://youtu.be/vpqQPahPuzc","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Country Singers Share Sadness Over Daryle Singletary&apos;s Death"}}},"408974":{"postid":"408974","sortdate":"2018-02-15T21:38:55.000Z","data":{"mainData":{"postType":"post","caption":"Zillow.com","thumbnail":"http://tasteofcountry.com/files/2018/02/ronnie-dunn-house.jpg","postDateGmt":"2018-02-15 21:38:55 +0000","title":"Ronnie Dunn Owns the Ultimate In-Town Farm Manor! See Pics","url":"http://tasteofcountry.com/ronnie-dunn-house-pictures/","id":408974,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"The singer keeps it country not only in his music, but in his lifestyle.","authors":[{"id":645487,"slug":"sterlingwit","name":"Sterling Whitaker","first_name":"Sterling","last_name":"Whitaker","nickname":"Sterling Whitaker","thumbnail":"http://tasteofcountry.com/files/2015/10/sterling-whitaker.jpg","url":"http://tasteofcountry.com/author/sterlingwit/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Ronnie Dunn Owns the Ultimate In-Town Farm Manor! See Pics"}}}},"redisCached":true},"fix_sidebar_marker-14":{"info":{"id":"fix_sidebar_marker-14","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"14"},"params":{"title":"Fix Sidebar Marker","widgetTime":2},"data":[],"dataDetails":{}},"ts_blogroll-1435":{"info":{"id":"ts_blogroll-1435","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1435"},"params":{"title":"","type":"carousel","isweather":0,"cat":"","posts_per_page":"10","align":"right","tag":"Best of 2017","private_tag":"","thumb_type":"landscape","link_label":"","link":"","unique_posts":"1","show_thumb":0,"alternate_data":0,"pinned_id":"","pinned_label":"","author":"","widgetTime":5,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[403734,403836,403505,403787,403853,402891,403546,402982,403215,373774],"dataDetails":{"373774":{"postid":"373774","sortdate":"2017-12-14T20:50:59.000Z","data":{"mainData":{"postType":"post","caption":"","thumbnail":"http://tasteofcountry.com/files/2017/05/Top-10-Albums.jpg","postDateGmt":"2017-12-14 20:50:59 +0000","title":"10 Country Albums That Stood Above the Rest in 2017","url":"http://tasteofcountry.com/best-albums-of-2017/","id":373774,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"The top spots go to artists with a long history of making great country music.","authors":[{"id":279119,"slug":"billydukesgmail-com","name":"Billy Dukes","first_name":"Billy","last_name":"Dukes","nickname":"Billy Dukes","thumbnail":"http://tasteofcountry.com/files/2015/10/8865-02.jpg","url":"http://tasteofcountry.com/author/billydukesgmail-com/"}]},"alternateData":{"dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","_townsquare_media_url":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"10 Country Albums That Stood Above the Rest in 2017"}}},"402891":{"postid":"402891","sortdate":"2017-12-21T19:00:47.000Z","data":{"mainData":{"postType":"post","caption":"Ethan Miller, Getty Images","thumbnail":"http://tasteofcountry.com/files/2017/05/blake-shelton-2017-billboard-music-awards.jpg","postDateGmt":"2017-12-21 19:00:47 +0000","title":"8 Most Shocking Country Music Moments of 2017","url":"http://tasteofcountry.com/country-music-most-shocking-news-2017/","id":402891,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"It&apos;s been quite a year.","authors":[{"id":2932330,"slug":"mikethiel","name":"Mike Thiel","first_name":"Mike","last_name":"Thiel","nickname":"mikethiel","thumbnail":"http://tasteofcountry.com/files/2017/01/Mike-Thiel-.jpg","url":"http://tasteofcountry.com/author/mikethiel/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"8 Most Shocking Country Music Moments of 2017"}}},"402982":{"postid":"402982","sortdate":"2017-12-19T20:30:56.000Z","data":{"mainData":{"postType":"post","caption":"Rick Diamond / Ethan Miller / Erika Goldring, Getty Images","thumbnail":"http://tasteofcountry.com/files/2017/12/Should-Have-Been-Hits.jpg","postDateGmt":"2017-12-19 20:30:56 +0000","title":"10 Songs That Deserved More in 2017","url":"http://tasteofcountry.com/songs-that-should-have-been-hits-2017/","id":402982,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"There are hits, and then there are songs that should have been.","authors":[{"id":279119,"slug":"billydukesgmail-com","name":"Billy Dukes","first_name":"Billy","last_name":"Dukes","nickname":"Billy Dukes","thumbnail":"http://tasteofcountry.com/files/2015/10/8865-02.jpg","url":"http://tasteofcountry.com/author/billydukesgmail-com/"}],"video":true,"videoUrl":"https://youtu.be/PnUmqiCd2nU","youtubeId":"PnUmqiCd2nU"},"alternateData":{"_townsquare_media_url":"https://youtu.be/PnUmqiCd2nU","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"10 Songs That Deserved More in 2017"}}},"403215":{"postid":"403215","sortdate":"2017-12-18T21:10:54.000Z","data":{"mainData":{"postType":"post","caption":"UMG/Sony/BMLG/Triple Tigers/Warner Bros.","thumbnail":"http://tasteofcountry.com/files/2017/12/Album-Superlatives.jpg","postDateGmt":"2017-12-18 21:10:54 +0000","title":"9 Country Albums That Defined 2017","url":"http://tasteofcountry.com/country-albums-that-defined-2017/","id":403215,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Country music is the soundtrack of our lives.","authors":[{"id":279119,"slug":"billydukesgmail-com","name":"Billy Dukes","first_name":"Billy","last_name":"Dukes","nickname":"Billy Dukes","thumbnail":"http://tasteofcountry.com/files/2015/10/8865-02.jpg","url":"http://tasteofcountry.com/author/billydukesgmail-com/"}]},"alternateData":{"dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","_townsquare_media_url":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"9 Country Albums That Defined 2017"}}},"403505":{"postid":"403505","sortdate":"2017-12-27T20:05:01.000Z","data":{"mainData":{"postType":"post","caption":"Getty Images","thumbnail":"http://tasteofcountry.com/files/2017/12/jason-aldean-carrie-underwood-thomas-rhett.jpg","postDateGmt":"2017-12-27 20:05:01 +0000","title":"25 Reminders That 2017 Wasn&apos;t as Bad as It Seemed","url":"http://tasteofcountry.com/2017-year-in-review/","id":403505,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"It&apos;s important to look back and remember the bright spots of 2017.","authors":[{"id":645487,"slug":"sterlingwit","name":"Sterling Whitaker","first_name":"Sterling","last_name":"Whitaker","nickname":"Sterling Whitaker","thumbnail":"http://tasteofcountry.com/files/2015/10/sterling-whitaker.jpg","url":"http://tasteofcountry.com/author/sterlingwit/"}],"video":true,"videoUrl":"https://youtu.be/8HK9VOEBBxw","youtubeId":"8HK9VOEBBxw"},"alternateData":{"_townsquare_media_url":"https://youtu.be/8HK9VOEBBxw","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"25 Reminders That 2017 Wasn&apos;t as Bad as It Seemed"}}},"403546":{"postid":"403546","sortdate":"2017-12-20T18:00:22.000Z","data":{"mainData":{"postType":"post","caption":"Patrick Tewey for Taste of Country Festival","thumbnail":"http://tasteofcountry.com/files/2017/12/Jason-Aldean-TOC-Fest.jpg","postDateGmt":"2017-12-20 18:00:22 +0000","title":"Jason Aldean Is Country Music&apos;s Man of the Year","url":"http://tasteofcountry.com/jason-aldean-country-music-man-of-the-year/","id":403546,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Aldean earned respect in 2017.","authors":[{"id":279119,"slug":"billydukesgmail-com","name":"Billy Dukes","first_name":"Billy","last_name":"Dukes","nickname":"Billy Dukes","thumbnail":"http://tasteofcountry.com/files/2015/10/8865-02.jpg","url":"http://tasteofcountry.com/author/billydukesgmail-com/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Jason Aldean Is Country Music&apos;s Man of the Year"}}},"403734":{"postid":"403734","sortdate":"2017-12-29T19:00:15.000Z","data":{"mainData":{"postType":"post","caption":"Emma McIntyre, Getty Images","thumbnail":"http://tasteofcountry.com/files/2017/12/Chris-Stapleton-.jpg","postDateGmt":"2017-12-29 19:00:15 +0000","title":"The Next Chris Stapleton Is Here, and She&apos;s Pretty Awesome!","url":"http://tasteofcountry.com/2017-remembered-the-next-chris-stapleton-country-females/","id":403734,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Since he burst into our consciousness, hopeful whispers of &quot;Who&apos;s next?&quot; have shaped the narrative. That person is here. ","authors":[{"id":279119,"slug":"billydukesgmail-com","name":"Billy Dukes","first_name":"Billy","last_name":"Dukes","nickname":"Billy Dukes","thumbnail":"http://tasteofcountry.com/files/2015/10/8865-02.jpg","url":"http://tasteofcountry.com/author/billydukesgmail-com/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"The Next Chris Stapleton Is Here, and She&apos;s Pretty Awesome!"}}},"403787":{"postid":"403787","sortdate":"2017-12-22T19:00:32.000Z","data":{"mainData":{"postType":"post","caption":"YouTube","thumbnail":"http://tasteofcountry.com/files/2017/12/Best-of-2017.jpg","postDateGmt":"2017-12-22 19:00:32 +0000","title":"21 Times We Cried Happy Tears in 2017","url":"http://tasteofcountry.com/21-times-we-cried-in-2017-video/","id":403787,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Awards shows, live shows and in-car performances make up this smash-up video of 21 moments that forced happy tears. ","authors":[{"id":83406,"slug":"tcountry","name":"Taste of Country Staff","first_name":"Taste of Country","last_name":"Staff","nickname":"tcountry","thumbnail":"http://tasteofcountry.com/files/2017/10/twitterprofile.jpg","url":"http://tasteofcountry.com/author/tcountry/"}],"video":true,"videoUrl":"https://youtu.be/9GlhupK3qvY","youtubeId":"9GlhupK3qvY"},"alternateData":{"_townsquare_media_url":"https://youtu.be/9GlhupK3qvY","dynamic-lead-title":"21 Times We Cried Happy Tears in 2017","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"1","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"21 Times We Cried Happy Tears In 2017 [Watch]"}}},"403836":{"postid":"403836","sortdate":"2017-12-28T18:55:32.000Z","data":{"mainData":{"postType":"list-post","caption":"Facebook","thumbnail":"http://tasteofcountry.com/files/2017/12/Brad-Paisley-Selfie-Video.jpg","postDateGmt":"2017-12-28 18:55:32 +0000","title":"17 Music Videos That Were Worth Watching This Year","url":"http://tasteofcountry.com/best-country-music-videos-2017/","id":403836,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Country music really delivered quality music videos in 2017.","authors":[{"id":2875773,"slug":"cilleahoughton1","name":"Cillea Houghton","first_name":"Cillea","last_name":"Houghton","nickname":"cilleahoughton1","thumbnail":"http://production.townsquareblogs.com/wp-content/uploads/2012/10/profile.png","url":"http://tasteofcountry.com/author/cilleahoughton1/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"17 Music Videos That Were Worth Watching This Year"}}},"403853":{"postid":"403853","sortdate":"2017-12-22T16:12:02.000Z","data":{"mainData":{"postType":"post","caption":"John Shearer","thumbnail":"http://tasteofcountry.com/files/2017/03/Farewell-A-RISERS.jpg","postDateGmt":"2017-12-22 16:12:02 +0000","title":"Farewell Angelina Recap 2017 in Country Music With Awesome Mashup","url":"http://tasteofcountry.com/farewell-angelina-country-songs-of-2017-mashup/","id":403853,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"One of country music&apos;s best vocal groups has cooked up something special to salute the best country songs of 2017.","authors":[{"id":645487,"slug":"sterlingwit","name":"Sterling Whitaker","first_name":"Sterling","last_name":"Whitaker","nickname":"Sterling Whitaker","thumbnail":"http://tasteofcountry.com/files/2015/10/sterling-whitaker.jpg","url":"http://tasteofcountry.com/author/sterlingwit/"}],"video":true,"videoUrl":"https://youtu.be/65MhdZmgcLI","youtubeId":"65MhdZmgcLI"},"alternateData":{"_townsquare_media_url":"https://youtu.be/65MhdZmgcLI","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Farewell Angelina Recap 2017 in Country Music With Awesome Mashup"}}}},"redisCached":true},"google-ads-widget-1018":{"info":{"id":"google-ads-widget-1018","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"1018"},"params":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":1},"data":["top-right-300x250"],"dataDetails":{"top-right-300x250":{"adUnit":"top-right-300x250","adType":"dfp6"}}},"tsq_sailthru_newsletter_widget-849":{"info":{"id":"tsq_sailthru_newsletter_widget-849","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"849"},"params":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["Taste of Country"],"widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-1436":{"info":{"id":"ts_blogroll-1436","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1436"},"params":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3,"widgetTime":4,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[409493,409490,409488],"dataDetails":{"409488":{"postid":"409488","sortdate":"2018-02-18T18:14:22.000Z","data":{"mainData":{"postType":"post","caption":"Kevork Djansezian, Getty Images","thumbnail":"http://tasteofcountry.com/files/2017/10/shay-mooney-honeymoon.jpg","postDateGmt":"2018-02-18 18:14:22 +0000","title":"Dan + Shay&apos;s Shay Mooney Gives Son Impromptu Guitar Lesson","url":"http://tasteofcountry.com/shay-mooney-gives-son-guitar-lesson/","id":409488,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Is Mooney&apos;s son Asher a future guitar god in training? This cute video may just prove it! ","authors":[{"id":3693288,"slug":"wendyhermanson","name":"Wendy Hermanson","first_name":"Wendy","last_name":"Hermanson","nickname":"wendyhermanson","thumbnail":"http://production.townsquareblogs.com/wp-content/uploads/2012/10/profile.png","url":"http://tasteofcountry.com/author/wendyhermanson/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"","_aioseop_title":"Dan + Shay&apos;s Shay Mooney Gives Son Impromptu Guitar Lesson","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"409490":{"postid":"409490","sortdate":"2018-02-18T18:41:29.000Z","data":{"mainData":{"postType":"post","caption":"Ethan Miller, Getty Images","thumbnail":"http://tasteofcountry.com/files/2017/12/kacey-musgraves-golden-hour-2018.jpg","postDateGmt":"2018-02-18 18:41:29 +0000","title":"Kacey Musgraves Has Sharp Words for Fan Who Challenges Her","url":"http://tasteofcountry.com/kacey-musgraves-has-sharp-words-for-fan/","id":409490,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"You don&apos;t want to get handsy or mouthy with Musgraves, because this singer is just not going to tolerate it. ","authors":[{"id":3693288,"slug":"wendyhermanson","name":"Wendy Hermanson","first_name":"Wendy","last_name":"Hermanson","nickname":"wendyhermanson","thumbnail":"http://production.townsquareblogs.com/wp-content/uploads/2012/10/profile.png","url":"http://tasteofcountry.com/author/wendyhermanson/"}]},"alternateData":{"_townsquare_media_url":"","_aioseop_title":"Kacey Musgraves Has Sharp Words for Fan Who Challenges Her","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""}}}},"409493":{"postid":"409493","sortdate":"2018-02-19T00:12:20.000Z","data":{"mainData":{"postType":"post","caption":"Getty Images for BMI","thumbnail":"http://tasteofcountry.com/files/2018/02/Getty-1-Jason-Kempin1.jpg","postDateGmt":"2018-02-19 00:12:20 +0000","title":"Thomas Rhett Surprised With Gold Certification at  No. 1 Party","url":"http://tasteofcountry.com/thomas-rhett-gold-certification-party/","id":409493,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Rhett&apos;s career is on fire, as evidenced by the multiple awards he racked up just this weekend. ","authors":[{"id":3693288,"slug":"wendyhermanson","name":"Wendy Hermanson","first_name":"Wendy","last_name":"Hermanson","nickname":"wendyhermanson","thumbnail":"http://production.townsquareblogs.com/wp-content/uploads/2012/10/profile.png","url":"http://tasteofcountry.com/author/wendyhermanson/"}],"video":false,"videoUrl":"https://youtu.be/mDPi2h8hqtY","youtubeId":"mDPi2h8hqtY"},"alternateData":{"_townsquare_media_url":"https://youtu.be/mDPi2h8hqtY","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Thomas Rhett Surprised With Gold Certification at  No. 1 Party"}}}},"redisCached":true},"rss-feed-4":{"info":{"id":"rss-feed-4","groupType":"rss-feed","widgetType":"widget_rss-feed","widgetInstance":"4"},"params":{"title":"HOT HEADLINES","url":"http://www.tmz.com/rss.xml","title_url":"http://www.tmz.com","header_url":"","items":"10","show_summary":"","show_date":"","show_image":"","show_author":"","show_rss_icon":"1","header_image":"","show_header_image":"","title_length":"0","link_title":"1","link_text":"","link_url":"","url_sameDomainLink":{"sameDomain":false,"url":"http://www.tmz.com/rss.xml"},"title_url_sameDomainLink":{"sameDomain":false,"url":"http://www.tmz.com"},"widgetTime":3},"data":[1,2,3,4,5,6,7,8,9,10],"dataDetails":{"1":{"title":"Aaron Rodgers Gives Danica Patrick a Good Luck Kiss Before Final NASCAR Race","url":"http://www.tmz.com/2018/02/18/aaron-rodgers-danica-patrick-good-luck-kiss-before-final-nascar-race-daytona-500/","author":"TMZ Staff","datefmt":"YYYY-MM-DD HH:mm:ss.SSSZ","summary":"\n\t\t"},"2":{"title":"Travis Scott Says Baby Stormi Webster is &apos;Beautiful&apos;","url":"http://www.tmz.com/2018/02/18/travis-scott-kylie-jenner-baby-stormi-webster-beautiful/","author":"TMZ Staff","datefmt":"YYYY-MM-DD HH:mm:ss.SSSZ","summary":"\n\t\t"},"3":{"title":"The Game Tells Haters to Relax Over Cardi B&apos;s Crip Diss","url":"http://www.tmz.com/2018/02/18/the-game-cardi-b-crips-diss-bloods-nba-all-star-weekend/","author":"TMZ Staff","datefmt":"YYYY-MM-DD HH:mm:ss.SSSZ","summary":"\n\t\t"},"4":{"title":"Kate Middleton Breaks BAFTA&apos;s Time&apos;s Up All-Black Dress Code with Green Dress","url":"http://www.tmz.com/2018/02/18/kate-middleton-bafta-times-up-blackout-dress-code/","author":"TMZ Staff","datefmt":"YYYY-MM-DD HH:mm:ss.SSSZ","summary":"\n\t\t"},"5":{"title":"Jamie Foxx Schools Byron Scott in Impromptu Three-Point Contest","url":"http://www.tmz.com/2018/02/18/jamie-foxx-beats-byron-scott-nba-all-star-weekend-three-point-contest/","author":"TMZ Staff","datefmt":"YYYY-MM-DD HH:mm:ss.SSSZ","summary":"\n\t\t"},"6":{"title":"Celebrity Scramble -- Guess Who!","url":"http://www.tmz.com/2018/02/18/celebrity-scramble-guess-who/","author":"TMZ Staff","datefmt":"YYYY-MM-DD HH:mm:ss.SSSZ","summary":"\n\t\t"},"7":{"title":"Kanye West Performs in Concert During NBA All-Star Weekend ","url":"http://www.tmz.com/2018/02/18/kanye-west-performs-nba-all-star-weekend-concert-asap-rocky-kid-cudi/","author":"TMZ Staff","datefmt":"YYYY-MM-DD HH:mm:ss.SSSZ","summary":"\n\t\t"},"8":{"title":"NBA All-Star Weekend Concert Derailed After Man Brandished a Gun ","url":"http://www.tmz.com/2018/02/18/nba-all-star-weekend-lure-rich-the-kid-gun-cops/","author":"TMZ Staff","datefmt":"YYYY-MM-DD HH:mm:ss.SSSZ","summary":"\n\t\t"},"9":{"title":"Nipsey Hussle, Shots Fired at Album Release Party (UPDATE)","url":"http://www.tmz.com/2018/02/18/nipsey-hussle-shots-fired-album-release-party/","author":"TMZ Staff","datefmt":"YYYY-MM-DD HH:mm:ss.SSSZ","summary":"\n\t\t"},"10":{"title":"Twista Fights Drunk Guy During NBA All-Star Weekend ","url":"http://www.tmz.com/2018/02/18/twista-fight-video-nba-all-star-weekend-michael-jordan-party/","author":"TMZ Staff","datefmt":"YYYY-MM-DD HH:mm:ss.SSSZ","summary":"\n\t\t"}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":4},"data":["1","2","3","4","5","6","7","8","9"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":396152,"title":"Home","titleExcerpt":"Home","href":"/","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":396153,"title":"News","titleExcerpt":"News","href":"/category/country-music-news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/country-music-news/","hasBlogroll":true}},"3":{"menuId":"3","attrs":{"menuPostId":396155,"title":"Hot Songs","titleExcerpt":"Hot Songs","href":"/category/country-songs/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/country-songs/","hasBlogroll":true}},"4":{"menuId":"4","attrs":{"menuPostId":396154,"title":"Artists","titleExcerpt":"Artists","href":"/country-artists/","samedomain":true,"hasBlogroll":true}},"5":{"menuId":"5","attrs":{"menuPostId":396156,"title":"Videos","titleExcerpt":"Videos","href":"/category/country-music-videos/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/country-music-videos/","hasBlogroll":true}},"6":{"menuId":"6","attrs":{"menuPostId":396157,"title":"Top 10","titleExcerpt":"Top 10","href":"/category/taste-of-country-video-countdown/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/taste-of-country-video-countdown/","hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":396161,"title":"Risers","titleExcerpt":"Risers","href":"http://j.mp/toc-risers","samedomain":false,"hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":396158,"title":"Store","titleExcerpt":"Store","href":"http://www.tasteofcountrystore.com/","samedomain":false,"hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":396160,"title":"Festivals","titleExcerpt":"Festivals","href":"/country-music-festivals-guide/","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":3},"data":["1","2","3","4","5","6","7","8","9"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":209684,"title":"Home","titleExcerpt":"Home","href":"/","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":130969,"title":"News","titleExcerpt":"Country Music News","href":"/category/country-music-news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/country-music-news/","hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":184470,"title":"Artists","titleExcerpt":"Country Artists","href":"/country-artists/","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":130973,"title":"Hot Songs","titleExcerpt":"New Country Songs","href":"/category/country-songs/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/country-songs/","hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":278765,"title":"Videos","titleExcerpt":"Videos","href":"/category/country-music-videos/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/country-music-videos/","hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":198678,"title":"Last Question","titleExcerpt":"Stars Play Last Question!","href":"/category/last-question/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/last-question/","hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":360524,"title":"RISERS","titleExcerpt":"RISERS","href":"http://j.mp/toc-risers","samedomain":false,"hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":252114,"title":"Store","titleExcerpt":"Store","href":"http://www.tasteofcountrystore.com/","samedomain":false,"hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":303509,"title":"Festivals","titleExcerpt":"Music Festivals","href":"/country-music-festivals-guide/","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/promo_links":{"info":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"},"params":{"widgetTime":1},"data":["1","2","3","4","5","6"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":85224,"title":"Trending:","titleExcerpt":"Trending:","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":409000,"title":"Chris Young's 'Hangin' On'","titleExcerpt":"Chris Young's 'Hangin' On'","href":"/chris-young-hangin-on/","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":409002,"title":"Kelsea Ballerini + Kelly Clarkson 'Feud'","titleExcerpt":"Kelsea Ballerini + Kelly Clarkson 'Feud'","href":"/kelly-clarkson-makes-fun-kelsea-ballerini-peter-pan-video/","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":408226,"title":"Daryle Singletary Dead at 46","titleExcerpt":"Daryle Singletary Dead at 46","href":"/daryle-singletary-dead/","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":409001,"title":"Story Behind Luke Bryan's 'Most People Are Good'","titleExcerpt":"Story Behind Luke Bryan's 'Most People Are Good'","href":"/luke-bryan-most-people-are-good-lyrics/","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":409003,"title":"Miley Cyrus Fan Arrested","titleExcerpt":"Miley Cyrus Fan Arrested","href":"/miley-cyrus-obsessed-fan-facebook-posts/","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"],"dataDetails":{"1":{"menuId":"1","attrs":{"title":"Contact Us","href":"mailto:staff@tasteofcountry.com"}},"2":{"menuId":"2","attrs":{"title":"Privacy","href":"/privacy"}},"3":{"menuId":"3","attrs":{"title":"Advertise","href":"http://www.townsquaremedia.com/national-media/advertise"}},"4":{"menuId":"4","attrs":{"title":"Mobile App","href":"/app/"}},"comscore":{"menuId":"comscore","attrs":{"title":"Taste Of Country Network"}}},"redisCached":true}},"data":{},"time":{"wpTime":19.393,"mainOptionsTime":14.535,"sidebarsTime":43.773,"widgetsTime":18.125,"processTime":95.965},"experimentGroup":"A"},"serverConfig":{"host":"tasteofcountry.com","ua":"python-requests/2.10.0"}},"listenLive":{},"nav":{},"newsletter":{},"ui":{},"weather":{},"youtube":{},"sweeps":{},"form":{"NavSearchForm":{"registeredFields":[{"name":"searchInput","type":"Field"}]}},"routing":{"locationBeforeTransitions":null},"events":{},"ads":{}}
          </script>
          <script src="//cdn.production.townsquareblogs.com/public/dist/main.bundle.js?ver=3b9dbc3b07b0bef2c96b11376b1d9e6298d9a129"></script>
        </body>
      </html>