<!doctype html>
      <html class="single">
        <head>
          <title data-react-helmet="true">Alan Jackson&#x27;s Nashville Bar Launches Hurricane Harvey Relief Fundraiser</title>
          <meta data-react-helmet="true" http-equiv="Content-Type" content="text/html;charset=UTF-8"/><meta data-react-helmet="true" charset="UTF-8"/><meta data-react-helmet="true" name="instagram_profile" value="theboot_dotcom"/><meta data-react-helmet="true" name="description" content="Alan Jackson&#x27;s AJ&#x27;s Good Time Bar has launched #HonkyTonks4Texas, a weekend-long fundraiser for victims of Hurricane Harvey."/><meta data-react-helmet="true" name="keywords" content="alan jackson hurricane harvey, alan jackson hurricane relief, aj&#x27;s good time bar hurricane harvey"/><meta data-react-helmet="true" property="fb:app_id" content="151086041747752"/><meta data-react-helmet="true" property="fb:admins" content="100002025987268"/><meta data-react-helmet="true" property="fb:admins" content="931142"/><meta data-react-helmet="true" property="fb:admins" content="59877105906"/><meta data-react-helmet="true" property="og:title" content="Alan Jackson&#x27;s Nashville Bar Launches Hurricane Harvey Relief Fundraiser"/><meta data-react-helmet="true" property="og:description" content="Alan Jackson&#x27;s AJ&#x27;s Good Time Bar has launched #HonkyTonks4Texas, a weekend-long fundraiser for victims of Hurricane Harvey."/><meta data-react-helmet="true" property="og:url" content="http://theboot.com/alan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief/"/><meta data-react-helmet="true" property="og:site_name" content="The Boot"/><meta data-react-helmet="true" property="og:type" content="blog"/><meta data-react-helmet="true" property="og:image" content="http://theboot.com/files/2017/08/Alan-Jackson1.jpg?w=600&amp;h=0&amp;zc=1&amp;s=0&amp;a=t&amp;q=89"/><meta data-react-helmet="true" name="twitter:card" content="summary_large_image"/><meta data-react-helmet="true" name="twitter:site" content="@thebootdotcom"/><meta data-react-helmet="true" name="sailthru.description" content="Alan Jackson&#x27;s AJ&#x27;s Good Time Bar has launched #HonkyTonks4Texas, a weekend-long fundraiser for victims of Hurricane Harvey."/><meta data-react-helmet="true" name="sailthru.date" content="2017-08-31 14:00:04"/><meta data-react-helmet="true" name="sailthru.title" content="Alan Jackson’s Nashville Bar Starts #HonkyTonks4Texas for Harvey Victims"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-theboot, tsmmarket-national, tsmtype-national, alan-jackson, country-news, legends"/><meta data-react-helmet="true" name="sailthru.author" content="livstecker"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://theboot.com/files/2017/08/Alan-Jackson1.jpg"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://theboot.com/files/2017/08/Alan-Jackson1.jpg"/><meta data-react-helmet="true" name="msvalidate.01" content="38FB0DB5D97FA0CEE1853CB708082BF1"/><meta data-react-helmet="true" property="fb:pages" content="59877105906"/><meta data-react-helmet="true" name="google-site-verification" content="43sWrlFmliAOb32082dqCQO4JAd-BH-caKisRgljqok"/><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://theboot.com/files/2013/06/theboot-favicon.ico"/><link data-react-helmet="true" id="design-fav" rel="shortcut icon" href="http://theboot.com/files/2013/06/theboot-favicon.ico"/><link data-react-helmet="true" rel="profile" href="http://gmpg.org/xfn/11"/><link data-react-helmet="true" rel="canonical" href="http://theboot.com/alan-jackson-honkytonks4texas-ajs-goodtime-bar-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=82b4135bab9c2dc599baca830b345a05df70bfdf&mver=39" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "B";
          window.TSM.cadata = {"activeDomain":"theboot.com","blogId":623,"method":"get_single","postId":181017,"postType":"post","postDateGmt":"2017-08-31 18:00:04.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":"livstecker","dimension2":"country-news,legends","dimension3":"alan-jackson","dimension4":"post","dimension5":"Thu Aug 31 2017","dimension6":"14:014","dimension7":"standard","dimension8":"1280","dimension9":"B","dimension10":"yes"};
ga( "create", {
          trackingId:"UA-19109753-30",
          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-30"};
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":"Alan Jackson's Nashville Bar Launches Hurricane Harvey Relief Fundraiser","callsign":"TheBoot","market":"National","sitetype":"National","siteClassification":"","state":"NY","genre":{"0":"country"},"pageType":"post","tags":"alan-jackson","categories":"country-news,legends","mediaType":"video"}];
      w.dataLayer[0].referer = document.referrer;w.dataLayer[0].curatedReferer = document.referrer.replace( /https?:\/\//, "" );w.dataLayer[0].dayOfWeek = function(n){return n.toLocaleString("en-US",{weekday:"long"})}(new Date);w.dataLayer[0].periodOfDay = function(n,t,i){t=n.getHours(),i=n.getMinutes(),i<10&&(i="0"+i);var r=parseInt(t+""+i);return r>=0&&r<600?"Overnight":r>=600&&r<1e3?"Morning Drive":r>=1e3&&r<1500?"Midday":r>=1500&&r<1900?"Afternoon Drive":r>=1900&&r<2400?"Evening":void 0}(new Date);
    })(window);</script>
          <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({"gtm.start": new Date().getTime(),event:"gtm.js"});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!="dataLayer"?"&l="+l:"";j.async=true;j.src= "https://www.googletagmanager.com/gtm.js?id="+i+dl;f.parentNode.insertBefore(j,f); })(window,document,"script","dataLayer","GTM-K346HJZ");</script>
          
          <script class="kxct" data-id="rwjnisqy1" data-timing="async" data-version="3.0" type="text/javascript">
        window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);
        (function(){
          var k=document.createElement("script");k.type="text/javascript";k.async=true;
          k.src=(location.protocol==="https:"?"https:":"http:")+"//"+"cdn.krxd.net/controltag/rwjnisqy1.js";
          var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(k,s);
        }());
      </script><script type="text/javascript" src="//mtrx.go.sonobi.com/morpheus.townsquaremedia.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=theboot.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-news","legends"] );
googletag.pubads().setTargeting( "tags", ["alan-jackson"] );
googletag.pubads().setTargeting( "id", "alan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief" );
googletag.pubads().setTargeting( "author", "livstecker" );
googletag.pubads().setTargeting( "kw", ["livstecker","alan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief","country-news","legends","alan-jackson","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/TheBoot/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/TheBoot/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/TheBoot/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/TheBoot/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/TheBoot/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/TheBoot/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/TheBoot/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/TheBoot/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="-1847472783"><!-- 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="The Boot" title="The Boot" data-reactid="14"><img src="http://theboot.com/files/2017/10/theboot-logo.png" alt="The Boot" title="The Boot" 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="/?nav" data-reactid="22">Home</a></li><li class="hassub" data-reactid="23"><a href="/category/country-news/?nav" data-reactid="24">News</a><div class="submenu no-data" data-reactid="25"></div></li><li class="hassub" data-reactid="26"><a href="/category/exclusive/?nav" data-reactid="27">Exclusives</a><div class="submenu no-data" data-reactid="28"></div></li><li class="hassub" data-reactid="29"><a href="/category/songs/?nav" data-reactid="30">Songs</a><div class="submenu no-data" data-reactid="31"></div></li><li class="hassub" data-reactid="32"><a href="/category/new-video/?nav" data-reactid="33">Videos</a><div class="submenu no-data" data-reactid="34"></div></li><li class="hassub" data-reactid="35"><a href="/category/galleries/?nav" data-reactid="36">Galleries</a><div class="submenu no-data" data-reactid="37"></div></li><li class="hassub" data-reactid="38"><a href="/category/count-em-down/?nav" data-reactid="39">Lists</a><div class="submenu no-data" data-reactid="40"></div></li><li class="hassub" data-reactid="41"><a href="/app/" data-reactid="42">App</a></li><li class="hassub" data-reactid="43"><a href="mailto:staff@theboot.com" data-reactid="44">Tip Us</a></li></ul><div class="site-menu-right" data-reactid="45"><ul class="social-links" data-reactid="46"><li class="social" data-reactid="47"><a class="share-link facebook" href="https://www.facebook.com/thebootcountry" 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/thebootdotcom" 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/theboot_dotcom" target="_blank" data-reactid="55">INSTAGRAM</a></li><li class="sub-facebook" data-reactid="56"></li><li class="sub-twitter" data-reactid="57"></li></ul></ul><div id="search-form" class="" data-reactid="58"><div class="form-wrap" data-reactid="59"><form data-reactid="60"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="61"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="62"/></form></div><div class="icon-base icon-search" data-reactid="63"></div></div></div><div class="site-screen select-none" data-reactid="64"></div></div></nav></div><ul class="promo-links" data-reactid="65"><li data-reactid="66"><span data-reactid="67">Trending:</span></li><li data-reactid="68"><a title="Daryle Singletary" href="/tags/daryle-singletary/" data-reactid="69">Daryle Singletary</a></li><li data-reactid="70"><a title="Dierks Bentley" href="/tags/dierks-bentley/" data-reactid="71">Dierks Bentley</a></li><li data-reactid="72"><a title="Pistol Annies" href="/tags/pistol-annies/" data-reactid="73">Pistol Annies</a></li><li data-reactid="74"><a title="Vince Gill" href="/tags/vince-gill/" data-reactid="75">Vince Gill</a></li><li data-reactid="76"><a title="Jason Aldean" href="/tags/jason-aldean/" data-reactid="77">Jason Aldean</a></li><li data-reactid="78"><a title="Maddie &amp; Tae" href="/tags/maddie-and-tae/" data-reactid="79">Maddie &amp; Tae</a></li><li data-reactid="80"><a title="Chris Stapleton" href="/tags/chris-stapleton/" data-reactid="81">Chris Stapleton</a></li><li data-reactid="82"><a title="Johnny Cash" href="/tags/johnny-cash/" data-reactid="83">Johnny Cash</a></li><li data-reactid="84"><a title="Route 91" href="/tags/route-91-harvest-festival/" data-reactid="85">Route 91</a></li></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="86"><div id="tsm-ad-970a" data-reactid="87"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="88"><div class="main-content" data-reactid="89"><div class="wrapper post-wrapper" data-reactid="90"><div class="post clearfix" data-reactid="91"><div class="entry" data-reactid="92"><article id="post-181017" data-location="/alan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief/" data-index="0" data-reactid="93"><div class="page-header" data-reactid="94"><div class="content-header show-ui front" id="content-header-181017" data-reactid="95"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="96"></div><div class="content-header-header" data-reactid="97"><div class="react-parallax " data-reactid="98"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="99"><figure class="frameme img-tag frame-loaded" data-reactid="100"><div class="theframe" data-image="http://theboot.com/files/2017/08/Alan-Jackson1.jpg" rel="" title="" style="background-image:url(&quot;http://theboot.com/files/2017/08/Alan-Jackson1.jpg?w=980&amp;q=75&quot;);" data-reactid="101"></div></figure></div><div class="react-parallax-content" data-reactid="102"><figure class="frameme img-tag" data-reactid="103"><div class="theframe" data-image="http://theboot.com/files/2017/08/Alan-Jackson1.jpg" rel="" title="" data-reactid="104"></div><div class="loadinganim showbox" id="0" data-reactid="105"><div class="loader" style="width:30px;height:30px;" data-reactid="106"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="107"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="108"></circle></svg></div></div></figure></div></div><div class="header" data-reactid="109"><section class="title " data-reactid="110"><h1 class="" data-reactid="111">Alan Jackson’s Nashville Bar Starts #HonkyTonks4Texas for Harvey Victims</h1></section><div class="byline" data-reactid="112"><div class="authors" data-reactid="113"><address class="author" data-reactid="114"><div class="author-image icon-user" data-reactid="115"><figure class="frameme" data-reactid="116"><a class="theframe" data-image="http://theboot.com/files/2017/04/IMG_8598.jpg" href="http://theboot.com/author/livstecker/" rel="author" title="Liv Stecker" data-reactid="117"></a><div class="loadinganim showbox" id="0" data-reactid="118"><div class="loader" style="width:30px;height:30px;" data-reactid="119"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="120"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="121"></circle></svg></div></div></figure></div><a class="author-name" href="http://theboot.com/author/livstecker/" rel="author" title="Liv Stecker" data-reactid="122">Liv Stecker</a></address></div><time datetime="2017-08-31 18:00:04 +0000" data-reactid="123">August 31, 2017</time></div><figcaption title="Terry Wyatt, Getty Images" data-reactid="124">Terry Wyatt, Getty Images</figcaption></div></div></div></div><div class="content-wrap" data-reactid="125"><div class="social-share bignsexy" data-reactid="126"><div class="social-bar social-icons" data-reactid="127"><ul data-reactid="128"><li data-reactid="129"><a href="http://twitter.com/intent/tweet?text=Alan%20Jackson%E2%80%99s%20Nashville%20Bar%20Starts%20%23HonkyTonks4Texas%20for%20Harvey%20Victims%20http%3A%2F%2Ftheboot.com%2Falan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief%2F%3Ftrackback%3Dtwitter_mobile%20%40thebootdotcom" title="Share on Twitter" target="_blank" data-reactid="130"><span class=" social-icon icon-twitter tw" data-reactid="131"><span class="share-title" data-reactid="132">Share on Twitter</span></span></a></li><li data-reactid="133"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Ftheboot.com%2Falan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief%2F%3Ftrackback%3Dfbshare_mobile" title="Share on Facebook" target="_blank" data-reactid="134"><span class=" social-icon icon-facebook fb" data-reactid="135"><span class="share-title" data-reactid="136">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="137"><div class="pod-content" data-reactid="138"><p data-reactid="139"><a href="http://theboot.com/tags/alan-jackson/" data-reactid="140"><!-- react-text: 141 -->Alan Jackson<!-- /react-text --></a><!-- react-text: 142 -->&#x27;s Nashville bar has kicked off a weekend-long fundraiser for the victims of Hurricane Harvey. From Aug. 31 through Labor Day (Sept. 4), $1 from every item sold at <!-- /react-text --><a href="http://theboot.com/alan-jackson-ajs-good-time-bar-nashville/" data-reactid="143"><!-- react-text: 144 -->AJ&#x27;s Good Time Bar<!-- /react-text --></a><!-- react-text: 145 --> will be donated to the Hurricane Harvey Recovery Fund, which is being administered through the Community Foundation of Middle Tennessee.<!-- /react-text --></p><p data-reactid="146">&quot;I&#x27;ve toured a lot over the years in East Texas, played the Houston Rodeo 23 times, and I hate to see what&#x27;s happening down there,&quot; Jackson says in a press release. &quot;It&#x27;s tough to watch ... and I can&#x27;t imagine what my fans and all the people of Texas are goin&#x27; through ... and I hope this allows folks in Nashville to feel like they can do a little something to help.&quot;</p><div class="sharethrough-container" data-reactid="147"><div class="tsm-ad tsm-ad-oop" data-reactid="148"><div id="tsm-ad-sharethrough-oop-1" data-reactid="149"><!-- dynamic ad --></div></div></div><p data-reactid="150">Seven years ago, in 2010, Nashville itself was inundated with flood waters. Residents and businesses alike are eager to return the care that was showered upon them at the time.</p><p data-reactid="151">&quot;We couldn&#x27;t have made it through it without the overwhelming amount of support we received nationwide,&quot; says Matt Harville, general manager at AJ&#x27;s Good Time Bar. &quot;Finding a way to give back is an easy choice, and we hope other bars and honky-tonks on Broadway will join us in this effort.&quot;</p><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="152"></div><p data-reactid="153"><!-- react-text: 154 -->In addition to Jackson, a number of other country artists have stepped up to help with Hurricane Harvey relief efforts: On Wednesday night (Aug. 30), <!-- /react-text --><a href="http://theboot.com/florida-georgia-lines-fgl-house-hosts-hurricane-harvey-fundraiser/" data-reactid="155"><!-- react-text: 156 -->Florida Georgia Line&#x27;s FGL House, also located in Nashville, hosted its own fundraiser<!-- /react-text --></a><!-- react-text: 157 -->. <!-- /react-text --><a href="http://theboot.com/tags/chris-young/" data-reactid="158"><!-- react-text: 159 -->Chris Young<!-- /react-text --></a><!-- react-text: 160 -->, meanwhile, has <!-- /react-text --><a href="http://theboot.com/chris-young-hurricane-harvey-gofundme/" data-reactid="161"><!-- react-text: 162 -->set up a GoFundMe campaign<!-- /react-text --></a><!-- react-text: 163 --> to help raise money for those affected by the natural disaster, encouraging his fans to donate whatever they can to the fund, which will be given to the Red Cross and other local Texas disaster relief organizations, and giving $100,000 himself. Young says he also plans to <!-- /react-text --><a href="http://theboot.com/chris-young-hurricane-harvey-relief-efforts/" data-reactid="164"><!-- react-text: 165 -->get involved with other, larger fundraising campaigns<!-- /react-text --></a><!-- react-text: 166 -->.<!-- /react-text --></p><p data-reactid="167"><!-- react-text: 168 -->Also helping Hurricane Harvey victims are <!-- /react-text --><a href="http://theboot.com/tags/granger-smith/" data-reactid="169"><!-- react-text: 170 -->Granger Smith<!-- /react-text --></a><!-- react-text: 171 -->, <!-- /react-text --><a href="http://theboot.com/tags/luke-combs/" data-reactid="172"><!-- react-text: 173 -->Luke Combs<!-- /react-text --></a><!-- react-text: 174 -->, <!-- /react-text --><a href="http://theboot.com/tags/lady-antebellum/" data-reactid="175"><!-- react-text: 176 -->Lady Antebellum<!-- /react-text --></a><!-- react-text: 177 --> and the <!-- /react-text --><a href="http://theboot.com/tags/josh-abbott-band/" data-reactid="178"><!-- react-text: 179 -->Josh Abbott Band<!-- /react-text --></a><!-- react-text: 180 -->. Smith, a Dallas, Texas, native, is now <!-- /react-text --><a href="http://theboot.com/granger-smith-luke-combs-josh-abbott-band-hurricane-harvey-relief-efforts/" data-reactid="181"><!-- react-text: 182 -->donating 100 percent of profits<!-- /react-text --></a><!-- react-text: 183 --> from merchandise sales through his online store to Hurricane Harvey relief efforts; Lady A, too,<!-- /react-text --><a href="http://theboot.com/lady-antebellum-merch-proceeds-to-hurricane-harvey-relief/" data-reactid="184"><!-- react-text: 185 --> donated merch proceeds<!-- /react-text --></a><!-- react-text: 186 -->, specifically from their Saturday night (Aug. 26) concert in Dallas, to hurricane-related charities. Combs, meanwhile, tweeted that he would be donating $10,000 to Samaritan’s Purse, “a non-denominational evangelical Christian” that’s sending five disaster relief teams to help Hurricane Harvey victims, and the Josh Abbott Band are selling a special T-shirt and donating the proceeds to “accredited organizations helping in disaster recovery.”<!-- /react-text --></p><p data-reactid="187"><!-- react-text: 188 -->Additionally, <!-- /react-text --><a href="http://theboot.com/tags/miranda-lambert/" data-reactid="189"><!-- react-text: 190 -->Miranda Lambert<!-- /react-text --></a><!-- react-text: 191 -->, with her MuttNation Foundation, <!-- /react-text --><a href="http://theboot.com/miranda-lambert-muttnation-hurricane-harvey-relief-efforts/" data-reactid="192"><!-- react-text: 193 -->headed to the affected parts of Texas<!-- /react-text --></a><!-- react-text: 194 --> to do whatever they can for the animals displaced by the storm, and <!-- /react-text --><a href="http://theboot.com/tags/george-strait/" data-reactid="195"><!-- react-text: 196 -->George Strait<!-- /react-text --></a><!-- react-text: 197 --> has revealed that he is <!-- /react-text --><a href="http://theboot.com/george-strait-hurricane-harvey-relief-effort/" data-reactid="198"><!-- react-text: 199 -->working on a major relief effort<!-- /react-text --></a><!-- react-text: 200 --> “with the whole country music community.”<!-- /react-text --></p><div data-reactid="201"><p style="text-align: center;"><strong>Country Stars Share Thoughts and Prayers for Hurricane Harvey Victims</strong></p>
</div><div class="photogallery-wrapper sliding-photogallery" data-reactid="202"><div class="photogallery-container" id="photogallery-623-389479-0" data-reactid="203"><div class="sizer" data-reactid="204"></div><div class="loadinganim showbox" id="0" data-reactid="205"><div class="loader" style="width:30px;height:30px;" data-reactid="206"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="207"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" style="stroke:#fff;" data-reactid="208"></circle></svg></div></div></div><!-- react-text: 209 --><!-- /react-text --></div><div data-reactid="210"><p style="text-align: center;"><strong>You Think You Know Alan Jackson?</strong></p>
</div><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="211"></div></div></div><div class="content-footer" data-reactid="212"><div class="single-post-button cto-container" data-reactid="213"><a class="next-post cto" href="http://theboot.com/songs-inspired-by-tragedies/" target="_blank" data-reactid="214">NEXT: Country Songs Inspired By World Tragedy</a></div><!-- react-empty: 215 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="216"></div><!-- react-text: 217 --><!-- /react-text --><div class="tags-lines" data-reactid="218"><div class="wrapper" data-reactid="219"><span data-reactid="220"><!-- react-text: 221 -->Filed Under<!-- /react-text --><!-- react-text: 222 -->: <!-- /react-text --></span><span data-reactid="223"><!-- react-text: 224 --><!-- /react-text --><a href="http://theboot.com/tags/alan-jackson/" data-reactid="225">Alan Jackson</a></span></div><div class="wrapper" data-reactid="226"><span data-reactid="227"><!-- react-text: 228 -->Categories<!-- /react-text --><!-- react-text: 229 -->: <!-- /react-text --></span><span data-reactid="230"><!-- react-text: 231 --><!-- /react-text --><a href="http://theboot.com/category/country-news/" data-reactid="232">Country News</a></span><span data-reactid="233"><!-- react-text: 234 -->, <!-- /react-text --><a href="http://theboot.com/category/legends/" data-reactid="235">Legends</a></span></div></div><div class="comments-wrapper" data-reactid="236"><div class="comments" data-reactid="237"><div data-reactid="238"><span class="icon-comments" data-reactid="239"></span><i data-reactid="240">Comments</i><span class="fb-comments-count" data-href="http://theboot.com/alan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief/" data-reactid="241"></span><span class="icon-triangle-down" data-reactid="242"></span></div><div class="cto" data-reactid="243">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="244"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="245">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="246"><div class="aside-inside" data-reactid="247"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-77" data-reactid="248"><div class="wrapper clearfix" data-reactid="249"><div class="fix_sidebar_marker" data-reactid="250"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-1364" data-reactid="251"><header data-reactid="252"><h2 data-reactid="253"><span class="title-container" data-reactid="254">Editor&#x27;s Picks</span><!-- react-text: 255 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="256"><section id="ts_blogroll-1364" class="blogroll carousel slider dl align-right" data-reactid="257"><div class="slider blogroll-items" data-reactid="258"><div class="sizer" data-reactid="259"></div><div class="mover slide" data-reactid="260"><article class="item title-over-image" data-reactid="261"><figure class="frameme" data-reactid="262"><a class="theframe" data-image="http://theboot.com/files/2010/06/Tim-McGraw-Faith-Hill1.jpg" href="http://theboot.com/country-lost-love-song-poll/" rel="" title="POLL: What&amp;apos;s the Best Country Song About Lost Love?" data-reactid="263"></a><div class="loadinganim showbox" id="0" data-reactid="264"><div class="loader" style="width:30px;height:30px;" data-reactid="265"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="266"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="267"></circle></svg></div></div></figure><div class="content" data-reactid="268"><a href="http://theboot.com/country-lost-love-song-poll/" title="POLL: What&#x27;s the Best Country Song About Lost Love?" class="title" data-reactid="269">POLL: What&#x27;s the Best Country Song About Lost Love?</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="270"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="271"></div></div></section></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-952" data-reactid="272"><div class="wrapper clearfix" data-reactid="273"><div class="widget-content" data-reactid="274"><div class="tsm-ad tsm-ad-300" data-reactid="275"><div id="tsm-ad-300a" data-reactid="276"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-820" data-reactid="277"><div class="wrapper clearfix" data-reactid="278"><div class="widget-content" data-reactid="279"><div data-reactid="280"><form method="post" class="newsletter-frame clearfix" data-reactid="281"><div class="content clearfix" data-reactid="282"><p class="title" data-reactid="283">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="284"><div class="vertical-centered" data-reactid="285"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="286"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="287"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-1365" data-reactid="288"><header data-reactid="289"><h2 data-reactid="290"><span class="title-container" data-reactid="291">The Latest</span><!-- react-text: 292 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="293"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="294"><div class="blogroll-inner clearfix" data-reactid="295"><article class="" data-reactid="296"><figure class="frameme" data-reactid="297"><a class="theframe" data-image="http://theboot.com/files/2018/02/Steve-Moakler1.jpg" href="http://theboot.com/steve-moakler-born-ready-tour/" rel="" title="Steve Moakler Announces Born Ready Tour, is &amp;apos;Fired Up to Hit the Road&amp;apos; in 2018" data-reactid="298"></a><div class="loadinganim showbox" id="0" data-reactid="299"><div class="loader" style="width:30px;height:30px;" data-reactid="300"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="301"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="302"></circle></svg></div></div></figure><div class="content" data-reactid="303"><a href="http://theboot.com/steve-moakler-born-ready-tour/" title="Steve Moakler Announces Born Ready Tour, is &#x27;Fired Up to Hit the Road&#x27; in 2…" class="title" data-reactid="304">Steve Moakler Announces Born Ready Tour, is &#x27;Fired Up to Hit the Road&#x27; in 2…</a></div></article><article class="" data-reactid="305"><figure class="frameme" data-reactid="306"><a class="theframe" data-image="http://theboot.com/files/2017/01/best-country-song-2017-grammy.jpg" href="http://theboot.com/country-music-quotes-about-love/" rel="" title="18 Swoon-Worthy Country Music Quotes About Love" data-reactid="307"></a><div class="loadinganim showbox" id="0" data-reactid="308"><div class="loader" style="width:30px;height:30px;" data-reactid="309"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="310"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="311"></circle></svg></div></div></figure><div class="content" data-reactid="312"><a href="http://theboot.com/country-music-quotes-about-love/" title="18 Swoon-Worthy Country Music Quotes About Love" class="title" data-reactid="313">18 Swoon-Worthy Country Music Quotes About Love</a></div></article><article class="" data-reactid="314"><figure class="frameme" data-reactid="315"><a class="theframe" data-image="http://theboot.com/files/2016/10/coy-bowles-baby-girl.jpg" href="http://theboot.com/coy-bowles-baby-millie-mercy-2018/" rel="" title="Coy Bowles, Wife Kylie Welcome Baby No. 2!" data-reactid="316"></a><div class="loadinganim showbox" id="0" data-reactid="317"><div class="loader" style="width:30px;height:30px;" data-reactid="318"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="319"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="320"></circle></svg></div></div></figure><div class="content" data-reactid="321"><a href="http://theboot.com/coy-bowles-baby-millie-mercy-2018/" title="Coy Bowles, Wife Kylie Welcome Baby No. 2!" class="title" data-reactid="322">Coy Bowles, Wife Kylie Welcome Baby No. 2!</a></div></article><article class="" data-reactid="323"><figure class="frameme" data-reactid="324"><a class="theframe" data-image="http://theboot.com/files/2016/05/easton-corbin-are-you-with-me-single.jpg" href="http://theboot.com/easton-corbin-leaves-mercury-nashville/" rel="" title="Easton Corbin No Longer Signed to Mercury Nashville" data-reactid="325"></a><div class="loadinganim showbox" id="0" data-reactid="326"><div class="loader" style="width:30px;height:30px;" data-reactid="327"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="328"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="329"></circle></svg></div></div></figure><div class="content" data-reactid="330"><a href="http://theboot.com/easton-corbin-leaves-mercury-nashville/" title="Easton Corbin No Longer Signed to Mercury Nashville" class="title" data-reactid="331">Easton Corbin No Longer Signed to Mercury Nashville</a></div></article><article class="" data-reactid="332"><figure class="frameme" data-reactid="333"><a class="theframe" data-image="http://theboot.com/files/2018/02/luke-bryan-kacey-musgraves-brad-paisley-e1518299695643.jpg" href="http://theboot.com/country-music-worst-pickup-lines/" rel="" title="Country Music&amp;apos;s 10 Worst Pickup Lines" data-reactid="334"></a><div class="loadinganim showbox" id="0" data-reactid="335"><div class="loader" style="width:30px;height:30px;" data-reactid="336"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="337"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="338"></circle></svg></div></div></figure><div class="content" data-reactid="339"><a href="http://theboot.com/country-music-worst-pickup-lines/" title="Country Music&#x27;s 10 Worst Pickup Lines" class="title" data-reactid="340">Country Music&#x27;s 10 Worst Pickup Lines</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="341"><footer data-reactid="342"><div class="links clearfix" data-reactid="343"><div class="logo" data-reactid="344"></div><div class="details" data-reactid="345"><h2 data-reactid="346">Information</h2><ul data-reactid="347"><li data-reactid="348"><a title="Taste Of Country Network" class="" data-reactid="349">Taste Of Country Network</a></li><li data-reactid="350"><a title="Privacy" href="/privacy" class="" data-reactid="351">Privacy</a></li><li data-reactid="352"><a title="Advertise" href="http://www.townsquaremedia.com/national-media/advertise" class="" data-reactid="353">Advertise</a></li></ul></div><div class="social-links" data-reactid="354"><h2 data-reactid="355">Follow Us</h2><ul data-reactid="356"><li class="social" data-reactid="357"><a class="share_link facebook" href="https://www.facebook.com/thebootcountry" target="_blank" data-social="facebook" data-reactid="358"><span class="icon-facebook" data-reactid="359"></span></a></li><li class="social" data-reactid="360"><a class="share_link twitter" href="https://twitter.com/thebootdotcom" target="_blank" data-social="twitter" data-reactid="361"><span class="icon-twitter" data-reactid="362"></span></a></li></ul></div></div><div class="legal" data-reactid="363"><!-- react-text: 364 -->2018<!-- /react-text --><!-- react-text: 365 --> <!-- /react-text --><!-- react-text: 366 -->The Boot<!-- /react-text --><!-- react-text: 367 --> is part of the Taste Of Country Network<!-- /react-text --><!-- react-text: 368 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="369"><!-- react-empty: 370 --><div id="bottom-not-ads" data-reactid="371"><div class="tsm-ad tsm-ad-728" data-reactid="372"><div id="tsm-ad-728b" data-reactid="373"><!-- 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,"blogId":623,"postId":181017,"url":"/alan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief/","unfriendlyRequestUrl":"/alan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief/?platform=hootsuite","requestUrl":"/alan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief/?platform=hootsuite","blogOptions":{"aioseop_options":{"aiosp_can":"on","aiosp_donate":null,"aiosp_home_title":"The Boot - Country Music News, Music Videos and Songs","aiosp_home_description":"The top source for the latest country music news, videos, songs, interviews and live performances from country\\'s biggest stars.","aiosp_home_keywords":"country music, country","aiosp_max_words_excerpt":null,"aiosp_rewrite_titles":"on","aiosp_post_title_format":"%post_title%","aiosp_page_title_format":"%page_title%","aiosp_category_title_format":"%category_title% - The Boot","aiosp_archive_title_format":"%date% - The Boot","aiosp_tag_title_format":"%tag% News","aiosp_search_title_format":"%search% - The Boot","aiosp_description_format":"%description%","aiosp_404_title_format":"Nothing found for %request_words%","aiosp_paged_format":" - Part %page%","aiosp_use_categories":null,"aiosp_dynamic_postspage_keywords":null,"aiosp_category_noindex":null,"aiosp_archive_noindex":null,"aiosp_tags_noindex":null,"aiosp_cap_cats":"on","aiosp_generate_descriptions":null,"aiosp_debug_info":null,"aiosp_post_meta_tags":"","aiosp_page_meta_tags":"","aiosp_home_meta_tags":"","aiosp_enabled":"1","aiosp_use_tags_as_keywords":null,"aiosp_do_log":null,"aiosp_ex_pages":""},"blogdescription":"","blogname":"The Boot","carbonUiUpdateCounter":"39","design_option_live":{"page_bg":"FF18374C","page_head_bg":"00444444","primary_bg":"FFFFFFFF","secondary_bg":"FFFFFFFF","mdl_head_bg":"FF202F40","main_nav_hue":"FFFFFFFF","nav_hover_hue":"FFE7E0CA","primary_hue":"FF222222","secondary_hue":"FF233344","primary_head_hue":"FF233344","secondary_head_hue":"FF333333","primary_active_hue":"FF2F7AB1","secondary_active_hue":"FF233344","accent_hue":"FF2F7AB1","header_link_hue":"FF6B4F23","footer_link_hue":"FF797D80","primary_mdl_bg":"FFE9E9E9","primary_mdl_hue":"FF111111","secondary_mdl_bg":"91E6E9ED","secondary_mdl_hue":"FF222222","standout_bg":"FF213145","mobile_primary_color":"FF2F7AB1","mobile_secondary_color":"FF96855F","iv_primary_color":"FF2F7AB1","iv_secondary_color":"FF2F7AB1","iv_tertiary_color":"FF233344","iv_html_color":"FF1B374C","iv_container_color":"FFFFFFFF","iv_html_bg":"","iv_body_bg":"","iv_logo":"","iv_logo_trim":"","carbon_logo_bg":"80000000","carbon_showticker_bg":"80000000","events_app_primary_color":"FF2F7AB1","events_app_secondary_color":"FF233344","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://theboot.com/files/2017/10/theboot-bg-v3.jpg","carbon_logo_img":"http://theboot.com/files/2017/10/theboot-logo.png","carbon_promo_bg_img":"http://theboot.com/files/2017/10/theboot-promo6.jpg","page_img":"http://theboot.com/files/2013/06/repeat-noiseBackground.gif","body_img":"http://wac.450f.edgecastcdn.net/80450F/production.townsquareblogs.com/wp-content/uploads/2014/05/boot-bg.jpg","square_logo_img":"","logo_img":"http://theboot.com/files/2013/06/theboot-logo.png","logo_img_trim":"http://theboot.com/files/2013/06/logo.png","logo_img_light":"","logo_img_dark":"","header_img":"http://theboot.com/files/2013/06/header.jpg","placeholder_img":"","page_head_img":"","favicon_img":"http://theboot.com/files/2013/06/theboot-favicon.ico","top_banner_img":"dark","title":"The Boot","ID":"0","designer":"Anibal Rosado","comment":"carbon v4","action":"edit","editor":"jacknealy","editorID":2974086,"siteID":"623","timestamp":1508177409,"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":"100002025987268, 931142, 59877105906","moderator_appid":"134615943276794","show_commentscount":"yes","colorscheme":""},"facebook_app":{"id":"151086041747752","fanpage":"https://www.facebook.com/thebootcountry","plugins":{"facebook-like-button":"1","facebook-authentication":"1"}},"google_ads_dfp6_template_ads":{"dynamic-ad-custom":"1","dynamic-ad-header":"0","dynamic-ad-push":"0","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","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":"TheBoot","site_template_theme_meta":{"template-tone":"1","listen-live-bar":"block","sidebar-widgets-header":"clear","next-page-offset":"11"},"social_overlay":{"fb":"1","nl":"1","colors":{"background-color":"#202f40","color":"#ffffff"},"wrapper":{"divider":"#ffffff","button":"#000000","button-font":"#ffffff"},"logo":"http://theboot.com/files/2014/06/theboot.png"},"timezone_string":"America/New_York","townsquare_ad_version":"dfp6","ts-templates-carbon-homepage-id":"184470","ts-templates-homepage-id":"4434","ts-templates-mobile-homepage-id":"4434","tsc_category_sidebars":{"count-em-down":"home-right"},"tsc_tag_sidebars":{},"_station_info":{"sitetype":"National","market":"National","genre":{"0":"country"},"callsign":"TheBoot","callletters":"TheBoot","legalname":"TheBoot","siteclassification":"","street":"","street-2":"","city":"New York","state":"NY","zip":"10019","phone":"","helpline":"","studioline":"","officeline":"","officehours":"","email":"staff@theboot.com","tipus-email":"staff@theboot.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.theboot@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.theboot@townsquaredigital.com","public-record-administrator-name":"","public-record-administrator-email":"","fcc-online-public-file-url":"","feedbackurl":"","biz-list-url":"","amazon_affiliate":"","yieldmo_placement":"ym_1179548453775456807","jwplayer":"","twitter_handle":"thebootdotcom","youtube_handle":"","youtube_channel_id":"","instagram_handle":"theboot_dotcom","rss_icon":"1","comscore-label":"Taste Of Country"},"_station_logos":{"rss-logo":"http://theboot.com/files/2015/01/theboot.png","facebook-logo":"http://theboot.com/files/2016/10/bot-fb.png","admin-icon-logo":"http://theboot.com/files/2016/10/boot-icon-32.png","apple-low-res":"http://theboot.com/files/2016/10/boot-icon-57.png","apple-high-res":"http://theboot.com/files/2016/10/boot-icon-114.png","apple-ipad":"http://theboot.com/files/2016/10/boot-icon-72.png","mobile-web":"http://theboot.production.townsquareblogs.com/files/2013/06/boot6.jpg","syndication-attribution":"http://theboot.production.townsquareblogs.com/files/2013/06/boot.png"},"_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":"The Boot 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 The Boot.","edit_contact_sms_subscribe":"I want to receive SMS text updates from The Boot."}},"requires-confirmation":"no"},"blogInfo":{"blogId":623,"blogName":"The Boot","blogDescription":"","postTitleFormat":"%post_title%","timeZone":"America/New_York","market":"National","activeDomain":"theboot.com","legalName":"TheBoot"}},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","kruxEnabled":true},"headers":{"title":[{"textContent":"Alan Jackson's Nashville Bar Launches Hurricane Harvey Relief Fundraiser"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"instagram_profile","value":"theboot_dotcom"}},{"attrs":{"name":"description","content":"Alan Jackson's AJ's Good Time Bar has launched #HonkyTonks4Texas, a weekend-long fundraiser for victims of Hurricane Harvey."}},{"attrs":{"name":"keywords","content":"alan jackson hurricane harvey, alan jackson hurricane relief, aj's good time bar hurricane harvey"}},{"attrs":{"property":"fb:app_id","content":"151086041747752"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"fb:admins","content":"931142"}},{"attrs":{"property":"fb:admins","content":"59877105906"}},{"attrs":{"property":"og:title","content":"Alan Jackson's Nashville Bar Launches Hurricane Harvey Relief Fundraiser"}},{"attrs":{"property":"og:description","content":"Alan Jackson's AJ's Good Time Bar has launched #HonkyTonks4Texas, a weekend-long fundraiser for victims of Hurricane Harvey."}},{"attrs":{"property":"og:url","content":"http://theboot.com/alan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief/"}},{"attrs":{"property":"og:site_name","content":"The Boot"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://theboot.com/files/2017/08/Alan-Jackson1.jpg?w=600&h=0&zc=1&s=0&a=t&q=89"}},{"attrs":{"name":"twitter:card","content":"summary_large_image"}},{"attrs":{"name":"twitter:site","content":"@thebootdotcom"}},{"attrs":{"name":"sailthru.description","content":"Alan Jackson's AJ's Good Time Bar has launched #HonkyTonks4Texas, a weekend-long fundraiser for victims of Hurricane Harvey."}},{"attrs":{"name":"sailthru.date","content":"2017-08-31 14:00:04"}},{"attrs":{"name":"sailthru.title","content":"Alan Jackson’s Nashville Bar Starts #HonkyTonks4Texas for Harvey Victims"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-theboot, tsmmarket-national, tsmtype-national, alan-jackson, country-news, legends"}},{"attrs":{"name":"sailthru.author","content":"livstecker"}},{"attrs":{"name":"sailthru.image.full","content":"http://theboot.com/files/2017/08/Alan-Jackson1.jpg"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://theboot.com/files/2017/08/Alan-Jackson1.jpg"}},{"attrs":{"name":"msvalidate.01","content":"38FB0DB5D97FA0CEE1853CB708082BF1"}},{"attrs":{"property":"fb:pages","content":"59877105906"}},{"attrs":{"name":"google-site-verification","content":"43sWrlFmliAOb32082dqCQO4JAd-BH-caKisRgljqok"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://theboot.com/files/2013/06/theboot-favicon.ico"}},{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://theboot.com/files/2013/06/theboot-favicon.ico"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"The Boot » Feed","href":"http://theboot.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"The Boot » Alan Jackson’s Nashville Bar Starts #HonkyTonks4Texas for Harvey Victims Comments Feed","href":"http://theboot.com/alan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://theboot.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"Watch Aaron Lee Tasjan’s ‘Till the Town Goes Dark’ Music Video","href":"http://theboot.com/aaron-lee-tasjan-till-the-town-goes-dark-music-video/"}},{"attrs":{"rel":"next","title":"Rascal Flatts Dedicate Moving ‘I Won’t Let Go’ Performance to Hurricane Harvey Victims [WATCH]","href":"http://theboot.com/rascal-flatts-hurricane-harvey-disney-day-of-giving/"}},{"attrs":{"rel":"shortlink","href":"http://theboot.com/?p=181017"}},{"attrs":{"rel":"canonical","href":"http://theboot.com/alan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief/"}},{"attrs":{"rel":"apple-touch-icon-precomposed","href":"http://theboot.com/files/2016/10/boot-icon-57.png"}},{"attrs":{"rel":"apple-touch-icon-precomposed","sizes":"114x114","href":"http://theboot.com/files/2016/10/boot-icon-114.png"}},{"attrs":{"rel":"apple-touch-icon-precomposed","sizes":"72x72","href":"http://theboot.com/files/2016/10/boot-icon-72.png"}}],"noscript":[{"attrs":{"children":[{"tagName":"img","src":"http://b.scorecardresearch.com/p?c1=2&c2=6665296&cv=2.0&cj=1"}]}}]},"adVars":{"amazonAds":true,"enableCriteo":true,"enableViewability":false,"enableViewabilityBR":false,"enableSharethrough":true,"enableAppNexusWrapper":true,"sharethroughKey":"","sharethroughArticleKey":"pvZVci4CxN8bQfUxmK8mbR1k","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","dynamic-ad-custom","top-728x90","bottom-728x90","top-right-noflex-300x250","tsm-2x2"],"adPageSettings":{"attrs":{"catid":["country-news","legends"],"tags":["alan-jackson"],"id":"alan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief","author":"livstecker","kw":["livstecker","alan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief","country-news","legends","alan-jackson","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":"The Boot","itunes_app_id":"1161490624","google_play_app_id":"com.tsm.theboot","daysHidden":"15","daysReminder":"90","buttonText":"View","priceText":"Get","img_url":"http://theboot.com/files/2016/10/boot-icon-57.png"},"revision":"dc1580972c867b4fe21b9449d55eca093dd2a4f0"},"postMeta":{"_aioseop_title":"Alan Jackson's Nashville Bar Launches Hurricane Harvey Relief Fundraiser"},"activeDomain":"theboot.com","authLoginFormNonce":"0ca27bb72c","authRegFormNonce":"9d4906ebdb","ga":{"ids":{"primary":"UA-19109753-30","secondary":["UA-19109753-34","UA-19109753-60"],"all":["UA-19109753-30","UA-19109753-34","UA-19109753-60"]}},"tsmStatic":{"revision":"01272d1ea85173b023b59bd9e8da482534b5d932"},"isGallery":true,"userRegistrationSettings":{"disable-registration":"yes"},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":181017,"postAuthor":3295320,"postDate":"2017-08-31T19:00:04.000Z","postDateGmt":"2017-08-31T18:00:04.000Z","postTitle":"Alan Jackson's Nashville Bar Starts #HonkyTonks4Texas for Harvey Victims","postExcerpt":"<a href=\"http://theboot.com/tags/alan-jackson/\">Alan Jackson</a>'s AJ's Good Time Bar has launched #HonkyTonks4Texas, a weekend-long fundraiser for victims of Hurricane Harvey.","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"alan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief","toPing":"","pinged":"","postModified":"2017-08-31T20:32:51.000Z","postModifiedGmt":"2017-08-31T19:32:51.000Z","postContentFiltered":"","postParent":0,"guid":"http://theboot.com/?p=181017","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-08-31 18:00:04.000+0000","postModifiedGmtStr":"2017-08-31 19:32:51.000+0000","meta":{}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Alan Jackson&#8217;s Nashville Bar Starts #HonkyTonks4Texas for Harvey Victims","next":{"latest":[{"postId":118285,"documentUrl":"/alan-jackson-dont-rock-the-jukebox-double-platinum/","filterUrl":"/rest/carbon/filter/main/alan-jackson-dont-rock-the-jukebox-double-platinum/","sortDate":"2017-08-25 23:01:11.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":180023,"documentUrl":"/2017-acm-honors-performers-presenters/","filterUrl":"/rest/carbon/filter/main/2017-acm-honors-performers-presenters/","sortDate":"2017-08-17 13:45:14.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":179527,"documentUrl":"/alan-jackson-glen-campbell-tribute/","filterUrl":"/rest/carbon/filter/main/alan-jackson-glen-campbell-tribute/","sortDate":"2017-08-10 09:55:23.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":75861,"documentUrl":"/alan-jackson-no-1-i-dont-even-know-your-name/","filterUrl":"/rest/carbon/filter/main/alan-jackson-no-1-i-dont-even-know-your-name/","sortDate":"2017-08-04 23:01:32.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":178950,"documentUrl":"/we-fest-2017-pictures/","filterUrl":"/rest/carbon/filter/main/we-fest-2017-pictures/","sortDate":"2017-08-03 20:40:44.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":15659,"documentUrl":"/best-cover-songs/","filterUrl":"/rest/carbon/filter/main/best-cover-songs/","sortDate":"2017-08-02 07:15:00.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":105133,"documentUrl":"/zac-brown-band-chicken-fried-alan-jackson/","filterUrl":"/rest/carbon/filter/main/zac-brown-band-chicken-fried-alan-jackson/","sortDate":"2017-07-31 07:45:05.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":177828,"documentUrl":"/country-songs-everyone-must-hear-before-they-die/","filterUrl":"/rest/carbon/filter/main/country-songs-everyone-must-hear-before-they-die/","sortDate":"2017-07-28 11:00:52.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":116072,"documentUrl":"/country-stars-who-got-divorced/","filterUrl":"/rest/carbon/filter/main/country-stars-who-got-divorced/","sortDate":"2017-07-20 07:10:48.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":173355,"documentUrl":"/alan-jackson-wanted-lyrics/","filterUrl":"/rest/carbon/filter/main/alan-jackson-wanted-lyrics/","sortDate":"2017-07-05 08:00:50.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"}],"taxonomy":[{"postId":118285,"documentUrl":"/alan-jackson-dont-rock-the-jukebox-double-platinum/","filterUrl":"/rest/carbon/filter/main/alan-jackson-dont-rock-the-jukebox-double-platinum/","sortDate":"2017-08-25 23:01:11.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":180023,"documentUrl":"/2017-acm-honors-performers-presenters/","filterUrl":"/rest/carbon/filter/main/2017-acm-honors-performers-presenters/","sortDate":"2017-08-17 13:45:14.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":179527,"documentUrl":"/alan-jackson-glen-campbell-tribute/","filterUrl":"/rest/carbon/filter/main/alan-jackson-glen-campbell-tribute/","sortDate":"2017-08-10 09:55:23.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":75861,"documentUrl":"/alan-jackson-no-1-i-dont-even-know-your-name/","filterUrl":"/rest/carbon/filter/main/alan-jackson-no-1-i-dont-even-know-your-name/","sortDate":"2017-08-04 23:01:32.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":178950,"documentUrl":"/we-fest-2017-pictures/","filterUrl":"/rest/carbon/filter/main/we-fest-2017-pictures/","sortDate":"2017-08-03 20:40:44.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":15659,"documentUrl":"/best-cover-songs/","filterUrl":"/rest/carbon/filter/main/best-cover-songs/","sortDate":"2017-08-02 07:15:00.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":105133,"documentUrl":"/zac-brown-band-chicken-fried-alan-jackson/","filterUrl":"/rest/carbon/filter/main/zac-brown-band-chicken-fried-alan-jackson/","sortDate":"2017-07-31 07:45:05.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":177828,"documentUrl":"/country-songs-everyone-must-hear-before-they-die/","filterUrl":"/rest/carbon/filter/main/country-songs-everyone-must-hear-before-they-die/","sortDate":"2017-07-28 11:00:52.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":116072,"documentUrl":"/country-stars-who-got-divorced/","filterUrl":"/rest/carbon/filter/main/country-stars-who-got-divorced/","sortDate":"2017-07-20 07:10:48.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":173355,"documentUrl":"/alan-jackson-wanted-lyrics/","filterUrl":"/rest/carbon/filter/main/alan-jackson-wanted-lyrics/","sortDate":"2017-07-05 08:00:50.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"}]},"cadata":{"activeDomain":"theboot.com","blogId":623,"method":"get_single","postId":181017,"postType":"post","postDateGmt":"2017-08-31 18:00:04.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":{"promotion-2":{"widgetInfo":{"id":"promotion-2","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"2"},"widgetParams":{"title":"                          ","type":"single","subtype":"","promotions":{"single":{"0":{"image":"","description":"","link_url":"","link_label":"","link_target":"_self"}},"overlay":{"0":{"image":"","description":"","link_url":"","link_target":"_self"}},"list":{"0":{"image":"","description":"","link_url":"","link_label":"","link_target":"_self"}},"links_list":{"0":{"link_url":"","link_label":"","link_target":"_self"}},"leaderboard":{"0":{"name":"","score":"","link_url":""}},"image_list":{"0":{"image":"","image_label":"","link_url":"","link_target":"_self"}}}}}}},"carbonsidebar/single":{"widgets":["carbonwidget/single-1"],"widgetDetails":{"carbonwidget/single-1":{"widgetInfo":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"widgetParams":{"mainAuthor":{"id":3295320,"slug":"livstecker","name":"Liv Stecker","first_name":"Liv","last_name":"Stecker","nickname":"Liv","url":"http://theboot.com/author/livstecker/","description":"Liv Stecker is a freeelance writer out of northeastern Washington State with four kids, three dogs and seven jobs. You can catch up with her latest shenanigans at livstecker.com","thumbnail":"http://theboot.com/files/2017/04/IMG_8598.jpg"},"firstCategoryName":"Country News","postType":"post","postTitle":"Alan Jackson&#8217;s Nashville Bar Starts #HonkyTonks4Texas for Harvey Victims","aiseopTitle":"Alan Jackson's Nashville Bar Launches Hurricane Harvey Relief Fundraiser","widgetTime":12}}}},"carbonsidebar/mainads":{"widgets":["carbonwidget/top-728x90","carbonwidget/dynamic-ad-custom","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":1}},"carbonwidget/dynamic-ad-custom":{"widgetInfo":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"dynamic-ad-custom","widgetTime":1}},"carbonwidget/tsm-out-of-page":{"widgetInfo":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"tsm-out-of-page","widgetTime":1}},"carbonwidget/bottom-728x90":{"widgetInfo":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"bottom-728x90","widgetTime":1}}}},"single-post-bottom":{"widgets":["widget_third_party_content-2","widget_third_party_content-3","ts_blogroll-7"],"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":"35858","placement":"","targettype":"","mode":"","widgetTime":1}},"widget_third_party_content-3":{"widgetInfo":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"widgetParams":{"type":"zergnet","title":"Around the Web","id":"14790","placement":"","targettype":"","mode":"","widgetTime":1}},"ts_blogroll-7":{"widgetInfo":{"id":"ts_blogroll-7","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"7"},"widgetParams":{"title":"Best of The Boot","type":"main_content_thumb_title_roll","cat":"25299,702,1818","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","align":"default","isweather":0}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-77","ts_blogroll-1364","google-ads-widget-952","tsq_sailthru_newsletter_widget-820","ts_blogroll-1365"],"widgetDetails":{"fix_sidebar_marker-77":{"widgetInfo":{"id":"fix_sidebar_marker-77","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"77"},"widgetParams":{"title":"Fix Sidebar Marker","widgetTime":1}},"ts_blogroll-1364":{"widgetInfo":{"id":"ts_blogroll-1364","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1364"},"widgetParams":{"title":"Editor's Picks","type":"carousel","isweather":0,"cat":"","posts_per_page":"5","align":"right","tag":"editor's picks","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":"1","unique_posts":"1","pinned_id":"","pinned_label":""}},"google-ads-widget-952":{"widgetInfo":{"id":"google-ads-widget-952","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"952"},"widgetParams":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":0}},"tsq_sailthru_newsletter_widget-820":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-820","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"820"},"widgetParams":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing!","enable_primary":"","align":"","lists":["TheBoot"],"widgetTime":0}},"ts_blogroll-1365":{"widgetInfo":{"id":"ts_blogroll-1365","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1365"},"widgetParams":{"title":"The Latest","type":"sidebar_row_standard","posts_per_page":"5","cat":"358","tag":"","private_tag":"","thumb_type":"landscape","link_label":"","link":"","unique_posts":"1","align":"default","show_thumb":0,"alternate_data":"1","isweather":0,"pinned_id":"","pinned_label":""}}}},"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":3295320,"slug":"livstecker","name":"Liv Stecker","first_name":"Liv","last_name":"Stecker","nickname":"Liv","url":"http://theboot.com/author/livstecker/","description":"Liv Stecker is a freeelance writer out of northeastern Washington State with four kids, three dogs and seven jobs. You can catch up with her latest shenanigans at livstecker.com","thumbnail":"http://theboot.com/files/2017/04/IMG_8598.jpg"},"firstCategoryName":"Country News","postType":"post","postTitle":"Alan Jackson&#8217;s Nashville Bar Starts #HonkyTonks4Texas for Harvey Victims","aiseopTitle":"Alan Jackson's Nashville Bar Launches Hurricane Harvey Relief Fundraiser","widgetTime":12},"data":[181017],"dataDetails":{"181017":{"thumbnail":"http://theboot.com/files/2017/08/Alan-Jackson1.jpg","caption":"Terry Wyatt, Getty Images","excerpt":"<a href=\"http://theboot.com/tags/alan-jackson/\">Alan Jackson</a>'s AJ's Good Time Bar has launched #HonkyTonks4Texas, a weekend-long fundraiser for victims of Hurricane Harvey.","date":"August 31, 2017 2:00 PM","postDateGmt":"2017-08-31 18:00:04 +0000","postModifiedGmt":"2017-08-31 19:32:51 +0000","title":"Alan Jackson&#8217;s Nashville Bar Starts #HonkyTonks4Texas for Harvey Victims","url":"http://theboot.com/alan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief/","id":181017,"contentRaw":"[caption id=\"attachment_181018\" align=\"alignleft\" width=\"630\"]<img class=\"size-large wp-image-181018\" src=\"http://theboot.com/files/2017/08/Alan-Jackson1.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\" alt=\"Alan Jackson #HonkyTonks4Texas\" width=\"630\" height=\"420\" /> Terry Wyatt, Getty Images[/caption]\r\n\r\n<a href=\"http://theboot.com/tags/alan-jackson/\">Alan Jackson</a>'s Nashville bar has kicked off a weekend-long fundraiser for the victims of Hurricane Harvey. From Aug. 31 through Labor Day (Sept. 4), $1 from every item sold at <a href=\"http://theboot.com/alan-jackson-ajs-good-time-bar-nashville/\">AJ's Good Time Bar</a> will be donated to the Hurricane Harvey Recovery Fund, which is being administered through the Community Foundation of Middle Tennessee.\r\n\r\n\"I've toured a lot over the years in East Texas, played the Houston Rodeo 23 times, and I hate to see what's happening down there,\" Jackson says in a press release. \"It's tough to watch ... and I can't imagine what my fans and all the people of Texas are goin' through ... and I hope this allows folks in Nashville to feel like they can do a little something to help.\"\r\n\r\nSeven years ago, in 2010, Nashville itself was inundated with flood waters. Residents and businesses alike are eager to return the care that was showered upon them at the time.\r\n\r\n\"We couldn't have made it through it without the overwhelming amount of support we received nationwide,\" says Matt Harville, general manager at AJ's Good Time Bar. \"Finding a way to give back is an easy choice, and we hope other bars and honky-tonks on Broadway will join us in this effort.\"\r\n\r\nhttps://youtu.be/3sV6WekjNCo\r\n\r\nIn addition to Jackson, a number of other country artists have stepped up to help with Hurricane Harvey relief efforts: On Wednesday night (Aug. 30), <a href=\"http://theboot.com/florida-georgia-lines-fgl-house-hosts-hurricane-harvey-fundraiser/\">Florida Georgia Line's FGL House, also located in Nashville, hosted its own fundraiser</a>. <a href=\"http://theboot.com/tags/chris-young/\">Chris Young</a>, meanwhile, has <a href=\"http://theboot.com/chris-young-hurricane-harvey-gofundme/\">set up a GoFundMe campaign</a> to help raise money for those affected by the natural disaster, encouraging his fans to donate whatever they can to the fund, which will be given to the Red Cross and other local Texas disaster relief organizations, and giving $100,000 himself. Young says he also plans to <a href=\"http://theboot.com/chris-young-hurricane-harvey-relief-efforts/\">get involved with other, larger fundraising campaigns</a>.\r\n\r\nAlso helping Hurricane Harvey victims are <a href=\"http://theboot.com/tags/granger-smith/\">Granger Smith</a>, <a href=\"http://theboot.com/tags/luke-combs/\">Luke Combs</a>, <a href=\"http://theboot.com/tags/lady-antebellum/\">Lady Antebellum</a> and the <a href=\"http://theboot.com/tags/josh-abbott-band/\">Josh Abbott Band</a>. Smith, a Dallas, Texas, native, is now <a href=\"http://theboot.com/granger-smith-luke-combs-josh-abbott-band-hurricane-harvey-relief-efforts/\">donating 100 percent of profits</a> from merchandise sales through his online store to Hurricane Harvey relief efforts; Lady A, too,<a href=\"http://theboot.com/lady-antebellum-merch-proceeds-to-hurricane-harvey-relief/\"> donated merch proceeds</a>, specifically from their Saturday night (Aug. 26) concert in Dallas, to hurricane-related charities. Combs, meanwhile, tweeted that he would be donating $10,000 to Samaritan’s Purse, “a non-denominational evangelical Christian” that’s sending five disaster relief teams to help Hurricane Harvey victims, and the Josh Abbott Band are selling a special T-shirt and donating the proceeds to “accredited organizations helping in disaster recovery.”\r\n\r\nAdditionally, <a href=\"http://theboot.com/tags/miranda-lambert/\">Miranda Lambert</a>, with her MuttNation Foundation, <a href=\"http://theboot.com/miranda-lambert-muttnation-hurricane-harvey-relief-efforts/\">headed to the affected parts of Texas</a> to do whatever they can for the animals displaced by the storm, and <a href=\"http://theboot.com/tags/george-strait/\">George Strait</a> has revealed that he is <a href=\"http://theboot.com/george-strait-hurricane-harvey-relief-effort/\">working on a major relief effort</a> “with the whole country music community.”\r\n<p style=\"text-align: center;\"><strong>Country Stars Share Thoughts and Prayers for Hurricane Harvey Victims</strong></p>\r\n[gallery ids=\"389481,389482,389483,389484,389485,389486,389487,389488,389489,389490,389491,389493\" galleryid=\"204:389479\" galleryindex=\"0\" enablefullscreen=\"yes\" showthumbs=\"no\"]\r\n<p style=\"text-align: center;\"><strong>You Think You Know Alan Jackson?</strong></p>\r\nhttps://youtu.be/-Bb1XP9eUSk\r\n\r\n[button href=\"http://theboot.com/songs-inspired-by-tragedies/\" title=\"NEXT: Country Songs Inspired By World Tragedy\" align=\"center\"]","next_url":[{"textContent":"NEXT: Country Songs Inspired By World Tragedy","class":"button_act","href":"http://theboot.com/songs-inspired-by-tragedies/"}],"content":"\n<figure id=\"attachment_181018\" class=\"content-post-image alignleft\"><span class=\"image-frame\"><noscript><img src=\"http://theboot.com/files/2017/08/Alan-Jackson1.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\"></noscript>\n<img class=\"size-large wp-image-181018 lazy\" src=\"//s3.amazonaws.com/tsm-images/global/1x1.gif\" alt=\"Alan Jackson #HonkyTonks4Texas\" data-width=\"630\" data-height=\"420\" data-type=\"post\" datasrc=\"http://theboot.com/files/2017/08/Alan-Jackson1.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89\"></span><figcaption>Terry Wyatt, Getty Images</figcaption></figure><p><a href=\"http://theboot.com/tags/alan-jackson/\">Alan Jackson</a>‘s Nashville bar has kicked off a weekend-long fundraiser for the victims of Hurricane Harvey. From Aug. 31 through Labor Day (Sept. 4), $1 from every item sold at <a href=\"http://theboot.com/alan-jackson-ajs-good-time-bar-nashville/\">AJ’s Good Time Bar</a> will be donated to the Hurricane Harvey Recovery Fund, which is being administered through the Community Foundation of Middle Tennessee.</p>\n<p>“I’ve toured a lot over the years in East Texas, played the Houston Rodeo 23 times, and I hate to see what’s happening down there,” Jackson says in a press release. “It’s tough to watch … and I can’t imagine what my fans and all the people of Texas are goin’ through … and I hope this allows folks in Nashville to feel like they can do a little something to help.”</p>\n<p>Seven years ago, in 2010, Nashville itself was inundated with flood waters. Residents and businesses alike are eager to return the care that was showered upon them at the time.</p>\n<p>“We couldn’t have made it through it without the overwhelming amount of support we received nationwide,” says Matt Harville, general manager at AJ’s Good Time Bar. “Finding a way to give back is an easy choice, and we hope other bars and honky-tonks on Broadway will join us in this effort.”</p>\n<p><div class=\"embed-wrapper\"><iframe src=\"https://www.youtube.com/embed/3sV6WekjNCo?feature=oembed\" frameborder=\"0\" allowfullscreen data-width=\"630\" data-height=\"354\"></iframe></div></p>\n<p>In addition to Jackson, a number of other country artists have stepped up to help with Hurricane Harvey relief efforts: On Wednesday night (Aug. 30), <a href=\"http://theboot.com/florida-georgia-lines-fgl-house-hosts-hurricane-harvey-fundraiser/\">Florida Georgia Line’s FGL House, also located in Nashville, hosted its own fundraiser</a>. <a href=\"http://theboot.com/tags/chris-young/\">Chris Young</a>, meanwhile, has <a href=\"http://theboot.com/chris-young-hurricane-harvey-gofundme/\">set up a GoFundMe campaign</a> to help raise money for those affected by the natural disaster, encouraging his fans to donate whatever they can to the fund, which will be given to the Red Cross and other local Texas disaster relief organizations, and giving $100,000 himself. Young says he also plans to <a href=\"http://theboot.com/chris-young-hurricane-harvey-relief-efforts/\">get involved with other, larger fundraising campaigns</a>.</p>\n<p>Also helping Hurricane Harvey victims are <a href=\"http://theboot.com/tags/granger-smith/\">Granger Smith</a>, <a href=\"http://theboot.com/tags/luke-combs/\">Luke Combs</a>, <a href=\"http://theboot.com/tags/lady-antebellum/\">Lady Antebellum</a> and the <a href=\"http://theboot.com/tags/josh-abbott-band/\">Josh Abbott Band</a>. Smith, a Dallas, Texas, native, is now <a href=\"http://theboot.com/granger-smith-luke-combs-josh-abbott-band-hurricane-harvey-relief-efforts/\">donating 100 percent of profits</a> from merchandise sales through his online store to Hurricane Harvey relief efforts; Lady A, too,<a href=\"http://theboot.com/lady-antebellum-merch-proceeds-to-hurricane-harvey-relief/\"> donated merch proceeds</a>, specifically from their Saturday night (Aug. 26) concert in Dallas, to hurricane-related charities. Combs, meanwhile, tweeted that he would be donating $10,000 to Samaritan’s Purse, “a non-denominational evangelical Christian” that’s sending five disaster relief teams to help Hurricane Harvey victims, and the Josh Abbott Band are selling a special T-shirt and donating the proceeds to “accredited organizations helping in disaster recovery.”</p>\n<p>Additionally, <a href=\"http://theboot.com/tags/miranda-lambert/\">Miranda Lambert</a>, with her MuttNation Foundation, <a href=\"http://theboot.com/miranda-lambert-muttnation-hurricane-harvey-relief-efforts/\">headed to the affected parts of Texas</a> to do whatever they can for the animals displaced by the storm, and <a href=\"http://theboot.com/tags/george-strait/\">George Strait</a> has revealed that he is <a href=\"http://theboot.com/george-strait-hurricane-harvey-relief-effort/\">working on a major relief effort</a> “with the whole country music community.”</p>\n<p style=\"text-align: center;\"><strong>Country Stars Share Thoughts and Prayers for Hurricane Harvey Victims</strong></p>\n<script type=\"text/javascript\">\n\twindow.TSM = window.TSM || {};\n\twindow.TSM.photogalleryConfigs = window.TSM.photogalleryConfigs || [];\n\tvar photogalleryConfig = {\n\t\tgalleryUrl:'http://tasteofcountry.com/api/json/galleries/389479?filterexclusions&galleryindex=0'\n\t\t,galleryId:'tsm-photogallery-204-389479-0'\n\t\t,showThumbs:0\n\t\t,colorscheme:'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:''\n\t\t,enableEndCard:1\n\t\t,enableBelowDescriptionEndCard:1\n\t\t,endCardMode:2\n\t\t,enableKiosked:0\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>You Think You Know Alan Jackson?</strong></p>\n<p><div class=\"embed-wrapper\"><iframe src=\"https://www.youtube.com/embed/-Bb1XP9eUSk?feature=oembed\" frameborder=\"0\" allowfullscreen data-width=\"630\" data-height=\"354\"></iframe></div></p>\n<p class=\"more_act ga_network_button aligncenter\"><a class=\"button_act\" href=\"http://theboot.com/songs-inspired-by-tragedies/\">NEXT: Country Songs Inspired By World Tragedy</a></p>\n","postType":"post","wpVersion":"","alternateMetaForBlogroll":{"title":"Alan Jackson&#8217;s Nashville Bar Starts #HonkyTonks4Texas for Harvey Victims","excerpt":"<a href=\"http://theboot.com/tags/alan-jackson/\">Alan Jackson</a>'s AJ's Good Time Bar has launched #HonkyTonks4Texas, a weekend-long fundraiser for victims of Hurricane Harvey.","post_excerpt":"<a href=\"http://theboot.com/tags/alan-jackson/\">Alan Jackson</a>'s AJ's Good Time Bar has launched #HonkyTonks4Texas, a weekend-long fundraiser for victims of Hurricane Harvey.","post_more_excerpt":"<p><a href=\"http://theboot.com/tags/alan-jackson/\">Alan Jackson</a>'s AJ's Good Time Bar has launched #HonkyTonks4Texas, a weekend-long fundraiser for victims of Hurricane Harvey.\n<p class=\"more_act\"><a href=\"http://theboot.com/alan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief/\" title=\"Alan Jackson&#8217;s Nashville Bar Starts #HonkyTonks4Texas for Harvey Victims\">Read More</a></p>\n","permalink":"http://theboot.com/alan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief/","image":{"id":181018,"url":"http://theboot.com/files/2017/08/Alan-Jackson1.jpg","caption":"Terry Wyatt, Getty Images"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":true},"tags":[{"id":750,"slug":"alan-jackson","title":"Alan Jackson","description":"Alan Jackson was born and raised in Newnan, Ga., the youngest, and only boy, of five children. Although he did not originally intend to have a career in country music, he became enthralled by the music of artists such as Gene Watson and John Anderson and decided that he wanted to follow in their footsteps. At the age of 27, Jackson and his wife Denise relocated to Nashville so that he could pursue music full time. The future country legend's high school sweetheart ran into Glen Campbell while working as a flight attendant, and Campbell helped Jackson land his first record deal, with Arista Records. Jackson’s debut album, 'Here in the Real World', was released in 1990 and features four Top 5 singles, including \"I’d Love You All Over Again,” which became Jackson's first No. 1 hit. The singer released 13 studio albums with Arista before changing labels in the early 2010s and has earned more than 50 Top 40 hits, including his duet with Jimmy Buffett, “It’s Five O’Clock Somewhere,” which spent eight weeks at the top of the charts when it was released in 2003. \"Where Were You (When the World Stopped Turning),\" which Jackson wrote and recorded for his 2002 album 'Drive' in response to the 9/11 terrorist attacks, is another of the artist's most well-known singles; the song won him three ACM Awards, two CMA Awards and his very first Grammy Award. Jackson, the father of three girls, is a member of the Grand Ole Opry and the Georgia Music Hall of Fame.","post_count":377,"link_url":"http://theboot.com/tags/alan-jackson/","feed_url":"http://theboot.com/tags/alan-jackson/feed/","term_taxonomy_id":755,"object_id":0}],"categories":[{"id":358,"slug":"country-news","title":"Country News","description":"","parent":0,"post_count":24983,"link_url":"http://theboot.com/category/country-news/","feed_url":"http://theboot.com/category/country-news/feed/","term_taxonomy_id":363,"object_id":0},{"id":684,"slug":"legends","title":"Legends","description":"","parent":0,"post_count":2260,"link_url":"http://theboot.com/category/legends/","feed_url":"http://theboot.com/category/legends/feed/","term_taxonomy_id":689,"object_id":0}],"authors":[{"id":3295320,"slug":"livstecker","name":"Liv Stecker","first_name":"Liv","last_name":"Stecker","nickname":"Liv","url":"http://theboot.com/author/livstecker/","description":"Liv Stecker is a freeelance writer out of northeastern Washington State with four kids, three dogs and seven jobs. You can catch up with her latest shenanigans at livstecker.com","thumbnail":"http://theboot.com/files/2017/04/IMG_8598.jpg"}],"post_more_meta":{"meta":""},"social":{"tw":{"href":"http://twitter.com/intent/tweet?text=Alan%20Jackson%E2%80%99s%20Nashville%20Bar%20Starts%20%23HonkyTonks4Texas%20for%20Harvey%20Victims%20http%3A%2F%2Ftheboot.com%2Falan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief%2F%3Ftrackback%3Dtwitter_mobile%20%40thebootdotcom","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2Ftheboot.com%2Falan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://theboot.com/aaron-lee-tasjan-till-the-town-goes-dark-music-video/","prevArticle":"http://theboot.com/rascal-flatts-hurricane-harvey-disney-day-of-giving/","pageUrl":"/alan-jackson-honkytonks4texas-ajs-goodtime-bar-hurricane-harvey-relief/?platform=hootsuite","blogId":623,"domain":"theboot.com","crossPostAttributionBottom":"","rawContent":"<p>\n<sectiontag class=\"module\" contenteditable=\"false\" type=\"image\" attr-id=\"181018\" attr-caption=\" Terry Wyatt, Getty Images\" attr-align=\"left\" attr-width=\"630\" attr-height=\"420\" attr-url=\"http://theboot.com/files/2017/08/Alan-Jackson1.jpg?w=630&amp;amp;h=420&amp;amp;zc=1&amp;amp;s=0&amp;amp;a=t&amp;amp;q=89\"></sectiontag></p>\n<p><a href=\"http://theboot.com/tags/alan-jackson/\">Alan Jackson</a>'s Nashville bar has kicked off a weekend-long fundraiser for the victims of Hurricane Harvey. From Aug. 31 through Labor Day (Sept. 4), $1 from every item sold at <a href=\"http://theboot.com/alan-jackson-ajs-good-time-bar-nashville/\">AJ's Good Time Bar</a> will be donated to the Hurricane Harvey Recovery Fund, which is being administered through the Community Foundation of Middle Tennessee.</p>\n<p>\"I've toured a lot over the years in East Texas, played the Houston Rodeo 23 times, and I hate to see what's happening down there,\" Jackson says in a press release. \"It's tough to watch ... and I can't imagine what my fans and all the people of Texas are goin' through ... and I hope this allows folks in Nashville to feel like they can do a little something to help.\"</p>\n<p>Seven years ago, in 2010, Nashville itself was inundated with flood waters. Residents and businesses alike are eager to return the care that was showered upon them at the time.</p>\n<p>\"We couldn't have made it through it without the overwhelming amount of support we received nationwide,\" says Matt Harville, general manager at AJ's Good Time Bar. \"Finding a way to give back is an easy choice, and we hope other bars and honky-tonks on Broadway will join us in this effort.\"</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>In addition to Jackson, a number of other country artists have stepped up to help with Hurricane Harvey relief efforts: On Wednesday night (Aug. 30), <a href=\"http://theboot.com/florida-georgia-lines-fgl-house-hosts-hurricane-harvey-fundraiser/\">Florida Georgia Line's FGL House, also located in Nashville, hosted its own fundraiser</a>. <a href=\"http://theboot.com/tags/chris-young/\">Chris Young</a>, meanwhile, has <a href=\"http://theboot.com/chris-young-hurricane-harvey-gofundme/\">set up a GoFundMe campaign</a> to help raise money for those affected by the natural disaster, encouraging his fans to donate whatever they can to the fund, which will be given to the Red Cross and other local Texas disaster relief organizations, and giving $100,000 himself. Young says he also plans to <a href=\"http://theboot.com/chris-young-hurricane-harvey-relief-efforts/\">get involved with other, larger fundraising campaigns</a>.</p>\n<p>Also helping Hurricane Harvey victims are <a href=\"http://theboot.com/tags/granger-smith/\">Granger Smith</a>, <a href=\"http://theboot.com/tags/luke-combs/\">Luke Combs</a>, <a href=\"http://theboot.com/tags/lady-antebellum/\">Lady Antebellum</a> and the <a href=\"http://theboot.com/tags/josh-abbott-band/\">Josh Abbott Band</a>. Smith, a Dallas, Texas, native, is now <a href=\"http://theboot.com/granger-smith-luke-combs-josh-abbott-band-hurricane-harvey-relief-efforts/\">donating 100 percent of profits</a> from merchandise sales through his online store to Hurricane Harvey relief efforts; Lady A, too,<a href=\"http://theboot.com/lady-antebellum-merch-proceeds-to-hurricane-harvey-relief/\"> donated merch proceeds</a>, specifically from their Saturday night (Aug. 26) concert in Dallas, to hurricane-related charities. Combs, meanwhile, tweeted that he would be donating $10,000 to Samaritan’s Purse, “a non-denominational evangelical Christian” that’s sending five disaster relief teams to help Hurricane Harvey victims, and the Josh Abbott Band are selling a special T-shirt and donating the proceeds to “accredited organizations helping in disaster recovery.”</p>\n<p>Additionally, <a href=\"http://theboot.com/tags/miranda-lambert/\">Miranda Lambert</a>, with her MuttNation Foundation, <a href=\"http://theboot.com/miranda-lambert-muttnation-hurricane-harvey-relief-efforts/\">headed to the affected parts of Texas</a> to do whatever they can for the animals displaced by the storm, and <a href=\"http://theboot.com/tags/george-strait/\">George Strait</a> has revealed that he is <a href=\"http://theboot.com/george-strait-hurricane-harvey-relief-effort/\">working on a major relief effort</a> “with the whole country music community.”</p>\n<p style=\"text-align: center;\"><strong>Country Stars Share Thoughts and Prayers for Hurricane Harvey Victims</strong></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"gallery\" attr-url=\"/rest/carbon/uri/api/gallery/domain/tasteofcountry.com/galleryId/389479?filterexclusions&amp;galleryindex=0\" attr-thumbnail=\"http://tsm-branded-apps.s3.amazonaws.com/icons/slideshow@3x.png\" attr-layout=\"\" attr-fullscreen=\"1\"></sectiontag></p>\n<p style=\"text-align: center;\"><strong>You Think You Know Alan Jackson?</strong></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"oembed\" attr-url=\"http://www.youtube.com/oembed?url=https%3A%2F%2Fyoutu.be%2F-Bb1XP9eUSk&amp;format=json\">\n<noscript class=\"rendered-html\" type=\"text/html\"></noscript>\n<p></sectiontag></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"button\" attr-href=\"http://theboot.com/songs-inspired-by-tragedies/\" attr-title=\"NEXT: Country Songs Inspired By World Tragedy\" attr-align=\"center\" attr-appLink=\"true\"></sectiontag></p>\n","podContent":[{"type":"singlePostText","data":{"text":"<p><a href=\"http://theboot.com/tags/alan-jackson/\">Alan Jackson</a>&apos;s Nashville bar has kicked&#xA0;off a weekend-long fundraiser for the victims of Hurricane Harvey. From Aug. 31 through Labor Day (Sept. 4), $1 from every item sold at&#xA0;<a href=\"http://theboot.com/alan-jackson-ajs-good-time-bar-nashville/\">AJ&apos;s Good Time Bar</a>&#xA0;will be donated to&#xA0;the Hurricane Harvey Recovery Fund, which is being administered through the Community Foundation of Middle Tennessee.</p>\n"},"currentTextLength":362,"runningCounter":1,"cumulativePodTextLength":362,"totalSimilarConsecutiveElements":4,"totalTextLength":1280},{"type":"singlePostText","data":{"text":"<p>&quot;I&apos;ve toured a lot over the years in East Texas, played the Houston Rodeo 23 times, and I hate to see what&apos;s happening down there,&quot; Jackson says in a press release. &quot;It&apos;s tough to watch ... and I can&apos;t imagine what my fans and all the people of Texas are goin&apos; through ... and I hope this allows folks in Nashville to feel like they can do a little something to help.&quot;</p>\n"},"currentTextLength":414,"runningCounter":2,"cumulativePodTextLength":776,"totalSimilarConsecutiveElements":4,"totalTextLength":1280},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostText","data":{"text":"<p>Seven years ago, in 2010, Nashville itself was inundated with flood waters. Residents and businesses alike are eager to return the care that was showered upon them at the time.</p>\n"},"currentTextLength":177,"runningCounter":3,"cumulativePodTextLength":953,"totalSimilarConsecutiveElements":4,"totalTextLength":1280},{"type":"singlePostText","data":{"text":"<p>&quot;We couldn&apos;t have made it through it without the overwhelming amount of support we received nationwide,&quot; says&#xA0;Matt Harville, general manager at AJ&apos;s Good Time Bar. &quot;Finding a way to give back is an easy choice, and we hope other bars and honky-tonks on Broadway will join us in this effort.&quot;</p>\n"},"currentTextLength":327,"runningCounter":4,"cumulativePodTextLength":1280,"totalSimilarConsecutiveElements":4,"totalTextLength":1280},{"type":"singlePostOembed","data":{"type":"video","html":"<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/3sV6WekjNCo?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>","title":"Hurricane Harvey Strikes, Country Singers Respond - Taste of Country News 360","thumbnail_height":360,"provider_name":"YouTube","author_url":"https://www.youtube.com/user/TasteofCountryMusic","width":480,"thumbnail_width":480,"version":"1.0","author_name":"Taste of Country","height":270,"thumbnail_url":"https://i.ytimg.com/vi/3sV6WekjNCo/hqdefault.jpg","provider_url":"https://www.youtube.com/"},"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostText","data":{"text":"<p>In addition to Jackson,&#xA0;a number of other country artists have stepped up to help with Hurricane Harvey relief efforts: On Wednesday night (Aug. 30), <a href=\"http://theboot.com/florida-georgia-lines-fgl-house-hosts-hurricane-harvey-fundraiser/\">Florida Georgia Line&apos;s FGL House, also located in Nashville, hosted its own fundraiser</a>.&#xA0;<a href=\"http://theboot.com/tags/chris-young/\">Chris Young</a>, meanwhile, has&#xA0;<a href=\"http://theboot.com/chris-young-hurricane-harvey-gofundme/\">set up a GoFundMe campaign</a>&#xA0;to help raise money for those affected by the natural disaster, encouraging his fans to donate whatever they can to the fund, which will be given to the Red Cross and other local Texas disaster relief organizations, and giving $100,000 himself. Young says he also plans to&#xA0;<a href=\"http://theboot.com/chris-young-hurricane-harvey-relief-efforts/\">get involved with other, larger fundraising campaigns</a>.</p>\n"},"currentTextLength":651,"runningCounter":1,"cumulativePodTextLength":651,"totalSimilarConsecutiveElements":4,"totalTextLength":1931},{"type":"singlePostText","data":{"text":"<p>Also helping Hurricane Harvey victims are&#xA0;<a href=\"http://theboot.com/tags/granger-smith/\">Granger Smith</a>,&#xA0;<a href=\"http://theboot.com/tags/luke-combs/\">Luke Combs</a>,&#xA0;<a href=\"http://theboot.com/tags/lady-antebellum/\">Lady Antebellum</a>&#xA0;and the&#xA0;<a href=\"http://theboot.com/tags/josh-abbott-band/\">Josh Abbott Band</a>.&#xA0;Smith, a Dallas, Texas, native, is now&#xA0;<a href=\"http://theboot.com/granger-smith-luke-combs-josh-abbott-band-hurricane-harvey-relief-efforts/\">donating 100 percent of profits</a>&#xA0;from&#xA0;merchandise sales through his online store&#xA0;to Hurricane Harvey relief efforts; Lady A, too,<a href=\"http://theboot.com/lady-antebellum-merch-proceeds-to-hurricane-harvey-relief/\">&#xA0;donated merch proceeds</a>, specifically from their Saturday night (Aug. 26) concert in Dallas, to&#xA0;hurricane-related charities.&#xA0;Combs, meanwhile,&#xA0;tweeted&#xA0;that he would be donating $10,000 to&#xA0;Samaritan&#x2019;s Purse, &#x201C;a non-denominational evangelical Christian&#x201D; that&#x2019;s sending five disaster relief teams to help Hurricane Harvey victims, and the Josh Abbott Band&#xA0;are selling a special T-shirt and donating the proceeds to &#x201C;accredited organizations helping in disaster recovery.&#x201D;</p>\n"},"currentTextLength":874,"runningCounter":2,"cumulativePodTextLength":1525,"totalSimilarConsecutiveElements":4,"totalTextLength":1931},{"type":"singlePostText","data":{"text":"<p>Additionally,&#xA0;<a href=\"http://theboot.com/tags/miranda-lambert/\">Miranda Lambert</a>, with her&#xA0;MuttNation Foundation,&#xA0;<a href=\"http://theboot.com/miranda-lambert-muttnation-hurricane-harvey-relief-efforts/\">headed to the affected parts of Texas</a>&#xA0;to do whatever they can for the animals displaced by the storm, and&#xA0;<a href=\"http://theboot.com/tags/george-strait/\">George Strait</a>&#xA0;has revealed that he is&#xA0;<a href=\"http://theboot.com/george-strait-hurricane-harvey-relief-effort/\">working on a major relief effort</a>&#xA0;&#x201C;with the whole country music community.&#x201D;</p>\n"},"currentTextLength":336,"runningCounter":3,"cumulativePodTextLength":1861,"totalSimilarConsecutiveElements":4,"totalTextLength":1931},{"type":"singlePostText","data":{"text":"<p style=\"text-align: center;\"><strong>Country Stars Share Thoughts and Prayers for Hurricane Harvey Victims</strong></p>\n"},"currentTextLength":70,"runningCounter":4,"cumulativePodTextLength":1931,"totalSimilarConsecutiveElements":4,"totalTextLength":1931},{"type":"singlePostGallery","data":{"url":"/rest/carbon/uri/api/gallery/domain/tasteofcountry.com/galleryId/389479?filterexclusions&galleryindex=0","thumbnail":"http://tsm-branded-apps.s3.amazonaws.com/icons/slideshow@3x.png","layout":"","fullscreen":1},"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostText","data":{"text":"<p style=\"text-align: center;\"><strong>You Think You Know Alan Jackson?</strong></p>\n"},"currentTextLength":33,"runningCounter":1,"cumulativePodTextLength":33,"totalSimilarConsecutiveElements":1,"totalTextLength":33},{"type":"singlePostOembed","data":{"version":"1.0","type":"video","thumbnail_url":"https://i.ytimg.com/vi/-Bb1XP9eUSk/hqdefault.jpg","width":480,"thumbnail_height":360,"provider_url":"https://www.youtube.com/","thumbnail_width":480,"provider_name":"YouTube","height":270,"author_name":"Taste of Country","author_url":"https://www.youtube.com/user/TasteofCountryMusic","html":"<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/-Bb1XP9eUSk?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>","title":"Alan Jackson - You Think You Know Country?"},"runningCounter":1,"totalSimilarConsecutiveElements":1}],"uniquePodTypes":["singlePostImage","singlePostText","singlePostOembed","singlePostGallery","singlePostButton"],"podHeader":[{"type":"singlePostImage","data":{"id":181018,"caption":"Terry Wyatt, Getty Images","align":"left","width":630,"height":420,"url":"http://theboot.com/files/2017/08/Alan-Jackson1.jpg?w=630&amp;h=420&amp;zc=1&amp;s=0&amp;a=t&amp;q=89"},"runningCounter":1,"totalSimilarConsecutiveElements":1}],"podFooter":{"type":"singlePostButton","data":{"href":"http://theboot.com/songs-inspired-by-tragedies/","title":"NEXT: Country Songs Inspired By World Tragedy","align":"center","applink":"true"},"runningCounter":1,"totalSimilarConsecutiveElements":1},"next":{"latest":[{"postId":118285,"documentUrl":"/alan-jackson-dont-rock-the-jukebox-double-platinum/","filterUrl":"/rest/carbon/filter/main/alan-jackson-dont-rock-the-jukebox-double-platinum/","sortDate":"2017-08-25 23:01:11.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":180023,"documentUrl":"/2017-acm-honors-performers-presenters/","filterUrl":"/rest/carbon/filter/main/2017-acm-honors-performers-presenters/","sortDate":"2017-08-17 13:45:14.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":179527,"documentUrl":"/alan-jackson-glen-campbell-tribute/","filterUrl":"/rest/carbon/filter/main/alan-jackson-glen-campbell-tribute/","sortDate":"2017-08-10 09:55:23.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":75861,"documentUrl":"/alan-jackson-no-1-i-dont-even-know-your-name/","filterUrl":"/rest/carbon/filter/main/alan-jackson-no-1-i-dont-even-know-your-name/","sortDate":"2017-08-04 23:01:32.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":178950,"documentUrl":"/we-fest-2017-pictures/","filterUrl":"/rest/carbon/filter/main/we-fest-2017-pictures/","sortDate":"2017-08-03 20:40:44.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":15659,"documentUrl":"/best-cover-songs/","filterUrl":"/rest/carbon/filter/main/best-cover-songs/","sortDate":"2017-08-02 07:15:00.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":105133,"documentUrl":"/zac-brown-band-chicken-fried-alan-jackson/","filterUrl":"/rest/carbon/filter/main/zac-brown-band-chicken-fried-alan-jackson/","sortDate":"2017-07-31 07:45:05.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":177828,"documentUrl":"/country-songs-everyone-must-hear-before-they-die/","filterUrl":"/rest/carbon/filter/main/country-songs-everyone-must-hear-before-they-die/","sortDate":"2017-07-28 11:00:52.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":116072,"documentUrl":"/country-stars-who-got-divorced/","filterUrl":"/rest/carbon/filter/main/country-stars-who-got-divorced/","sortDate":"2017-07-20 07:10:48.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":173355,"documentUrl":"/alan-jackson-wanted-lyrics/","filterUrl":"/rest/carbon/filter/main/alan-jackson-wanted-lyrics/","sortDate":"2017-07-05 08:00:50.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"}],"taxonomy":[{"postId":118285,"documentUrl":"/alan-jackson-dont-rock-the-jukebox-double-platinum/","filterUrl":"/rest/carbon/filter/main/alan-jackson-dont-rock-the-jukebox-double-platinum/","sortDate":"2017-08-25 23:01:11.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":180023,"documentUrl":"/2017-acm-honors-performers-presenters/","filterUrl":"/rest/carbon/filter/main/2017-acm-honors-performers-presenters/","sortDate":"2017-08-17 13:45:14.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":179527,"documentUrl":"/alan-jackson-glen-campbell-tribute/","filterUrl":"/rest/carbon/filter/main/alan-jackson-glen-campbell-tribute/","sortDate":"2017-08-10 09:55:23.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":75861,"documentUrl":"/alan-jackson-no-1-i-dont-even-know-your-name/","filterUrl":"/rest/carbon/filter/main/alan-jackson-no-1-i-dont-even-know-your-name/","sortDate":"2017-08-04 23:01:32.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":178950,"documentUrl":"/we-fest-2017-pictures/","filterUrl":"/rest/carbon/filter/main/we-fest-2017-pictures/","sortDate":"2017-08-03 20:40:44.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":15659,"documentUrl":"/best-cover-songs/","filterUrl":"/rest/carbon/filter/main/best-cover-songs/","sortDate":"2017-08-02 07:15:00.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":105133,"documentUrl":"/zac-brown-band-chicken-fried-alan-jackson/","filterUrl":"/rest/carbon/filter/main/zac-brown-band-chicken-fried-alan-jackson/","sortDate":"2017-07-31 07:45:05.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":177828,"documentUrl":"/country-songs-everyone-must-hear-before-they-die/","filterUrl":"/rest/carbon/filter/main/country-songs-everyone-must-hear-before-they-die/","sortDate":"2017-07-28 11:00:52.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":116072,"documentUrl":"/country-stars-who-got-divorced/","filterUrl":"/rest/carbon/filter/main/country-stars-who-got-divorced/","sortDate":"2017-07-20 07:10:48.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"},{"postId":173355,"documentUrl":"/alan-jackson-wanted-lyrics/","filterUrl":"/rest/carbon/filter/main/alan-jackson-wanted-lyrics/","sortDate":"2017-07-05 08:00:50.000 +0000","termTaxonomyId":755,"taxonomyType":"tags"}]}}}},"carbonwidget/top-728x90":{"info":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"top-728x90","widgetTime":1},"data":["carbonwidget/top-728x90"],"dataDetails":{"carbonwidget/top-728x90":{"adUnit":"top-728x90","adType":"dfp6"}}},"carbonwidget/dynamic-ad-custom":{"info":{"id":"carbonwidget/dynamic-ad-custom","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"dynamic-ad-custom","widgetTime":1},"data":["carbonwidget/dynamic-ad-custom"],"dataDetails":{"carbonwidget/dynamic-ad-custom":{"adUnit":"dynamic-ad-custom","adType":"dfp6"}}},"carbonwidget/tsm-out-of-page":{"info":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"tsm-out-of-page","widgetTime":1},"data":["carbonwidget/tsm-out-of-page"],"dataDetails":{"carbonwidget/tsm-out-of-page":{"adUnit":"tsm-out-of-page","adType":"dfp6"}}},"carbonwidget/bottom-728x90":{"info":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"bottom-728x90","widgetTime":1},"data":["carbonwidget/bottom-728x90"],"dataDetails":{"carbonwidget/bottom-728x90":{"adUnit":"bottom-728x90","adType":"dfp6"}}},"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":"35858","placement":"","targettype":"","mode":"","widgetTime":1},"data":[],"dataDetails":{}},"widget_third_party_content-3":{"info":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"params":{"type":"zergnet","title":"Around the Web","id":"14790","placement":"","targettype":"","mode":"","widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-7":{"info":{"id":"ts_blogroll-7","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"7"},"params":{"title":"Best of The Boot","type":"main_content_thumb_title_roll","cat":"25299,702,1818","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","align":"default","isweather":0,"widgetTime":2,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[191750,192503,17257,92147],"dataDetails":{"17257":{"postid":"17257","sortdate":"2018-02-13T16:45:00.000Z","data":{"mainData":{"postType":"list-post","caption":"Rick Diamond / Alberto E. Rodriguez / Ethan Miller, Getty Images","thumbnail":"http://theboot.com/files/2011/02/Dierks-Bentley-Dolly-Parton-Trace-Adkins.jpg","postDateGmt":"2018-02-13 16:45:00 +0000","title":"Top 10 Pickup Lines in Country Music","url":"http://theboot.com/pick-up-lines/","id":17257,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Just turn on country radio, and you might get some advice for finding that special someone.","authors":[{"id":1402441,"slug":"the-boot-staff","name":"The Boot Staff","first_name":"The Boot","last_name":"Staff","nickname":"The Boot Staff","url":"http://theboot.com/author/the-boot-staff/","thumbnail":"http://theboot.com/files/2017/10/boot-250x2501.png"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","ts3_alternate":{"title":"Top 10 Pickup Lines in Country Music","excerpt":"Just turn on country radio, and you might get some advice for finding that special someone.","link-url":"","image":""},"dynamic-lead-video":"0","_aioseop_title":"Top 10 Pickup Lines in Country Music"}}},"92147":{"postid":"92147","sortdate":"2018-02-13T15:20:21.000Z","data":{"mainData":{"postType":"post","caption":"Ethan Miller / Larry Busacca / Rick Diamond, Getty Images","thumbnail":"http://theboot.com/files/2014/12/Tim-McGraw-Faith-Hill-Alan-Jackson-Denise-Jackson-Thompson-Square.jpg","postDateGmt":"2018-02-13 15:20:21 +0000","title":"Country&apos;s Greatest Love Stories","url":"http://theboot.com/country-love-stories/","id":92147,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Country music has some great love songs in its repertoire, but even more romantic than tracks like &quot;Through the Years,&quot; &quot;You&apos;re Still the One&quot; or &quot;Forever and Ever, Amen&quot; are the real-life love stories of country stars.","authors":[{"id":812396,"slug":"christinavinson","name":"Christina Vinson","first_name":"Christina","last_name":"Vinson","nickname":"Christina Vinson","thumbnail":"http://tasteofcountry.com/files/2014/03/xtina.jpg","url":"http://theboot.com/author/christinavinson/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"COUNTRY&apos;S GREATEST LOVE STORIES","dynamic-lead-excerpt":"Learn about country&apos;s great romances, from Alan + Denise to Tim + Faith, and more.","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"Country&apos;s Greatest Love Stories","excerpt":"The Boot profiles some of country music&apos;s greatest couples.","link-url":"","image":""},"_aioseop_title":"Country&apos;s Greatest Love Stories"}}},"191750":{"postid":"191750","sortdate":"2018-02-13T20:55:22.000Z","data":{"mainData":{"postType":"post","caption":"Rick Diamond (2) / Theo Wargo, Getty Images","thumbnail":"http://theboot.com/files/2017/01/best-country-song-2017-grammy.jpg","postDateGmt":"2018-02-13 20:55:22 +0000","title":"18 Swoon-Worthy Country Music Quotes About Love","url":"http://theboot.com/country-music-quotes-about-love/","id":191750,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Country music centers so strongly on storytelling, and one of its favorites stories to tell is a love story. ","authors":[{"id":2583646,"slug":"rkonc","name":"Riane Konc","first_name":"Riane","last_name":"Konc","nickname":"Riane","thumbnail":"http://theboot.com/files/2015/11/face2.png","url":"http://theboot.com/author/rkonc/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"18 Swoon-Worthy Country Music Quotes About Love","excerpt":"These lines will help anyone share their feelings this Valentine&apos;s Day.","link-url":"","image":""},"_aioseop_title":"18 Swoon-Worthy Country Music Quotes About Love"}}},"192503":{"postid":"192503","sortdate":"2018-02-13T17:50:02.000Z","data":{"mainData":{"postType":"list-post","caption":"Kevin Winter / Rick Diamond / Timothy Norris, Getty Images","thumbnail":"http://theboot.com/files/2018/02/luke-bryan-kacey-musgraves-brad-paisley-e1518299695643.jpg","postDateGmt":"2018-02-13 17:50:02 +0000","title":"Country Music&apos;s 10 Worst Pickup Lines","url":"http://theboot.com/country-music-worst-pickup-lines/","id":192503,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"In terms of lyrics that could definitely be re-purposed to hit on someone, country is full of the good, the bad and the ugly.","authors":[{"id":2583646,"slug":"rkonc","name":"Riane Konc","first_name":"Riane","last_name":"Konc","nickname":"Riane","thumbnail":"http://theboot.com/files/2015/11/face2.png","url":"http://theboot.com/author/rkonc/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"Country Music&apos;s 10 Worst Pickup Lines","excerpt":"The Boot counts down country music&apos;s worst pickup lines.","link-url":"","image":""},"_aioseop_title":"Country Music&apos;s 10 Worst Pickup Lines"}}}},"redisCached":true},"fix_sidebar_marker-77":{"info":{"id":"fix_sidebar_marker-77","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"77"},"params":{"title":"Fix Sidebar Marker","widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-1364":{"info":{"id":"ts_blogroll-1364","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1364"},"params":{"title":"Editor's Picks","type":"carousel","isweather":0,"cat":"","posts_per_page":"5","align":"right","tag":"editor's picks","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":"1","unique_posts":"1","pinned_id":"","pinned_label":"","widgetTime":2,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[45917,192606,134565,148058,96661],"dataDetails":{"45917":{"postid":"45917","sortdate":"2018-02-13T15:00:26.000Z","data":{"mainData":{"postType":"post","caption":"Larry Busacca, Getty Images","thumbnail":"http://theboot.com/files/2010/06/Tim-McGraw-Faith-Hill1.jpg","postDateGmt":"2018-02-13 15:00:26 +0000","title":"POLL: What&apos;s the Best Country Song About Lost Love?","url":"http://theboot.com/country-lost-love-song-poll/","id":45917,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"A readers&apos; poll to determine the best country song about lost love.","authors":[{"id":1402441,"slug":"the-boot-staff","name":"The Boot Staff","first_name":"The Boot","last_name":"Staff","nickname":"The Boot Staff","url":"http://theboot.com/author/the-boot-staff/","thumbnail":"http://theboot.com/files/2017/10/boot-250x2501.png"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","ts3_alternate":{"title":"POLL: What&apos;s the Best Country Song About Lost Love?","excerpt":"A readers&apos; poll to determine the best country song about lost love.","link-url":"","image":""},"dynamic-lead-video":"0","_aioseop_title":"POLL: What&apos;s the Best Country Song About Lost Love?"}}},"96661":{"postid":"96661","sortdate":"2018-02-13T13:40:21.000Z","data":{"mainData":{"postType":"post","caption":"Rusty Russell, Getty Images","thumbnail":"http://theboot.com/files/2014/12/Waylon-Jennings.jpg","postDateGmt":"2018-02-13 13:40:21 +0000","title":"Country Music Memories: Waylon Jennings Dies in Arizona","url":"http://theboot.com/waylon-jennings-dies/","id":96661,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"On Feb. 13, 2002, Jennings passed away in his sleep from complications from diabetes.","authors":[{"id":1402159,"slug":"gayle-thompson","name":"Gayle Thompson","first_name":"Gayle","last_name":"Thompson","nickname":"Gayle Thompson","thumbnail":"http://theboot.com/files/2015/10/New-me-photo.jpg","url":"http://theboot.com/author/gayle-thompson/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"16 Years Ago: Waylon Jennings Dies in Arizona","excerpt":"On Feb. 13, 2002, Waylon Jennings passed away in his sleep from complications from diabetes.","link-url":"","image":""},"_aioseop_title":"Country Music Memories: Waylon Jennings Dies in Arizona"}}},"134565":{"postid":"134565","sortdate":"2018-02-13T13:50:01.000Z","data":{"mainData":{"postType":"post","caption":"Robert Mora, Getty Images","thumbnail":"http://theboot.com/files/2017/02/dolly-parton-debut-album.jpg","postDateGmt":"2018-02-13 13:50:01 +0000","title":"Country Music Memories: Dolly Parton&apos;s Debut Album Is Released","url":"http://theboot.com/dolly-parton-debut-album/","id":134565,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"On Feb. 13, 1967, &apos;Hello, I&apos;m Dolly&apos; was released.","authors":[{"id":1402159,"slug":"gayle-thompson","name":"Gayle Thompson","first_name":"Gayle","last_name":"Thompson","nickname":"Gayle Thompson","thumbnail":"http://theboot.com/files/2015/10/New-me-photo.jpg","url":"http://theboot.com/author/gayle-thompson/"}],"video":true,"videoUrl":"https://youtu.be/jcNbPmptTto","youtubeId":"jcNbPmptTto"},"alternateData":{"_townsquare_media_url":"https://youtu.be/jcNbPmptTto","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"51 Years Ago: Dolly Parton&apos;s Debut Album Is Released","excerpt":"On Feb. 13, 1967, Dolly Parton&apos;s debut album, &apos;Hello, I&apos;m Dolly&apos;, was released.","link-url":"","image":""},"_aioseop_title":"Country Music Memories: Dolly Parton&apos;s Debut Album Is Released"}}},"148058":{"postid":"148058","sortdate":"2018-02-13T13:45:02.000Z","data":{"mainData":{"postType":"list-post","caption":"Michael Putland, Getty Images","thumbnail":"http://theboot.com/files/2016/07/waylon-jennings-songs.jpg","postDateGmt":"2018-02-13 13:45:02 +0000","title":"Top 10 Waylon Jennings Songs","url":"http://theboot.com/top-waylon-jennings-songs/","id":148058,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Do you agree with our picks? ","authors":[{"id":1402159,"slug":"gayle-thompson","name":"Gayle Thompson","first_name":"Gayle","last_name":"Thompson","nickname":"Gayle Thompson","thumbnail":"http://theboot.com/files/2015/10/New-me-photo.jpg","url":"http://theboot.com/author/gayle-thompson/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"Top 10 Waylon Jennings Songs","excerpt":"The Boot counts down our picks for the best Waylon Jennings songs.","link-url":"","image":""},"_aioseop_title":"Top 10 Waylon Jennings Songs"}}},"192606":{"postid":"192606","sortdate":"2018-02-13T14:00:14.000Z","data":{"mainData":{"postType":"post","caption":"YouTube","thumbnail":"http://theboot.com/files/2018/02/candi-carpenter-cry-baby-song-video.png","postDateGmt":"2018-02-13 14:00:14 +0000","title":"Candi Carpenter, &apos;Cry Baby&apos;","url":"http://theboot.com/candi-carpenter-cry-baby-music-video/","id":192606,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"&quot;I wanted to write a song that captured the way I felt as a teenage girl on those smoky, neon nights.&quot;","authors":[{"id":2674456,"slug":"aemccarthy","name":"Amy McCarthy","first_name":"Amy","last_name":"McCarthy","nickname":"Amy McCarthy","thumbnail":"http://theboot.com/files/2017/10/zd7hcQbz_400x400.jpg","url":"http://theboot.com/author/aemccarthy/"}],"video":true,"videoUrl":"https://www.youtube.com/watch?v=IZHMzmgtchY&feature=youtu.be","youtubeId":"IZHMzmgtchY"},"alternateData":{"_townsquare_media_url":"https://www.youtube.com/watch?v=IZHMzmgtchY&feature=youtu.be","dynamic-lead-title":"Candi Carpenter, &apos;Cry Baby&apos;","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"Candi Carpenter, &apos;Cry Baby&apos; [Exclusive Premiere]","excerpt":"Candi Carpenter premieres her song &quot;Cry Baby,&quot; and its music video, with The Boot.","link-url":"","image":""},"_aioseop_title":"Candi Carpenter, &apos;Cry Baby&apos; [Exclusive Premiere]"}}}},"redisCached":true},"google-ads-widget-952":{"info":{"id":"google-ads-widget-952","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"952"},"params":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":0},"data":["top-right-300x250"],"dataDetails":{"top-right-300x250":{"adUnit":"top-right-300x250","adType":"dfp6"}}},"tsq_sailthru_newsletter_widget-820":{"info":{"id":"tsq_sailthru_newsletter_widget-820","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"820"},"params":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing!","enable_primary":"","align":"","lists":["TheBoot"],"widgetTime":0},"data":[],"dataDetails":{}},"ts_blogroll-1365":{"info":{"id":"ts_blogroll-1365","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1365"},"params":{"title":"The Latest","type":"sidebar_row_standard","posts_per_page":"5","cat":"358","tag":"","private_tag":"","thumb_type":"landscape","link_label":"","link":"","unique_posts":"1","align":"default","show_thumb":0,"alternate_data":"1","isweather":0,"pinned_id":"","pinned_label":"","widgetTime":2,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[192655,191750,192663,192661,192503],"dataDetails":{"191750":{"postid":"191750","sortdate":"2018-02-13T20:55:22.000Z","data":{"mainData":{"postType":"post","caption":"Rick Diamond (2) / Theo Wargo, Getty Images","thumbnail":"http://theboot.com/files/2017/01/best-country-song-2017-grammy.jpg","postDateGmt":"2018-02-13 20:55:22 +0000","title":"18 Swoon-Worthy Country Music Quotes About Love","url":"http://theboot.com/country-music-quotes-about-love/","id":191750,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"These lines will help anyone share their feelings this Valentine&apos;s Day.","authors":[{"id":2583646,"slug":"rkonc","name":"Riane Konc","first_name":"Riane","last_name":"Konc","nickname":"Riane","thumbnail":"http://theboot.com/files/2015/11/face2.png","url":"http://theboot.com/author/rkonc/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"18 Swoon-Worthy Country Music Quotes About Love","excerpt":"These lines will help anyone share their feelings this Valentine&apos;s Day.","link-url":"","image":""},"_aioseop_title":"18 Swoon-Worthy Country Music Quotes About Love"}}},"192503":{"postid":"192503","sortdate":"2018-02-13T17:50:02.000Z","data":{"mainData":{"postType":"list-post","caption":"Kevin Winter / Rick Diamond / Timothy Norris, Getty Images","thumbnail":"http://theboot.com/files/2018/02/luke-bryan-kacey-musgraves-brad-paisley-e1518299695643.jpg","postDateGmt":"2018-02-13 17:50:02 +0000","title":"Country Music&apos;s 10 Worst Pickup Lines","url":"http://theboot.com/country-music-worst-pickup-lines/","id":192503,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"The Boot counts down country music&apos;s worst pickup lines.","authors":[{"id":2583646,"slug":"rkonc","name":"Riane Konc","first_name":"Riane","last_name":"Konc","nickname":"Riane","thumbnail":"http://theboot.com/files/2015/11/face2.png","url":"http://theboot.com/author/rkonc/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"Country Music&apos;s 10 Worst Pickup Lines","excerpt":"The Boot counts down country music&apos;s worst pickup lines.","link-url":"","image":""},"_aioseop_title":"Country Music&apos;s 10 Worst Pickup Lines"}}},"192655":{"postid":"192655","sortdate":"2018-02-14T00:21:09.000Z","data":{"mainData":{"postType":"post","caption":"Rick Diamond, Getty Images","thumbnail":"http://theboot.com/files/2018/02/Steve-Moakler1.jpg","postDateGmt":"2018-02-14 00:21:09 +0000","title":"Steve Moakler Announces Born Ready Tour, is &apos;Fired Up to Hit the Road&apos; in 2018","url":"http://theboot.com/steve-moakler-born-ready-tour/","id":192655,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Moakler is hitting the road in March for his 2018 &apos;Born Ready&apos; tour.","authors":[{"id":3295320,"slug":"livstecker","name":"Liv Stecker","first_name":"Liv","last_name":"Stecker","nickname":"Liv","url":"http://theboot.com/author/livstecker/","thumbnail":"http://theboot.com/files/2017/04/IMG_8598.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"Steve Moakler Announces Born Ready Tour, is &apos;Fired Up to Hit the Road&apos; in 2018","excerpt":"Moakler is hitting the road in March for his 2018 &apos;Born Ready&apos; tour.","link-url":"","image":""},"_aioseop_title":"Steve Moakler Announces 2018 Born Ready Tour"}}},"192661":{"postid":"192661","sortdate":"2018-02-13T19:17:54.000Z","data":{"mainData":{"postType":"post","caption":"Rick Diamond, Getty Images","thumbnail":"http://theboot.com/files/2016/05/easton-corbin-are-you-with-me-single.jpg","postDateGmt":"2018-02-13 19:17:54 +0000","title":"Easton Corbin No Longer Signed to Mercury Nashville","url":"http://theboot.com/easton-corbin-leaves-mercury-nashville/","id":192661,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Easton Corbin and Mercury Nashville, his longtime label home, have parted ways.","authors":[{"id":629935,"slug":"astefano","name":"Angela Stefano","first_name":"Angela","last_name":"Zimmer (Stefano)","nickname":"Angela Stefano","url":"http://theboot.com/author/astefano/","thumbnail":"http://theboot.com/files/2016/10/430A7710.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"Easton Corbin No Longer Signed to Mercury Nashville","excerpt":"Easton Corbin and Mercury Nashville, his longtime label home, have parted ways.","link-url":"","image":""},"_aioseop_title":"Easton Corbin No Longer Signed to Mercury Nashville"}}},"192663":{"postid":"192663","sortdate":"2018-02-13T19:27:10.000Z","data":{"mainData":{"postType":"post","caption":"Ethan Miller, Getty Images for iHeartMedia","thumbnail":"http://theboot.com/files/2016/10/coy-bowles-baby-girl.jpg","postDateGmt":"2018-02-13 19:27:10 +0000","title":"Coy Bowles, Wife Kylie Welcome Baby No. 2!","url":"http://theboot.com/coy-bowles-baby-millie-mercy-2018/","id":192663,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Millie Mercy Bowles arrived on Feb. 12.","authors":[{"id":629935,"slug":"astefano","name":"Angela Stefano","first_name":"Angela","last_name":"Zimmer (Stefano)","nickname":"Angela Stefano","url":"http://theboot.com/author/astefano/","thumbnail":"http://theboot.com/files/2016/10/430A7710.jpg"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","_aioseop_title":"Coy Bowles, Wife Kylie Welcome Baby No. 2!","ts3_alternate":{"title":"Coy Bowles, Wife Kylie Welcome Baby No. 2!","excerpt":"Millie Mercy Bowles arrived on Feb. 12.","link-url":"","image":""}}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":2},"data":["1","2","3","4","5","6","7","8","9"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":184613,"title":"Home","titleExcerpt":"Home","href":"/?nav","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":184614,"title":"News","titleExcerpt":"News","href":"/category/country-news/?nav","samedomain":true,"menupath":"/rest/carbon/api/menu/category/country-news/?nav","hasBlogroll":true}},"3":{"menuId":"3","attrs":{"menuPostId":184619,"title":"Exclusives","titleExcerpt":"Exclusives","href":"/category/exclusive/?nav","samedomain":true,"menupath":"/rest/carbon/api/menu/category/exclusive/?nav","hasBlogroll":true}},"4":{"menuId":"4","attrs":{"menuPostId":184620,"title":"Songs","titleExcerpt":"Songs","href":"/category/songs/?nav","samedomain":true,"menupath":"/rest/carbon/api/menu/category/songs/?nav","hasBlogroll":true}},"5":{"menuId":"5","attrs":{"menuPostId":184621,"title":"Videos","titleExcerpt":"Videos","href":"/category/new-video/?nav","samedomain":true,"menupath":"/rest/carbon/api/menu/category/new-video/?nav","hasBlogroll":true}},"6":{"menuId":"6","attrs":{"menuPostId":184622,"title":"Galleries","titleExcerpt":"Galleries","href":"/category/galleries/?nav","samedomain":true,"menupath":"/rest/carbon/api/menu/category/galleries/?nav","hasBlogroll":true}},"7":{"menuId":"7","attrs":{"menuPostId":184623,"title":"Lists","titleExcerpt":"Lists","href":"/category/count-em-down/?nav","samedomain":true,"menupath":"/rest/carbon/api/menu/category/count-em-down/?nav","hasBlogroll":true}},"8":{"menuId":"8","attrs":{"menuPostId":184624,"title":"App","titleExcerpt":"App","href":"/app/","samedomain":true,"hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":184625,"title":"Tip Us","titleExcerpt":"Tip Us","href":"mailto:staff@theboot.com","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":1},"data":["1","2","3","4","5","6","7","8","9"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":51985,"title":"Home","titleExcerpt":"Home","href":"/?nav","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":52013,"title":"News","titleExcerpt":"News","href":"/category/country-news/?nav","samedomain":true,"menupath":"/rest/carbon/api/menu/category/country-news/?nav","hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":87845,"title":"Exclusives","titleExcerpt":"Exclusives","href":"/category/exclusive/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/exclusive/","hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":52014,"title":"Songs","titleExcerpt":"Songs","href":"/category/songs/?nav","samedomain":true,"menupath":"/rest/carbon/api/menu/category/songs/?nav","hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":52015,"title":"Videos","titleExcerpt":"Videos","href":"/category/new-video/?nav","samedomain":true,"menupath":"/rest/carbon/api/menu/category/new-video/?nav","hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":87844,"title":"Galleries","titleExcerpt":"Photo Galleries","href":"/category/galleries/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/galleries/","hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":52016,"title":"Lists","titleExcerpt":"Lists","href":"/category/count-em-down/?nav","samedomain":true,"menupath":"/rest/carbon/api/menu/category/count-em-down/?nav","hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":156001,"title":"App","titleExcerpt":"App","href":"/app/","samedomain":true,"hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":184502,"title":"Tip Us","titleExcerpt":"Tip Us","href":"mailto:staff@theboot.com","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/promo_links":{"info":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"},"params":{"widgetTime":2},"data":["1","2","3","4","5","6","7","8","9","10"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":3844,"title":"Trending:","titleExcerpt":"Trending:","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":192698,"title":"Daryle Singletary","titleExcerpt":"Daryle Singletary","href":"/tags/daryle-singletary/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/daryle-singletary/","hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":192384,"title":"Dierks Bentley","titleExcerpt":"Dierks Bentley","href":"/tags/dierks-bentley/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/dierks-bentley/","hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":192570,"title":"Pistol Annies","titleExcerpt":"Pistol Annies","href":"/tags/pistol-annies/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/pistol-annies/","hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":192571,"title":"Vince Gill","titleExcerpt":"Vince Gill","href":"/tags/vince-gill/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/vince-gill/","hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":192569,"title":"Jason Aldean","titleExcerpt":"Jason Aldean","href":"/tags/jason-aldean/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/jason-aldean/","hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":192383,"title":"Maddie & Tae","titleExcerpt":"Maddie & Tae","href":"/tags/maddie-and-tae/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/maddie-and-tae/","hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":191905,"title":"Chris Stapleton","titleExcerpt":"Chris Stapleton","href":"/tags/chris-stapleton/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/chris-stapleton/","hasBlogroll":false}},"9":{"menuId":"9","attrs":{"menuPostId":192388,"title":"Johnny Cash","titleExcerpt":"Johnny Cash","href":"/tags/johnny-cash/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/johnny-cash/","hasBlogroll":false}},"10":{"menuId":"10","attrs":{"menuPostId":192389,"title":"Route 91","titleExcerpt":"Route 91","href":"/tags/route-91-harvest-festival/","samedomain":true,"menupath":"/rest/carbon/api/menu/tags/route-91-harvest-festival/","hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":2},"data":["comscore","1","2"],"dataDetails":{"1":{"menuId":"1","attrs":{"title":"Privacy","href":"/privacy"}},"2":{"menuId":"2","attrs":{"title":"Advertise","href":"http://www.townsquaremedia.com/national-media/advertise"}},"comscore":{"menuId":"comscore","attrs":{"title":"Taste Of Country Network"}}},"redisCached":true}},"data":{},"time":{"wpTime":811.668,"mainOptionsTime":5.829,"sidebarsTime":9.83,"widgetsTime":12.911,"processTime":840.34},"experimentGroup":"B"},"serverConfig":{"host":"theboot.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=82b4135bab9c2dc599baca830b345a05df70bfdf"></script>
        </body>
      </html>