<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hurricane Harvey To Leave 500,000 Cars Totaled | GM Authority</title>
<script>
	// This function returns a normalized screen size to match the TypeGrid theme.
	function get_ad_size($position) {
		var $adsense_helper = 'src="https://pagead2.googlesyndication.com/pagead/show_ads.js"';
		var $ynb_helper = 'src="https://contextual.media.net/nmedianet.js?cid=8CU1J6XKQ"';
		var $aol_helper = 'src="https://uac.advertising.com/wrapper/aceUAC.js"';
		var $adtech_helper = '';
		switch($position) {
			/*
			The logo-center and bottom-center work together.  When the page is too small for the header,
				it drops down under the second nav bar.
			The actual display code for these ad locations are in this file (header.php)
			*/
			case "header-logo-center":
				// Logo area in header.  Disappears when size is less then 700 via CSS
				var $width = window.innerWidth || document.documentElement.clientWidth;
				if ($width >= 1050 ) { return ['google_ad_client = "ca-pub-7194783345442697";  google_ad_slot = "4873542961";  google_ad_width = 728;  google_ad_height = 90;', $adsense_helper]; }
				else if ($width >= 800 ) { return ['google_ad_client = "ca-pub-7194783345442697";  google_ad_slot = "4811202363";  google_ad_width = 468;  google_ad_height = 60;', $adsense_helper]; }
				else { return ['','']; }
				break;
			case "header-bottom-center":
				// Area under 2nd Menu.
				var $width = window.innerWidth || document.documentElement.clientWidth;
				//if ($width >= 728 ) { return ['google_ad_client = "ca-pub-7194783345442697";  google_ad_slot = "3411313564";  google_ad_width = 728;  google_ad_height = 90;', $adsense_helper]; }
				// else if ($width >= 468 ) { return ['google_ad_client = "ca-pub-7194783345442697";  google_ad_slot = "4811202363";  google_ad_width = 468;  google_ad_height = 60;', $adsense_helper]; }
				//Most recent: if ($width < 800 && $width >= 336 ) { return ['google_ad_client = "ca-pub-7194783345442697";  google_ad_slot = "3401280366";  google_ad_width = 336;  google_ad_height = 280;', $adsense_helper]; }
				//else if ($width < 336 ) { return ['google_ad_client = "ca-pub-7194783345442697";  google_ad_slot = "2242304768";  google_ad_width = 300;  google_ad_height = 250;', $adsense_helper]; }
				if ($width < 800 ) { return ['','src="https://adserver.adtechus.com/addyn|3.0|9994.1|3508064|0|170|ADTECH;loc=100;target=_blank;misc=[TIMESTAMP];rdclick="']; }
				else { return ['','']; }
				break;
			/*
			The home-featured and below-image-center displays an ad below the featured articles on the home page,
				as well as an ad below the featured article on a post.
			*/
			case "home-featured":
			case "intelligence-content":	// Ad code is located in page-templates/intelligence.php
			case "below-image-center":
				// Area under featured articles on home page and below article on single
				var $addiv = document.getElementById("featured-image-wrapper").clientWidth;
				if ($addiv >= 720 ) { return ['google_ad_client = "ca-pub-7194783345442697";  google_ad_slot = "5181557166";  google_ad_width = 728;  google_ad_height = 90;', $adsense_helper]; }
				// else if ($addiv >= 460 ) { return ['google_ad_client = "ca-pub-7194783345442697";  google_ad_slot = "4811202363";  google_ad_width = 468;  google_ad_height = 60;', $adsense_helper]; }
				else if ($addiv >= 328 ) { return ['google_ad_client = "ca-pub-7194783345442697";  google_ad_slot = "3401280366";  google_ad_width = 336;  google_ad_height = 280;', $adsense_helper]; }
				else if ($addiv < 328 ) { return ['google_ad_client = "ca-pub-7194783345442697";  google_ad_slot = "2242304768";  google_ad_width = 300;  google_ad_height = 250;', $adsense_helper]; }
				else { return ['','']; }
				break;
				
			case "below-content":	// Ad placed below content in article, after 1st article on home page
			case "header-replace-center":
				// Below article in single and after 1st article on home.  Only appears when size is less than 700 via CSS
				var $width = window.innerWidth || document.documentElement.clientWidth;
				if ($width >= 728 ) { return ['google_ad_client = "ca-pub-7194783345442697";  google_ad_slot = "3411313564";  google_ad_width = 728;  google_ad_height = 90;', $adsense_helper]; }
				else if ($width < 728 && $width >= 336 ) { return ['google_ad_client = "ca-pub-7194783345442697";  google_ad_slot = "3401280366";  google_ad_width = 336;  google_ad_height = 280;', $adsense_helper]; }
				else if ($width < 336 ) { return ['google_ad_client = "ca-pub-7194783345442697";  google_ad_slot = "2242304768";  google_ad_width = 300;  google_ad_height = 250;', $adsense_helper]; }
				else { return ['','']; }
				break;
			case "home-loop":
			case "comments":
			case "footer":
				// Every 4 articles on home page
				var $addiv = document.getElementById("ads-content-wrapper").clientWidth;
				if ($addiv >= 720 ) { return ['google_ad_client = "ca-pub-7194783345442697";  google_ad_slot = "5181557166";  google_ad_width = 728;  google_ad_height = 90;', $adsense_helper]; }
				// else if ($addiv >= 460 ) { return ['google_ad_client = "ca-pub-7194783345442697";  google_ad_slot = "4811202363";  google_ad_width = 468;  google_ad_height = 60;', $adsense_helper]; }
				else if ($addiv >= 328 ) { return ['google_ad_client = "ca-pub-7194783345442697";  google_ad_slot = "3401280366";  google_ad_width = 336;  google_ad_height = 280;', $adsense_helper]; }
				else if ($addiv < 328 ) { return ['google_ad_client = "ca-pub-7194783345442697";  google_ad_slot = "2242304768";  google_ad_width = 300;  google_ad_height = 250;', $adsense_helper]; }
				else { return ['','']; }
				break;				
		}
	}

	</script>
<script>
  (function() {
    var useSSL = 'https:' == document.location.protocol;
    var src = (useSSL ? 'https:' : 'http:') +
        '//www.googletagservices.com/tag/js/gpt.js';
    document.write('<scr' + 'ipt src="' + src + '"></scr' + 'ipt>');
  })();
</script>
<script>
	var $pageWidth = window.innerWidth || document.documentElement.clientWidth;
	// var $contentWidth = 728; // document.getElementById("ads-content-wrapper").clientWidth;
	
	// Define article body slots according to screen size
	// Screen is desktop, or right after the sidebar hides
	if ( ( $pageWidth >= 1100 ) || ( $pageWidth <= 960 && $pageWidth >= 850 ) ) {
		// Desktop sized screen
		googletag.cmd.push(function() {
			googletag.defineSlot('/102346917/gma_728_90', [728, 90], 'div-gpt-ad-content-three').addService(googletag.pubads());
			googletag.defineSlot('/102346917/gma_728_90', [728, 90], 'div-gpt-ad-content-four').addService(googletag.pubads());
			googletag.defineSlot('/102346917/gma_728_90', [728, 90], 'div-gpt-ad-content-five').addService(googletag.pubads());
		});
	// Screen is tablet, or while the sidebar is shown and a large ad won't fit
  	} else if ( ( $pageWidth < 1100 && $pageWidth > 960 ) || ( $pageWidth >= 360 )) {
  		// Tablet sized screen
  		googletag.cmd.push(function() {
  			googletag.defineSlot('/102346917/gma_336_280', [336, 280], 'div-gpt-ad-content-three').addService(googletag.pubads());
  			googletag.defineSlot('/102346917/gma_336_280', [336, 280], 'div-gpt-ad-content-four').addService(googletag.pubads());
			googletag.defineSlot('/102346917/gma_336_280', [336, 280], 'div-gpt-ad-content-five').addService(googletag.pubads());
		});
	// Screen size is too small for the 336 ad to display
  	} else {
  		// Mobile sized screen
  		googletag.cmd.push(function() {
  			googletag.defineSlot('/102346917/gma_300_250', [300, 250], 'div-gpt-ad-content-three').addService(googletag.pubads());
  			googletag.defineSlot('/102346917/gma_300_250', [300, 250], 'div-gpt-ad-content-four').addService(googletag.pubads());
			googletag.defineSlot('/102346917/gma_300_250', [300, 250], 'div-gpt-ad-content-five').addService(googletag.pubads());
		});
  	};
  	
  	// Define page body slots according to screen size
	// Screen is desktop, or right after the sidebar hides
	if ( $pageWidth >= 740 ) {
		// Desktop sized screen
		googletag.cmd.push(function() {
			googletag.defineSlot('/102346917/gma_728_90', [728, 90], 'div-gpt-ad-footer').addService(googletag.pubads());
		});
	// Screen is tablet, or while the sidebar is shown and a large ad won't fit
  	} else if ( $pageWidth >= 350 ) {
  		// Tablet sized screen
  		googletag.cmd.push(function() {
  			googletag.defineSlot('/102346917/gma_336_280', [336, 280], 'div-gpt-ad-footer').addService(googletag.pubads());
		});
	// Screen size is too small for the 336 ad to display
  	} else {
  		// Mobile sized screen
  		googletag.cmd.push(function() {
  			googletag.defineSlot('/102346917/gma_300_250', [300, 250], 'div-gpt-ad-footer').addService(googletag.pubads());
		});
  	};
  	
  	
  	// Sidebar ads.  These do not change in size
	googletag.cmd.push(function() {
		googletag.defineSlot('/102346917/gma_160_600', [160, 600], 'div-gpt-ad-sidebar-top-left').addService(googletag.pubads());
		googletag.defineSlot('/102346917/gma_160_600', [160, 600], 'div-gpt-ad-sidebar-top-right').addService(googletag.pubads());
		googletag.defineSlot('/102346917/gma_160_600', [160, 600], 'div-gpt-ad-sidebar-middle-left').addService(googletag.pubads());			
		googletag.defineSlot('/102346917/gma_160_600', [160, 600], 'div-gpt-ad-sidebar-middle-right').addService(googletag.pubads());
		googletag.defineSlot('/102346917/gma_300_250', [300, 250], 'div-gpt-ad-sidebar-bottom-one').addService(googletag.pubads());
		googletag.defineSlot('/102346917/gma_300_250', [300, 250], 'div-gpt-ad-sidebar-bottom-two').addService(googletag.pubads());
	});
	
	// Define how the DFP tags fire
	googletag.cmd.push(function() {
		// googletag.pubads().enableSingleRequest();
		googletag.pubads().enableSyncRendering();
		googletag.pubads().collapseEmptyDivs();
		googletag.enableServices();
	});

</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
  (adsbygoogle = window.adsbygoogle || []).push({
    google_ad_client: "ca-pub-7194783345442697",
    enable_page_level_ads: true
  });
</script>
<link rel="stylesheet" href="http://gmauthority.com/blog/wp-content/themes/typegrid11_child/style.css">
<link rel="pingback" href="http://gmauthority.com/blog/xmlrpc.php">
<script>document.documentElement.className = document.documentElement.className.replace("no-js","js");</script>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic|Fjalla+One' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
		<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
		<script src="http://gmauthority.com/blog/wp-content/themes/typegrid11/js/ie/selectivizr.js"></script>
	<![endif]-->


<script type="text/javascript">
if(document.location.protocol=='http:'){
 var Tynt=Tynt||[];Tynt.push('as2bKu230r4OHsacwqm_6r');
 (function(){var s=document.createElement('script');s.async="async";s.type="text/javascript";s.src='http://tcr.tynt.com/ti.js';var h=document.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h);})();
}
</script>




<link rel="author" href="http://plus.google.com/b/106522224833753772925/106522224833753772925" />
<meta name="description" content="Hurricane Harvey is expected to leave 500,000 totaled in its wake after intense flooding will send them all to the scrap yard." />
<meta name="keywords" content="hurricane harvey,texas hurricane,houston hurricane,houston flooding,texas flooding,hurricane harvey flooding,hurricane news,harvey news,hurricane harvey car floods,flooded cars,texas flooded cars,flood damage,flood damaged cars,texas news,houston news,flood news,gm news,general motors news,gm,general motors,natural disaster,flood,hurricane,auto news,autos,car news,cars,market,usa,gma special,video,news,north america,accident watch,report,article type" />
<link rel="canonical" href="http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/" />

<link rel="alternate" type="application/rss+xml" title="GM Authority &raquo; Feed" href="http://gmauthority.com/blog/feed/" />
<link rel="alternate" type="application/rss+xml" title="GM Authority &raquo; Comments Feed" href="http://gmauthority.com/blog/feed/" />
<link rel="alternate" type="application/rss+xml" title="GM Authority &raquo; Hurricane Harvey Will Send Half A Million Cars To The Scrap Yard Comments Feed" href="http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/feed/" />
<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"http:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"http:\/\/gmauthority.com\/blog\/wp-includes\/js\/wp-emoji-release.min.js?ver=76bf6ada53fa5f6b0c1295a41cc80c9d"}};
			!function(a,b,c){function d(a){var c=b.createElement("canvas"),d=c.getContext&&c.getContext("2d");return d&&d.fillText?(d.textBaseline="top",d.font="600 32px Arial","flag"===a?(d.fillText(String.fromCharCode(55356,56806,55356,56826),0,0),c.toDataURL().length>3e3):("simple"===a?d.fillText(String.fromCharCode(55357,56835),0,0):d.fillText(String.fromCharCode(55356,57135),0,0),0!==d.getImageData(16,16,1,1).data[0])):!1}function e(a){var c=b.createElement("script");c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g;c.supports={simple:d("simple"),flag:d("flag"),unicode8:d("unicode8")},c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.simple&&c.supports.flag&&c.supports.unicode8||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
<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='style-css' href='http://gmauthority.com/blog/wp-content/plugins/motrolix-sales-numbers/style.css?ver=76bf6ada53fa5f6b0c1295a41cc80c9d' media='all' />
<link rel='stylesheet' id='ai1ec_style-css' href='//gmauthority.com/blog/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/css/ai1ec_parsed_css.css?ver=2.5.26' media='all' />
<link rel='stylesheet' id='bwp-capt-css' href='http://gmauthority.com/blog/wp-content/plugins/bwp-recaptcha/assets/css/custom-theme.css?ver=76bf6ada53fa5f6b0c1295a41cc80c9d' media='all' />
<link rel='stylesheet' id='bbp-default-css' href='http://gmauthority.com/blog/wp-content/themes/typegrid11_child/css/bbpress.css?ver=2.5.8-5815' media='screen' />
<link rel='stylesheet' id='wpbfsb-frontend-icons-css' href='http://gmauthority.com/blog/wp-content/plugins/fixed-wp-social-share-buttons/assets/css/wpbfsb-frontend-icons.css?ver=76bf6ada53fa5f6b0c1295a41cc80c9d' media='all' />
<link rel='stylesheet' id='wpbfsb-frontend-css' href='http://gmauthority.com/blog/wp-content/plugins/fixed-wp-social-share-buttons/assets/css/wpbfsb-frontend.css?ver=76bf6ada53fa5f6b0c1295a41cc80c9d' media='all' />
<style id='wpbfsb-frontend-inline-css' type='text/css'>
.wpbfsb .wpbfsb-button-named-google {background-color:#d64937; color:#ffffff;}.wpbfsb .wpbfsb-button-named-google:hover {background-color:#c53826;}.wpbfsb .wpbfsb-button-named-twitter {background-color:#327ead; color:#ffffff;}.wpbfsb .wpbfsb-button-named-twitter:hover {background-color:#216d9c;}.wpbfsb .wpbfsb-button-named-facebook {background-color:#3b5997; color:#ffffff;}.wpbfsb .wpbfsb-button-named-facebook:hover {background-color:#2a4886;}.wpbfsb button:nth-child(n+4) { display: none; }.wpbfsb button.wpbfsb-more-button {display: inline-block;}.wpbfsb {left: 0; top: 38%; right: auto; bottom: auto; text-align: left;max-width: 55px;width: auto;}.wpbfsb i { font-size: 23px; }.wpbfsb button {margin: 5px 5px 0 0;height:45px;width:45px;display: block;}.wpbfsb-count { font-size:11px;}.wpbfsb button.wpbfsb-more-button {display: none;}.wpbfsb button.wpbfsb-share-info {font-size: 12px;color: #ffffff;}.wpbfsb-share-info-responsive-inner { display: none; }.wpbfsb-share-info-inner { display: inline; }.wpbfsb button.wpbfsb-tooltips span.wpbfsb-tooltip {font-size: 12px;color: #ffffff;}.wpbfsb button.wpbfsb-tooltips span.wpbfsb-tooltip:after {top: 50%;right: 100%;bottom: auto;left: auto;margin: -8px 0 0 0;width: 0;height: 0;border-right: 8px solid #000000;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-left: 0 none;}.wpbfsb button.wpbfsb-tooltips:hover span.wpbfsb-tooltip {left: 55px;top: 7.5px;right: auto;bottom: auto;margin: 0;}@media all and (min-width: 968px) {}@media all and (max-width: 968px) {wpbfsb button.wpbfsb-more-button {display: none;}.wpbfsb button:nth-child(n+4) { display: inline-block}.wpbfsb button:nth-child(n+4) { display: none; }.wpbfsb {max-height: 60px;width: 100%;left: auto; top: auto; right: auto; bottom: 0; text-align: center;  max-width: 100%;}.wpbfsb i { font-size: 25px; }.wpbfsb button {margin: 0 0 5px 5px;height:50px;width:50px;display: inline-block;}.wpbfsb-count { font-size:13px;}.wpbfsb button.wpbfsb-share-info {font-size: 10px;min-height:50px;min-width:50px;color: #ffffff;}.wpbfsb-share-info-responsive-inner { display: inline; }.wpbfsb-share-info-inner { display: none; }.wpbfsb button.wpbfsb-tooltips span.wpbfsb-tooltip {font-size: 10px;color: #ffffff;}.wpbfsb button.wpbfsb-tooltips span.wpbfsb-tooltip:after {top: 100%;left: 50%;right: auto;bottom: auto;margin: 0 0 0 -8px;width: 0;height: 0;border-top: 8px solid #000000;border-right: 8px solid transparent;border-left: 8px solid transparent;border-bottom: 0 none;}.wpbfsb button.wpbfsb-tooltips:hover span.wpbfsb-tooltip {bottom: 60px;left: 50%;top: auto;right: auto;margin: 0 0 0 -70px;}}
</style>
<link rel='stylesheet' id='foobox-min-css' href='http://gmauthority.com/blog/wp-content/plugins/fooboxV2/css/foobox.min.css?ver=2.3.2.25' media='all' />
<link rel='stylesheet' id='NextGEN-css' href='http://gmauthority.com/blog/wp-content/plugins/nextcellent-gallery-nextgen-legacy/css/nggallery.css?ver=1.0.0' media='screen' />
<link rel='stylesheet' id='NextCellent-Framework-css' href='http://gmauthority.com/blog/wp-content/plugins/nextcellent-gallery-nextgen-legacy/css/framework-min.css?ver=1.0.1' media='screen' />
<link rel='stylesheet' id='style-responsive-css' href='http://gmauthority.com/blog/wp-content/themes/typegrid11/style-responsive.css?ver=1.0' media='all' />
<link rel='stylesheet' id='wpbandit-style-css' href='http://gmauthority.com/blog/wp-content/themes/typegrid11/styles/1220.css?ver=76bf6ada53fa5f6b0c1295a41cc80c9d' media='all' />
<link rel='stylesheet' id='font-awesome-css' href='http://gmauthority.com/blog/wp-content/themes/typegrid11/fonts/font-awesome.min.css?ver=3.0' media='all' />
<link rel='stylesheet' id='mtmb-menu-bar-styles-css' href='http://gmauthority.com/blog/wp-content/plugins/motrolix-top-menu-bar/inc/css/mtmb_menu_bar_styles.css?ver=0.1.36' media='all' />
<link rel='stylesheet' id='mtmb-searchbox-styles-css' href='http://gmauthority.com/blog/wp-content/plugins/motrolix-top-menu-bar/inc/css/mtmb_searchbox_styles.css?ver=0.1.36' media='all' />
<link rel='stylesheet' id='mtmb-modal-login-styles-css' href='http://gmauthority.com/blog/wp-content/plugins/motrolix-top-menu-bar/inc/css/mtmb_modal_login_styles.css?ver=0.1.36' media='all' />
<link rel='stylesheet' id='mtmb-modal-search-styles-css' href='http://gmauthority.com/blog/wp-content/plugins/motrolix-top-menu-bar/inc/css/mtmb_modal_search_styles.css?ver=0.1.36' media='all' />
<link rel='stylesheet' id='jetpack_css-css' href='http://gmauthority.com/blog/wp-content/plugins/jetpack/css/jetpack.css?ver=3.9.7' media='all' />
<script type='text/javascript' src='http://gmauthority.com/blog/wp-includes/js/jquery/jquery.js?ver=1.11.3'></script>
<script type='text/javascript' src='http://gmauthority.com/blog/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
<script type='text/javascript' src='http://gmauthority.com/blog/wp-content/plugins/nextcellent-gallery-nextgen-legacy/js/owl.carousel.min.js?ver=2'></script>
<script type='text/javascript' src='http://gmauthority.com/blog/wp-content/plugins/fooboxV2/js/foobox.min.js?ver=2.3.2.25'></script>
<link rel='https://api.w.org/' href='http://gmauthority.com/blog/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://gmauthority.com/blog/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://gmauthority.com/blog/wp-includes/wlwmanifest.xml" />
<link rel='prev' title='2017 Chevy Colorado ZR2 Faces Toyota Tacoma TRD Pro In An Off-Road Showdown: Video' href='http://gmauthority.com/blog/2017/08/2017-chevy-colorado-zr2-and-toyota-tacoma-trd-pro-in-an-off-road-showdown-video/' />
<link rel='next' title='GMC Savana Sales Increase 189 Percent To 2,095 Units In July 2017' href='http://gmauthority.com/blog/2017/08/gmc-savana-sales-numbers-figures-results-july-2017/' />
<link rel='shortlink' href='http://gmauthority.com/blog/?p=170676' />
<link rel="alternate" type="application/json+oembed" href="http://gmauthority.com/blog/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fgmauthority.com%2Fblog%2F2017%2F08%2Fhurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard%2F" />
<link rel="alternate" type="text/xml+oembed" href="http://gmauthority.com/blog/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fgmauthority.com%2Fblog%2F2017%2F08%2Fhurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard%2F&#038;format=xml" />
<link rel="apple-touch-icon" href="http://gmauthority.com/blog/wp-content/uploads/2015/01/GMA-2015-Web-Clip-Logo-January-19-2015.jpg" />
<script type="text/javascript">/* Run FooBox (v2.3.2.25) */
(function( FOOBOX, $, undefined ) {
  FOOBOX.o = {wordpress: { enabled: true }, deeplinking : { enabled: false }, captions: { overrideTitle:true, titleSource:'image_alt', overrideDesc:true, descSource:'anchor', prettify:true }, countMessage:'image %index of %total', excludes:'.fbx-link,.nofoobox,.nolightbox,a[href*="pinterest.com/pin/create/button/"]', affiliate : { enabled: false }, error: "Sorry, the image couldn\'t load", slideshow: { enabled:true}, social: { enabled: true, excludes: ['iframe','html'], onlyShowOnHover:true, position: 'fbx-top', links: [ { css: 'fbx-facebook', title: 'Facebook', url: 'http://www.facebook.com/sharer.php?u={url}'  }, { css: 'fbx-google-plus', title: 'Google+', url: 'https://plus.google.com/share?url={url-ne}'  }, { css: 'fbx-twitter', title: 'Twitter', url: 'https://twitter.com/share?url={url}&text={title}&via=afroehlich&hashtags=GMchat'  }, { css: 'fbx-pinterest', title: 'Pinterest', url: 'https://pinterest.com/pin/create/bookmarklet/?media={img!}&url={url}&is_video={is_video}&description={title}'  }, { css: 'fbx-linkedin', title: 'LinkedIn', url: 'http://www.linkedin.com/shareArticle?url={url}&title={title}'  } ] }, preload:true, modalClass: "fbx-spinner-7"};
  FOOBOX.init = function() {
    $(".fbx-link").removeClass("fbx-link");
    $(".ngg-galleryoverview, .ngg-widget").foobox(FOOBOX.o);
    $(".gallery").foobox(FOOBOX.o);
    $(".afroehlich").foobox(FOOBOX.o);
    $(".foobox, [target=\"foobox\"]").foobox(FOOBOX.o);
    $(".wp-caption").foobox(FOOBOX.o);
    $("a:has(img[class*=wp-image-])").foobox(FOOBOX.o);

  };
}( window.FOOBOX = window.FOOBOX || {}, jQuery ));

jQuery(function() {
  //preload the foobox font
  jQuery("body").append("<span style=\"font-family:'foobox'; color:transparent; position:absolute; top:-1000em;\">f</span>");
  FOOBOX.init();
  jQuery(document).trigger("foobox-after-init");

});
</script>
<link rel="shortcut icon" href="http://gmauthority.com/blog/wp-content/uploads/2015/01/GMA-2015-Favicon-January-19-2015.jpg">
<script type="text/javascript">
 var _gaq = _gaq || [];
 _gaq.push(['_setAccount', 'UA-10454573-1']);
 _gaq.push(['_setDomainName', 'gmauthority.com']);
 _gaq.push(['_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>
<style type="text/css" media="all">
/* <![CDATA[ */
@import url("http://gmauthority.com/blog/wp-content/plugins/wp-table-reloaded/css/plugin.css?ver=1.9.4");
@import url("http://gmauthority.com/blog/wp-content/plugins/wp-table-reloaded/css/datatables.css?ver=1.9.4");
.negative-row td, .negative-number {
 background-color: #E69999!important;
}

.positive-row td, .positive-number {
 background-color: #CFFFCC!important;
}

.wp-table-reloaded-id-12 td, .wp-table-reloaded-id-12 th {
  text-align: center;
}
.wp-table-reloaded-id-12 tbody .column-1 {
  text-align: left;
}
/* ]]> */
</style><link rel="amphtml" href="http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/amp/" />

<meta property="fb:admins" content="100000686899395" />
<meta property="fb:app_id" content="216102895086608" />
<meta property="og:url" content="http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/" />
<meta property="og:title" content="Hurricane Harvey Will Send Half A Million Cars To The Scrap Yard" />
<meta property="og:site_name" content="GM Authority" />
<meta property="og:description" content="Which will more than likely increase demand for new and used cars following the storm&#039;s destruction." />
<meta property="og:type" content="article" />
<meta property="og:image" content="http://gmauthority.com/blog/wp-content/uploads/2015/11/GMA-2015-Logo-250px.jpeg" />
<meta property="og:image" content="http://gmauthority.com/blog/wp-content/uploads/2017/08/Hurricane-Harvey-flooding-1024x562.jpg" />
<meta property="og:locale" content="en_us" />

<link rel="icon" href="http://gmauthority.com/blog/wp-content/uploads/2017/11/GMA-2015-Logo.jpeg" sizes="32x32" />
<link rel="icon" href="http://gmauthority.com/blog/wp-content/uploads/2017/11/GMA-2015-Logo.jpeg" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="http://gmauthority.com/blog/wp-content/uploads/2017/11/GMA-2015-Logo.jpeg" />
<meta name="msapplication-TileImage" content="http://gmauthority.com/blog/wp-content/uploads/2017/11/GMA-2015-Logo.jpeg" />
<style type="text/css">

</style></head>
<body class="single single-post postid-170676 single-format-standard">
<div class="body-wrapper">
<header id="header">
<nav class="nav-container group mtmb-fixed" id="nav-header">
<div class="container">
<li class='menu-item mtmb-searchbox-icon'><i class='icon-search sb-icon-size'></i></li><li class='menu-item mtmb-right'><div class='mtmb-searchwrap'><form action='/' method='get'><input type='text' placeholder='Search...' name='s' class='mtmb-searchbox' required><i class='icon-remove sb-icon-size mtmb-close-icon'></i></form></div></li><ul class='nav mtmb-nav'><li class='menu-item mtmb-menu-item login-link  mtmb-show'><a id='show_login' href='#'>Sign In</a></li><li class='menu-item mtmb-menu-item register-link  mtmb-show'><a href='http://gmauthority.com/blog/register/'>Sign Up</a></li></ul> <div class="nav-toggle" id="nav-header-toggle"><i class="icon-reorder"></i></div>
<div class="nav-wrap">
<ul id="menu-header" class="nav container group"><li id="menu-item-41108" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41108"><a href="http://gmauthority.com" itemprop="url">News</a></li><li id="menu-item-41237" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41237"><a href="http://gmauthority.com/blog/forum/" itemprop="url">Forum</a></li><li id="menu-item-41238" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41238"><a href="http://gmauthority.com/blog/gallery/" itemprop="url">Photos</a></li><li id="menu-item-41239" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-41239"><a href="http://gmauthority.com/blog/tip-us/" itemprop="url">Tip Us</a></li><li id="menu-item-131953" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-131953"><a href="http://gmauthority.com/blog/careers/" itemprop="url">Jobs</a></li><li id="menu-item-41586" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-41586"><a href="http://gmauthority.com/blog/subscribe/" itemprop="url">Subscribe</a></li></ul> </div>
</div>
</nav>
<div class="container">
<div id="header-logo-wrapper">
<div id="header-logo-container-left">
<p id="logo"><a href="http://gmauthority.com/blog/" rel="home"><img src="http://gmauthority.com/blog/wp-content/uploads/2015/01/GMA-2015-Logo-1-13-20151.jpeg" alt="GM Authority"></a></p>
</div>
<div id="header-logo-container-center">
<h3>Sponsored Links</h3>
<script>var ad_data = get_ad_size('header-logo-center');
								document.write('<script type="text/javascript"> ' + ad_data[0] + '<' + '\/script>'); </script>
<script> document.write('<script type="text/javascript" ' + ad_data[1] + '><' + '\/script>'); </script>
</div>
<div id="header-logo-container-right">
<ul id="header-social" class="social-module"><li><a class="social-tooltip" href="http://facebook.com/gmauthority" title="Facebook" target="_blank"><i class="icon-facebook-sign"></i></a></li><li><a class="social-tooltip" href="http://twitter.com/gmauthority" title="Twitter" target="_blank"><i class="icon-twitter"></i></a></li><li><a class="social-tooltip" href="http://plus.google.com/b/106522224833753772925/106522224833753772925" title="G+" target="_blank"><i class="icon-google-plus-sign"></i></a></li></ul>
</div>
</div>
<nav class="nav-container group" id="nav-subheader">
<div class="nav-toggle" id="nav-subheader-toggle"><i class="icon-reorder"></i></div>
<div class="nav-wrap">
<ul id="menu-subheader" class="nav container group"><li id="menu-item-41240" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41240"><a href="http://gmauthority.com/blog/category/chevrolet/" itemprop="url">Chevrolet</a></li><li id="menu-item-41241" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-41241"><a href="http://gmauthority.com/blog/category/buick/" itemprop="url">Buick</a>
<ul class="sub-menu">
<li id="menu-item-78629" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78629"><a href="http://gmauthority.com/blog/category/buick/encore/" itemprop="url">Encore</a></li> <li id="menu-item-78630" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78630"><a href="http://gmauthority.com/blog/category/buick/envision/" itemprop="url">Envision</a></li> <li id="menu-item-78631" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78631"><a href="http://gmauthority.com/blog/category/buick/enspire/" itemprop="url">Enspire (Upcoming)</a></li> <li id="menu-item-78632" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78632"><a href="http://gmauthority.com/blog/category/buick/enclave/" itemprop="url">Enclave</a></li> <li id="menu-item-78633" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78633"><a href="http://gmauthority.com/blog/category/buick/excelle/" itemprop="url">Excelle</a></li> <li id="menu-item-78634" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78634"><a href="http://gmauthority.com/blog/category/buick/excelle/excelle-gt/" itemprop="url">Excelle GT</a></li> <li id="menu-item-78635" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78635"><a href="http://gmauthority.com/blog/category/buick/excelle/excelle-xt/" itemprop="url">Excelle XT</a></li> <li id="menu-item-78636" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-78636"><a href="http://gmauthority.com/blog/category/buick/verano/" itemprop="url">Verano</a>
<ul class="sub-menu">
<li id="menu-item-78637" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78637"><a href="http://gmauthority.com/blog/category/buick/verano/verano-turbo/" itemprop="url">Verano Turbo</a></li> </ul>
</li> <li id="menu-item-78638" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-78638"><a href="http://gmauthority.com/blog/category/buick/regal/" itemprop="url">Regal</a>
<ul class="sub-menu">
<li id="menu-item-78639" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78639"><a href="http://gmauthority.com/blog/category/buick/regal/regal-eassist/" itemprop="url">Regal eAssist</a></li> <li id="menu-item-78644" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78644"><a href="http://gmauthority.com/blog/category/buick/regal/regal-turbo/" itemprop="url">Regal Turbo</a></li> <li id="menu-item-78642" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78642"><a href="http://gmauthority.com/blog/category/buick/regal/regal-gs/" itemprop="url">Regal GS</a></li> <li id="menu-item-78641" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78641"><a href="http://gmauthority.com/blog/category/buick/regal/regal-grand-national/" itemprop="url">Regal Grand National</a></li> <li id="menu-item-78640" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78640"><a href="http://gmauthority.com/blog/category/buick/regal/regal-gnx/" itemprop="url">Regal GNX</a></li> </ul>
</li> <li id="menu-item-78646" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-78646"><a href="http://gmauthority.com/blog/category/buick/lacrosse/" itemprop="url">LaCrosse</a>
<ul class="sub-menu">
<li id="menu-item-78647" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78647"><a href="http://gmauthority.com/blog/category/buick/lacrosse/lacrosse-eassist/" itemprop="url">LaCrosse eAssist</a></li> </ul>
</li> <li id="menu-item-78649" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78649"><a href="http://gmauthority.com/blog/category/buick/park-avenue/" itemprop="url">Park Avenue</a></li> <li id="menu-item-78648" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78648"><a href="http://gmauthority.com/blog/category/buick/gl8/" itemprop="url">GL8</a></li> <li id="menu-item-78650" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78650"><a href="http://gmauthority.com/blog/category/buick/buick-cascada/" itemprop="url">Cascada</a></li> <li id="menu-item-78651" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78651"><a href="http://gmauthority.com/blog/category/buick/buick-concepts/velite/" itemprop="url">Velite</a></li></ul>
</li><li id="menu-item-41242" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-41242"><a href="http://gmauthority.com/blog/category/gmc/" itemprop="url">GMC</a>
<ul class="sub-menu">
<li id="menu-item-78654" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78654"><a href="http://gmauthority.com/blog/category/gmc/acadia/" itemprop="url">Acadia</a></li> <li id="menu-item-78655" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78655"><a href="http://gmauthority.com/blog/category/gmc/acadia/acadia-denali/" itemprop="url">Acadia Denali</a></li> <li id="menu-item-78652" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78652"><a href="http://gmauthority.com/blog/category/gmc/terrain/" itemprop="url">Terrain</a></li> <li id="menu-item-78653" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78653"><a href="http://gmauthority.com/blog/category/gmc/terrain/terrain-denali/" itemprop="url">Terrain Denali</a></li> <li id="menu-item-78656" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78656"><a href="http://gmauthority.com/blog/category/gmc/yukon/" itemprop="url">Yukon</a></li> <li id="menu-item-78658" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78658"><a href="http://gmauthority.com/blog/category/gmc/yukon/yukon-xl/" itemprop="url">Yukon XL</a></li> <li id="menu-item-78657" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78657"><a href="http://gmauthority.com/blog/category/gmc/yukon/yukon-denali/" itemprop="url">Yukon Denali</a></li> <li id="menu-item-78664" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78664"><a href="http://gmauthority.com/blog/category/gmc/canyon/" itemprop="url">Canyon</a></li> <li id="menu-item-78665" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78665"><a href="http://gmauthority.com/blog/category/gmc/canyon/canyon-denali/" itemprop="url">Canyon Denali</a></li> <li id="menu-item-78659" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78659"><a href="http://gmauthority.com/blog/category/gmc/sierra/" itemprop="url">Sierra</a></li> <li id="menu-item-78660" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78660"><a href="http://gmauthority.com/blog/category/gmc/sierra/sierra-denali/" itemprop="url">Sierra Denali</a></li> <li id="menu-item-78662" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78662"><a href="http://gmauthority.com/blog/category/gmc/sierra/sierra-hd/" itemprop="url">Sierra HD</a></li> <li id="menu-item-78661" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78661"><a href="http://gmauthority.com/blog/category/gmc/sierra/sierra-hd/sierra-denali-hd/" itemprop="url">Sierra Denali HD</a></li> <li id="menu-item-78663" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78663"><a href="http://gmauthority.com/blog/category/gmc/denali/" itemprop="url">Denali Sub Brand</a></li></ul>
</li><li id="menu-item-41243" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41243"><a href="http://gmauthority.com/blog/category/cadillac/" itemprop="url">Cadillac</a></li><li id="menu-item-41244" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41244"><a href="http://gmauthority.com/blog/category/opel/" itemprop="url">Opel</a></li><li id="menu-item-41245" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41245"><a href="http://gmauthority.com/blog/category/holden/" itemprop="url">Holden</a></li><li id="menu-item-41246" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41246"><a href="http://gmauthority.com/blog/category/onstar/" itemprop="url">OnStar</a></li><li id="menu-item-41308" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-41308"><a href="http://gmauthority.com/blog/category/article-type/gma-special/review/" itemprop="url">Reviews</a></li><li id="menu-item-110134" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-110134"><a href="http://gmauthority.com/blog/category/future-product/rumor/" itemprop="url">Rumors</a></li><li id="menu-item-41248" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41248"><a href="http://gmauthority.com/blog/category/gma-special/opinion-desk/" itemprop="url">Opinions</a></li><li id="menu-item-109479" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-109479"><a href="http://gmauthority.com/blog/category/business/dealers/" itemprop="url">Dealer News</a></li><li id="menu-item-41250" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41250"><a href="http://gmauthority.com/blog/category/fun-stuff/motorsports-racing/" itemprop="url">Racing</a></li><li id="menu-item-41317" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-41317"><a href="http://gmauthority.com/blog/category/video/" itemprop="url">Video</a></li><li id="menu-item-93828" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-93828"><a href="http://gmauthority.com/blog/category/article-type/gma-special/rpo-central/" itemprop="url">2018 Models</a></li></ul> </div>
</nav>
<div id="header-bottom-wrapper">



</div>
</div>
</header>
<div id="page">
<div class="container">
<div class="container-inner">
<div class="main group sidebar-right">
<div class="content-part">
<div class="pad group">
<article id="entry-170676" class="entry group post-170676 post type-post status-publish format-standard has-post-thumbnail hentry category-market category-usa category-gma-special category-video category-news category-north-america category-accident-watch category-report-gma-special category-article-type">
<header class="entry-header">
<h1 class="entry-title">Hurricane Harvey Will Send Half A Million Cars To The Scrap Yard</h1>
<a class="entry-comments" href="http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/#comments"><i class="icon-comments-alt"></i>7</a> <ul class="entry-meta group">
<li class="entry-author">by <a href="http://gmauthority.com/blog/author/sszymkowski/" title="Posts by Sean Szymkowski" rel="author">Sean Szymkowski</a></li> <li class="date"> &mdash; Aug 30, 2017 </li> </ul>
<div class="clear"></div>
</header>
<div class="entry-format">
<div class="image-container">
<div id="image-social-single">
<img width="720" height="340" src="http://gmauthority.com/blog/wp-content/uploads/2017/08/Hurricane-Harvey-flooding-720x340.jpg" class="attachment-size-thumbnail-large size-size-thumbnail-large wp-post-image" alt="Hurricane Harvey flooding" srcset="http://gmauthority.com/blog/wp-content/uploads/2017/08/Hurricane-Harvey-flooding-297x140.jpg 297w, http://gmauthority.com/blog/wp-content/uploads/2017/08/Hurricane-Harvey-flooding-520x245.jpg 520w, http://gmauthority.com/blog/wp-content/uploads/2017/08/Hurricane-Harvey-flooding-720x340.jpg 720w" sizes="(max-width: 720px) 100vw, 720px" />
</div>
</div>
</div>
<div id="featured-image-wrapper">
<div id="featured-image-container">
<h3>Sponsored Links</h3>
<script>var ad_data = get_ad_size('below-image-center');
					document.write('<script type="text/javascript"> ' + ad_data[0] + '<' + '\/script>'); </script>
<script> document.write('<script type="text/javascript" ' + ad_data[1] + '><' + '\/script>'); </script>
</div>
</div>
</br>
<div class="entry-part text no-share">
<p>Hurricane Harvey blasted the Texas coast as a category four storm but quickly dissipated to become a tropical storm. The trouble is the storm has lingered in Texas, and in the process, dumped trillions of gallons of water over America&#8217;s fourth-largest city: Houston.</p>
<p>While we&#8217;re far from knowing the extent of damage caused by Hurricane Harvey, a new figure surrounding vehicle losses is eye-popping. According to a new <em>CNBC</em> report, Hurricane Harvey is expected to leave 500,000 vehicles totaled out in its wake. The majority of the scrapped cars will meet their untimely end thanks to immense <a href="http://gmauthority.com/blog/2016/08/driver-of-c5-corvette-ignores-signs-drives-through-flooded-street-video/">flooding</a> that has plagued southern Texas. For every photo and video showing a car submerged underwater, it&#8217;s another insurance write-off and another vehicle loss.</p>
<p>For some reference, 250,000 vehicles were scrapped after Hurricane Katrina.</p>
<p>In the short term, the industry is bracing for a <a href="http://gmauthority.com/blog/2017/08/general-motors-july-2017-sales-figures-numbers-results-united-states/">sales slump</a> as purchasing cars becomes the last thing on most Texans&#8217; minds. However, a surge in new and used car sales is forecasted as the storm moves out of Texas and proper cleanup and rebuilding can take place.</p>
<div align="center">
<p><iframe src="https://player.cnbc.com/p/gZWlPC/cnbc_global?playertype=synd&amp;byGuid=3000649765&amp;size=530_298" width="530" height="298" allowfullscreen="allowfullscreen"></iframe>.</p>
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
<div id="featured-image-wrapper">
<div id="featured-image-container">
<h3>Sponsored Links</h3>
<script>var ad_data = get_ad_size('header-replace-center');
							document.write('<script type="text/javascript"> ' + ad_data[0] + '<' + '\/script>'); </script>
<script> document.write('<script type="text/javascript" ' + ad_data[1] + '><' + '\/script>'); </script>
</div>
</div>
<li id="text-95" class="widget widget_text"> <div class="textwidget"><div class="alert success">Check out the latest forum discussions at the <a title="GM Authority Forum" href="http://gmauthority.com/blog/forum/">GM Authority forums</a>!<a class="alert-close" href="#"><i class="icon-remove-sign"></i></a></div></div>
</li> </br>
<div class="clear"></div>
<div class="entry-author-block group">
<div class="entry-author-avatar"><img alt='' src='http://0.gravatar.com/avatar/9a72dffadbbc4aee99455b39d0a3c16f?s=160&#038;r=g' srcset='http://0.gravatar.com/avatar/9a72dffadbbc4aee99455b39d0a3c16f?s=320&amp;r=g 2x' class='avatar avatar-160 photo' height='160' width='160' /></div>
<p class="entry-author-name">&mdash; Sean Szymkowski</p>
<p class="entry-author-description">Sean is a lead staff writer for GM Authority. The words above are fueled by passion and large amounts of caffeine. Find him on Instagram: @helloimseann</p>
</div>
</article>
<ul class="entry-browse group">
<li class="previous"><a href="http://gmauthority.com/blog/2017/08/2017-chevy-colorado-zr2-and-toyota-tacoma-trd-pro-in-an-off-road-showdown-video/" rel="prev"><i class="icon-chevron-left"></i><strong>Previous story</strong> <span>2017 Chevy Colorado ZR2 Faces Toyota Tacoma TRD Pro In An Off-Road Showdown: Video</span></a></li>
<li class="next"><a href="http://gmauthority.com/blog/2017/08/gmc-savana-sales-numbers-figures-results-july-2017/" rel="next"><i class="icon-chevron-right"></i><strong>Next story</strong> <span>GMC Savana Sales Increase 189 Percent To 2,095 Units In July 2017</span></a></li>
</ul>
<div id="ads-content-wrapper">
<div id="ad-content-container">
<h3>Sponsored Links</h3>
<script>var ad_data = get_ad_size('comments');
						document.write('<script type="text/javascript"> ' + ad_data[0] + '<' + '\/script>'); </script>
<script> document.write('<script type="text/javascript" ' + ad_data[1] + '><' + '\/script>'); </script>
</div>
</div>
</br>
<h4 class="heading related">
<i class="icon-hand-right"></i>You may also like...
</h4>
<ul class="entry-related group">
<li class="related">
<article class="post-180886 post type-post status-publish format-standard has-post-thumbnail hentry category-market category-usa category-business category-donation category-news category-north-america category-article-type">
<a href="http://gmauthority.com/blog/2017/11/gm-employees-rally-to-help-puerto-rico-hurricane-victims/">
<span class="entry-thumbnail">
<img width="520" height="245" src="http://gmauthority.com/blog/wp-content/uploads/2017/11/GM-donates-to-Hurricane-Maria-victims-e1511209013906-520x245.jpg" class="attachment-size-thumbnail-medium size-size-thumbnail-medium wp-post-image" alt="GM donates to Hurricane Maria victims" srcset="http://gmauthority.com/blog/wp-content/uploads/2017/11/GM-donates-to-Hurricane-Maria-victims-e1511209013906-297x140.jpg 297w, http://gmauthority.com/blog/wp-content/uploads/2017/11/GM-donates-to-Hurricane-Maria-victims-e1511209013906-520x245.jpg 520w, http://gmauthority.com/blog/wp-content/uploads/2017/11/GM-donates-to-Hurricane-Maria-victims-e1511209013906-720x340.jpg 720w" sizes="(max-width: 520px) 100vw, 520px" /> </span>
<span class="rel-entry-title">GM Employees Rally To Help Puerto Rico Hurricane Victims</span>
</a>
</article>
</li>
<li class="related">
<article class="post-180834 post type-post status-publish format-standard has-post-thumbnail hentry category-competition category-people category-bob-lutz category-video category-news category-tesla category-report-gma-special category-article-type">
<a href="http://gmauthority.com/blog/2017/11/bob-lutz-believes-tesla-wont-make-it-to-2019-video/">
<span class="entry-thumbnail">
<img width="520" height="245" src="http://gmauthority.com/blog/wp-content/uploads/2017/07/First-production-Tesla-Model-3-520x245.jpg" class="attachment-size-thumbnail-medium size-size-thumbnail-medium wp-post-image" alt="First production Tesla Model 3" srcset="http://gmauthority.com/blog/wp-content/uploads/2017/07/First-production-Tesla-Model-3-297x140.jpg 297w, http://gmauthority.com/blog/wp-content/uploads/2017/07/First-production-Tesla-Model-3-520x245.jpg 520w, http://gmauthority.com/blog/wp-content/uploads/2017/07/First-production-Tesla-Model-3-720x340.jpg 720w" sizes="(max-width: 520px) 100vw, 520px" /> </span>
<span class="rel-entry-title">Bob Lutz Believes Tesla Won&#8217;t Make It To 2019: Video</span>
</a>
</article>
</li>
<li class="related">
<article class="post-179786 post type-post status-publish format-video has-post-thumbnail hentry category-people category-bob-lutz category-future-product category-video category-news category-predictions-expectations category-article-type category-mobility category-ride-sharing-mobility category-car-sharing category-autonomous-vehicles post_format-post-format-video">
<a href="http://gmauthority.com/blog/2017/11/bob-lutz-reiterates-the-end-of-human-driven-cars-calls-it-inevitable/">
<span class="entry-thumbnail">
<img width="520" height="245" src="http://gmauthority.com/blog/wp-content/uploads/2015/06/Bob-Lutz-On-Squawk-Box-520x245.jpg" class="attachment-size-thumbnail-medium size-size-thumbnail-medium wp-post-image" alt="Bob Lutz On Squawk Box" srcset="http://gmauthority.com/blog/wp-content/uploads/2015/06/Bob-Lutz-On-Squawk-Box-297x140.jpg 297w, http://gmauthority.com/blog/wp-content/uploads/2015/06/Bob-Lutz-On-Squawk-Box-520x245.jpg 520w, http://gmauthority.com/blog/wp-content/uploads/2015/06/Bob-Lutz-On-Squawk-Box-720x340.jpg 720w" sizes="(max-width: 520px) 100vw, 520px" /> <span class="thumb-icon"><i class="icon-play"></i></span> </span>
<span class="rel-entry-title">Bob Lutz Reiterates The End Of Human-Driven Cars, Calls It &#8216;Inevitable&#8217;</span>
</a>
</article>
</li>
</ul>
<br>
<div id="ads-content-wrapper">
<div id="ad-content-container">
<h3>Sponsored Links</h3>
<script>var ad_data = get_ad_size('comments');
						document.write('<script type="text/javascript"> ' + ad_data[0] + '<' + '\/script>'); </script>
<script> document.write('<script type="text/javascript" ' + ad_data[1] + '><' + '\/script>'); </script>
</div>
</div>
<div id="comments">
<h4 class="heading"><i class="icon-comments-alt"></i>7 Comments</h4>
<ol class="commentlist group">
<li class="comment even thread-even depth-1" id="comment-713036">
<div id="div-comment-713036" class="comment-body">
<div class="comment-author vcard">
<img alt='' src='http://1.gravatar.com/avatar/1d821d1dd1a3e525be95d51fc042f37b?s=120&#038;r=g' srcset='http://1.gravatar.com/avatar/1d821d1dd1a3e525be95d51fc042f37b?s=240&amp;r=g 2x' class='avatar avatar-120 photo' height='120' width='120' /> <cite class="fn">Henry</cite> <span class="says">says:</span> </div>
<div class="comment-meta commentmetadata"><a href="http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/#comment-713036">
August 30, 2017 at 2:49 pm</a> </div>
<p>GM better get down and dirty with the Truck ads on Texas TV stations.</p>
<div class="pd-rating" id="pd_rating_holder_1138624_comm_713036"></div><div class="reply"><a rel='nofollow' class='comment-reply-link' href='http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/?replytocom=713036#respond' onclick='return addComment.moveForm( "div-comment-713036", "713036", "respond", "170676" )' aria-label='Reply to Henry'>Reply</a></div>
</div>
</li>
<li class="comment odd alt thread-odd thread-alt depth-1" id="comment-713044">
<div id="div-comment-713044" class="comment-body">
<div class="comment-author vcard">
<img alt='' src='http://1.gravatar.com/avatar/4681670800d67c34709546b401ed7d7c?s=120&#038;r=g' srcset='http://1.gravatar.com/avatar/4681670800d67c34709546b401ed7d7c?s=240&amp;r=g 2x' class='avatar avatar-120 photo' height='120' width='120' /> <cite class="fn">E</cite> <span class="says">says:</span> </div>
<div class="comment-meta commentmetadata"><a href="http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/#comment-713044">
August 30, 2017 at 4:29 pm</a> </div>
<p>GM might finally get rid of all that inventory they have</p>
<div class="pd-rating" id="pd_rating_holder_1138624_comm_713044"></div><div class="reply"><a rel='nofollow' class='comment-reply-link' href='http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/?replytocom=713044#respond' onclick='return addComment.moveForm( "div-comment-713044", "713044", "respond", "170676" )' aria-label='Reply to E'>Reply</a></div>
</div>
</li>
<li class="comment byuser comment-author-paracutin even thread-even depth-1 parent" id="comment-713065">
<div id="div-comment-713065" class="comment-body">
<div class="comment-author vcard">
<img alt='' src='http://0.gravatar.com/avatar/664ca52d483a7e87b0b209fd216dc8b7?s=120&#038;r=g' srcset='http://0.gravatar.com/avatar/664ca52d483a7e87b0b209fd216dc8b7?s=240&amp;r=g 2x' class='avatar avatar-120 photo' height='120' width='120' /> <cite class="fn">paracutin</cite> <span class="says">says:</span> </div>
<div class="comment-meta commentmetadata"><a href="http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/#comment-713065">
August 31, 2017 at 4:46 am</a> </div>
<p>There is a companion article to this at Ford Authority. <a href="http://fordauthority.com/2017/08/hurricane-harvey-could-render-half-a-million-vehicles-ruined/" rel="nofollow" target="_blank">http://fordauthority.com/2017/08/hurricane-harvey-could-render-half-a-million-vehicles-ruined/</a><br />
In this article, the author talks about used car prices currently being near all time highs.<br />
In all seriousness, can someone explain to me how used car prices are near all time highs when manufacturers are discounting new vehicles so heavily. That generally lowers the value of used vehicles.</p>
<div class="pd-rating" id="pd_rating_holder_1138624_comm_713065"></div><div class="reply"><a rel='nofollow' class='comment-reply-link' href='http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/?replytocom=713065#respond' onclick='return addComment.moveForm( "div-comment-713065", "713065", "respond", "170676" )' aria-label='Reply to paracutin'>Reply</a></div>
</div>
<ul class="children">
<li class="comment odd alt depth-2" id="comment-713082">
<div id="div-comment-713082" class="comment-body">
<div class="comment-author vcard">
<img alt='' src='http://1.gravatar.com/avatar/7aa0f94a92d368d5247a820987a6834d?s=120&#038;r=g' srcset='http://1.gravatar.com/avatar/7aa0f94a92d368d5247a820987a6834d?s=240&amp;r=g 2x' class='avatar avatar-120 photo' height='120' width='120' /> <cite class="fn">Hooper</cite> <span class="says">says:</span> </div>
<div class="comment-meta commentmetadata"><a href="http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/#comment-713082">
August 31, 2017 at 9:26 am</a> </div>
<p>if you are up against other expenses and a returned lease is 15000 less than a new car, I suspect that looks attractive. incentives for new cars may be available, but frankly the prices of new cars leave a LOT of headroom for movement over the used market.</p>
<div class="pd-rating" id="pd_rating_holder_1138624_comm_713082"></div><div class="reply"><a rel='nofollow' class='comment-reply-link' href='http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/?replytocom=713082#respond' onclick='return addComment.moveForm( "div-comment-713082", "713082", "respond", "170676" )' aria-label='Reply to Hooper'>Reply</a></div>
</div>
</li>
</ul>
</li>
<li class="comment even thread-odd thread-alt depth-1 parent" id="comment-713067">
<div id="div-comment-713067" class="comment-body">
<div class="comment-author vcard">
<img alt='' src='http://1.gravatar.com/avatar/a877cfefe10f7a477fb4edc246fb04dc?s=120&#038;r=g' srcset='http://1.gravatar.com/avatar/a877cfefe10f7a477fb4edc246fb04dc?s=240&amp;r=g 2x' class='avatar avatar-120 photo' height='120' width='120' /> <cite class="fn">Raymondjram</cite> <span class="says">says:</span> </div>
<div class="comment-meta commentmetadata"><a href="http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/#comment-713067">
August 31, 2017 at 6:20 am</a> </div>
<p>The Chevy Volt and other electrics may survive and usable after cleanup. Some of the hybrids such as the Ford C-Max and Fusion, may still be usable, too.</p>
<div class="pd-rating" id="pd_rating_holder_1138624_comm_713067"></div><div class="reply"><a rel='nofollow' class='comment-reply-link' href='http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/?replytocom=713067#respond' onclick='return addComment.moveForm( "div-comment-713067", "713067", "respond", "170676" )' aria-label='Reply to Raymondjram'>Reply</a></div>
</div>
<ul class="children">
<li class="comment odd alt depth-2" id="comment-713081">
<div id="div-comment-713081" class="comment-body">
<div class="comment-author vcard">
<img alt='' src='http://1.gravatar.com/avatar/7aa0f94a92d368d5247a820987a6834d?s=120&#038;r=g' srcset='http://1.gravatar.com/avatar/7aa0f94a92d368d5247a820987a6834d?s=240&amp;r=g 2x' class='avatar avatar-120 photo' height='120' width='120' /> <cite class="fn">Hooper</cite> <span class="says">says:</span> </div>
<div class="comment-meta commentmetadata"><a href="http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/#comment-713081">
August 31, 2017 at 9:20 am</a> </div>
<p>mold and rust and contact corrosion don&#8217;t care what sort of fuel you use&#8230;</p>
<div class="pd-rating" id="pd_rating_holder_1138624_comm_713081"></div><div class="reply"><a rel='nofollow' class='comment-reply-link' href='http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/?replytocom=713081#respond' onclick='return addComment.moveForm( "div-comment-713081", "713081", "respond", "170676" )' aria-label='Reply to Hooper'>Reply</a></div>
</div>
</li>
</ul>
</li>
<li class="comment even thread-even depth-1" id="comment-713231">
<div id="div-comment-713231" class="comment-body">
<div class="comment-author vcard">
<img alt='' src='http://0.gravatar.com/avatar/6393332b1a624e394333563aec6aa75a?s=120&#038;r=g' srcset='http://0.gravatar.com/avatar/6393332b1a624e394333563aec6aa75a?s=240&amp;r=g 2x' class='avatar avatar-120 photo' height='120' width='120' /> <cite class="fn">Paul</cite> <span class="says">says:</span> </div>
<div class="comment-meta commentmetadata"><a href="http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/#comment-713231">
September 2, 2017 at 1:39 pm</a> </div>
<p>Ouch.</p>
<div class="pd-rating" id="pd_rating_holder_1138624_comm_713231"></div><div class="reply"><a rel='nofollow' class='comment-reply-link' href='http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/?replytocom=713231#respond' onclick='return addComment.moveForm( "div-comment-713231", "713231", "respond", "170676" )' aria-label='Reply to Paul'>Reply</a></div>
</div>
</li>
</ol>
<div id="response">
<div id="respond" class="comment-respond">
<h3 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/#respond" style="display:none;">Cancel reply</a></small></h3> <form action="http://gmauthority.com/blog/wp-comments-post.php" method="post" id="commentform" class="comment-form">
<p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> Required fields are marked <span class="required">*</span></p><p class="comment-form-comment"><label for="comment">Comment</label> <textarea id="comment" name="comment" cols="45" rows="8" aria-required="true" required="required"></textarea></p><p class="comment-form-author"><label for="author">Name <span class="required">*</span></label> <input id="author" name="author" type="text" value="" size="30" aria-required='true' required='required' /></p>
<p class="comment-form-email"><label for="email">Email <span class="required">*</span></label> <input id="email" name="email" type="text" value="" size="30" aria-describedby="email-notes" aria-required='true' required='required' /></p>
<p class="comment-form-url"><label for="url">Website</label> <input id="url" name="url" type="text" value="" size="30" /></p>
<input type="hidden" name="bwp-recaptcha-widget-id" value="bwpRecaptchaWidget1" /><div id="bwp-recaptcha-3fcdb73d36d54f2cc22d0f68e6b6e182" class="bwp-recaptcha g-recaptcha"></div> <input type="hidden" name="error_redirect_to" value="http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/comment-page-1/#respond" />
<p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='170676' id='comment_post_ID' />
<input type='hidden' name='comment_parent' id='comment_parent' value='0' />
</p><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="39f281eaf2" /></p><p><input style='width:30px' type='checkbox' name='subscribe-reloaded' id='subscribe-reloaded' value='yes' checked='checked' /> Notify me of followup comments via e-mail. You can also <a href='http://gmauthority.com/blog/comment-subscriptions/?srp=170676&amp;srk=6c10e2c2c37a2b91a31a5918b1790fb8&amp;sra=s'>subscribe</a> without commenting.</p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="39" /></p> </form>
</div>
</div>
</div>
<br>
<div id="ads-content-wrapper">
<div id="ad-content-container">
<h3>Sponsored Links</h3>
<script>var ad_data = get_ad_size('comments');
						document.write('<script type="text/javascript"> ' + ad_data[0] + '<' + '\/script>'); </script>
<script> document.write('<script type="text/javascript" ' + ad_data[1] + '><' + '\/script>'); </script>
</div>
</div>
</div>
</div>
<div class="sidebar">
<a class="sidebar-toggle" title="Expand Sidebar"><i class="icon-reorder"></i></a>
<ul class="sidebar-content">
<li id="text-96" class="widget widget_text"><h3 class="widget-title group"><span>GM Authority Newsletter</span></h3> <div class="textwidget">
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
	#mc_embed_signup{background:#f9f9f9; clear:left; font:12px Helvetica,Arial,sans-serif;  width:290px;}
	/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="//gmauthority.us2.list-manage.com/subscribe/post?u=fbb4437084c33acc25fbd24ca&amp;id=ee2a2d8e48" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h3>Subscribe for free to receive our daily newsletter in your inbox.</h3>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group">
<label for="mce-FNAME">First Name </label>
<input type="text" value="" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="mc-field-group">
<label for="mce-LNAME">Last Name </label>
<input type="text" value="" name="LNAME" class="" id="mce-LNAME">
</div>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div id="mce-responses" class="clear2">
<div class="response" id="mce-error-response"></div>
<div class="response" id="mce-success-response"></div>
</div> 
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_fbb4437084c33acc25fbd24ca_ee2a2d8e48" tabindex="-1" value=""></div>
<div class="clear2"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[0]='EMAIL';ftypes[0]='email';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
</div>
</li><li id="execphp-3" class="widget widget_execphp"><h3 class="widget-title group"><span>Sponsored Links</span></h3> <div class="execphpwidget"><div id="ads-sidebar-wrapper">
<div id="ad-sidebar-container-160">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

<ins class="adsbygoogle" style="display:inline-block;width:160px;height:600px" data-ad-client="ca-pub-7194783345442697" data-ad-slot="3398201120"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div id="ad-sidebar-container-160">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

<ins class="adsbygoogle" style="display:inline-block;width:160px;height:600px" data-ad-client="ca-pub-7194783345442697" data-ad-slot="3398201120"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div></div>
</li><li id="wpb-tabs-2" class="widget widget_wpb_tabs"><h3 class="widget-title group"><span>Fresh Off The Press</span></h3><ul class="wpb-tabs group tabs-3"><li class="wpb-tab-recent"><a href="#tab-recent-2" title="Recent Posts"><i class="icon-time"></i><span>Recent Posts</span></a></li><li class="wpb-tab-popular"><a href="#tab-popular-2" title="Most Popular"><i class="icon-star"></i><span>Most Popular</span></a></li><li class="wpb-tab-comments"><a href="#tab-comments-2" title="Comments"><i class="icon-comments-alt"></i><span>Comments</span></a></li></ul><ul id="tab-recent-2" class="list-recent wpb-tab"><li class="format- wpb-thumb-enabled group"><a title="Chevy Trax Sales Increase 16 Percent To 6,106Â Units In January 2018" href="http://gmauthority.com/blog/2018/02/chevrolet-trax-sales-numbers-figures-results-january-2018/"><span class="wpb-thumb"><img width="96" height="64" src="http://gmauthority.com/blog/wp-content/uploads/2017/12/2017-Chevrolet-Trax-002-exterior-driving-96x64.jpg" class="attachment-size-thumbnail-tiny size-size-thumbnail-tiny wp-post-image" alt="2017 Chevrolet Trax 002 exterior driving" srcset="http://gmauthority.com/blog/wp-content/uploads/2017/12/2017-Chevrolet-Trax-002-exterior-driving-96x64.jpg 96w, http://gmauthority.com/blog/wp-content/uploads/2017/12/2017-Chevrolet-Trax-002-exterior-driving-192x128.jpg 192w" sizes="(max-width: 96px) 100vw, 96px" /></span><span class="wpb-text"><i class="title">Chevy Trax Sales Increase 16 Percent To 6,106Â Units In January 2018</i><i class="meta">February 11, 2018</i></span></a></li><li class="format- wpb-thumb-enabled group"><a title="Should The RS Package Be Optional On The Camaro SS: Community Question" href="http://gmauthority.com/blog/2018/02/should-the-rs-package-be-optional-on-the-camaro-ss-community-question/"><span class="wpb-thumb"><img width="96" height="64" src="http://gmauthority.com/blog/wp-content/uploads/2018/01/2018-Chevrolet-Camaro-SS-Coupe-exterior-006-96x64.jpg" class="attachment-size-thumbnail-tiny size-size-thumbnail-tiny wp-post-image" alt="2018 Chevrolet Camaro SS Coupe exterior 006" srcset="http://gmauthority.com/blog/wp-content/uploads/2018/01/2018-Chevrolet-Camaro-SS-Coupe-exterior-006-300x200.jpg 300w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2018-Chevrolet-Camaro-SS-Coupe-exterior-006-768x512.jpg 768w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2018-Chevrolet-Camaro-SS-Coupe-exterior-006-1024x683.jpg 1024w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2018-Chevrolet-Camaro-SS-Coupe-exterior-006-720x480.jpg 720w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2018-Chevrolet-Camaro-SS-Coupe-exterior-006-96x64.jpg 96w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2018-Chevrolet-Camaro-SS-Coupe-exterior-006-192x128.jpg 192w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2018-Chevrolet-Camaro-SS-Coupe-exterior-006.jpg 1500w" sizes="(max-width: 96px) 100vw, 96px" /></span><span class="wpb-text"><i class="title">Should The RS Package Be Optional On The Camaro SS: Community Question</i><i class="meta">February 9, 2018</i></span></a></li><li class="format- wpb-thumb-enabled group"><a title="Corvette Racing Steps Up To Help Young Cancer Patient" href="http://gmauthority.com/blog/2018/02/corvette-racing-steps-up-to-help-young-cancer-patient/"><span class="wpb-thumb"><img width="96" height="64" src="http://gmauthority.com/blog/wp-content/uploads/2018/02/Corvette-Racing-helps-cancer-patient-96x64.jpg" class="attachment-size-thumbnail-tiny size-size-thumbnail-tiny wp-post-image" alt="Photo: Corvette Racing/Twitter" srcset="http://gmauthority.com/blog/wp-content/uploads/2018/02/Corvette-Racing-helps-cancer-patient-96x64.jpg 96w, http://gmauthority.com/blog/wp-content/uploads/2018/02/Corvette-Racing-helps-cancer-patient-192x128.jpg 192w" sizes="(max-width: 96px) 100vw, 96px" /></span><span class="wpb-text"><i class="title">Corvette Racing Steps Up To Help Young Cancer Patient</i><i class="meta">February 9, 2018</i></span></a></li><li class="format- wpb-thumb-enabled group"><a title="Chevy Colorado Sales Increase 25 Percent To 8,011 Units In January 2018" href="http://gmauthority.com/blog/2018/02/chevrolet-colorado-sales-numbers-figures-results-january-2018/"><span class="wpb-thumb"><img width="96" height="64" src="http://gmauthority.com/blog/wp-content/uploads/2017/11/2018-Chevrolet-Colorado-ZR2-exterior-021-off-road-96x64.jpg" class="attachment-size-thumbnail-tiny size-size-thumbnail-tiny wp-post-image" alt="2018 Chevrolet Colorado ZR2 exterior 021 off road" srcset="http://gmauthority.com/blog/wp-content/uploads/2017/11/2018-Chevrolet-Colorado-ZR2-exterior-021-off-road-300x200.jpg 300w, http://gmauthority.com/blog/wp-content/uploads/2017/11/2018-Chevrolet-Colorado-ZR2-exterior-021-off-road-768x512.jpg 768w, http://gmauthority.com/blog/wp-content/uploads/2017/11/2018-Chevrolet-Colorado-ZR2-exterior-021-off-road-1024x683.jpg 1024w, http://gmauthority.com/blog/wp-content/uploads/2017/11/2018-Chevrolet-Colorado-ZR2-exterior-021-off-road-720x480.jpg 720w, http://gmauthority.com/blog/wp-content/uploads/2017/11/2018-Chevrolet-Colorado-ZR2-exterior-021-off-road-96x64.jpg 96w, http://gmauthority.com/blog/wp-content/uploads/2017/11/2018-Chevrolet-Colorado-ZR2-exterior-021-off-road-192x128.jpg 192w, http://gmauthority.com/blog/wp-content/uploads/2017/11/2018-Chevrolet-Colorado-ZR2-exterior-021-off-road.jpg 1500w" sizes="(max-width: 96px) 100vw, 96px" /></span><span class="wpb-text"><i class="title">Chevy Colorado Sales Increase 25 Percent To 8,011 Units In January 2018</i><i class="meta">February 9, 2018</i></span></a></li><li class="format- wpb-thumb-enabled group"><a title="GM Rejects Billionaire&#8217;s Bid To Build Electric Cars At Former Holden Plant" href="http://gmauthority.com/blog/2018/02/gm-rejects-billionaires-bid-to-build-electric-cars-at-former-holden-plant/"><span class="wpb-thumb"><img width="96" height="64" src="http://gmauthority.com/blog/wp-content/uploads/2017/03/GM-Holden-Elizabeth-Plant-Holden-Commodore-VF-Assembly-014-96x64.jpg" class="attachment-size-thumbnail-tiny size-size-thumbnail-tiny wp-post-image" alt="GM-Holden Elizabeth Plant - Holden Commodore VF Assembly 014" srcset="http://gmauthority.com/blog/wp-content/uploads/2017/03/GM-Holden-Elizabeth-Plant-Holden-Commodore-VF-Assembly-014-96x64.jpg 96w, http://gmauthority.com/blog/wp-content/uploads/2017/03/GM-Holden-Elizabeth-Plant-Holden-Commodore-VF-Assembly-014-192x128.jpg 192w" sizes="(max-width: 96px) 100vw, 96px" /></span><span class="wpb-text"><i class="title">GM Rejects Billionaire&#8217;s Bid To Build Electric Cars At Former Holden Plant</i><i class="meta">February 9, 2018</i></span></a></li><li class="format- wpb-thumb-enabled group"><a title="2019 Silverado Fuel Economy: Dynamic Fuel Management Could Increase Efficiency By Five Percent" href="http://gmauthority.com/blog/2018/02/2019-silverado-fuel-economy-dynamic-fuel-management-could-increase-efficiency-by-five-percent/"><span class="wpb-thumb"><img width="96" height="64" src="http://gmauthority.com/blog/wp-content/uploads/2018/01/2019-Chevrolet-Silverado-1500-Exterior-RST-001-96x64.jpg" class="attachment-size-thumbnail-tiny size-size-thumbnail-tiny wp-post-image" alt="2019 Chevrolet Silverado 1500 Exterior - RST 001" srcset="http://gmauthority.com/blog/wp-content/uploads/2018/01/2019-Chevrolet-Silverado-1500-Exterior-RST-001-96x64.jpg 96w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2019-Chevrolet-Silverado-1500-Exterior-RST-001-192x128.jpg 192w" sizes="(max-width: 96px) 100vw, 96px" /></span><span class="wpb-text"><i class="title">2019 Silverado Fuel Economy: Dynamic Fuel Management Could Increase Efficiency By Five Percent</i><i class="meta">February 9, 2018</i></span></a></li></ul><ul id="tab-popular-2" class="list-popular wpb-tab"><li class="format- wpb-thumb-enabled group"><a title="2019 Silverado: What We Dislike About Chevrolet&#8217;s Full-Size Pickup" href="http://gmauthority.com/blog/2018/01/2019-silverado-what-we-dislike-about-chevrolets-full-size-pickup/"><span class="wpb-thumb"><img width="96" height="64" src="http://gmauthority.com/blog/wp-content/uploads/2018/01/2019-Chevrolet-Silverado-1500-Exterior-RST-001-96x64.jpg" class="attachment-size-thumbnail-tiny size-size-thumbnail-tiny wp-post-image" alt="2019 Chevrolet Silverado 1500 Exterior - RST 001" srcset="http://gmauthority.com/blog/wp-content/uploads/2018/01/2019-Chevrolet-Silverado-1500-Exterior-RST-001-96x64.jpg 96w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2019-Chevrolet-Silverado-1500-Exterior-RST-001-192x128.jpg 192w" sizes="(max-width: 96px) 100vw, 96px" /></span><span class="wpb-text"><i class="title">2019 Silverado: What We Dislike About Chevrolet&#8217;s Full-Size Pickup</i><i class="meta">January 23, 2018</i></span></a></li><li class="format- wpb-thumb-enabled group"><a title="2019 Silverado 1500: 450 Pounds Lighter, More Tech, Optional Turbo Diesel Engine" href="http://gmauthority.com/blog/2018/01/2019-silverado-1500-450-pounds-lighter-with-more-tech-optional-turbo-diesel-engine/"><span class="wpb-thumb"><img width="96" height="64" src="http://gmauthority.com/blog/wp-content/uploads/2018/01/2019-Chevrolet-Silverado-1500-Live-Reveal-in-Detroit-002-96x64.jpg" class="attachment-size-thumbnail-tiny size-size-thumbnail-tiny wp-post-image" alt="2019 Chevrolet Silverado 1500 - Live Reveal in Detroit 002" srcset="http://gmauthority.com/blog/wp-content/uploads/2018/01/2019-Chevrolet-Silverado-1500-Live-Reveal-in-Detroit-002-96x64.jpg 96w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2019-Chevrolet-Silverado-1500-Live-Reveal-in-Detroit-002-192x128.jpg 192w" sizes="(max-width: 96px) 100vw, 96px" /></span><span class="wpb-text"><i class="title">2019 Silverado 1500: 450 Pounds Lighter, More Tech, Optional Turbo Diesel Engine</i><i class="meta">January 13, 2018</i></span></a></li><li class="format- wpb-thumb-enabled group"><a title="Cadillac XT5 Sales Decrease 7.37 Percent To 6,888Â Units In DecemberÂ 2017" href="http://gmauthority.com/blog/2018/01/cadillac-xt5-sales-numbers-figures-results-december-2017/"><span class="wpb-thumb"><img width="96" height="64" src="http://gmauthority.com/blog/wp-content/uploads/2017/04/2017-Cadillac-XT5-Platinum-Exterior-Review-002-96x64.jpg" class="attachment-size-thumbnail-tiny size-size-thumbnail-tiny wp-post-image" alt="2017 Cadillac XT5 Platinum Exterior Review 002" srcset="http://gmauthority.com/blog/wp-content/uploads/2017/04/2017-Cadillac-XT5-Platinum-Exterior-Review-002-300x200.jpg 300w, http://gmauthority.com/blog/wp-content/uploads/2017/04/2017-Cadillac-XT5-Platinum-Exterior-Review-002-768x513.jpg 768w, http://gmauthority.com/blog/wp-content/uploads/2017/04/2017-Cadillac-XT5-Platinum-Exterior-Review-002-1024x684.jpg 1024w, http://gmauthority.com/blog/wp-content/uploads/2017/04/2017-Cadillac-XT5-Platinum-Exterior-Review-002-720x481.jpg 720w, http://gmauthority.com/blog/wp-content/uploads/2017/04/2017-Cadillac-XT5-Platinum-Exterior-Review-002-96x64.jpg 96w, http://gmauthority.com/blog/wp-content/uploads/2017/04/2017-Cadillac-XT5-Platinum-Exterior-Review-002-192x128.jpg 192w, http://gmauthority.com/blog/wp-content/uploads/2017/04/2017-Cadillac-XT5-Platinum-Exterior-Review-002.jpg 1200w" sizes="(max-width: 96px) 100vw, 96px" /></span><span class="wpb-text"><i class="title">Cadillac XT5 Sales Decrease 7.37 Percent To 6,888Â Units In DecemberÂ 2017</i><i class="meta">January 28, 2018</i></span></a></li><li class="format- wpb-thumb-enabled group"><a title="Ask Away: We&#8217;re Driving The 2018 Buick Regal TourX" href="http://gmauthority.com/blog/2018/01/ask-away-were-driving-the-2018-buick-regal-tourx/"><span class="wpb-thumb"><img width="96" height="64" src="http://gmauthority.com/blog/wp-content/uploads/2017/11/2018-Buick-Regal-TourX-96x64.jpg" class="attachment-size-thumbnail-tiny size-size-thumbnail-tiny wp-post-image" alt="2018 Buick Regal TourX" srcset="http://gmauthority.com/blog/wp-content/uploads/2017/11/2018-Buick-Regal-TourX-96x64.jpg 96w, http://gmauthority.com/blog/wp-content/uploads/2017/11/2018-Buick-Regal-TourX-192x128.jpg 192w" sizes="(max-width: 96px) 100vw, 96px" /></span><span class="wpb-text"><i class="title">Ask Away: We&#8217;re Driving The 2018 Buick Regal TourX</i><i class="meta">January 23, 2018</i></span></a></li><li class="format- wpb-thumb-enabled group"><a title="2019 Silverado 1500 To Use 2.7L Opposed-Piston Engine, Get 37 MPG?" href="http://gmauthority.com/blog/2018/01/2019-silverado-1500-to-use-2-7l-opposed-piston-engine-get-37-mpg/"><span class="wpb-thumb"><img width="96" height="64" src="http://gmauthority.com/blog/wp-content/uploads/2017/12/2019-Chevrolet-Silverado-1500-Z71-Trailbosss-Live-Reveal-Video-0015-96x64.jpg" class="attachment-size-thumbnail-tiny size-size-thumbnail-tiny wp-post-image" alt="2019 Chevrolet Silverado 1500 Z71 Trailbosss Live Reveal Video 0015" srcset="http://gmauthority.com/blog/wp-content/uploads/2017/12/2019-Chevrolet-Silverado-1500-Z71-Trailbosss-Live-Reveal-Video-0015-96x64.jpg 96w, http://gmauthority.com/blog/wp-content/uploads/2017/12/2019-Chevrolet-Silverado-1500-Z71-Trailbosss-Live-Reveal-Video-0015-192x128.jpg 192w" sizes="(max-width: 96px) 100vw, 96px" /></span><span class="wpb-text"><i class="title">2019 Silverado 1500 To Use 2.7L Opposed-Piston Engine, Get 37 MPG?</i><i class="meta">January 11, 2018</i></span></a></li><li class="format- wpb-thumb-enabled group"><a title="2019 Cadillac XT4 Spy Shots Show Production Lights" href="http://gmauthority.com/blog/2018/01/2019-cadillac-xt4-spy-shots-show-production-lights/"><span class="wpb-thumb"><img width="96" height="64" src="http://gmauthority.com/blog/wp-content/uploads/2018/01/2019-Cadillac-XT4-Spy-Shots-Exterior-January-2018-001-96x64.jpg" class="attachment-size-thumbnail-tiny size-size-thumbnail-tiny wp-post-image" alt="2019 Cadillac XT4 Spy Shots - Exterior - January 2018 001" srcset="http://gmauthority.com/blog/wp-content/uploads/2018/01/2019-Cadillac-XT4-Spy-Shots-Exterior-January-2018-001-300x200.jpg 300w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2019-Cadillac-XT4-Spy-Shots-Exterior-January-2018-001-768x512.jpg 768w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2019-Cadillac-XT4-Spy-Shots-Exterior-January-2018-001-1024x683.jpg 1024w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2019-Cadillac-XT4-Spy-Shots-Exterior-January-2018-001-720x480.jpg 720w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2019-Cadillac-XT4-Spy-Shots-Exterior-January-2018-001-96x64.jpg 96w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2019-Cadillac-XT4-Spy-Shots-Exterior-January-2018-001-192x128.jpg 192w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2019-Cadillac-XT4-Spy-Shots-Exterior-January-2018-001.jpg 1500w" sizes="(max-width: 96px) 100vw, 96px" /></span><span class="wpb-text"><i class="title">2019 Cadillac XT4 Spy Shots Show Production Lights</i><i class="meta">January 30, 2018</i></span></a></li></ul><ul id="tab-comments-2" class="list-comments wpb-tab"><li class="group wpb-thumb-enabled"><a title="2019 Silverado Fuel Economy: Dynamic Fuel Management Could Increase Efficiency By Five Percent" href="http://gmauthority.com/blog/2018/02/2019-silverado-fuel-economy-dynamic-fuel-management-could-increase-efficiency-by-five-percent/#comment-726068"><span class="wpb-thumb"><img alt='' src='http://0.gravatar.com/avatar/38d1c0ca26e55826c3fe7f7695ac80f5?s=128&#038;r=g' srcset='http://0.gravatar.com/avatar/38d1c0ca26e55826c3fe7f7695ac80f5?s=256&amp;r=g 2x' class='avatar avatar-128 photo' height='128' width='128' /></span><span class="wpb-text"><i class="meta">fastyle on:</i><i class="title">2019 Silverado Fuel Economy: Dynamic Fuel Management Could Increase Efficiency By Five Percent</i></span></a></li><li class="group wpb-thumb-enabled"><a title="Chevy Colorado Sales Increase 25 Percent To 8,011 Units In January 2018" href="http://gmauthority.com/blog/2018/02/chevrolet-colorado-sales-numbers-figures-results-january-2018/#comment-726067"><span class="wpb-thumb"><img alt='' src='http://1.gravatar.com/avatar/7829d472004a3e3f86fea97087411cd0?s=128&#038;r=g' srcset='http://1.gravatar.com/avatar/7829d472004a3e3f86fea97087411cd0?s=256&amp;r=g 2x' class='avatar avatar-128 photo' height='128' width='128' /></span><span class="wpb-text"><i class="meta">Alex Luft on:</i><i class="title">Chevy Colorado Sales Increase 25 Percent To 8,011 Units In January 2018</i></span></a></li><li class="group wpb-thumb-enabled"><a title="Chevy Colorado Sales Increase 25 Percent To 8,011 Units In January 2018" href="http://gmauthority.com/blog/2018/02/chevrolet-colorado-sales-numbers-figures-results-january-2018/#comment-726066"><span class="wpb-thumb"><img alt='' src='http://1.gravatar.com/avatar/7829d472004a3e3f86fea97087411cd0?s=128&#038;r=g' srcset='http://1.gravatar.com/avatar/7829d472004a3e3f86fea97087411cd0?s=256&amp;r=g 2x' class='avatar avatar-128 photo' height='128' width='128' /></span><span class="wpb-text"><i class="meta">Alex Luft on:</i><i class="title">Chevy Colorado Sales Increase 25 Percent To 8,011 Units In January 2018</i></span></a></li><li class="group wpb-thumb-enabled"><a title="GM Rejects Billionaire&#8217;s Bid To Build Electric Cars At Former Holden Plant" href="http://gmauthority.com/blog/2018/02/gm-rejects-billionaires-bid-to-build-electric-cars-at-former-holden-plant/#comment-726065"><span class="wpb-thumb"><img alt='' src='http://0.gravatar.com/avatar/6c56e3b9a6ebfd6e23f160f1ed1081ce?s=128&#038;r=g' srcset='http://0.gravatar.com/avatar/6c56e3b9a6ebfd6e23f160f1ed1081ce?s=256&amp;r=g 2x' class='avatar avatar-128 photo' height='128' width='128' /></span><span class="wpb-text"><i class="meta">dave on:</i><i class="title">GM Rejects Billionaire&#8217;s Bid To Build Electric Cars At Former Holden Plant</i></span></a></li><li class="group wpb-thumb-enabled"><a title="2019 Silverado Fuel Economy: Dynamic Fuel Management Could Increase Efficiency By Five Percent" href="http://gmauthority.com/blog/2018/02/2019-silverado-fuel-economy-dynamic-fuel-management-could-increase-efficiency-by-five-percent/#comment-726064"><span class="wpb-thumb"><img alt='' src='http://0.gravatar.com/avatar/cf5d4dcdd5e6817ece8bc07d46c6d033?s=128&#038;r=g' srcset='http://0.gravatar.com/avatar/cf5d4dcdd5e6817ece8bc07d46c6d033?s=256&amp;r=g 2x' class='avatar avatar-128 photo' height='128' width='128' /></span><span class="wpb-text"><i class="meta">Travis on:</i><i class="title">2019 Silverado Fuel Economy: Dynamic Fuel Management Could Increase Efficiency By Five Percent</i></span></a></li><li class="group wpb-thumb-enabled"><a title="2019 Silverado Fuel Economy: Dynamic Fuel Management Could Increase Efficiency By Five Percent" href="http://gmauthority.com/blog/2018/02/2019-silverado-fuel-economy-dynamic-fuel-management-could-increase-efficiency-by-five-percent/#comment-726062"><span class="wpb-thumb"><img alt='' src='http://0.gravatar.com/avatar/cf5d4dcdd5e6817ece8bc07d46c6d033?s=128&#038;r=g' srcset='http://0.gravatar.com/avatar/cf5d4dcdd5e6817ece8bc07d46c6d033?s=256&amp;r=g 2x' class='avatar avatar-128 photo' height='128' width='128' /></span><span class="wpb-text"><i class="meta">Travis on:</i><i class="title">2019 Silverado Fuel Economy: Dynamic Fuel Management Could Increase Efficiency By Five Percent</i></span></a></li></ul></li><li id="execphp-4" class="widget widget_execphp"><h3 class="widget-title group"><span>Sponsored Links</span></h3> <div class="execphpwidget"><div id="ads-sidebar-wrapper">
<div id="ad-sidebar-container-160">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

<ins class="adsbygoogle" style="display:inline-block;width:160px;height:600px" data-ad-client="ca-pub-7194783345442697" data-ad-slot="3398201120"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div id="ad-sidebar-container-160">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

<ins class="adsbygoogle" style="display:inline-block;width:160px;height:600px" data-ad-client="ca-pub-7194783345442697" data-ad-slot="3398201120"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div></div>
</li><li id="bbp_topics_widget-2" class="widget widget_display_topics"><h3 class="widget-title group"><span>Recent Forum Discussions</span></h3>
<ul>
<li>
<a class="bbp-forum-title" href="http://gmauthority.com/blog/topic/track-order-vxbt3v/">Track Order VXBT3V</a>
</li>
<li>
<a class="bbp-forum-title" href="http://gmauthority.com/blog/topic/track-order-vvpjgw/">Track order VVPJGW</a>
</li>
<li>
<a class="bbp-forum-title" href="http://gmauthority.com/blog/topic/track-order-vvnt3s/">Track Order VVNT3S</a>
</li>
<li>
<a class="bbp-forum-title" href="http://gmauthority.com/blog/topic/track-order-vwxqt8/">Track order VWXQT8</a>
</li>
<li>
<a class="bbp-forum-title" href="http://gmauthority.com/blog/topic/gm-vehicle-tracking-2/">Track order VWRVT2</a>
</li>
<li>
<a class="bbp-forum-title" href="http://gmauthority.com/blog/topic/track-order-vvtr2k-2/">Track Order VVTR2K</a>
</li>
<li>
<a class="bbp-forum-title" href="http://gmauthority.com/blog/topic/2018-camaro-timeline/">2018 Camaro Timeline</a>
</li>
<li>
<a class="bbp-forum-title" href="http://gmauthority.com/blog/topic/sierra-denali-2018/">Track order VWKHKP</a>
</li>
<li>
<a class="bbp-forum-title" href="http://gmauthority.com/blog/topic/track-order-vwccq2/">Track Order VWCCQ2</a>
</li>
<li>
<a class="bbp-forum-title" href="http://gmauthority.com/blog/topic/track-order-vwkmt6/">Track order VWKMT6</a>
</li>
</ul>
</li><li id="execphp-5" class="widget widget_execphp"><h3 class="widget-title group"><span>Sponsored Links</span></h3> <div class="execphpwidget"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

<ins class="adsbygoogle" style="display:inline-block;width:336px;height:280px" data-ad-client="ca-pub-7194783345442697" data-ad-slot="3401280366"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<br>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

<ins class="adsbygoogle" style="display:inline-block;width:336px;height:280px" data-ad-client="ca-pub-7194783345442697" data-ad-slot="3401280366"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
</li>
<li id="ngg-sidebar-widget-8" class="widget ngg-sidebar-widget">
<h3 class="widget-title group"><span>Galleries</span></h3>
<a href="http://gmauthority.com/blog/gallery/gma-garage-2012-chevrolet-camaro-2ss/" title="GMA Garage - 2012 Chevrolet Camaro 2SS"><img src="http://gmauthority.com/blog/wp-content/gallery/gma-garage-2012-chevrolet-camaro-2ss/thumbs/thumbs_gma-garage-2012-chevrolet-camaro-2ss-34.jpg" width="96" height="72" alt="GMA Garage - 2012 Chevrolet Camaro 2SS" /></a><a href="http://gmauthority.com/blog/gallery/2017-buick-lacrosse/" title="2017 Buick LaCrosse"><img src="http://gmauthority.com/blog/wp-content/gallery/2017-buick-lacrosse/thumbs/thumbs_2017-buick-lacrosse-exterior-teaser-shot-grille-and-headlight.jpg" width="96" height="72" alt="2017 Buick LaCrosse" /></a><a href="http://gmauthority.com/blog/gallery/gm-3-6-liter-twin-turbo-v6-lf3-engine/" title="GM 3.6 Liter Twin Turbo V6 LF3 Engine"><img src="http://gmauthority.com/blog/wp-content/gallery/gm-3-6-liter-twin-turbo-v6-lf3-engine/thumbs/thumbs_gm-3-6-liter-twin-turbo-v6-lf3-engine-2.jpg" width="96" height="72" alt="GM 3.6 Liter Twin Turbo V6 LF3 Engine" /></a><a href="http://gmauthority.com/blog/gallery/2013-chevrolet-malibu-nyias-2011/" title="2013 Chevrolet Malibu - NYIAS 2011"><img src="http://gmauthority.com/blog/wp-content/gallery/2013-chevrolet-malibu-nyias-2011/thumbs/thumbs_1.jpg" width="96" height="72" alt="2013 Chevrolet Malibu - NYIAS 2011" /></a><a href="http://gmauthority.com/blog/gallery/gm-authority-garage-2011-chevrolet-malibu-ltz/" title="GM Authority Garage - 2011 Chevrolet Malibu LTZ"><img src="http://gmauthority.com/blog/wp-content/gallery/2011-chevrolet-malibu-ltz/thumbs/thumbs_2011-chevrolet-malibu-ltz-1.jpg" width="96" height="72" alt="GM Authority Garage - 2011 Chevrolet Malibu LTZ" /></a><a href="http://gmauthority.com/blog/gallery/chevrolet-volt-cold-weather-testing-2010/" title="Chevrolet Volt - Cold Weather Testing 2010"><img src="http://gmauthority.com/blog/wp-content/gallery/chevrolet-volt-cold-weather-testing-2010/thumbs/thumbs_photo-9.jpg" width="96" height="72" alt="Chevrolet Volt - Cold Weather Testing 2010" /></a><a href="http://gmauthority.com/blog/gallery/guess-the-car-police-edition/" title="Guess The Car: Police Edition"><img src="http://gmauthority.com/blog/wp-content/gallery/guess-the-car-police-edition/thumbs/thumbs_guess-this-car-1.jpg" width="96" height="72" alt="Guess The Car: Police Edition" /></a><a href="http://gmauthority.com/blog/gallery/2018-cadillac-xts-pictures/" title="2018 Cadillac XTS Pictures"><img src="http://gmauthority.com/blog/wp-content/gallery/2018-cadillac-xts/thumbs/thumbs_2018-cadillac-xts-exterior-001.jpg" width="96" height="72" alt="2018 Cadillac XTS Pictures" /></a><a href="http://gmauthority.com/blog/gallery/chevrolet-spark-rs-concept-sema-2015/" title="Chevrolet Spark RS Concept - SEMA 2015"><img src="http://gmauthority.com/blog/wp-content/gallery/chevrolet-spark-rs-concept-sema-2015/thumbs/thumbs_chevrolet-spark-rs-concept-sema-2015-01.jpg" width="96" height="72" alt="Chevrolet Spark RS Concept - SEMA 2015" /></a>
</li>
<li id="archives-5" class="widget widget_archive"><h3 class="widget-title group"><span>The Archives</span></h3> <label class="screen-reader-text" for="archives-dropdown-5">The Archives</label>
<select id="archives-dropdown-5" name="archive-dropdown" onchange='document.location.href=this.options[this.selectedIndex].value;'>
<option value="">Select Month</option>
<option value='http://gmauthority.com/blog/2018/02/'> February 2018 </option>
<option value='http://gmauthority.com/blog/2018/01/'> January 2018 </option>
<option value='http://gmauthority.com/blog/2017/12/'> December 2017 </option>
<option value='http://gmauthority.com/blog/2017/11/'> November 2017 </option>
<option value='http://gmauthority.com/blog/2017/10/'> October 2017 </option>
<option value='http://gmauthority.com/blog/2017/09/'> September 2017 </option>
<option value='http://gmauthority.com/blog/2017/08/'> August 2017 </option>
<option value='http://gmauthority.com/blog/2017/07/'> July 2017 </option>
<option value='http://gmauthority.com/blog/2017/06/'> June 2017 </option>
<option value='http://gmauthority.com/blog/2017/05/'> May 2017 </option>
<option value='http://gmauthority.com/blog/2017/04/'> April 2017 </option>
<option value='http://gmauthority.com/blog/2017/03/'> March 2017 </option>
<option value='http://gmauthority.com/blog/2017/02/'> February 2017 </option>
<option value='http://gmauthority.com/blog/2017/01/'> January 2017 </option>
<option value='http://gmauthority.com/blog/2016/12/'> December 2016 </option>
<option value='http://gmauthority.com/blog/2016/11/'> November 2016 </option>
<option value='http://gmauthority.com/blog/2016/10/'> October 2016 </option>
<option value='http://gmauthority.com/blog/2016/09/'> September 2016 </option>
<option value='http://gmauthority.com/blog/2016/08/'> August 2016 </option>
<option value='http://gmauthority.com/blog/2016/07/'> July 2016 </option>
<option value='http://gmauthority.com/blog/2016/06/'> June 2016 </option>
<option value='http://gmauthority.com/blog/2016/05/'> May 2016 </option>
<option value='http://gmauthority.com/blog/2016/04/'> April 2016 </option>
<option value='http://gmauthority.com/blog/2016/03/'> March 2016 </option>
<option value='http://gmauthority.com/blog/2016/02/'> February 2016 </option>
<option value='http://gmauthority.com/blog/2016/01/'> January 2016 </option>
<option value='http://gmauthority.com/blog/2015/12/'> December 2015 </option>
<option value='http://gmauthority.com/blog/2015/11/'> November 2015 </option>
<option value='http://gmauthority.com/blog/2015/10/'> October 2015 </option>
<option value='http://gmauthority.com/blog/2015/09/'> September 2015 </option>
<option value='http://gmauthority.com/blog/2015/08/'> August 2015 </option>
<option value='http://gmauthority.com/blog/2015/07/'> July 2015 </option>
<option value='http://gmauthority.com/blog/2015/06/'> June 2015 </option>
<option value='http://gmauthority.com/blog/2015/05/'> May 2015 </option>
<option value='http://gmauthority.com/blog/2015/04/'> April 2015 </option>
<option value='http://gmauthority.com/blog/2015/03/'> March 2015 </option>
<option value='http://gmauthority.com/blog/2015/02/'> February 2015 </option>
<option value='http://gmauthority.com/blog/2015/01/'> January 2015 </option>
<option value='http://gmauthority.com/blog/2014/12/'> December 2014 </option>
<option value='http://gmauthority.com/blog/2014/11/'> November 2014 </option>
<option value='http://gmauthority.com/blog/2014/10/'> October 2014 </option>
<option value='http://gmauthority.com/blog/2014/09/'> September 2014 </option>
<option value='http://gmauthority.com/blog/2014/08/'> August 2014 </option>
<option value='http://gmauthority.com/blog/2014/07/'> July 2014 </option>
<option value='http://gmauthority.com/blog/2014/06/'> June 2014 </option>
<option value='http://gmauthority.com/blog/2014/05/'> May 2014 </option>
<option value='http://gmauthority.com/blog/2014/04/'> April 2014 </option>
<option value='http://gmauthority.com/blog/2014/03/'> March 2014 </option>
<option value='http://gmauthority.com/blog/2014/02/'> February 2014 </option>
<option value='http://gmauthority.com/blog/2014/01/'> January 2014 </option>
<option value='http://gmauthority.com/blog/2013/12/'> December 2013 </option>
<option value='http://gmauthority.com/blog/2013/11/'> November 2013 </option>
<option value='http://gmauthority.com/blog/2013/10/'> October 2013 </option>
<option value='http://gmauthority.com/blog/2013/09/'> September 2013 </option>
<option value='http://gmauthority.com/blog/2013/08/'> August 2013 </option>
<option value='http://gmauthority.com/blog/2013/07/'> July 2013 </option>
<option value='http://gmauthority.com/blog/2013/06/'> June 2013 </option>
<option value='http://gmauthority.com/blog/2013/05/'> May 2013 </option>
<option value='http://gmauthority.com/blog/2013/04/'> April 2013 </option>
<option value='http://gmauthority.com/blog/2013/03/'> March 2013 </option>
<option value='http://gmauthority.com/blog/2013/02/'> February 2013 </option>
<option value='http://gmauthority.com/blog/2013/01/'> January 2013 </option>
<option value='http://gmauthority.com/blog/2012/12/'> December 2012 </option>
<option value='http://gmauthority.com/blog/2012/11/'> November 2012 </option>
<option value='http://gmauthority.com/blog/2012/10/'> October 2012 </option>
<option value='http://gmauthority.com/blog/2012/09/'> September 2012 </option>
<option value='http://gmauthority.com/blog/2012/08/'> August 2012 </option>
<option value='http://gmauthority.com/blog/2012/07/'> July 2012 </option>
<option value='http://gmauthority.com/blog/2012/06/'> June 2012 </option>
<option value='http://gmauthority.com/blog/2012/05/'> May 2012 </option>
<option value='http://gmauthority.com/blog/2012/04/'> April 2012 </option>
<option value='http://gmauthority.com/blog/2012/03/'> March 2012 </option>
<option value='http://gmauthority.com/blog/2012/02/'> February 2012 </option>
<option value='http://gmauthority.com/blog/2012/01/'> January 2012 </option>
<option value='http://gmauthority.com/blog/2011/12/'> December 2011 </option>
<option value='http://gmauthority.com/blog/2011/11/'> November 2011 </option>
<option value='http://gmauthority.com/blog/2011/10/'> October 2011 </option>
<option value='http://gmauthority.com/blog/2011/09/'> September 2011 </option>
<option value='http://gmauthority.com/blog/2011/08/'> August 2011 </option>
<option value='http://gmauthority.com/blog/2011/07/'> July 2011 </option>
<option value='http://gmauthority.com/blog/2011/06/'> June 2011 </option>
<option value='http://gmauthority.com/blog/2011/05/'> May 2011 </option>
<option value='http://gmauthority.com/blog/2011/04/'> April 2011 </option>
<option value='http://gmauthority.com/blog/2011/03/'> March 2011 </option>
<option value='http://gmauthority.com/blog/2011/02/'> February 2011 </option>
<option value='http://gmauthority.com/blog/2011/01/'> January 2011 </option>
<option value='http://gmauthority.com/blog/2010/12/'> December 2010 </option>
<option value='http://gmauthority.com/blog/2010/11/'> November 2010 </option>
<option value='http://gmauthority.com/blog/2010/10/'> October 2010 </option>
<option value='http://gmauthority.com/blog/2010/09/'> September 2010 </option>
<option value='http://gmauthority.com/blog/2010/08/'> August 2010 </option>
<option value='http://gmauthority.com/blog/2010/07/'> July 2010 </option>
<option value='http://gmauthority.com/blog/2010/06/'> June 2010 </option>
<option value='http://gmauthority.com/blog/2010/05/'> May 2010 </option>
<option value='http://gmauthority.com/blog/2010/04/'> April 2010 </option>
<option value='http://gmauthority.com/blog/2010/03/'> March 2010 </option>
<option value='http://gmauthority.com/blog/2010/02/'> February 2010 </option>
<option value='http://gmauthority.com/blog/2010/01/'> January 2010 </option>
<option value='http://gmauthority.com/blog/2009/12/'> December 2009 </option>
<option value='http://gmauthority.com/blog/2009/11/'> November 2009 </option>
<option value='http://gmauthority.com/blog/2009/10/'> October 2009 </option>
<option value='http://gmauthority.com/blog/2009/09/'> September 2009 </option>
<option value='http://gmauthority.com/blog/2009/08/'> August 2009 </option>
</select>
</li></ul> </div>
</div>
</div>
</div>
</div>
<div class="clear"></div>
<footer id="footer">
<div class="container">
<div id="footer-content" class="pad group">
<div id="ads-content-wrapper">
<div id="ad-content-container">
<h3 style="color: white;">Sponsored Links</h3>
<script>var ad_data = get_ad_size('footer');
						document.write('<script type="text/javascript"> ' + ad_data[0] + '<' + '\/script>'); </script>
<script> document.write('<script type="text/javascript" ' + ad_data[1] + '><' + '\/script>'); </script>
</div>
</div>
</div>
<div id="footer-widgets" class="pad group">
<div class="grid one-third">
<ul><li id="wpb-tabs-3" class="widget widget_wpb_tabs"><h3 class="widget-title fix"><span>Fresh Off The Press</span></h3><ul class="wpb-tabs group tabs-3"><li class="wpb-tab-recent"><a href="#tab-recent-3" title="Recent Posts"><i class="icon-time"></i><span>Recent Posts</span></a></li><li class="wpb-tab-popular"><a href="#tab-popular-3" title="Most Popular"><i class="icon-star"></i><span>Most Popular</span></a></li><li class="wpb-tab-comments"><a href="#tab-comments-3" title="Comments"><i class="icon-comments-alt"></i><span>Comments</span></a></li></ul><ul id="tab-recent-3" class="list-recent wpb-tab"><li class="format- wpb-thumb-enabled group"><a title="Chevy Trax Sales Increase 16 Percent To 6,106Â Units In January 2018" href="http://gmauthority.com/blog/2018/02/chevrolet-trax-sales-numbers-figures-results-january-2018/"><span class="wpb-thumb"><img width="96" height="64" src="http://gmauthority.com/blog/wp-content/uploads/2017/12/2017-Chevrolet-Trax-002-exterior-driving-96x64.jpg" class="attachment-size-thumbnail-tiny size-size-thumbnail-tiny wp-post-image" alt="2017 Chevrolet Trax 002 exterior driving" srcset="http://gmauthority.com/blog/wp-content/uploads/2017/12/2017-Chevrolet-Trax-002-exterior-driving-96x64.jpg 96w, http://gmauthority.com/blog/wp-content/uploads/2017/12/2017-Chevrolet-Trax-002-exterior-driving-192x128.jpg 192w" sizes="(max-width: 96px) 100vw, 96px" /></span><span class="wpb-text"><i class="title">Chevy Trax Sales Increase 16 Percent To 6,106Â Units In January 2018</i><i class="meta">February 11, 2018</i></span></a></li><li class="format- wpb-thumb-enabled group"><a title="Should The RS Package Be Optional On The Camaro SS: Community Question" href="http://gmauthority.com/blog/2018/02/should-the-rs-package-be-optional-on-the-camaro-ss-community-question/"><span class="wpb-thumb"><img width="96" height="64" src="http://gmauthority.com/blog/wp-content/uploads/2018/01/2018-Chevrolet-Camaro-SS-Coupe-exterior-006-96x64.jpg" class="attachment-size-thumbnail-tiny size-size-thumbnail-tiny wp-post-image" alt="2018 Chevrolet Camaro SS Coupe exterior 006" srcset="http://gmauthority.com/blog/wp-content/uploads/2018/01/2018-Chevrolet-Camaro-SS-Coupe-exterior-006-300x200.jpg 300w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2018-Chevrolet-Camaro-SS-Coupe-exterior-006-768x512.jpg 768w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2018-Chevrolet-Camaro-SS-Coupe-exterior-006-1024x683.jpg 1024w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2018-Chevrolet-Camaro-SS-Coupe-exterior-006-720x480.jpg 720w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2018-Chevrolet-Camaro-SS-Coupe-exterior-006-96x64.jpg 96w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2018-Chevrolet-Camaro-SS-Coupe-exterior-006-192x128.jpg 192w, http://gmauthority.com/blog/wp-content/uploads/2018/01/2018-Chevrolet-Camaro-SS-Coupe-exterior-006.jpg 1500w" sizes="(max-width: 96px) 100vw, 96px" /></span><span class="wpb-text"><i class="title">Should The RS Package Be Optional On The Camaro SS: Community Question</i><i class="meta">February 9, 2018</i></span></a></li><li class="format- wpb-thumb-enabled group"><a title="Corvette Racing Steps Up To Help Young Cancer Patient" href="http://gmauthority.com/blog/2018/02/corvette-racing-steps-up-to-help-young-cancer-patient/"><span class="wpb-thumb"><img width="96" height="64" src="http://gmauthority.com/blog/wp-content/uploads/2018/02/Corvette-Racing-helps-cancer-patient-96x64.jpg" class="attachment-size-thumbnail-tiny size-size-thumbnail-tiny wp-post-image" alt="Photo: Corvette Racing/Twitter" srcset="http://gmauthority.com/blog/wp-content/uploads/2018/02/Corvette-Racing-helps-cancer-patient-96x64.jpg 96w, http://gmauthority.com/blog/wp-content/uploads/2018/02/Corvette-Racing-helps-cancer-patient-192x128.jpg 192w" sizes="(max-width: 96px) 100vw, 96px" /></span><span class="wpb-text"><i class="title">Corvette Racing Steps Up To Help Young Cancer Patient</i><i class="meta">February 9, 2018</i></span></a></li><li class="format- wpb-thumb-enabled group"><a title="Chevy Colorado Sales Increase 25 Percent To 8,011 Units In January 2018" href="http://gmauthority.com/blog/2018/02/chevrolet-colorado-sales-numbers-figures-results-january-2018/"><span class="wpb-thumb"><img width="96" height="64" src="http://gmauthority.com/blog/wp-content/uploads/2017/11/2018-Chevrolet-Colorado-ZR2-exterior-021-off-road-96x64.jpg" class="attachment-size-thumbnail-tiny size-size-thumbnail-tiny wp-post-image" alt="2018 Chevrolet Colorado ZR2 exterior 021 off road" srcset="http://gmauthority.com/blog/wp-content/uploads/2017/11/2018-Chevrolet-Colorado-ZR2-exterior-021-off-road-300x200.jpg 300w, http://gmauthority.com/blog/wp-content/uploads/2017/11/2018-Chevrolet-Colorado-ZR2-exterior-021-off-road-768x512.jpg 768w, http://gmauthority.com/blog/wp-content/uploads/2017/11/2018-Chevrolet-Colorado-ZR2-exterior-021-off-road-1024x683.jpg 1024w, http://gmauthority.com/blog/wp-content/uploads/2017/11/2018-Chevrolet-Colorado-ZR2-exterior-021-off-road-720x480.jpg 720w, http://gmauthority.com/blog/wp-content/uploads/2017/11/2018-Chevrolet-Colorado-ZR2-exterior-021-off-road-96x64.jpg 96w, http://gmauthority.com/blog/wp-content/uploads/2017/11/2018-Chevrolet-Colorado-ZR2-exterior-021-off-road-192x128.jpg 192w, http://gmauthority.com/blog/wp-content/uploads/2017/11/2018-Chevrolet-Colorado-ZR2-exterior-021-off-road.jpg 1500w" sizes="(max-width: 96px) 100vw, 96px" /></span><span class="wpb-text"><i class="title">Chevy Colorado Sales Increase 25 Percent To 8,011 Units In January 2018</i><i class="meta">February 9, 2018</i></span></a></li></ul><ul id="tab-popular-3" class="list-popular wpb-tab"><li class="format- wpb-thumb-enabled group"><a title="Poll: Should GM Bring Back Pontiac?" href="http://gmauthority.com/blog/2012/03/poll-is-it-time-to-start-talking-about-pontiac/"><span class="wpb-thumb"><img width="96" height="64" src="http://gmauthority.com/blog/wp-content/uploads/2012/03/Pontiac-G8-G3-96x64.jpg" class="attachment-size-thumbnail-tiny size-size-thumbnail-tiny wp-post-image" alt="Pontiac G8 G3" srcset="http://gmauthority.com/blog/wp-content/uploads/2012/03/Pontiac-G8-G3-96x64.jpg 96w, http://gmauthority.com/blog/wp-content/uploads/2012/03/Pontiac-G8-G3-192x128.jpg 192w" sizes="(max-width: 96px) 100vw, 96px" /></span><span class="wpb-text"><i class="title">Poll: Should GM Bring Back Pontiac?</i><i class="meta">March 28, 2012</i></span></a></li><li class="format- wpb-thumb-enabled group"><a title="GMT 900 GMC, Chevy Vehicles Subject To Frequently Cracking Dashboards" href="http://gmauthority.com/blog/2012/08/gmt-900-gmc-chevy-vehicles-subject-to-frequently-cracking-dashboards/"><span class="wpb-thumb"><img width="96" height="64" src="http://gmauthority.com/blog/wp-content/uploads/2012/08/Cracked-Dashboard-GMT900-trucks-and-suvs-96x64.jpg" class="attachment-size-thumbnail-tiny size-size-thumbnail-tiny wp-post-image" alt="Cracked Dashboard - GMT900 trucks and suvs" srcset="http://gmauthority.com/blog/wp-content/uploads/2012/08/Cracked-Dashboard-GMT900-trucks-and-suvs-96x64.jpg 96w, http://gmauthority.com/blog/wp-content/uploads/2012/08/Cracked-Dashboard-GMT900-trucks-and-suvs-192x128.jpg 192w" sizes="(max-width: 96px) 100vw, 96px" /></span><span class="wpb-text"><i class="title">GMT 900 GMC, Chevy Vehicles Subject To Frequently Cracking Dashboards</i><i class="meta">August 11, 2012</i></span></a></li><li class="format- wpb-thumb-enabled group"><a title="GM Working On Software Update To Improve iPhone 5 Bluetooth Connectivity" href="http://gmauthority.com/blog/2012/11/gm-working-on-software-update-to-improve-iphone-5-bluetooth-connectivity/"><span class="wpb-thumb"><img width="96" height="64" src="http://gmauthority.com/blog/wp-content/uploads/2012/11/Apple-Siri-Eyes-Free-Chevrolet-MyLink-04-96x64.jpg" class="attachment-size-thumbnail-tiny size-size-thumbnail-tiny wp-post-image" alt="Apple Siri Eyes Free - Chevrolet MyLink 04" srcset="http://gmauthority.com/blog/wp-content/uploads/2012/11/Apple-Siri-Eyes-Free-Chevrolet-MyLink-04-96x64.jpg 96w, http://gmauthority.com/blog/wp-content/uploads/2012/11/Apple-Siri-Eyes-Free-Chevrolet-MyLink-04-192x128.jpg 192w" sizes="(max-width: 96px) 100vw, 96px" /></span><span class="wpb-text"><i class="title">GM Working On Software Update To Improve iPhone 5 Bluetooth Connectivity</i><i class="meta">November 28, 2012</i></span></a></li><li class="format- wpb-thumb-enabled group"><a title="GM Offers Owners Bluetooth Update Via OnStar" href="http://gmauthority.com/blog/2012/08/gm-offers-owners-bluetooth-update-via-onstar/"><span class="wpb-thumb"><img width="96" height="64" src="http://gmauthority.com/blog/wp-content/uploads/2012/08/OnStar-mirror-plus-Bluetooth-96x64.jpg" class="attachment-size-thumbnail-tiny size-size-thumbnail-tiny wp-post-image" alt="OnStar mirror plus Bluetooth" srcset="http://gmauthority.com/blog/wp-content/uploads/2012/08/OnStar-mirror-plus-Bluetooth-720x479.jpg 720w, http://gmauthority.com/blog/wp-content/uploads/2012/08/OnStar-mirror-plus-Bluetooth-96x64.jpg 96w, http://gmauthority.com/blog/wp-content/uploads/2012/08/OnStar-mirror-plus-Bluetooth-192x128.jpg 192w, http://gmauthority.com/blog/wp-content/uploads/2012/08/OnStar-mirror-plus-Bluetooth.jpg 1000w" sizes="(max-width: 96px) 100vw, 96px" /></span><span class="wpb-text"><i class="title">GM Offers Owners Bluetooth Update Via OnStar</i><i class="meta">August 13, 2012</i></span></a></li></ul><ul id="tab-comments-3" class="list-comments wpb-tab"><li class="group wpb-thumb-enabled"><a title="2019 Silverado Fuel Economy: Dynamic Fuel Management Could Increase Efficiency By Five Percent" href="http://gmauthority.com/blog/2018/02/2019-silverado-fuel-economy-dynamic-fuel-management-could-increase-efficiency-by-five-percent/#comment-726068"><span class="wpb-thumb"><img alt='' src='http://0.gravatar.com/avatar/38d1c0ca26e55826c3fe7f7695ac80f5?s=128&#038;r=g' srcset='http://0.gravatar.com/avatar/38d1c0ca26e55826c3fe7f7695ac80f5?s=256&amp;r=g 2x' class='avatar avatar-128 photo' height='128' width='128' /></span><span class="wpb-text"><i class="meta">fastyle on:</i><i class="title">2019 Silverado Fuel Economy: Dynamic Fuel Management Could Increase Efficiency By Five Percent</i></span></a></li><li class="group wpb-thumb-enabled"><a title="Chevy Colorado Sales Increase 25 Percent To 8,011 Units In January 2018" href="http://gmauthority.com/blog/2018/02/chevrolet-colorado-sales-numbers-figures-results-january-2018/#comment-726067"><span class="wpb-thumb"><img alt='' src='http://1.gravatar.com/avatar/7829d472004a3e3f86fea97087411cd0?s=128&#038;r=g' srcset='http://1.gravatar.com/avatar/7829d472004a3e3f86fea97087411cd0?s=256&amp;r=g 2x' class='avatar avatar-128 photo' height='128' width='128' /></span><span class="wpb-text"><i class="meta">Alex Luft on:</i><i class="title">Chevy Colorado Sales Increase 25 Percent To 8,011 Units In January 2018</i></span></a></li><li class="group wpb-thumb-enabled"><a title="Chevy Colorado Sales Increase 25 Percent To 8,011 Units In January 2018" href="http://gmauthority.com/blog/2018/02/chevrolet-colorado-sales-numbers-figures-results-january-2018/#comment-726066"><span class="wpb-thumb"><img alt='' src='http://1.gravatar.com/avatar/7829d472004a3e3f86fea97087411cd0?s=128&#038;r=g' srcset='http://1.gravatar.com/avatar/7829d472004a3e3f86fea97087411cd0?s=256&amp;r=g 2x' class='avatar avatar-128 photo' height='128' width='128' /></span><span class="wpb-text"><i class="meta">Alex Luft on:</i><i class="title">Chevy Colorado Sales Increase 25 Percent To 8,011 Units In January 2018</i></span></a></li><li class="group wpb-thumb-enabled"><a title="GM Rejects Billionaire&#8217;s Bid To Build Electric Cars At Former Holden Plant" href="http://gmauthority.com/blog/2018/02/gm-rejects-billionaires-bid-to-build-electric-cars-at-former-holden-plant/#comment-726065"><span class="wpb-thumb"><img alt='' src='http://0.gravatar.com/avatar/6c56e3b9a6ebfd6e23f160f1ed1081ce?s=128&#038;r=g' srcset='http://0.gravatar.com/avatar/6c56e3b9a6ebfd6e23f160f1ed1081ce?s=256&amp;r=g 2x' class='avatar avatar-128 photo' height='128' width='128' /></span><span class="wpb-text"><i class="meta">dave on:</i><i class="title">GM Rejects Billionaire&#8217;s Bid To Build Electric Cars At Former Holden Plant</i></span></a></li></ul></li></ul>
</div>
<div class="grid one-third">
<ul><li id="text-65" class="widget widget_text"><h3 class="widget-title fix"><span>ABOUT GM AUTHORITY</span></h3> <div class="textwidget"><span style="color:#FFFFFF;">GM Authority is a must-read for <a href="http://gmauthority.com">GM news</a>, <a href="http://gmauthority.com/blog/category/gma-special/rumormill/">GM rumors</a>, <a href="http://gmauthority.com/blog/category/gma-special/review/">GM reviews</a>, and information about General Motors vehicles.<br /><br />
Join others in discussing The General in our <a href="http://gmauthority.com/forum/">GM Forums</a> and browse photos of GM vehicles in our <a href="http://gmauthority.com/blog/gallery/">GM pictures</a> gallery.<br /><br />
Please note that GM Authority is a product of <a href="http://motrolix.com">Motrolix</a> LLC and is not sponsored, owned, or in any other way condoned by General Motors Company, its brands, subsidiaries, or partners.<br /><br />
We also encourage you to check out our sister publications:
<ul>
<li>- Ford Authority for the latest <a href="http://fordauthority.com">Ford News</a> and <a href="http://fordauthority.com/forum/">Ford Forums</a></li>
<li>- Fiat Chrysler Authority for the latest <a href="http://fcauthority.com">Fiat Chrysler News</a> and <a href="http://fcauthority.com/forum/">Fiat Chrysler Forums</a></li>
</ul>
</span></div>
</li></ul>
</div>
<div class="grid one-third last">
<ul><li id="text-93" class="widget widget_text"><h3 class="widget-title fix"><span>Get Social</span></h3> <div class="textwidget"><center>
<a href="https://twitter.com/gmauthority" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @gmauthority</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</br>
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fgmauthority&amp;width=200&amp;height=62&amp;show_faces=false&amp;colorscheme=dark&amp;stream=false&amp;show_border=false&amp;header=false&amp;appId=216102895086608" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:62px;" allowTransparency="true"></iframe>

<div class="g-plus" data-height="69" data-href="//plus.google.com/106522224833753772925" data-rel="publisher"></div>

<script type="text/javascript">
  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>
</center></div>
</li><li id="bbp_login_widget-4" class="widget bbp_widget_login"><h3 class="widget-title fix"><span>Login or Register</span></h3>
<form method="post" action="http://gmauthority.com/blog/wp-login.php" class="bbp-login-form">
<fieldset>
<legend>Log In</legend>
<div class="bbp-username">
<label for="user_login">Username: </label>
<input type="text" name="log" value="" size="20" id="user_login" tabindex="101" />
</div>
<div class="bbp-password">
<label for="user_pass">Password: </label>
<input type="password" name="pwd" value="" size="20" id="user_pass" tabindex="102" />
</div>
<div class="bbp-remember-me">
<input type="checkbox" name="rememberme" value="forever" id="rememberme" tabindex="103" />
<label for="rememberme">Remember Me</label>
</div>
<div class="bbp-submit-wrapper">
<button type="submit" name="user-submit" id="user-submit" tabindex="104" class="button submit user-submit">Log In</button>
<input type="hidden" name="user-cookie" value="1" />
<input type="hidden" id="bbp_redirect_to" name="redirect_to" value="http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/" /><input type="hidden" id="_wpnonce" name="_wpnonce" value="4adb831618" /><input type="hidden" name="_wp_http_referer" value="/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/" />
</div>
<div class="bbp-login-links">
<a href="http://gmauthority.com/blog/register/" title="Register" class="bbp-register-link">Register</a>
<a href="http://gmauthority.com/blog/lost-your-password/" title="Lost Password" class="bbp-lostpass-link">Lost Password</a>
</div>
</fieldset>
</form>
</li></ul>
</div>
</div>
</div>
<nav class="nav-container group" id="nav-footer">
<div class="nav-toggle" id="nav-footer-toggle"><i class="icon-reorder"></i></div>
<div class="nav-wrap">
<ul id="menu-footer" class="nav container group"><li id="menu-item-41251" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41251"><a href="http://gmauthority.com" itemprop="url">News</a></li><li id="menu-item-41252" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41252"><a href="http://gmauthority.com/blog/forum/" itemprop="url">Forum</a></li><li id="menu-item-41253" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41253"><a href="http://gmauthority.com/blog/gallery/" itemprop="url">Photos</a></li><li id="menu-item-41254" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41254"><a href="http://gmauthority.com/blog/category/video/" itemprop="url">Videos</a></li><li id="menu-item-41256" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41256"><a href="http://gmauthority.com/blog/about/" itemprop="url">About Us</a></li><li id="menu-item-41259" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41259"><a href="http://gmauthority.com/blog/contact/" itemprop="url">Contact Us</a></li><li id="menu-item-41261" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-41261"><a href="http://gmauthority.com/blog/tip-us/" itemprop="url">Tip Us</a></li><li id="menu-item-46523" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-46523"><a href="http://gmauthority.com/blog/sitemap/" itemprop="url">Sitemap</a></li><li id="menu-item-131954" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-131954"><a href="http://gmauthority.com/blog/careers/" itemprop="url">Jobs</a></li><li id="menu-item-136349" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-136349"><a href="http://gmauthority.com/blog/privacy-policy/" itemprop="url">Privacy</a></li></ul> </div>
</nav>
<div id="footer-bottom">
<div class="container">
<div class="pad group">
<p id="copyright">Â© COPYRIGHT 2018 POWERED BY LSX V8 ENGINES, LOVE & REVERENCE.</p>
<a id="to-top" href="#"><i class="icon-angle-up"></i></a>
</div>
</div>
</div>
</footer>
</div>
<aside>
<div id="wpbfsb" class=" wpbfsb wpbfsb-position-vertical-left wpbfsb-position-responsive-horizontal-bottom" data-icon-quantity-full-width="3" data-icon-quantity-responsive="3" data-responsive-width="968">
<div class="wpbfsb-schema-org"> <button data-text="Hurricane Harvey Will Send Half A Million Cars To The Scrap Yard" data-href="http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/" title="" style="" class=" wpbfsb-button-named-facebook" onClick="javascript:void(window.open('http://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fgmauthority.com%2Fblog%2F2017%2F08%2Fhurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard%2F', 'Facebook', 'width=650,height=200,scrollbars=yes'));">
<i class="wpbfsb-icon-facebook"></i> </button>
<button data-text="Hurricane Harvey Will Send Half A Million Cars To The Scrap Yard" data-href="http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/" title="" style="" class=" wpbfsb-button-named-twitter" onClick="javascript:void(window.open('http://twitter.com/intent/tweet?text=Hurricane%20Harvey%20Will%20Send%20Half%20A%20Million%20Cars%20To%20The%20Scrap%20Yard http%3A%2F%2Fgmauthority.com%2Fblog%2F2017%2F08%2Fhurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard%2F', 'Twitter', 'width=650,height=400,scrollbars=yes'));">
<i class="wpbfsb-icon-twitter"></i> </button>
<button data-text="Hurricane Harvey Will Send Half A Million Cars To The Scrap Yard" data-href="http://gmauthority.com/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/" title="" style="" class=" wpbfsb-button-named-google" onClick="javascript:void(window.open('https://plusone.google.com/_/+1/confirm?url=http%3A%2F%2Fgmauthority.com%2Fblog%2F2017%2F08%2Fhurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard%2F', 'Plus One', 'width=650,height=200,scrollbars=yes'));">
<i class="wpbfsb-icon-googleplus"></i> </button>
<button id="wpbfsb-more-button" class="wpbfsb-more-button" onclick="void(wpbfsb_more_button_toggle());">
<i class="wpbfsb-icon-chevron-down"></i>
</button>
</div> </div>
<div style="clear: both;"></div>
</aside>
<script language="JavaScript">
	/*<![CDATA[*/
	function wpbfsb_more_button_toggle() {
		var el = document.getElementById('wpbfsb'),
			className = 'wpbfsb-animate-in';

		if (el.classList) {
			el.classList.toggle(className);
		} else {
			var classes = el.className.split(' ');
			var existingIndex = classes.indexOf(className);

			if (existingIndex >= 0)
				classes.splice(existingIndex, 1);
			else
				classes.push(className);

			el.className = classes.join(' ');
		}
	}
	/*]]>*/
</script> <form id="login" action="login" method="post">
<h1>GM Authority</h1>
<p class="status"></p>
<label for="username">Username</label>
<input id="username" type="text" name="username">
<label for="password">Password</label>
<input id="password" type="password" name="password">
<label for="rememberme"><input id="rememberme" type="checkbox"> Remember Me</label>
<br>
<a class="lost" href="http://gmauthority.com/blog/lost-password/">Lost your password?</a>
<input class="submit_button" type="submit" value="Login" name="submit">
<div class="close">X</div>
<input type="hidden" id="security" name="security" value="c9d2f63899" /><input type="hidden" name="_wp_http_referer" value="/blog/2017/08/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard/" /> </form>
<form id="search" action="/" method="get">
<div class="close">X</div>
<input id='mb-searcvhbox' type='text' placeholder='Search...' name='s' class='mtmb-searchbox' required autofocus>
<p class="search-label">Type Keyword(s) to search</p>
</form>
<script type='text/javascript' charset='UTF-8' id='polldaddyRatings'><!--//--><![CDATA[//><!--
PDRTJS_settings_1138624_comm_713036={"id":1138624,"unique_id":"wp-comment-713036","title":"GM%20better%20get%20down%20and%20dirty%20with%20the%20Truck%20ads%20on%20Texas%20TV%20stations.%E2%80%A6","permalink":"http:\/\/gmauthority.com\/blog\/2017\/08\/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard\/#comment-713036","item_id":"_comm_713036"}; if ( typeof PDRTJS_RATING !== 'undefined' ){if ( typeof PDRTJS_1138624_comm_713036 == 'undefined' ){PDRTJS_1138624_comm_713036 = new PDRTJS_RATING( PDRTJS_settings_1138624_comm_713036 );}}PDRTJS_settings_1138624_comm_713044={"id":1138624,"unique_id":"wp-comment-713044","title":"GM%20might%20finally%20get%20rid%20of%20all%20that%20inventory%20they%20have%E2%80%A6","permalink":"http:\/\/gmauthority.com\/blog\/2017\/08\/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard\/#comment-713044","item_id":"_comm_713044"}; if ( typeof PDRTJS_RATING !== 'undefined' ){if ( typeof PDRTJS_1138624_comm_713044 == 'undefined' ){PDRTJS_1138624_comm_713044 = new PDRTJS_RATING( PDRTJS_settings_1138624_comm_713044 );}}PDRTJS_settings_1138624_comm_713065={"id":1138624,"unique_id":"wp-comment-713065","title":"There%20is%20a%20companion%20article%20to%20this%20at%20Ford%20Authority.%20%20http%3A%2F%2Ffordauthority.com%2F2017%2F08%2Fhurricane-harvey-could-render-half-a-million-vehicles-ruined%2FIn%20this%20article%2C%20the%20author%20talks%20about%20used%E2%80%A6","permalink":"http:\/\/gmauthority.com\/blog\/2017\/08\/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard\/#comment-713065","item_id":"_comm_713065"}; if ( typeof PDRTJS_RATING !== 'undefined' ){if ( typeof PDRTJS_1138624_comm_713065 == 'undefined' ){PDRTJS_1138624_comm_713065 = new PDRTJS_RATING( PDRTJS_settings_1138624_comm_713065 );}}PDRTJS_settings_1138624_comm_713082={"id":1138624,"unique_id":"wp-comment-713082","title":"if%20you%20are%20up%20against%20other%20expenses%20and%20a%20returned%20lease%20is%2015000%20less%20than%20a%20new%20car%2C%20I%20suspect%20that%20looks%20attractive.%20%20%20%20incentives%20for%20new%20cars%20may%20be%20available%2C%20but%20frankly%20the%20prices%20of%20new%E2%80%A6","permalink":"http:\/\/gmauthority.com\/blog\/2017\/08\/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard\/#comment-713082","item_id":"_comm_713082"}; if ( typeof PDRTJS_RATING !== 'undefined' ){if ( typeof PDRTJS_1138624_comm_713082 == 'undefined' ){PDRTJS_1138624_comm_713082 = new PDRTJS_RATING( PDRTJS_settings_1138624_comm_713082 );}}PDRTJS_settings_1138624_comm_713067={"id":1138624,"unique_id":"wp-comment-713067","title":"The%20Chevy%20Volt%20and%20other%20electrics%20may%20survive%20and%20usable%20after%20cleanup.%20%20Some%20of%20the%20hybrids%20such%20as%20the%20Ford%20C-Max%20and%20Fusion%2C%20may%20still%20be%20usable%2C%20too.%E2%80%A6","permalink":"http:\/\/gmauthority.com\/blog\/2017\/08\/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard\/#comment-713067","item_id":"_comm_713067"}; if ( typeof PDRTJS_RATING !== 'undefined' ){if ( typeof PDRTJS_1138624_comm_713067 == 'undefined' ){PDRTJS_1138624_comm_713067 = new PDRTJS_RATING( PDRTJS_settings_1138624_comm_713067 );}}PDRTJS_settings_1138624_comm_713081={"id":1138624,"unique_id":"wp-comment-713081","title":"mold%20and%20rust%20%20and%20contact%20corrosion%20don%26%23039%3Bt%20care%20what%20sort%20of%20fuel%20you%20use...%E2%80%A6","permalink":"http:\/\/gmauthority.com\/blog\/2017\/08\/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard\/#comment-713081","item_id":"_comm_713081"}; if ( typeof PDRTJS_RATING !== 'undefined' ){if ( typeof PDRTJS_1138624_comm_713081 == 'undefined' ){PDRTJS_1138624_comm_713081 = new PDRTJS_RATING( PDRTJS_settings_1138624_comm_713081 );}}PDRTJS_settings_1138624_comm_713231={"id":1138624,"unique_id":"wp-comment-713231","title":"Ouch.%E2%80%A6","permalink":"http:\/\/gmauthority.com\/blog\/2017\/08\/hurricane-harvey-will-send-half-a-million-cars-to-the-scrap-yard\/#comment-713231","item_id":"_comm_713231"}; if ( typeof PDRTJS_RATING !== 'undefined' ){if ( typeof PDRTJS_1138624_comm_713231 == 'undefined' ){PDRTJS_1138624_comm_713231 = new PDRTJS_RATING( PDRTJS_settings_1138624_comm_713231 );}}
//--><!]]></script><script type='text/javascript' charset='UTF-8' src='http://i0.poll.fm/js/rating/rating.js'></script><script type='text/javascript' src='http://gmauthority.com/blog/wp-content/plugins/akismet/_inc/form.js?ver=3.1.7'></script>
<link rel='stylesheet' id='stcr-plugin-style-css' href='http://gmauthority.com/blog/wp-content/plugins/subscribe-to-comments-reloaded/includes/css/stcr-plugin-style.css?ver=76bf6ada53fa5f6b0c1295a41cc80c9d' media='all' />
<script type='text/javascript' src='http://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201806'></script>
<script type='text/javascript' src='http://gmauthority.com/blog/wp-includes/js/comment-reply.min.js?ver=76bf6ada53fa5f6b0c1295a41cc80c9d'></script>
<script type='text/javascript' src='http://gmauthority.com/blog/wp-content/themes/typegrid11/js/jquery.jplayer.min.js?ver=2.1.0'></script>
<script type='text/javascript' src='http://gmauthority.com/blog/wp-content/themes/typegrid11/js/jquery.flexslider.min.js?ver=2.1'></script>
<script type='text/javascript' src='http://gmauthority.com/blog/wp-content/themes/typegrid11/js/jquery.sharrre-1.3.4.min.js?ver=1.3.4'></script>
<script type='text/javascript' src='http://gmauthority.com/blog/wp-content/themes/typegrid11/js/jquery.theme.js?ver=1.0'></script>
<script type='text/javascript' src='http://gmauthority.com/blog/wp-content/plugins/motrolix-top-menu-bar/inc/js/mtmb-top-menu-bar.js?ver=0.1.36'></script>
<script type='text/javascript' src='http://gmauthority.com/blog/wp-content/plugins/motrolix-top-menu-bar/inc/js/mtmb-search-box.js?ver=0.1.36'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var ajax_login_object = {"ajaxurl":"http:\/\/gmauthority.com\/blog\/wp-admin\/admin-ajax.php","redirecturl":"http:\/\/gmauthority.com\/blog\/account\/","loadingmessage":"Sending user info, please wait..."};
/* ]]> */
</script>
<script type='text/javascript' src='http://gmauthority.com/blog/wp-content/plugins/motrolix-top-menu-bar/inc/js/mtmb-ajax-login.js?ver=0.1.36'></script>
<script type='text/javascript' src='http://gmauthority.com/blog/wp-content/plugins/motrolix-top-menu-bar/inc/js/fastclick.js?ver=0.1.36'></script>
<script type='text/javascript' src='http://gmauthority.com/blog/wp-includes/js/wp-embed.min.js?ver=76bf6ada53fa5f6b0c1295a41cc80c9d'></script>
<script type='text/javascript' src='http://gmauthority.com/blog/wp-content/plugins/subscribe-to-comments-reloaded/includes/js/stcr-plugin.js?ver=76bf6ada53fa5f6b0c1295a41cc80c9d'></script>
<script type='text/javascript' src='http://stats.wp.com/e-201806.js' async defer></script>
<script type='text/javascript'>
	_stq = window._stq || [];
	_stq.push([ 'view', {v:'ext',j:'1:3.9.7',blog:'10786057',post:'170676',tz:'-8',srv:'gmauthority.com'} ]);
	_stq.push([ 'clickTrackerInit', '10786057', '170676' ]);
</script>
<script type="text/javascript">
			var bwpRecaptchaWidget1;
			var bwpRecaptchaCallback = function() {
				// render all collected recaptcha instances
				bwpRecaptchaWidget1 = grecaptcha.render('bwp-recaptcha-3fcdb73d36d54f2cc22d0f68e6b6e182', {
					sitekey: '6LcR3PsSAAAAAIjDuvo-YA8RORYMO8K50HXGRejT',
					theme: 'light',
					size: 'normal',
					tabindex: '0'
				});
			};
		</script>
<script src="https://www.google.com/recaptcha/api.js?onload=bwpRecaptchaCallback&#038;render=explicit" async defer></script>
</body>
</html>
</html>
</html>



