<!DOCTYPE html>
<!--[if lt IE 7]><html lang="en" class="lt-ie9 lt-ie11 lt-ie8 lt-ie7"><![endif]-->
<!--[if IE 7]><html lang="en" class="ie7 lt-ie11 lt-ie9 lt-ie8"><![endif]-->
<!--[if IE 8]><html lang="en" class="ie8 lt-ie11 lt-ie9"><![endif]-->
<!--[if IE 9]><html lang="en" class="ie9 lt-ie11"><![endif]-->
<!--[if IE 10]><html lang="en" class="ie10 lt-ie11"><![endif]-->
<!--[if gt IE 10]><!--><html class="gt-ie10" lang="en"><!--<![endif]-->
<!--[if !IE]><!--><html lang="en"><!--<![endif]-->
<head>
<!-- begin spin_special_output(head_start) -->
<script type="text/javascript" src="js/jquery-webdriver.js" wd_script_id="jquery-webdriver.js"></script>
<script type="text/javascript" src="js/webdriver.js" wd_script_id="webdriver.js"></script>
<script type="text/javascript" wd_script_id="view_printable_script">
	function view_printable() {
		var loc = window.location;
		var sep = (loc.search == "") ? "?" : "&";
		var url = loc.protocol+"//"+loc.host+loc.pathname+loc.search+sep+"printable"+loc.hash;
		window.open(url, "_blank", "");
	}
</script>
<style type="text/css" wd_script_id="newsfeed_detail_style">
		.fullscreen-button {
			border: 1px solid #d1d1d1;
			background: #e3e3e3 url(images/webdriver/view_full_screen_button_background.png) no-repeat;
			padding: 3px 3px 3px 30px;
			margin: 5px 0px 5px 0px;
			color: #727272;
			width: 220px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			cursor: pointer;
		}
	</style>
<script type="text/javascript" wd_script_id="newsfeed_detail_script">
		function format_news_body(id) {
			var news_body = document.getElementById("news_body_"+id);
			if (news_body) {
				var tables = news_body.getElementsByTagName("table");
				for (var i = 0; i < tables.length; i++) {
					var table = tables[i];
					var parent = table.parentNode;
					if (parent.offsetWidth < table.offsetWidth) {
						var div = document.createElement("DIV");
						div.style.overflowX = "auto";

						var btn = document.createElement("DIV");
						btn.className = "fullscreen-button";
						btn.onclick = view_printable;

						var txt = document.createTextNode("View News Release Full Screen");
						btn.appendChild(txt);

						div.appendChild(btn);

						parent.replaceChild(div,table);
						div.appendChild(table);
					}
				}
			}
		}
	</script>
<link href="thirdparty/font-awesome/css/font-awesome.min.css" type="text/css" rel="stylesheet" wd_script_id="font-awesome.min.css">
<style type="text/css" wd_script_id="toolbar_style">
			span.wd_page_tool {display: inline-block; margin: 0px; padding: 0px; vertical-align: middle;}
			div.wd_page_toolbar td span.wd_page_tool {margin: 2px;}
			div.wd_page_toolbar td {text-align: center;}
			span.wd_page_tool a {display: inline-block; height: 16px; margin: 0px; padding: 0px; vertical-align: middle;}
			span.wd_page_tool a span {display: inline-block; margin: 0px; padding: 0px; vertical-align: middle;}
		</style>

<!-- end spin_special_output(head_start) -->

	<meta charset="UTF-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<title>Boeing Donates $1 Million to Assist Hurricane Harvey Recovery and Relief Efforts - Aug 29, 2017</title>
	
 <meta name="keywords" content="Boeing MediaRoom" />
 <meta name="description" content="Boeing MediaRoom" />
 <meta name="twitter:card" content="summary" />
 <meta name="twitter:title" content="News Releases/Statements" />
 <meta property="og:site_name" content="MediaRoom" />
 <meta property="og:url" content="http://boeing.mediaroom.com/2017-08-29-Boeing-Donates-1-Million-to-Assist-Hurricane-Harvey-Recovery-and-Relief-Efforts" />
 <meta property="og:title" content="News Releases/Statements" />
 <meta property="og:type" content="article" />

	<meta name="viewport" content="width=1024, user-scalable=yes">
	<meta name="reporting_20295" content="NEWS RELEASES/STATEMENTS  Boeing Donates $1 Million to Assist Hurricane Harvey Recovery and Relief Efforts - Aug 29, 2017">	<link rel="icon" type="image/x-icon" href="images/favicon.ico" />
	<link rel="stylesheet" href="css/boeing.min.css" media="screen" />
	<link rel="stylesheet" href="css/wdcontent.css" media="screen" />
	<link rel="stylesheet" href="css/wd_overrides.css" media="screen" />
	<link href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css" rel="stylesheet" type="text/css" />
	<script type="text/javascript" src="http://www.boeing.com/assets/vendor/moment/moment.js"></script>
	<script src="js/boeing.js"></script>

	<!--[if lt IE 9]>
	<script src="js/html5shiv.js" type="text/javascript"></script>
	<script src="js/respond.min.js"></script>
	<![endif]-->
	
										<script type="text/javascript" src="js/eluminate.js"></script>
		<script type="text/javascript">
			cmSetupOther({"cm_UseCookie":false});
			cmSetClientID("51680000|Boeing.comEXTERNAL",true,"data.coremetrics.com","mediaroom.com");
		</script>
		<script>
			$(document).ready(function() {

				$('.wd_standard .category_header').each(function() {
					var category_text = $(this).text().toLowerCase().replace(/[^\w\s]/gi, '').replace(/\s+/g,'-');
					$(this).attr('id', category_text);
				});
				if ($('.sticky-nav')) {
					$('.sticky-nav-placeholder').hide();
					$('.sticky-nav #home-nav li:first a').addClass('active');
					var stickyNavTop = $('.sticky-nav').offset().top;

					var stickyNav = function(){
					var scrollTop = $(window).scrollTop();

					if (scrollTop > stickyNavTop) {
						$('.sticky-nav-placeholder').show();
						$('.sticky-nav').addClass('active');
					} else {
						$('.sticky-nav-placeholder').hide();
						$('.sticky-nav').removeClass('active');
					}
					};

					stickyNav();

					$(window).scroll(function() {
						stickyNav();
					});
				}
			});
		</script>
			</head>
	<body class="wd_pageid_20295 ">
		<script type="text/javascript">
			(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
			new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
			j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
			'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
			})(window,document,'script','dataLayer','GTM-T6NQQT');
		</script>

		<div id="site">
			<header class="main">
				<div class="wrap header">
					<nav class="top">
						<ul>
							<li> <a href="http://boeing.mediaroom.com/" target="_self">News</a> </li>
							<li> <a href="http://investors.boeing.com/" target="_self">Investors</a> </li>
							<li> <a href="http://www.boeing.com/employee-and-retiree.page" target="_self">Employee/Retiree</a> </li>
							<li> <a href="http://www.boeingstore.com/" target="_self">Merchandise</a> </li>
							<li> <a href="http://www.boeingsuppliers.com/" target="_self">Suppliers</a> </li>
							<li> <a href="http://www.boeing.com/features/index.page" target="_self">Features &amp; Multimedia</a> </li>
						</ul>
					</nav>
					<form action="http://search-www.boeing.com/search" method="get" name="gsearch" class="search">
						<div class="input-search input-wrap"> <span class="icon magnify"></span>
							<input tycpe="text" class="input-text" placeholder="search" name="q" />
							<input type="hidden" name="site" value="www_boeing" />
							<input type="hidden" name="client" value="www_boeing" />
							<input type="hidden" name="proxystylesheet" value="www_boeing" />
							<input type="hidden" name="output" value="xml_no_dtd" />
						</div>
					</form>
					<h1 id="logo"> <a href="http://www.boeing.com/">Boeing</a> </h1>
					<nav class="main">
						<ul>
							<li> <a href="http://www.boeing.com/commercial/index.page">Commercial</a> </li>
							<li> <a href="http://www.boeing.com/defense/index.page">Defense</a> </li>
							<li> <a href="http://www.boeing.com/space/index.page">Space</a> </li>
							<li> <a href="http://www.boeing.com/services/index.page">Services</a> </li>
							<li> <a href="http://www.boeing.com/innovation/index.page">Innovation</a> </li>
							<li> <a href="http://www.boeing.com/history/">Our History</a> </li>
							<li> <a href="http://www.boeing.com/global/index.page">Global</a> </li>
							<li> <a href="http://www.boeing.com/principles/index.page">Our Principles</a> </li>
							<li> <a href="http://www.boeing.com/careers/index.page">Careers</a> </li>
							<li> <a href="http://www.boeing.com/company/index.page">Our Company</a> </li>
						</ul>
					</nav>
					<div class="clear both"></div>
				</div>
			</header>
			<div class="row">
				<div class="col col-xs-12 full-width">
										<div class="slider-full-width">
						<article class="slider-item slider-full-width-small first no-js" style="height: auto">
														<img src="images/boeing_newsroom_deeper_hero5.jpg" alt="" />
													</article>
					</div>
									</div>
			</div>
			<div class="row">
								<div class="breadcrumbs-light">
					<ul>
						<li><a href="http://www.boeing.com/">Boeing</a></li>
<li><a href="index.php">Media</a></li> 
<li><a href="http://boeing.mediaroom.com/news-releases-statements" target="_self" class="breadcrumb">News Releases/Statements</a></li>
					</ul>
				</div>
				
			</div>
						<section class="block fade-bottom copy-styles">

				<div class="wrap">

					<div class="row row-padding-top-20">
						<div class="col col-xs-12">
							<h1 class="heading-lg"></h1>
						</div>
					</div>

					<div class="row">
												<div class="col col-xs-8 end">
							<div class="row">

																		<div class="user_registration_links">
																				</div>
									<div id="wd_printable_content">
<div class="wd_newsfeed_releases-detail">
<div class="wd_news_releases-detail"><!-- deprecated class; please do not use -->
<h1 class="detail_header">Boeing Donates $1 Million to Assist Hurricane Harvey Recovery and Relief Efforts</h1>
<div class="detail_subheader">Contributions directed across Texas through the American Red Cross</div>
<style type="text/css">


/* Style Definitions */
span.prnews_span
{
font-size:8pt;
font-family:"Arial";
color:black;
}
a.prnews_a
{
color:blue;
}
li.prnews_li
{
font-size:8pt;
font-family:"Arial";
color:black;
}
p.prnews_p
{
font-size:0.62em;
font-family:"Arial";
color:black;
margin:0in;
}

</style>

		<style type="text/css">
			span.prnews_span{
				font-size:inherit;
				font-family:inherit;
			}
			li.prnews_li{
				font-size: inherit;
				font-family: inherit;           
			}
			p.prnews_p{
				font-size: inherit;
				font-family: inherit;           
			}
		</style>
	
	<style type="text/css">
		div.news_body img {
			margin: 0 0 20px 20px;
			float:right;
			max-width: 250px;
			max-height: 250px;
			width: auto !important;
			height: auto !important;
		}
	</style>
<div id="news_body_130005" class="news_body">
<p><span class="xn-location">CHICAGO</span>, <span class="xn-chron">Aug. 29, 2017</span> /<a href="http://www.prnewswire.com/" target="_blank">PRNewswire</a>/ -- The Boeing Company [NYSE: BA] is committing <span class="xn-money">$1 million</span> from the Boeing Charitable Trust to assist with disaster relief across <span class="xn-location">Texas</span> in the aftermath of Hurricane Harvey, the company announced today. The contributions will be directed through the American Red Cross for Hurricane Harvey relief efforts.</p>

<p>&quot;Our thoughts are with all our neighbors and teammates throughout <span class="xn-location">Texas</span> who are dealing with the unprecedented impact from Hurricane Harvey,&quot; said <span class="xn-person">Dennis Muilenburg</span>, Boeing chairman, president and CEO. &quot;The American Red Cross is the most effective organization to put this contribution to work as it quickly brings recovery and relief efforts to those residents hardest hit by this devastating storm.&quot;</p>

<p>In addition to corporate charitable and in-kind investments, Boeing employees give to their local communities by participating in volunteer programs, gift matching programs and the Employees Community Fund of Boeing. Consistent with Boeing employee gift match programs, the company will match qualifying employee contributions made to American Red Cross for Hurricane Harvey relief.</p>

<p>&quot;The Red Cross is working around the clock in extremely challenging conditions in <span class="xn-location">Texas</span> to help people impacted by Hurricane Harvey,&quot; said <span class="xn-person">Gail McGovern</span>, president and CEO of the American Red Cross. &quot;We couldn't do it without the generosity of our amazing donors like Boeing. With their support, the Red Cross can be there when disaster strikes to respond with shelter, food and the necessary supplies to ensure people are cared for, and to help during the recovery process. We're extremely grateful for their support.&quot;</p>

<p>Disaster relief efforts in the region align with Boeing's ongoing commitment to the communities where the company has a presence. Boeing employs close to 4,000 people in <span class="xn-location">Texas</span> and supports an estimated 39,000 direct and indirect jobs in the state. Boeing is active and engaged in <span class="xn-location">Texas</span> communities, contributing more than <span class="xn-money">$3.2 million</span> in charitable contributions in 2016.</p>

<p><b>About The Boeing Company:</b><br/><span class="xn-location">Chicago</span>-based Boeing is the world's largest aerospace company and leading manufacturer of commercial jetliners and defense, space and security systems. A top U.S. exporter, the company supports airlines and U.S. and allied government customers in 150 countries.</p>

<p>Contact:  </p>

<p><span class="xn-person">Jason Capeheart</span> <br/>Boeing Global Engagement<br/>+1 312-544-2568<br/><a target="_blank" href="mailto:Jason.s.capeheart@boeing.com" rel="nofollow">Jason.s.capeheart@boeing.com</a></p>

<p>Follow us on Twitter: @Boeing</p>

<p> </p>


<p>SOURCE  Boeing</p></div><!-- ITEMDATE: 2017-08-29 11:00:00 EDT -->
</div>

</div>
</div><div class="wd_page_toolbar"><span class="wd_page_tool"><a onclick="window.location.href = 'mailto:?subject=Boeing%20Donates%20%241%20Million%20to%20Assist%20Hurricane%20Harvey%20Recovery%20and%20Relief%20Efforts%20-%20Aug%2029%2C%202017&body='+encodeURIComponent(window.location.href);return false;" href="#email"><img src="images/webdriver/toolbar/email.gif" border="0" alt="email" title="email"></a>&nbsp;<a onclick="window.location.href = 'mailto:?subject=Boeing%20Donates%20%241%20Million%20to%20Assist%20Hurricane%20Harvey%20Recovery%20and%20Relief%20Efforts%20-%20Aug%2029%2C%202017&body='+encodeURIComponent(window.location.href);return false;" href="#email">Email Page</a></span>
&nbsp;&nbsp;<span class="wd_page_tool"><a onclick="view_printable(); return false;" rel="nofollow" href="#print"><img src="images/webdriver/toolbar/print.gif" border="0" alt="print" title="print"></a>&nbsp;<a onclick="view_printable(); return false;" rel="nofollow" href="#print">Print</a></span>
&nbsp;&nbsp;<span class="wd_page_tool"><a href="http://boeing.mediaroom.com/rss-feeds?rsspage=20295"><img src="images/webdriver/toolbar/rss.gif" border="0" alt="rss" title="rss"></a></span>
&nbsp;&nbsp;<span class="wd_page_tool"><a href="http://boeing.mediaroom.com/2017-08-29-Boeing-Donates-1-Million-to-Assist-Hurricane-Harvey-Recovery-and-Relief-Efforts?asPDF=1"><img src="images/webdriver/toolbar/pdf.gif" border="0" alt="pdf" title="pdf"></a>&nbsp;<a href="http://boeing.mediaroom.com/2017-08-29-Boeing-Donates-1-Million-to-Assist-Hurricane-Harvey-Recovery-and-Relief-Efforts?asPDF=1">PDF</a></span>
</div>
							</div>
						</div>

					</div>

				</div>

			</section>
									<footer class="tall">
				<a class="" id="back-to-top" href="#top"><span class="text">Back to Top</span><span class="btn"><span class="icon arrow-up-small-white"></span></span></a>
				<div class="wrap">
					<div class="row">
						<div class="col col-xs-2 col-xs-offset-1">
							<ul class="utility list-with-title">
								<li><h3>Utilities</h3></li>
								<li> <a href="http://boeing.mediaroom.com/" target="_self">News</a> </li>
								<li> <a href="http://investors.boeing.com/" target="_self">Investors</a> </li>
								<li> <a href="http://www.boeing.com/employee-and-retiree.page" target="_self">Employee/Retiree</a> </li>
								<li> <a href="http://www.boeingstore.com/" target="_self">Merchandise</a> </li>
								<li> <a href="http://www.boeingsuppliers.com/" target="_self">Suppliers</a> </li>
								<li> <a href="http://www.boeing.com/features/index.page" target="_self">Features &amp; Multimedia</a> </li>
							</ul>
						</div>
						<div class="col col-xs-2">
							<ul class="categories list-with-title">
								<li><h3>Categories</h3></li>
								<li> <a href="http://www.boeing.com/commercial/index.page" target="_self">Commercial</a> </li>
								<li> <a href="http://www.boeing.com/defense/index.page" target="_self">Defense</a> </li>
								<li> <a href="http://www.boeing.com/space/index.page" target="_self">Space</a> </li>
								<li> <a href="http://www.boeing.com/services/index.page" target="_self">Services</a> </li>
								<li> <a href="http://www.boeing.com/innovation/index.page" target="_self">Innovation</a> </li>
								<li> <a href="http://www.boeing.com/history/" target="_self">Our History</a> </li>
								<li> <a href="http://www.boeing.com/global/index.page" target="_self">Global</a> </li>
								<li> <a href="http://www.boeing.com/principles/index.page" target="_self">Our Principles</a> </li>
								<li> <a href="http://www.boeing.com/careers/index.page" target="_self">Careers</a> </li>
								<li> <a href="http://www.boeing.com/company/index.page" target="_self">Our Company</a> </li>
							</ul>
						</div>
						<div class="col col-xs-2">
							<ul class="additional list-with-title">
								<li><h3>Popular Links</h3></li>
								<li> <a href="http://www.boeing.com/commercial/index.page#/orders-deliveries" target="_self">Orders &amp; Deliveries</a> </li>
								<li> <a href="http://www.boeing.com/frontiers/" target="_blank">Frontiers Magazine</a> </li>
								<li> <a href="http://www.boeing.com/company/tours/index.page" target="_self">Tours</a> </li>
								<li> <a href="http://www.boeing.com/principles/ethics-and-compliance.page#/speaking-up" target="_self">Ethics Line</a> </li>
								<li> <a href="http://www.boeing.com/company/key-orgs/licensing/index.page" target="_blank">Licensing</a> </li>
								<li> <a href="https://investmentrecovery.boeing.com/Default.aspx" target="_blank">Investment Recovery</a> </li>
								<li> <a href="http://www.boeing.com/faqs-and-requests.page" target="_self">Frequently Requested</a> </li>
								<li> <a href="http://www.boeing.com/contact-us.page" target="_self">Contact Us</a> </li>
							</ul>
						</div>
						<div class="col col-xs-2">
							<ul class="social list-with-title list-with-bg list-with-icons">
								<li><h3>Follow Boeing</h3></li>
								<li> <a href="http://www.instagram.com/boeing" target="_blank"><span class="icon instagram-small"></span><span class="label">Instagram</span></a> </li>
								<li> <a href="https://www.facebook.com/boeing" target="_blank"><span class="icon facebook-small"></span><span class="label">Facebook</span></a> </li>
								<li> <a href="http://www.twitter.com/Boeing" target="_blank"><span class="icon twitter-small"></span><span class="label">Twitter</span></a> </li>
								<li> <a href="http://www.youtube.com/user/Boeing" target="_blank"><span class="icon youtube-small"></span><span class="label">Youtube</span></a> </li>
								<li> <a href="https://www.linkedin.com/company/boeing" target="_blank"><span class="icon linkedin-small"></span><span class="label">LinkedIn</span></a> </li>
								<li> <a href="http://boeing.mediaroom.com/social-media-center" target="_blank"><span class="label">All Social Channels</span></a> </li>
							</ul>
						</div>
						<div class="col col-xs-3 end">
							<div class="row">
								<ul class="updates list-with-title">
									<li><h3>Updates</h3></li>
									<li> <a target="_blank" href="http://pages.info.boeing-message.com/signup/"><span class="label">Sign Up</span></a> </li>
								</ul>
							</div>
							<div class="row">
								<div class="stock-quote">
									<h3>Stock Price</h3>
																<p class="stock-quote-name">
									<span class="stock-quote-symbol">BA</span> (NYSE)
								</p>
								<span class="stock-quote-img"></span>
								<p class="stock-quote-price">
									<span class="open" id="stockprice"></span>
									<span class="stock-quote-change">
										<span class="change" id="stockchange"></span>
										<span id="stockper" class="pchange"></span>
									</span>
								</p>
								<p class="stock-quote-dt" id="stockdate"></p>
								</div>
							</div>
						</div>
					</div>
				</div>
			</footer>
			<div class="sticky-push"></div>
		</div>
		<footer class="main">
			<div class="contain">
				<p class="terms"> <a href="http://www.boeing.com/site-terms.page" target="_self">Site Terms</a> | <a href="http://www.boeing.com/privacy-and-cookie-policy.page" target="_self">Privacy &amp; Cookie Policy</a> | <a href="http://www.boeing.com/privacy-and-cookie-policy.page/#IBA" target="_self">Ad Choices</a> </p>
				<p>Copyright © 1995 - <script type="text/javascript">

var d = new Date()

document.write(d.getFullYear())

</script> Boeing. All Rights Reserved.</p>
			</div>
		</footer>
		<!-- spin_tooltip_close() no longer needed -->
		
			<script type="text/javascript">
			cmCreatePageviewTag(null,"www_Mediaroom");
			</script><!-- SiteCatalyst code version: H.24.3.
Copyright 1996-2012 Adobe, Inc. All Rights Reserved
More info available at http://www.omniture.com -->
<script language="JavaScript" type="text/javascript" src="sitecatalyst/s_code.js"></script>
<script language="JavaScript" type="text/javascript"><!--
/* You may give each page an identifying name, server, and channel on
the next lines. */
s.pageName="Boeing Donates $1 Million to Assist Hurricane Harvey Recovery and Relief Efforts - Aug 29, 2017"
s.server=""
s.channel="News Releases/Statements"
s.pageType=""
s.prop1=""
s.prop2=""
s.prop3=""
s.prop4=""
s.prop5=""
/* Conversion Variables */
s.campaign=""
s.state=""
s.zip=""
s.events=""
s.products=""
s.purchaseID=""
s.eVar1=""
s.eVar2=""
s.eVar3=""
s.eVar4=""
s.eVar5=""
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)//--></script>
<script language="JavaScript" type="text/javascript"><!--
if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
//--></script><noscript><img src="http://prnewswire.122.2o7.net/b/ss/boeing.mediaroom.com/1/H.24.3--NS/0"
height="1" width="1" border="0" alt="" /></noscript><!--/DO NOT REMOVE/-->
<!-- End SiteCatalyst code version: H.24.3. -->

		<script>webDriver.jQuery(".news_body p:first a:contains('PRNewswire')").replaceWith("PRNewswire");</script>
				<!-- Google Tag Manager -->
		<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-5XD4NN"
		height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
		<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
		new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
		j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
		'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
		})(window,document,'script','dataLayer','GTM-5XD4NN');</script>
		<!-- End Google Tag Manager -->
	
<!-- begin spin_special_output(body_end) -->
<script wd_script_id="piwik_tracking_code"></script>
<!-- Piwik Tracking Code -->
<script type="text/javascript">
  var _paq = _paq || [];

  _paq.push(["setCustomVariable", 4, "News Release Feed ID", "201708291100PR_NEWS_USPR_____CG75545", "page"]);

  _paq.push(["setCustomVariable", 1, "Content Type", "News Releases Feed", "page"]);

  _paq.push(["setCustomVariable", 3, "Navigation Page", "News Releases\/Statements", "page"]);

  _paq.push(["trackPageView"]);
  _paq.push(["enableLinkTracking"]);
  (function() {
    var u="//stats.drivetheweb.com/";
    _paq.push(["setTrackerUrl", u+"piwik.php"]);
    _paq.push(["setSiteId", 1670]);
    var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0];
    g.type="text/javascript"; g.async=true; g.defer=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
  })();
</script>
<noscript>
	<img src="http://stats.drivetheweb.com/piwik.php?idsite=1670&rec=1" style="border:0" alt="" />
</noscript>
<!-- End Piwik Tracking Code -->
		<script type="text/javascript">format_news_body(130005);</script>

<!-- end spin_special_output(body_end) -->
</body>
</html>
