<!DOCTYPE HTML><html lang="en-US" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#">

<head>
<meta charset="UTF-8" />
<link rel="profile" href="http://gmpg.org/xfn/11" />
<script>(function(html){ html.className = html.className.replace(/\bno-js\b/,'js'); if (html.classList) { html.classList.add( 'js' ); } else { html.className += ' js'; } })(document.documentElement);</script><style type="text/css">.js.csstransitions .module.wow, .js.csstransitions .themify_builder_content .themify_builder_row.wow, .js.csstransitions .module_row.wow, .js.csstransitions .builder-posts-wrap > .post.wow, .js.csstransitions .fly-in > .post, .js.csstransitions .fly-in .row_inner > .tb-column, .js.csstransitions .fade-in > .post, .js.csstransitions .fade-in .row_inner > .tb-column, .js.csstransitions .slide-up > .post, .js.csstransitions .slide-up .row_inner > .tb-column { visibility:hidden; }</style>
<!-- Title -->
<title>Chris Young Donates $100,000 to Hurricane Harvey Relief Efforts | Nash Country Daily</title><link rel='dns-prefetch' href='//www.nashcountrydaily.com' />
<link rel='dns-prefetch' href='//see-p-elb-01.tritondigital.net' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="canonical" href="http://www.nashcountrydaily.com/2017/08/27/chris-young-donates-100000-to-hurricane-harvey-relief-efforts/" />
		<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/svg\/","svgExt":".svg","source":{"wpemoji":"http:\/\/www.nashcountrydaily.com\/wp-includes\/js\/wp-emoji.js?ver=4.7.3","twemoji":"http:\/\/www.nashcountrydaily.com\/wp-includes\/js\/twemoji.js?ver=4.7.3"}};
			( function( window, document, settings ) {
	var src, ready, ii, tests;

	/*
	 * Create a canvas element for testing native browser support
	 * of emoji.
	 */
	var canvas = document.createElement( 'canvas' );
	var context = canvas.getContext && canvas.getContext( '2d' );

	/**
	 * Detect if the browser supports rendering emoji or flag emoji. Flag emoji are a single glyph
	 * made of two characters, so some browsers (notably, Firefox OS X) don't support them.
	 *
	 * @since 4.2.0
	 *
	 * @param type {String} Whether to test for support of "flag" or "emoji4" emoji.
	 * @return {Boolean} True if the browser can render emoji, false if it cannot.
	 */
	function browserSupportsEmoji( type ) {
		var stringFromCharCode = String.fromCharCode,
			flag, flag2, technologist, technologist2;

		if ( ! context || ! context.fillText ) {
			return false;
		}

		// Cleanup from previous test.
		context.clearRect( 0, 0, canvas.width, canvas.height );

		/*
		 * Chrome on OS X added native emoji rendering in M41. Unfortunately,
		 * it doesn't work when the font is bolder than 500 weight. So, we
		 * check for bold rendering support to avoid invisible emoji in Chrome.
		 */
		context.textBaseline = 'top';
		context.font = '600 32px Arial';

		switch ( type ) {
			case 'flag':
				/*
				 * This works because the image will be one of three things:
				 * - Two empty squares, if the browser doesn't render emoji
				 * - Two squares with 'U' and 'N' in them, if the browser doesn't render flag emoji
				 * - The United Nations flag
				 *
				 * The first two will encode to small images (1-2KB data URLs), the third will encode
				 * to a larger image (4-5KB data URL).
				 */
				context.fillText( stringFromCharCode( 55356, 56826, 55356, 56819 ), 0, 0 );
				if ( canvas.toDataURL().length < 3000 ) {
					return false;
				}

				context.clearRect( 0, 0, canvas.width, canvas.height );

				/*
				 * Test for rainbow flag compatibility. As the rainbow flag was added out of sequence with
				 * the usual Unicode release cycle, some browsers support it, and some don't, even if their
				 * Unicode support is up to date.
				 *
				 * To test for support, we try to render it, and compare the rendering to how it would look if
				 * the browser doesn't render it correctly (white flag emoji + rainbow emoji).
				 */
				context.fillText( stringFromCharCode( 55356, 57331, 65039, 8205, 55356, 57096 ), 0, 0 );
				flag = canvas.toDataURL();

				context.clearRect( 0, 0, canvas.width, canvas.height );

				context.fillText( stringFromCharCode( 55356, 57331, 55356, 57096 ), 0, 0 );
				flag2 = canvas.toDataURL();

				return flag !== flag2;
			case 'emoji4':
				/*
				 * Emoji 4 has the best technologists. So does WordPress!
				 *
				 * To test for support, try to render a new emoji (woman technologist: medium skin tone),
				 * then compare it to how it would look if the browser doesn't render it correctly
				 * (woman technologist: medium skin tone + personal computer).
				 */
				context.fillText( stringFromCharCode( 55357, 56425, 55356, 57341, 8205, 55357, 56507), 0, 0 );
				technologist = canvas.toDataURL();

				context.clearRect( 0, 0, canvas.width, canvas.height );

				context.fillText( stringFromCharCode( 55357, 56425, 55356, 57341, 55357, 56507), 0, 0 );
				technologist2 = canvas.toDataURL();

				return technologist !== technologist2;
		}

		return false;
	}

	function addScript( src ) {
		var script = document.createElement( 'script' );

		script.src = src;
		script.defer = script.type = 'text/javascript';
		document.getElementsByTagName( 'head' )[0].appendChild( script );
	}

	tests = Array( 'flag', 'emoji4' );

	settings.supports = {
		everything: true,
		everythingExceptFlag: true
	};

	for( ii = 0; ii < tests.length; ii++ ) {
		settings.supports[ tests[ ii ] ] = browserSupportsEmoji( tests[ ii ] );

		settings.supports.everything = settings.supports.everything && settings.supports[ tests[ ii ] ];

		if ( 'flag' !== tests[ ii ] ) {
			settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && settings.supports[ tests[ ii ] ];
		}
	}

	settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && ! settings.supports.flag;

	settings.DOMReady = false;
	settings.readyCallback = function() {
		settings.DOMReady = true;
	};

	if ( ! settings.supports.everything ) {
		ready = function() {
			settings.readyCallback();
		};

		if ( document.addEventListener ) {
			document.addEventListener( 'DOMContentLoaded', ready, false );
			window.addEventListener( 'load', ready, false );
		} else {
			window.attachEvent( 'onload', ready );
			document.attachEvent( 'onreadystatechange', function() {
				if ( 'complete' === document.readyState ) {
					settings.readyCallback();
				}
			} );
		}

		src = settings.source || {};

		if ( src.concatemoji ) {
			addScript( src.concatemoji );
		} else if ( src.wpemoji && src.twemoji ) {
			addScript( src.twemoji );
			addScript( src.wpemoji );
		}
	}

} )( window, document, window._wpemojiSettings );
		</script>
		

<!-- Stylesheets -->
<link rel='stylesheet' id='headway-google-fonts' href='//fonts.googleapis.com/css?family=Oswald' type='text/css' media='all' />
<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
<link rel='stylesheet' id='bxslider-style-css'  href='http://www.nashcountrydaily.com/wp-content/plugins/shared/js/bxslider/jquery.bxslider.css?ver=4.7.3' type='text/css' media='all' />
<link rel='stylesheet' id='amp-promo-reel-widget-style-css'  href='http://www.nashcountrydaily.com/wp-content/plugins/amp-promo-reel/includes/../css/widget.css?ver=4.7.3' type='text/css' media='all' />
<link rel='stylesheet' id='headway-general-css'  href='http://www.nashcountrydaily.com/wp-content/uploads/sites/1446/headway/cache/general-ae38d97.css?ver=4.7.3' type='text/css' media='all' />
<link rel='stylesheet' id='headway-layout-template-4-css'  href='http://www.nashcountrydaily.com/wp-content/uploads/sites/1446/headway/cache/layout-template-4-2f158af.css?ver=4.7.3' type='text/css' media='all' />
<link rel='stylesheet' id='headway-responsive-grid-css'  href='http://www.nashcountrydaily.com/wp-content/uploads/sites/1446/headway/cache/responsive-grid-d2119e4.css?ver=4.7.3' type='text/css' media='all' />
<link rel='stylesheet' id='themify-builder-style-css'  href='http://www.nashcountrydaily.com/wp-content/plugins/themify-builder/css/themify-builder-style.css?ver=1.9.6' type='text/css' media='all' />
<link rel='stylesheet' id='amp-breaking-news-css'  href='http://www.nashcountrydaily.com/wp-content/plugins/amp-breaking-news/public/css/public.css?ver=0.2.3' type='text/css' media='all' />
<link rel='stylesheet' id='animate-style-css'  href='http://www.nashcountrydaily.com/wp-content/plugins/shared/css/animate.css?ver=0.2.3' type='text/css' media='all' />
<link rel='stylesheet' id='amp-styles-plugin-styles-css'  href='http://www.nashcountrydaily.com/wp-content/plugins/amp-styles/css/public.css?ver=1.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='amp-events-calendar-styles-css'  href='http://www.nashcountrydaily.com/wp-content/plugins/amp-events/css/calendar.css?ver=1.1.4' type='text/css' media='all' />
<link rel='stylesheet' id='amp-events-export-styles-css'  href='http://www.nashcountrydaily.com/wp-content/plugins/amp-events/css/public.css?ver=1.1.4' type='text/css' media='all' />
<link rel='stylesheet' id='amp_feed-plugin-styles-css'  href='http://www.nashcountrydaily.com/wp-content/plugins/amp-feeds/css/public.css?ver=0.3.8' type='text/css' media='all' />
<link rel='stylesheet' id='amp-image-rotator-plugin-styles-css'  href='http://www.nashcountrydaily.com/wp-content/plugins/amp-image-rotator/public/assets/css/public.css?ver=1.0.0' type='text/css' media='all' />
<link rel='stylesheet' id='amp-listen-live-plugin-styles-css'  href='http://www.nashcountrydaily.com/wp-content/plugins/amp-listen-live/public/assets/css/public.css?ver=1.4.4' type='text/css' media='all' />
<link rel='stylesheet' id='amp-onair-plugin-styles-css'  href='http://www.nashcountrydaily.com/wp-content/plugins/amp-onair/public/assets/css/public.css?ver=1.7.1' type='text/css' media='all' />
<link rel='stylesheet' id='AMPPromoReel-plugin-styles-css'  href='http://www.nashcountrydaily.com/wp-content/plugins/amp-promo-reel/css/public.css?ver=1.4.0' type='text/css' media='all' />
<link rel='stylesheet' id='mediaelement-css'  href='http://www.nashcountrydaily.com/wp-includes/js/mediaelement/mediaelementplayer.min.css?ver=2.22.0' type='text/css' media='all' />
<link rel='stylesheet' id='wp-mediaelement-css'  href='http://www.nashcountrydaily.com/wp-includes/js/mediaelement/wp-mediaelement.css?ver=4.7.3' type='text/css' media='all' />
<link rel='stylesheet' id='amp-tabs-plugin-styles-css'  href='http://www.nashcountrydaily.com/wp-content/plugins/amp-tabs/public/assets/css/public.css?ver=1.0.0' type='text/css' media='all' />
<link rel='stylesheet' id='amp-header-rotator-css'  href='http://www.nashcountrydaily.com/wp-content/themes/Headway-AMP_CMS/css/amp-header-rotator.css?ver=1.1.5' type='text/css' media='all' />
<link rel="stylesheet" type="text/css" media="all" href="http://www.nashcountrydaily.com/wp-content/themes/Headway-AMP_CMS/style.css" />

<!-- Scripts -->
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-includes/js/jquery/jquery-migrate.js?ver=1.4.1'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/themes/headway/library/media/js/jquery.hoverintent.js?ver=4.7.3'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/themes/headway/library/blocks/navigation/js/jquery.superfish.js?ver=4.7.3'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/themes/headway/library/blocks/navigation/js/selectnav.js?ver=1512399620'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/uploads/sites/1446/headway/cache/block-dynamic-js-layout-template-4-3f428ce.js?ver=4.7.3'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/plugins/shared/js/bxslider/jquery.bxslider.min.js?ver=4.7.3'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/plugins/amp-promo-reel/includes/../js/widget.js?ver=1.4.0'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/themes/headway/library/media/js/jquery.fitvids.js?ver=4.7.3'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/uploads/sites/1446/headway/cache/responsive-grid-js-e6e6939.js?ver=4.7.3'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var _ampconfig = {"site_url":"http:\/\/www.nashcountrydaily.com","site_id":"1446","tz":"America\/Chicago","tz_offset":"-6","ts":"1512399620","blog_name":"Nash Country Daily","client_name":"cumuluspro","user_ID":"","ts_offset":"1518516750","version":"2.45.0.2","env":"prod","settings":{"syn_site_name":"Nash Country Daily","tenant_id":"see_10633","selector_logo":false,"selector_masthead":false,"selector_nav":false,"selector_rotator":false,"default_show_name":false,"default_show_img":false,"gtm_id":false,"vidible_company_key":"06125e55709b3c4ffdfe3c3f8a9ed8bd","client_name":false,"nielsen_provider":"cumulus","promoreel_priority":true}};
/* ]]> */
</script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/plugins/shared/js/amp-common.js?ver=1512399620'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/plugins/amp-breaking-news/public/js/public.js?ver=0.2.3'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/plugins/amp-styles/js/public.js?ver=1.4.1'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var dates = {"start_of_week":"0","moment_date_format":"MMMM D, YYYY","moment_time_format":"h:mm A","calendar_date_format":"MMMM d, yyyy","calendar_time_format":"h:mm TT","date_format":"MM d, yy","time_format":"h:mm TT"};
/* ]]> */
</script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/plugins/amp-events/js/calendar.js?ver=1.1.4'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/plugins/amp-events/js/public.js?ver=1.1.4'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/plugins/amp-feeds/js/jquery.totemticker.min.js?ver=0.3.8'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-includes/js/jquery/ui/tabs.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/plugins/amp-feeds/js/amp-feed.js?ver=0.3.8'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/plugins/amp-feeds/js/public.js?ver=0.3.8'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/plugins/amp-feeds/js/date.js?ver=0.3.8'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var _amplistenlive = {"blog_id":"1446","callsign":"","mount_name":"","provider":"stream_the_world","gmt_offset":"-21600"};
/* ]]> */
</script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/plugins/amp-listen-live/public/assets/js/public.js?ver=1.4.4'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/plugins/amp-onair/public/assets/js/public.js?ver=1.7.1'></script>
<script type='text/javascript' src='//see-p-elb-01.tritondigital.net/widget/see_10633/see.js?ver=1.3.0'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/themes/Headway-AMP_CMS/js/amp-theme.js?ver=1.1.5'></script>

<!--[if lt IE 9]>
<script src="http://www.nashcountrydaily.com/wp-content/themes/headway/library/media/js/html5shiv.js"></script>
<![endif]-->

<!--[if lt IE 8]>
<script src="http://www.nashcountrydaily.com/wp-content/themes/headway/library/media/js/ie8.js"></script>
<![endif]-->

<!--START DFP TAGS-->
<script type='text/javascript'>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement('script');
gads.async = true;
gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') + 
'//www.googletagservices.com/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();
</script>
<script type='text/javascript'>
googletag.cmd.push(function() {

var leaderboardSizeMap = googletag.sizeMapping()
 .addSize([970, 0], [[728, 90], [970, 90]])
 .addSize([750,0], [728,90])
 .addSize([0, 0], [[320, 50], [320, 53]])
 .build();

googletag.defineSlot('/6717/cd.NASH.CW', [[300, 250], [300, 600]], 'div-gpt-ad-1418849849333-0').addService(googletag.pubads())
.setCollapseEmptyDiv(true).setTargeting("pos","mid");
googletag.defineSlot('/6717/cd.NASH.CW', [[728, 90], [970, 90]], 'div-gpt-ad-1418849849333-1').addService(googletag.pubads())
.defineSizeMapping(leaderboardSizeMap).setCollapseEmptyDiv(true).setTargeting("pos","top");
googletag.defineSlot('/6717/cd.NASH.CW', [[728, 90], [970, 90]], 'div-gpt-ad-1418849849333-2').addService(googletag.pubads())
.defineSizeMapping(leaderboardSizeMap).setCollapseEmptyDiv(true).setTargeting("pos","bot");
googletag.defineSlot('/6717/cd.NASH.CW', [[300, 250], [300, 600]], 'div-gpt-ad-1418849849333-3').addService(googletag.pubads())
.setCollapseEmptyDiv(true).setTargeting("pos","mid2");
googletag.defineSlot('/6717/cd.NASH.CW', [[160, 600]], 'div-gpt-ad-1418849849333-4').addService(googletag.pubads())
.setCollapseEmptyDiv(true).setTargeting("pos","left");
googletag.defineSlot('/6717/cd.NASH.CW', [[160, 600]], 'div-gpt-ad-1418849849333-5').addService(googletag.pubads())
.setCollapseEmptyDiv(true).setTargeting("pos","right");
googletag.defineSlot('/6717/cd.NASH.CW', [[654, 70]], 'div-gpt-ad-1418849849333-6').addService(googletag.pubads())
.setCollapseEmptyDiv(true).setTargeting("pos","rdioplayer");
googletag.defineSlot('/6717/cd.NASH.CW', [[300, 100]], 'div-gpt-ad-1418849849333-7').addService(googletag.pubads())
.setCollapseEmptyDiv(true).setTargeting("pos","contest1");
googletag.defineSlot('/6717/cd.NASH.CW', [[300, 100]], 'div-gpt-ad-1418849849333-8').addService(googletag.pubads())
.setCollapseEmptyDiv(true).setTargeting("pos","contest2");
googletag.defineSlot('/6717/cd.NASH.CW', [[300, 100]], 'div-gpt-ad-1418849849333-9').addService(googletag.pubads())
.setCollapseEmptyDiv(true).setTargeting("pos","contest3");
googletag.defineSlot('/6717/cd.NASH.CW', [[100, 51]], 'div-gpt-ad-1418849849333-10').addService(googletag.pubads())
.setCollapseEmptyDiv(true).setTargeting("pos","rdiobutton");
googletag.defineSlot('/6717/cd.NASH.CW', [[113, 23]], 'div-gpt-ad-1418849849333-11').addService(googletag.pubads())
.setCollapseEmptyDiv(true).setTargeting("pos","feedsponsor1");
googletag.defineSlot('/6717/cd.NASH.CW', [[113, 23]], 'div-gpt-ad-1418849849333-12').addService(googletag.pubads())
.setCollapseEmptyDiv(true).setTargeting("pos","feedsponsor2");
googletag.defineSlot('/6717/cd.NASH.CW', [[113, 23]], 'div-gpt-ad-1418849849333-13').addService(googletag.pubads())
.setCollapseEmptyDiv(true).setTargeting("pos","feedsponsor3");
googletag.defineSlot('/6717/cd.NASH.CW', [[113, 23]], 'div-gpt-ad-1418849849333-14').addService(googletag.pubads())
.setCollapseEmptyDiv(true).setTargeting("pos","feedsponsor4");
googletag.defineSlot('/6717/cd.NASH.CW', [[1, 1]],'div-gpt-ad-1418849849333-16').addService(googletag.pubads())
.setTargeting("pos","wallpaper-ad");
googletag.pubads().enableSingleRequest();
googletag.enableServices();
googletag.defineSlot('/6717/cd.NASH.CW', [[300, 250], [300, 600]], 'div-gpt-ad-1418849849333-18').setCollapseEmptyDiv(true).addService(googletag.pubads())
.setTargeting("pos","midresponsive");

});
</script>
<!--END DFP TAGS-->

<!--ONESTAT SCRIPTCODE START Embed Player-->
  <script type="text/javascript">
  <!--
  jQuery(document).ready(function(){
    var d=document;
    var sid="nash-cw.cumulus";
    var CONTENTSECTION="";
    var osp_URL=d.URL;
    var osp_Title=d.title;
    var t=new Date();
    var p="http"+(d.URL.indexOf('https:')==0?'s':'')+"://stat.onestat.com/stat.aspx?tagver=2&sid="+sid;
    p+="&url="+escape(osp_URL);
    p+="&ti="+escape(osp_Title);
    p+="&section="+escape(CONTENTSECTION);
    p+="&rf="+escape(parent==self?document.referrer:top.document.referrer);
    p+="&tz="+escape(t.getTimezoneOffset());
    p+="&ch="+escape(t.getHours());
    p+="&js=1";
    p+="&ul="+escape(navigator.appName=="Netscape"?navigator.language:navigator.userLanguage);
    if(osp_URL!=d.URL) p+="&ol="+escape(d.URL);
    if(typeof(screen)=="object"){
       p+="&sr="+screen.width+"x"+screen.height;p+="&cd="+screen.colorDepth;
       p+="&jo="+(navigator.javaEnabled()?"Yes":"No");
    }

    var imgTag = '<img border="0" height="0" width="0" id="ONESTAT_TAG" src="' + p + '">'
    jQuery('body').append(imgTag);

  })
  //-->
  </script> 
<!--ONESTAT SCRIPTCODE END-->



<!-- CORPORATE Google Tag Manager -->
<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=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','corpDataLayer','GTM-N8993H');</script>
<!-- End CORPORATE Google Tag Manager -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
<link rel="alternate" type="application/rss+xml" title="Nash Country Daily &raquo; Feed" href="http://www.nashcountrydaily.com/feed/" />


<!-- Favicon -->
<link rel="shortcut icon" type="image/ico" href="http://www.nashcountrydaily.com/wp-content/uploads/sites/1446/2016/08/favicon-2.png" />


<link rel='shortlink' href='http://www.nashcountrydaily.com/?p=558289' />
			<script type="text/javascript">
				var _gaq = _gaq || [];

				
									_gaq.push(['b._setAccount', 'UA-77359145-1']);
					_gaq.push(['b._trackPageview']);
				
				(function() {
				var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
                				    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
                				var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
				})();
			</script>

        
				<!-- equalcolumn-ie-fix.js -->
				<!--[if IE 9]>
					<script src="http://www.nashcountrydaily.com/wp-content/plugins/themify-builder/js/equalcolumn-ie-fix.js"></script>
				<![endif]-->
				<script type="text/javascript">				function isSupportTransition() {
				var b = document.body || document.documentElement,
				s = b.style,
				p = 'transition';

				if (typeof s[p] == 'string') { return true; }

				// Tests for vendor specific prop
				var v = ['Moz', 'webkit', 'Webkit', 'Khtml', 'O', 'ms'];
				p = p.charAt(0).toUpperCase() + p.substr(1);

				for (var i=0; i<v.length; i++) {
					if (typeof s[v[i] + p] == 'string') { return true; }
					}
					return false;
					}
					if ( isSupportTransition() ) {
					document.documentElement.className += " csstransitions";	
					}
		</script><script type="text/javascript">var ajaxurl = "http://www.nashcountrydaily.com/wp-admin/admin-ajax.php"</script><script type="text/javascript">var ajaxurl = "http://www.nashcountrydaily.com/wp-admin/admin-ajax.php"</script>
<!-- AMP CMS DFP custom tags -->
<script type='text/javascript'>
  googletag.cmd.push(function() {
      googletag.pubads().setTargeting('cms-sname', 'Nash Country Daily');
      googletag.pubads().setTargeting('cms-sgroup', ['All Sites', 'Format  NASH', 'Format Country New', 'Market  Westwood One']);
      googletag.pubads().setTargeting('cms-ptitle', 'Chris Young Donates $100,000 to Hurricane Harvey Relief Efforts');
      googletag.pubads().setTargeting('cms-pcat', 'NCD News');
  });
</script>

<!-- START - Facebook Open Graph, Google+ and Twitter Card Tags 2.0.4 -->
 <!-- Facebook Open Graph -->
  <meta property="og:locale" content="en_US"/>
  <meta property="og:site_name" content="Nash Country Daily"/>
  <meta property="og:title" content="Chris Young Donates $100,000 to Hurricane Harvey Relief Efforts"/>
  <meta property="og:url" content="http://www.nashcountrydaily.com/2017/08/27/chris-young-donates-100000-to-hurricane-harvey-relief-efforts/"/>
  <meta property="og:type" content="article"/>
  <meta property="og:description" content="Chris Young has stepped up in big way to help provide direct support to the victims of Hurricane Harvey. The Tennessee native donated $100,000 to his compatriots in Texas via a GoFundMe campaign that is benefiting the Red Cross.

Chris&#039; goal is to raise $500,000 through the campaign.

&quot;As you al"/>
  <meta property="og:image" content="http://images.tritondigitalcms.com/6616/sites/1446/2017/08/27164025/Chris-Young.jpg"/>
  <meta property="article:published_time" content="2017-08-27T16:44:27+00:00"/>
  <meta property="article:modified_time" content="2017-08-27T16:44:27+00:00" />
  <meta property="og:updated_time" content="2017-08-27T16:44:27+00:00" />
  <meta property="article:section" content="NCD News"/>
  <meta property="article:publisher" content="https://www.facebook.com/nashcountrydaily/"/>
 <!-- Google+ / Schema.org -->
  <meta itemprop="name" content="Chris Young Donates $100,000 to Hurricane Harvey Relief Efforts"/>
  <meta itemprop="description" content="Chris Young has stepped up in big way to help provide direct support to the victims of Hurricane Harvey. The Tennessee native donated $100,000 to his compatriots in Texas via a GoFundMe campaign that is benefiting the Red Cross.

Chris&#039; goal is to raise $500,000 through the campaign.

&quot;As you al"/>
  <meta itemprop="image" content="http://images.tritondigitalcms.com/6616/sites/1446/2017/08/27164025/Chris-Young.jpg"/>
 <!-- Twitter Cards -->
  <meta name="twitter:title" content="Chris Young Donates $100,000 to Hurricane Harvey Relief Efforts"/>
  <meta name="twitter:url" content="http://www.nashcountrydaily.com/2017/08/27/chris-young-donates-100000-to-hurricane-harvey-relief-efforts/"/>
  <meta name="twitter:description" content="Chris Young has stepped up in big way to help provide direct support to the victims of Hurricane Harvey. The Tennessee native donated $100,000 to his compatriots in Texas via a GoFundMe campaign that is benefiting the Red Cross.

Chris&#039; goal is to raise $500,000 through the campaign.

&quot;As you al"/>
  <meta name="twitter:image" content="http://images.tritondigitalcms.com/6616/sites/1446/2017/08/27164025/Chris-Young.jpg"/>
  <meta name="twitter:card" content="summary_large_image"/>
  <meta name="twitter:creator" content="@@TheJimCasey"/>
  <meta name="twitter:site" content="@NashCntryDaily"/>
 <!-- SEO -->
 <!-- Misc. tags -->
<!-- END - Facebook Open Graph, Google+ and Twitter Card Tags 2.0.4 -->


</head><!-- End <head> -->

<body class="post-template-default single single-post postid-558289 single-format-standard custom responsive-grid-enabled responsive-grid-active layout-single-post-558289 layout-using-template-4" itemscope itemtype="http://schema.org/WebPage">


<div id="whitewrap">


<div id="wrapper-w4x589b2fe48dc8f" class="wrapper wrapper-fluid wrapper-fixed-grid grid-fluid-24-32-10 responsive-grid wrapper-mirroring-8 wrapper-first wrapper-header" data-alias="Wrapper Header">

<div class="grid-container clearfix">

<section class="row row-1">

<section class="column column-1 grid-left-0 grid-width-24">
<div id="block-27" class="block block-type-custom-code block-fluid-height" data-alias="">
<div class="block-content">
<div align="center">
<div id='div-gpt-ad-1418849849333-1'>
<script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1418849849333-1'); });
</script>
</div>    
</div>
</div><!-- .block-content -->

</div><!-- #block-27 -->

</section><!-- .column -->

</section><!-- .row -->


<section class="row row-2">

<section class="column column-1 grid-left-0 grid-width-4">
<figure id="block-31" class="logo block block-type-image block-fixed-height" data-alias="Logo" itemscope="" itemtype="http://schema.org/ImageObject">
<div class="block-content">
<a href="/" class="image" ><img src="http://images.tritondigitalcms.com/6616/sites/1446/2017/08/03120011/NASH-Country-Daily-sitelogo-REG.png" alt="Nash Country Daily" title="" itemprop="contentURL"/></a>
</div><!-- .block-content -->

</figure><!-- #block-31 -->

</section><!-- .column -->

<section class="column column-2 grid-left-6 grid-width-8">
<div id="block-bar571e6a8d0a2ab" class="search-header block block-type-search block-fluid-height" data-alias="Search">
<div class="block-content">
<form method="get" id="searchform-bar571e6a8d0a2ab" class="search-form search-button-visible" action="http://www.nashcountrydaily.com/">
<input type="submit" class="submit" name="submit" id="searchsubmit-bar571e6a8d0a2ab" value="Search" />
<div><input id="search-bar571e6a8d0a2ab" class="field" type="text" name="s" value="" placeholder="Search NCD" /></div>
</form>

</div><!-- .block-content -->

</div><!-- #block-bar571e6a8d0a2ab -->

</section><!-- .column -->

<section class="column column-3 grid-left-1 grid-width-5">
<section id="block-30" class="social-nav block block-type-social block-fixed-height" data-alias="Social Navigation">
<div class="block-content">
<h1 class="block-title"><span>Follow Us</span></h1><div class="social-icons-container"><ul class="social-icons"><li><img src="http://www.nashcountrydaily.com/wp-content/themes/headway/library/blocks/social/icons/peel-icons/Youtube.png" class="img-1"  /></li></ul></div><!-- .social-icons-container -->
</div><!-- .block-content -->

</section><!-- #block-30 -->

</section><!-- .column -->

</section><!-- .row -->


<section class="row row-3">

<section class="column column-1 grid-left-0 grid-width-24">
<nav id="block-32" class="main-nav block block-type-navigation block-fluid-height" data-alias="Main Navigation" itemscope="" itemtype="http://schema.org/SiteNavigationElement">
<div class="block-content">
<div class="nav-horizontal nav-align-left"><ul id="menu-main-navigation" class="menu"><li id="menu-item-376463" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-376463"><a href="http://www.nashcountrydaily.com/category/ncd-news/">News</a></li>
<li id="menu-item-481645" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-481645"><a href="http://www.nashcountrydaily.com/">Extras</a>
<ul class="sub-menu">
	<li id="menu-item-481669" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-481669"><a href="http://www.nashcountrydaily.com/newsletter/">Newsletter Signup</a></li>
	<li id="menu-item-481651" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-481651"><a href="http://www.nashcountrydaily.com/birthdays/">Birthdays</a></li>
	<li id="menu-item-373658" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-373658"><a href="http://www.nashcountrydaily.com/category/ncd-features/">Features</a></li>
	<li id="menu-item-482044" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-482044"><a href="http://www.nashcountrydaily.com/countryweekly/">Country Weekly Archive</a></li>
</ul>
</li>
<li id="menu-item-373667" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-373667"><a href="http://www.nashcountrydaily.com/category/ncd-podcasts/">Podcasts</a></li>
<li id="menu-item-481663" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-481663"><a href="http://www.nashcountrydaily.com/2017/02/10/the-essential-2017-country-music-festival-guide-4/">Festival Guide</a></li>
</ul></div><!-- .nav-horizontal nav-align-left -->
</div><!-- .block-content -->

</nav><!-- #block-32 -->

</section><!-- .column -->

</section><!-- .row -->


<section class="row row-4">

<section class="column column-1 grid-left-0 grid-width-5">
<div id="block-bp554a2b2b5be49a" class="takeover-left block block-type-custom-code block-fluid-height" data-alias="Takeover - Left">
<div class="block-content">
<div id='div-gpt-ad-1418849849333-4'>
<script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1418849849333-4'); });
</script>
</div>
</div><!-- .block-content -->

</div><!-- #block-bp554a2b2b5be49a -->

</section><!-- .column -->

<section class="column column-2 grid-left-0 grid-width-5">
<div id="block-b8o54a2b2b5c1a45" class="takeover-right block block-type-custom-code block-fluid-height" data-alias="Takeover - Right">
<div class="block-content">
<div id='div-gpt-ad-1418849849333-5'>
<script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1418849849333-5'); });
</script>
</div>
</div><!-- .block-content -->

</div><!-- #block-b8o54a2b2b5c1a45 -->

</section><!-- .column -->

</section><!-- .row -->


</div><!-- .grid-container -->

</div><!-- .wrapper -->

<div id="wrapper-w1f589b2fe486120" class="wrapper wrapper-fluid wrapper-fixed-grid grid-fluid-24-32-10 responsive-grid wrapper-content" data-alias="Wrapper Content">

<div class="grid-container clearfix">

<section class="row row-1">

<section class="column column-1 grid-left-0 grid-width-16">
<div id="block-bnc589b2fe4deb38" class="block block-type-content block-fluid-height" data-alias="">
<div class="block-content">
<div class="loop"><article id="post-558289" class="post-558289 post type-post status-publish format-standard has-post-thumbnail hentry category-ncd-news tag-chris-young tag-hurrican-harvey author-jcasey " itemscope itemtype="http://schema.org/BlogPosting">
			<a href="http://www.nashcountrydaily.com/2017/08/27/chris-young-donates-100000-to-hurricane-harvey-relief-efforts/" class="post-thumbnail post-thumbnail-above-title">
				<img src="http://images.tritondigitalcms.com/6616/sites/1446/2017/08/27164025/Chris-Young.jpg" alt="Chris Young Donates $100,000 to Hurricane Harvey Relief Efforts" width="auto" height="auto" itemprop="image" />
			</a>
		<header><h1 class="entry-title" itemprop="headline">Chris Young Donates $100,000 to Hurricane Harvey Relief Efforts</h1><div class="entry-meta entry-meta-above">by <span class="entry-author vcard" itemprop="author" itemscope itemtype="http://schema.org/Person"><a class="author-link fn nickname url" href="http://www.nashcountrydaily.com/author/jcasey/" title="View all posts by Jim Casey | @TheJimCasey" itemprop="url"><span class="entry-author-name" itemprop="name">Jim Casey | @TheJimCasey</span></a></span> &nbsp;|&nbsp; <time class="entry-date published updated" itemprop="datePublished" datetime="2017-08-27T16:44:27+00:00">August 27, 2017</time></div><!-- .entry-meta --></header><div class="entry-content" itemprop="text"><p>Chris Young has stepped up in big way to help provide direct support to the victims of Hurricane Harvey. The Tennessee native donated $100,000 to his compatriots in Texas via a <a href="https://www.gofundme.com/harveyrelief">GoFundMe campaign that is benefiting the Red Cross</a>.</p>
<p>Chris&#8217; goal is to raise $500,000 through the campaign.</p>
<p>&#8220;As you all know, Texas was hit by Hurricane Harvey, which made landfall as a category four hurricane, the largest hurricane to hit the area in decades,&#8221; said Chris in a video. &#8220;Port Aransas, Rockport, Corpus Christi, Houston and so many other places are going to be dealing with so much damage and loss of life for a long time to come.</p>
<p>&#8220;I have friends and family there and I&#8217;m almost certain my house down there may have to be torn down as it was in one of the areas that was hardest hit by winds and flooding. But that&#8217;s the least of my concerns. I&#8217;m worried about the people there—my friends, family and neighbors—and I want to help.</p>
<p>&#8220;I&#8217;m pledging $100,000 to benefit the Red Cross in an effort to help everyone in Texas that has been affected by this hurricane. All donations will be routed through the Chris Young Foundation to distribute directly to Harvey relief through the Red Cross and other disaster relief organizations.</p>
<p>&#8220;Love you guys and every little bit helps. In times like these, you turn to your friends to help those in need and that&#8217;s exactly what I&#8217;m doing. I hope you&#8217;ll donate. And Texas, we love you.&#8221;</p>
<p>Watch Chris&#8217; video message below, and you can <a href="https://www.gofundme.com/harveyrelief">click here to make a contribution</a>.</p>
<p><iframe width="500" height="281" src="https://www.youtube.com/embed/QgeEv-48KI8?feature=oembed&#038;wmode=transparent" frameborder="0" allowfullscreen></iframe></p>
<div id="themify_builder_content-558289" data-postid="558289" class="themify_builder_content themify_builder_content-558289 themify_builder themify_builder_front">

	</div>
<!-- /themify_builder_content --></div><!-- .entry-content --><footer class="entry-utility entry-utility-below entry-meta">written by <span class="entry-author vcard" itemprop="author" itemscope itemtype="http://schema.org/Person"><a class="author-link fn nickname url" href="http://www.nashcountrydaily.com/author/jcasey/" title="View all posts by Jim Casey | @TheJimCasey" itemprop="url"><span class="entry-author-name" itemprop="name">Jim Casey | @TheJimCasey</span></a></span> &nbsp;|&nbsp; published <time class="entry-date published updated" itemprop="datePublished" datetime="2017-08-27T16:44:27+00:00">August 27, 2017</time> <time class="entry-time" datetime="2017-08-27T16:44:27+00:00">4:44 PM</time> <br>category: <a href="http://www.nashcountrydaily.com/category/ncd-news/" rel="category tag">NCD News</a> &nbsp;|&nbsp; related posts: <span class="tag-links" itemprop="keywords"><a href="http://www.nashcountrydaily.com/tag/chris-young/" rel="tag">Chris Young</a><span class="tag-sep">, </span><a href="http://www.nashcountrydaily.com/tag/hurrican-harvey/" rel="tag">Hurrican Harvey</a></span>
<br><br>
<div align="center" class="readmorencd">Read more country music news at <a href="http://www.nashcountrydaily.com/" target="_blank">Nash Country Daily</a>!</div></footer><!-- .entry-utility --></article><!-- #post-558289 --><div id="nav-below" class="loop-navigation single-post-navigation loop-utility loop-utility-below" itemscope itemtype="http://schema.org/SiteNavigationElement"><div class="nav-previous" itemprop="url"><a href="http://www.nashcountrydaily.com/2017/08/25/social-media-roundup-luke-bryans-vitamin-deficiency-raelynns-rhinestone-camouflage-more/" rel="prev"><span class="meta-nav">&larr;</span> Social Media Roundup: Luke Bryan’s Vitamin Deficiency, RaeLynn’s Rhinestone Camouflage &amp; More</a></div><div class="nav-next" itemprop="url"><a href="http://www.nashcountrydaily.com/2017/08/28/hurricane-harvey-relief/" rel="next">Hurricane Harvey Relief <span class="meta-nav">&rarr;</span></a></div></div><!-- #nav-below --></div>
</div><!-- .block-content -->

</div><!-- #block-bnc589b2fe4deb38 -->

</section><!-- .column -->

<section class="column column-2 grid-left-0 grid-width-8">
<div id="block-34" class="300x250-ad-1 block block-type-custom-code block-fluid-height responsive-block-hiding-device-smartphones block-mirrored block-mirroring-bie5499e7813175c block-original-b5d589b2fe4e463b" data-alias="300x250 Ad 1">
<div class="block-content">
<div id='div-gpt-ad-1418849849333-0'>
<script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1418849849333-0'); });
</script>
</div>
</div><!-- .block-content -->

</div><!-- #block-34 -->
<div id="block-40" class="dailydose block block-type-content block-fluid-height block-mirrored block-mirroring-b295499e78138873 block-original-b0m589b2fe4e1edd" data-alias="Daily Dose">
<div class="block-content">
<h1 class="block-title"><span>Daily Dose</span></h1><div class="loop">

<div class="entry-row">

<article id="post-565527" class="post-565527 post type-post status-publish format-standard has-post-thumbnail hentry category-dailydose tag-kane-brown author-jcasey alt custom-query" itemscope itemtype="http://schema.org/BlogPosting">
			<a href="http://www.nashcountrydaily.com/2018/02/12/kane-brown/" class="post-thumbnail post-thumbnail-left">
				<img src="http://images.tritondigitalcms.com/6616/sites/1446/2017/10/17153647/Kane-Brown1-150x150.jpg" alt="Kane Brown" width="auto" height="auto" itemprop="image" />
			</a>
		<header><h2 class="entry-title" itemprop="headline"><a href="http://www.nashcountrydaily.com/2018/02/12/kane-brown/" title="Kane Brown" rel="bookmark">Kane Brown</a></h2></header><div class="entry-content" itemprop="text"><p>Kane Brown will perform on <em>Jimmy Kimmel Live</em> on Feb. 12 at 10:35 p.m. CT on ABC.</p>
<div id="themify_builder_content-565527" data-postid="565527" class="themify_builder_content themify_builder_content-565527 themify_builder themify_builder_front">

	</div>
<!-- /themify_builder_content --></div><!-- .entry-content --></article><!-- #post-565527 -->

</div><!-- .entry-row -->

</div>
</div><!-- .block-content -->

</div><!-- #block-40 -->
<div id="block-bla572a489b7ab09" class="newsletter-signup block block-type-custom-code block-fluid-height responsive-block-hiding-device-smartphones block-mirrored block-mirroring-bla572a489b7ab09 block-original-bcs589b2fe50a048" data-alias="Newsletter Signup">
<div class="block-content">
<h1 class="block-title"><span>Newsletter</span></h1><div style="display:block;padding:0 0 4em 0;">
<p style="text-align:center;margin:1em 0 .5em 0;font-size:18px;lineheight:100%;"><strong>Weekly Newsletter</strong></p>
<form style="text-align: center;" action="http://link.countryweekly.com/s/CountryWeekly_Newsletter_2012-01-20" method="post"><input name="redirect" type="hidden" value="http://www.nashcountrydaily.com/newsletter-signup-confirmation/" /> <input name="email" type="email" placeholder="Email Address" style="width:70%;" /> &nbsp; <input type="submit" value="Subscribe" /></form>

<p style="text-align:center;margin:2em 0 .5em 0;font-size:18px;lineheight:100%;"><strong>Daily Newsletter</strong></p>
<form style="text-align: center;" action="http://link.countryweekly.com/s/NCD+Daily+Newsletter" method="post"><input name="redirect" type="hidden" value="http://www.nashcountrydaily.com/daily-newsletter-signup-confirmation/" /> <input name="email" type="email" placeholder="Email Address" style="width:70%;" /> &nbsp; <input type="submit" value="Subscribe" /></form>
</div>
</div><!-- .block-content -->

</div><!-- #block-bla572a489b7ab09 -->
<div id="block-b475728f066bac2c" class="interviews block block-type-content block-fluid-height block-mirrored block-mirroring-b475728f066bac2c block-original-bop589b2fe4c3af0" data-alias="Interviews">
<div class="block-content">
<h1 class="block-title"><span>Interviews</span></h1><div class="loop">

<div class="entry-row">

<article id="post-565086" class="post-565086 post type-post status-publish format-standard has-post-thumbnail hentry category-ncd-interviews category-ncd-news tag-jason-aldean author-jcasey custom-query" itemscope itemtype="http://schema.org/BlogPosting">
			<a href="http://www.nashcountrydaily.com/2018/01/26/10-things-jason-aldean-says-about-his-new-single-album-tour/" class="post-thumbnail post-thumbnail-left">
				<img src="http://images.tritondigitalcms.com/6616/sites/1446/2018/01/26110342/Jason-Aldean1-150x150.jpg" alt="10 Things Jason Aldean Says About His New Single, Album &#038; Tour" width="auto" height="auto" itemprop="image" />
			</a>
		<header><h2 class="entry-title" itemprop="headline"><a href="http://www.nashcountrydaily.com/2018/01/26/10-things-jason-aldean-says-about-his-new-single-album-tour/" title="10 Things Jason Aldean Says About His New Single, Album &#038; Tour" rel="bookmark">10 Things Jason Aldean Says About His New Single, Album &#038; Tour</a></h2></header></article><!-- #post-565086 --><article id="post-521605" class="post-521605 post type-post status-publish format-standard has-post-thumbnail hentry category-ncd-interviews category-ncd-news tag-devil-dont-sleep tag-eric-church tag-hurricane tag-luke-combs author-jcasey alt custom-query" itemscope itemtype="http://schema.org/BlogPosting">
			<a href="http://www.nashcountrydaily.com/2017/05/11/as-hurricane-eyes-the-no-1-spot-on-the-country-charts-luke-combs-is-finding-more-common-ground-with-super-nice-dude-eric-church/" class="post-thumbnail post-thumbnail-left">
				<img src="http://www.nashcountrydaily.com/wp-content/uploads/sites/1446/2017/05/Luke-Combs-150x150.jpg" alt="As “Hurricane” Eyes the No. 1 Spot on the Country Charts, Luke Combs Is Finding More Common Ground With “Super Nice Dude” Eric Church" width="auto" height="auto" itemprop="image" />
			</a>
		<header><h2 class="entry-title" itemprop="headline"><a href="http://www.nashcountrydaily.com/2017/05/11/as-hurricane-eyes-the-no-1-spot-on-the-country-charts-luke-combs-is-finding-more-common-ground-with-super-nice-dude-eric-church/" title="As “Hurricane” Eyes the No. 1 Spot on the Country Charts, Luke Combs Is Finding More Common Ground With “Super Nice Dude” Eric Church" rel="bookmark">As “Hurricane” Eyes the No. 1 Spot on the Country Charts, Luke Combs Is Finding More Common Ground With “Super Nice Dude” Eric Church</a></h2></header></article><!-- #post-521605 -->

</div><!-- .entry-row -->

</div>
</div><!-- .block-content -->

</div><!-- #block-b475728f066bac2c -->
<div id="block-46" class="300x250-ad-2 block block-type-custom-code block-fluid-height block-mirrored block-mirroring-bvk5499e78140e1a block-original-b27589b2fe4a921e" data-alias="300x250 Ad 2">
<div class="block-content">
<div id='div-gpt-ad-1418849849333-3'>
<script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1418849849333-3'); });
</script>
</div>
</div><!-- .block-content -->

</div><!-- #block-46 -->

</section><!-- .column -->

</section><!-- .row -->


</div><!-- .grid-container -->

</div><!-- .wrapper -->

<div id="wrapper-wmg589b2fe48fe70" class="wrapper wrapper-fluid wrapper-fixed-grid grid-fluid-24-32-10 responsive-grid" data-alias="">

<div class="grid-container clearfix">

<section class="row row-1">

<section class="column column-1 grid-left-0 grid-width-24">
<div id="block-bqe57222e2aaa8d2" class="further-reading block block-type-content block-fluid-height block-mirrored block-mirroring-bqe57222e2aaa8d2 block-original-bk1589b2fe496e19" data-alias="Further Reading">
<div class="block-content">
<h1 class="block-title"><span>Further Reading</span></h1><div class="loop">

<div class="entry-row">

<article id="post-565536" class="post-565536 post type-post status-publish format-standard has-post-thumbnail hentry category-ncd-news tag-willie-nelson author-jcasey custom-query" itemscope itemtype="http://schema.org/BlogPosting">
			<a href="http://www.nashcountrydaily.com/2018/02/13/after-canceling-february-tour-dates-because-of-flu-willie-nelson-is-feeling-much-better/" class="post-thumbnail post-thumbnail-left">
				<img src="http://images.tritondigitalcms.com/6616/sites/1446/2018/02/13090656/Willie-Nelson-TA-150x150.jpg" alt="After Canceling February Tour Dates Because of Flu, Willie Nelson Is &#8220;Feeling Much Better&#8221;" width="auto" height="auto" itemprop="image" />
			</a>
		<header><h2 class="entry-title" itemprop="headline"><a href="http://www.nashcountrydaily.com/2018/02/13/after-canceling-february-tour-dates-because-of-flu-willie-nelson-is-feeling-much-better/" title="After Canceling February Tour Dates Because of Flu, Willie Nelson Is &#8220;Feeling Much Better&#8221;" rel="bookmark">After Canceling February Tour Dates Because of Flu, Willie Nelson Is &#8220;Feeling Much Better&#8221;</a></h2></header></article><!-- #post-565536 --><article id="post-565530" class="post-565530 post type-post status-publish format-standard has-post-thumbnail hentry category-ncd-news tag-heaven tag-jimmy-kimmel-live tag-kane-brown tag-what-ifs author-jcasey alt custom-query" itemscope itemtype="http://schema.org/BlogPosting">
			<a href="http://www.nashcountrydaily.com/2018/02/13/watch-kane-brown-perform-what-ifs-and-heaven-on-jimmy-kimmel/" class="post-thumbnail post-thumbnail-left">
				<img src="http://images.tritondigitalcms.com/6616/sites/1446/2018/02/13084112/Kane-Brown-150x150.jpg" alt="Watch Kane Brown Perform &#8220;What Ifs&#8221; and &#8220;Heaven&#8221; on &#8220;Jimmy Kimmel&#8221;" width="auto" height="auto" itemprop="image" />
			</a>
		<header><h2 class="entry-title" itemprop="headline"><a href="http://www.nashcountrydaily.com/2018/02/13/watch-kane-brown-perform-what-ifs-and-heaven-on-jimmy-kimmel/" title="Watch Kane Brown Perform &#8220;What Ifs&#8221; and &#8220;Heaven&#8221; on &#8220;Jimmy Kimmel&#8221;" rel="bookmark">Watch Kane Brown Perform &#8220;What Ifs&#8221; and &#8220;Heaven&#8221; on &#8220;Jimmy Kimmel&#8221;</a></h2></header></article><!-- #post-565530 --><article id="post-565523" class="post-565523 post type-post status-publish format-standard has-post-thumbnail hentry category-ncd-news category-ncd-tours tag-graffiti-u-world-tour tag-keith-urban tag-lindsay-ell author-jcasey custom-query" itemscope itemtype="http://schema.org/BlogPosting">
			<a href="http://www.nashcountrydaily.com/2018/02/12/lindsay-ell-to-join-keith-urban-on-8-graffiti-u-world-tour-dates/" class="post-thumbnail post-thumbnail-left">
				<img src="http://images.tritondigitalcms.com/6616/sites/1446/2018/02/12134247/Lindsay-Ell-CH-150x150.jpg" alt="Lindsay Ell to Join Keith Urban on 8 &#8220;Graffiti U World Tour&#8221; Dates" width="auto" height="auto" itemprop="image" />
			</a>
		<header><h2 class="entry-title" itemprop="headline"><a href="http://www.nashcountrydaily.com/2018/02/12/lindsay-ell-to-join-keith-urban-on-8-graffiti-u-world-tour-dates/" title="Lindsay Ell to Join Keith Urban on 8 &#8220;Graffiti U World Tour&#8221; Dates" rel="bookmark">Lindsay Ell to Join Keith Urban on 8 &#8220;Graffiti U World Tour&#8221; Dates</a></h2></header></article><!-- #post-565523 -->

</div><!-- .entry-row -->



<div class="entry-row">

<article id="post-565512" class="post-565512 post type-post status-publish format-standard has-post-thumbnail hentry category-ncd-news tag-daryle-singletary author-jcasey alt custom-query" itemscope itemtype="http://schema.org/BlogPosting">
			<a href="http://www.nashcountrydaily.com/2018/02/12/country-stars-travis-tritt-charlie-daniels-chris-young-oak-ridge-boys-more-remember-daryle-singletary-on-social-media/" class="post-thumbnail post-thumbnail-left">
				<img src="http://images.tritondigitalcms.com/6616/sites/1446/2018/02/12114734/Daryle-Singletary1-150x150.jpg" alt="Country Stars Travis Tritt, Charlie Daniels, Chris Young, Oak Ridge Boys &#038; More Remember Daryle Singletary on Social Media" width="auto" height="auto" itemprop="image" />
			</a>
		<header><h2 class="entry-title" itemprop="headline"><a href="http://www.nashcountrydaily.com/2018/02/12/country-stars-travis-tritt-charlie-daniels-chris-young-oak-ridge-boys-more-remember-daryle-singletary-on-social-media/" title="Country Stars Travis Tritt, Charlie Daniels, Chris Young, Oak Ridge Boys &#038; More Remember Daryle Singletary on Social Media" rel="bookmark">Country Stars Travis Tritt, Charlie Daniels, Chris Young, Oak Ridge Boys &#038; More Remember Daryle Singletary on Social Media</a></h2></header></article><!-- #post-565512 --><article id="post-565502" class="post-565502 post type-post status-publish format-standard has-post-thumbnail hentry category-ncd-news tag-daryle-singletary author-jcasey custom-query" itemscope itemtype="http://schema.org/BlogPosting">
			<a href="http://www.nashcountrydaily.com/2018/02/12/daryle-singletary-dies-at-age-46/" class="post-thumbnail post-thumbnail-left">
				<img src="http://images.tritondigitalcms.com/6616/sites/1446/2018/02/12091852/Daryle-Singletary-150x150.jpg" alt="Daryle Singletary Dies at Age 46" width="auto" height="auto" itemprop="image" />
			</a>
		<header><h2 class="entry-title" itemprop="headline"><a href="http://www.nashcountrydaily.com/2018/02/12/daryle-singletary-dies-at-age-46/" title="Daryle Singletary Dies at Age 46" rel="bookmark">Daryle Singletary Dies at Age 46</a></h2></header></article><!-- #post-565502 --><article id="post-565497" class="post-565497 post type-post status-publish format-standard has-post-thumbnail hentry category-ncd-news tag-jason-aldean tag-you-make-it-easy author-jcasey alt custom-query" itemscope itemtype="http://schema.org/BlogPosting">
			<a href="http://www.nashcountrydaily.com/2018/02/12/jason-aldean-releases-innovative-three-part-music-video-for-new-single-you-make-it-easy-watch/" class="post-thumbnail post-thumbnail-left">
				<img src="http://images.tritondigitalcms.com/6616/sites/1446/2018/02/12083437/Jason-Aldean-150x150.jpg" alt="Jason Aldean Releases Innovative Three-Part Music Video for New Single, &#8220;You Make It Easy&#8221; [Watch]" width="auto" height="auto" itemprop="image" />
			</a>
		<header><h2 class="entry-title" itemprop="headline"><a href="http://www.nashcountrydaily.com/2018/02/12/jason-aldean-releases-innovative-three-part-music-video-for-new-single-you-make-it-easy-watch/" title="Jason Aldean Releases Innovative Three-Part Music Video for New Single, &#8220;You Make It Easy&#8221; [Watch]" rel="bookmark">Jason Aldean Releases Innovative Three-Part Music Video for New Single, &#8220;You Make It Easy&#8221; [Watch]</a></h2></header></article><!-- #post-565497 -->

</div><!-- .entry-row -->

</div><div id="nav-below" class="loop-navigation loop-utility loop-utility-below" itemscope itemtype="http://schema.org/SiteNavigationElement"><div class="nav-previous" itemprop="url"></div><div class="nav-next" itemprop="url"></div></div><!-- #nav-below -->
</div><!-- .block-content -->

</div><!-- #block-bqe57222e2aaa8d2 -->

</section><!-- .column -->

</section><!-- .row -->


</div><!-- .grid-container -->

</div><!-- .wrapper -->

<div id="wrapper-wbo589b2fe4924fd" class="wrapper wrapper-fluid wrapper-fixed-grid grid-fluid-24-32-10 responsive-grid wrapper-mirroring-10 wrapper-last wrapper-footer" data-alias="Wrapper Footer">

<div class="grid-container clearfix">

<section class="row row-1">

<section class="column column-1 grid-left-0 grid-width-6">
<nav id="block-50" class="footer-nav block block-type-navigation block-fluid-height" data-alias="Footer Navigation" itemscope="" itemtype="http://schema.org/SiteNavigationElement">
<div class="block-content">
<div class="nav-vertical nav-align-left"><ul id="menu-footer-navigation" class="menu"><li id="menu-item-131" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-131"><a href="http://www.nashcountrydaily.com/privacy-policy/">Privacy Policy</a></li>
<li id="menu-item-133" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-133"><a href="http://www.nashcountrydaily.com/terms-of-service/">Terms of Service</a></li>
<li id="menu-item-135" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-135"><a href="http://www.nashcountrydaily.com/contest-rules/">Contest Rules</a></li>
<li id="menu-item-137" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-137"><a href="http://www.nashcountrydaily.com/advertise-with-us/">Advertise With Us</a></li>
<li id="menu-item-139" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-139"><a href="http://www.nashcountrydaily.com/?page_id=95">Station Information</a></li>
<li id="menu-item-38569" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-38569"><a href="http://www.cumulus.com/careers/">Employment Opportunities</a></li>
<li id="menu-item-563992" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-563992"><a target="_blank" href="https://www.cumulus.com">Cumulus Media Corporate</a></li>
</ul></div><!-- .nav-vertical nav-align-left -->
</div><!-- .block-content -->

</nav><!-- #block-50 -->
<div id="block-b6d55c4d642ae1e5" class="block block-type-custom-code block-fluid-height" data-alias="Wallpaper Ad">
<div class="block-content">
<div id='div-gpt-ad-1418849849333-16'>
<script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1418849849333-16'); });
</script>
</div>
</div><!-- .block-content -->

</div><!-- #block-b6d55c4d642ae1e5 -->

</section><!-- .column -->

<section class="column column-2 grid-left-0 grid-width-18">
<div id="block-51" class="728x90-ad-2 block block-type-custom-code block-fluid-height" data-alias="728x90 Ad 2">
<div class="block-content">
<div class="footer-728x90-ad" align="right">
<div id='div-gpt-ad-1418849849333-2'>
<script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1418849849333-2'); });
</script>
</div>
</div>
</div><!-- .block-content -->

</div><!-- #block-51 -->
<footer id="block-52" class="copyright block block-type-footer block-fluid-height" data-alias="Copyright" itemscope="" itemtype="http://schema.org/WPFooter">
<div class="block-content">

<div class="footer-container">

<div class="footer">
<p class="copyright footer-copyright">Copyright Cumulus Media / Cumulus Media is an equal opportunity employer / AA</p><p class="footer-responsive-grid-link-container footer-responsive-grid-link-disable-container"><a href="http://www.nashcountrydaily.com/2017/08/27/chris-young-donates-100000-to-hurricane-harvey-relief-efforts/?full-site=true" rel="nofollow" class="footer-responsive-grid-link footer-responsive-grid-disable footer-link">View Full Site</a></p>
</div><!-- .footer -->
</div><!-- .footer-container -->
</div><!-- .block-content -->

</footer><!-- #block-52 -->

</section><!-- .column -->

</section><!-- .row -->


</div><!-- .grid-container -->

</div><!-- .wrapper -->



<script>_AMP.theme.init();</script>
<link rel='stylesheet' id='media_library_assistant-plugin-styles-css'  href='http://www.nashcountrydaily.com/wp-content/plugins/media-library-assistant/includes/../css/prettyPhoto.css?ver=1.61' type='text/css' media='all' />
<link rel='stylesheet' id='media_library_assistant-widget-styles-css'  href='http://www.nashcountrydaily.com/wp-content/plugins/media-library-assistant/includes/../css/widget.css?ver=1.61' type='text/css' media='all' />
<link rel='stylesheet' id='amp-polls-plugin-styles-css'  href='http://www.nashcountrydaily.com/wp-content/plugins/amp-polls/css/widget.css?ver=4.7.3' type='text/css' media='all' />
<script type='text/javascript'>
/* <![CDATA[ */
var themify_vars = {"version":"1.9.6","url":"http:\/\/www.nashcountrydaily.com\/wp-content\/plugins\/themify-builder\/themify","TB":"1","map_key":null,"includesURL":"http:\/\/www.nashcountrydaily.com\/wp-includes\/","isCached":null};
var tbLocalScript = {"isAnimationActive":"1","isParallaxActive":"1","isParallaxScrollActive":"1","animationInviewSelectors":[".module.wow",".themify_builder_content .themify_builder_row.wow",".module_row.wow",".builder-posts-wrap > .post.wow",".fly-in > .post",".fly-in .row_inner > .tb-column",".fade-in > .post",".fade-in .row_inner > .tb-column",".slide-up > .post",".slide-up .row_inner > .tb-column"],"createAnimationSelectors":[],"backgroundSlider":{"autoplay":5000,"speed":2000},"animationOffset":"100","videoPoster":"http:\/\/www.nashcountrydaily.com\/wp-content\/plugins\/themify-builder\/img\/blank.png","backgroundVideoLoop":"yes","builder_url":"http:\/\/www.nashcountrydaily.com\/wp-content\/plugins\/themify-builder","framework_url":"http:\/\/www.nashcountrydaily.com\/wp-content\/plugins\/themify-builder\/themify","version":"1.9.6","fullwidth_support":"","fullwidth_container":"body","loadScrollHighlight":"1"};
var themifyScript = {"lightbox":{"lightboxSelector":".themify_lightbox","lightboxOn":true,"lightboxContentImages":false,"lightboxContentImagesSelector":"","theme":"pp_default","social_tools":false,"allow_resize":true,"show_title":false,"overlay_gallery":false,"screenWidthNoLightbox":600,"deeplinking":false,"contentImagesAreas":"","gallerySelector":".gallery-icon > a[href$=jpg],.gallery-icon > a[href$=gif],.gallery-icon > a[href$=png],.gallery-icon > a[href$=JPG],.gallery-icon > a[href$=GIF],.gallery-icon > a[href$=PNG],.gallery-icon > a[href$=jpeg],.gallery-icon > a[href$=JPEG]","lightboxGalleryOn":true},"lightboxContext":"body"};
var tbScrollHighlight = {"fixedHeaderSelector":"","speed":"900","navigation":"#main-nav","scrollOffset":"0"};
/* ]]> */
</script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/plugins/themify-builder/themify/js/main.js?ver=1.9.6'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var mejsL10n = {"language":"en-US","strings":{"Close":"Close","Fullscreen":"Fullscreen","Turn off Fullscreen":"Turn off Fullscreen","Go Fullscreen":"Go Fullscreen","Download File":"Download File","Download Video":"Download Video","Play":"Play","Pause":"Pause","Captions\/Subtitles":"Captions\/Subtitles","None":"None","Time Slider":"Time Slider","Skip back %1 seconds":"Skip back %1 seconds","Video Player":"Video Player","Audio Player":"Audio Player","Volume Slider":"Volume Slider","Mute Toggle":"Mute Toggle","Unmute":"Unmute","Mute":"Mute","Use Up\/Down Arrow keys to increase or decrease volume.":"Use Up\/Down Arrow keys to increase or decrease volume.","Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds."}};
var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/"};
/* ]]> */
</script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=2.22.0'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-includes/js/mediaelement/wp-mediaelement.js?ver=4.7.3'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/plugins/media-library-assistant/includes/../js/jquery.prettyPhoto.js?ver=1.61'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/plugins/media-library-assistant/includes/../js/widget-front-end.js?ver=1512399620'></script>
<script type='text/javascript' src='http://www.nashcountrydaily.com/wp-content/plugins/amp-polls/js/widget-front-end.js?ver=4.7.3'></script>
		<script type="text/javascript">
			if ('object' === typeof tbLocalScript) {
				tbLocalScript.transitionSelectors = ".js.csstransitions .module.wow, .js.csstransitions .themify_builder_content .themify_builder_row.wow, .js.csstransitions .module_row.wow, .js.csstransitions .builder-posts-wrap > .post.wow, .js.csstransitions .fly-in > .post, .js.csstransitions .fly-in .row_inner > .tb-column, .js.csstransitions .fade-in > .post, .js.csstransitions .fade-in .row_inner > .tb-column, .js.csstransitions .slide-up > .post, .js.csstransitions .slide-up .row_inner > .tb-column";
			}
		</script>
		

</div><!-- #whitewrap -->

<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

</body>


</html>
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/

Object Caching 2806/2936 objects using memcache
Page Caching using memcache
Database Caching 81/103 queries in 0.460 seconds using memcache

Served from: www.1460wrad.com @ 2018-02-13 10:12:31 by W3 Total Cache
-->