









<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	
		<title>GM - Technology - Fuel Efficient Car - Fuel Economy Car - Fuel Cell Car</title>
	
		<meta name="KEYWORDS" content="fuel efficient car, fuel cell car, fuel economy car"/>
		<meta name="DESCRIPTION" content="GM is reinventing the wheel, so to speak, with the fuel efficient car. General Motors has established hydrogen fuel cell car research and development facilities both in the U.S. and Europe. Learn more about the fuel economy car and the research now."/>
	
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<style type="text/css">
			@import url('/css/gContentContainer.css');
			@import url('/css/gSite.css');
			@import url('/css/gTopnav.css');
			@import url('/css/gFooter.css');
			@import url('/css/cMainnav.css');
			@import url('/css/cLeftnav.css');
			@import url('/css/cMasthead.css');
			@import url('/css/cRightCallouts.css');
					@import url('/css/cTemplates.css');
		@import url('/corporate/responsibility/msl_css/responsibility.css');
		@import url('/vehicles/innovation/fuel-cells/css/pFuelCells.css');

	</style>

	<!--[if lt IE 7]>
		<link rel="stylesheet" type="text/css" href="/css/gTopnav_ie.css" />
		<link rel="stylesheet" type="text/css" href="/css/cLeftNav_ie.css" />
		
	
	<![endif]-->
	
	<script type="text/javascript">
		var useFlash = true;
		var deep = "";
		try {
		  document.execCommand("BackgroundImageCache", false, true);
		} catch(err) {}
		
		
		
		
		
	</script>
	<script type="text/javascript" src="/js/jquery-1.4.2.min.js"></script>
	<script type="text/javascript" src="/js/gSite.js"></script>
	<script type="text/javascript" src="/js/lib_sifr.js"></script>
	<script type="text/javascript" src="/js/gworldwidedata.js"></script>
	<script type="text/javascript" src="/js/mootools.js"></script>
	<script type="text/javascript" src="/js/gPopulateMenu.js"></script>
	<script type="text/javascript" src="/js/gScroll.js"></script>
	<script type="text/javascript" src="/js/iperceptionsurvey.js"></script>
	<script type="text/javascript">
		jQuery(document).ready(function (){
			iPreceptionSurvey( "/vehicles/innovation/fuel-cells/index.jsp" );
		});
	</script>
	
	<script src="/js/jquery.scrollTo-min.js"></script>
	<script src="/js/jquery.mousewheel.min.js"></script>
		<script type="text/javascript" src="/corporate/responsibility/ui/js/mm03.js"></script>
	<script type="text/javascript" src="/corporate/responsibility/ui/js/03pop.js"></script>

</head>
<body class="">

	<div id="gTopnav">
		



<script type="text/javascript">

	function build( loc, val, id ){
		loc.append( '<li><a id=' + id + ' href="javascript:void(0);" >' + val + '</a></li>' );
	}

	function build_target( loc, val, url, onclick ){
		var target = '_blank';
		if( url.search( /gm\.com\/?[^.]?/ ) != -1 ){
			target = '_top';
		}
		loc.append( '<li><a href="' + url + '"  target="' + target + '" onclick="' + onclick + '" >' + val + '</a></li>' );
	}

	
	function buildContinent( loc ){
		loc = jQuery( loc );
		loc.append( "<div class=title>GM Worldwide</div>" );
		loc.append( "<ul id='1' class='white'></ul>" );
		loc2 = loc.children( '.white' );
		for (var continent in worldwide){
			//This is required because the data is diffrent for this node
			if( continent == "america") {
				for(var americaPart in worldwide[continent]){
					if(americaPart!="name"){
						build( loc2, worldwide[continent][americaPart].name.value, americaPart );
						jQuery( '#' + americaPart ).click( function(){
							buildFromNeedle( this.id, loc, this );
						});
					}
				}
			} else {
				build( loc2, worldwide[continent].name.value, continent );
				jQuery( '#' + continent ).click( function(){
					buildFromNeedle( this.id, loc, this );
				});
			}
		}
	}
	function buildFromNeedle( needle, loc, clicked ){
		loc = jQuery( loc );
		while( jQuery( clicked ).parent().parent().next().length > 0 ){
			jQuery( clicked ).parent().parent().next().remove();
		}
		jQuery( clicked ).parent().parent().children().each( function(){
			jQuery( this ).children().css({ color: 'white' });
		});
		jQuery( clicked ).css({ color: '#00b1e9' });
		loc.append( "<ul class='white' id='" + ( loc.children().length + 1 ) + "'></ul>" );
		loc2 = loc.children( '#'+ ( loc.children().length ) + '.white' );
		for( var hay_lvl1 in worldwide ){
			if( hay_lvl1 == needle ){
				for( var hay_lvl2 in worldwide[hay_lvl1] ){
					if( hay_lvl2 != "name" ){
						build( loc2, worldwide[hay_lvl1][hay_lvl2].name.value, hay_lvl2 );
						jQuery( '#' + hay_lvl2 ).click( function(){
							buildFromNeedle( this.id, loc, this );
						});
					}
				}
				return;
			} else {
				for( var hay_lvl2 in worldwide[hay_lvl1] ){
					if( hay_lvl2 == needle ){
						for( var hay_lvl3 in worldwide[hay_lvl1][hay_lvl2] ){
							if( hay_lvl3 != "name" && hay_lvl3 != "sites" ){
								build( loc2, worldwide[hay_lvl1][hay_lvl2][hay_lvl3].name.value, hay_lvl3 );
								jQuery( '#' + hay_lvl3 ).click( function(){
									buildFromNeedle( this.id, loc, this );
								});
							} else if( hay_lvl3 == "sites" ){
								for( var hay_lvl4 in worldwide[hay_lvl1][hay_lvl2][hay_lvl3] ){
									if( typeof( worldwide[hay_lvl1][hay_lvl2][hay_lvl3][hay_lvl4] ) == "object" ){
										if( worldwide[hay_lvl1][hay_lvl2][hay_lvl3][hay_lvl4].display ){
											build_target( 
												loc2, 
												worldwide[hay_lvl1][hay_lvl2][hay_lvl3][hay_lvl4].display,
												worldwide[hay_lvl1][hay_lvl2][hay_lvl3][hay_lvl4].url,
												"clickTrack({ pe: 'lnk_e', pev1: '" + worldwide[hay_lvl1][hay_lvl2][hay_lvl3][hay_lvl4].url + "', pev2: 'HOMEPAGE | TNAV | GM WORLDWIDE', s_linkName: 'HOMEPAGE | TNAV | GM WORLDWIDE | " + needle.toUpperCase() + "', s_prop5:'HOMEPAGE | TNAV | GM WORLDWIDE | " + needle.toUpperCase() + "'},'true');" 
											)
										}
									}
								}
							}
						}
						return;
					} else {
						for( var hay_lvl3 in worldwide[hay_lvl1][hay_lvl2] ){
							if( hay_lvl3 == needle ){
								for( var hay_lvl4 in worldwide[hay_lvl1][hay_lvl2][hay_lvl3] ){
									if( hay_lvl4 == "sites" ){
										for( var hay_lvl5 in worldwide[hay_lvl1][hay_lvl2][hay_lvl3][hay_lvl4] ){
											if( typeof( worldwide[hay_lvl1][hay_lvl2][hay_lvl3][hay_lvl4][hay_lvl5] ) == "object" ){
												if( worldwide[hay_lvl1][hay_lvl2][hay_lvl3][hay_lvl4][hay_lvl5].display ){
													build_target( 
														loc2, 
														worldwide[hay_lvl1][hay_lvl2][hay_lvl3][hay_lvl4][hay_lvl5].display,
														worldwide[hay_lvl1][hay_lvl2][hay_lvl3][hay_lvl4][hay_lvl5].url,
														"clickTrack({ pe: 'lnk_e', pev1: '" + worldwide[hay_lvl1][hay_lvl2][hay_lvl3][hay_lvl4][hay_lvl5].url + "', pev2: 'HOMEPAGE | TNAV | GM WORLDWIDE', s_linkName: 'HOMEPAGE | TNAV | GM WORLDWIDE | " + needle.toUpperCase() + "', s_prop5:'HOMEPAGE | TNAV | GM WORLDWIDE | " + needle.toUpperCase() + "'},'true');" 
														//"clickTrack({s_linkName:'HOMEPAGE | TNAV | GM WORLDWIDE | " + needle.toUpperCase() + " | " + worldwide[hay_lvl1][hay_lvl2][hay_lvl3][hay_lvl4][hay_lvl5].display.toUpperCase() + "', s_prop1:'GENERAL', s_prop2:'HOMEPAGE', s_prop3:'GENERAL | HOMEPAGE', s_prop5:'HOMEPAGE | TNAV | GM WORLDWIDE | " + needle.toUpperCase() + " | " + worldwide[hay_lvl1][hay_lvl2][hay_lvl3][hay_lvl4][hay_lvl5].display.toUpperCase() + "'},'true');" 
													)
												}
											}
										}
									}
								}
								return;
							}
						}
					}
				}
			}
		}
	}

	function blackFillResize( timeout ){
		var width = 0,
			blackFillWidth = jQuery( 'div#blackFill' ).width(),
			windowWidth = jQuery( window ).width();
		jQuery( 'a#gGMLogo, div#gNewsConversations, div#gVehiclesInnovations, div#gCompanyInvestors, div#gNavs form, div#gAllGMSites' ).each( function(){
			width = width + jQuery( this ).outerWidth( true );
		});
		//in ie7 the header is fix width this put the black fill to the right
		if( jQuery( '#gTopnav' ).outerWidth() - jQuery( '#gNavs' ).outerWidth() > 0 ){
			jQuery( 'div#gNavs' ).before( jQuery( 'div#blackFill' ));
		}

		if( windowWidth - width > 0 && blackFillWidth != windowWidth - width ){
			jQuery( 'div#blackFill' ).show().css({ width: windowWidth - width + 'px' });
		} else if( windowWidth - width <= 0 ) {
			jQuery( 'div#blackFill' ).hide();
		}
		if( timeout ){
			setTimeout( 'blackFillResize( true )', 100 );
		}
	}
	
	jQuery( document ).ready( function(){
		//blackFillResize();
		setTimeout( 'blackFillResize( true )', 100 );

		jQuery( window ).resize( function() {
			blackFillResize();
		});

		jQuery( "form#search input" ).focus( function(){
			jQuery( this ).attr( 'value', "" );
			jQuery( this ).unbind( 'focus' );
		});
		jQuery( '#gTopnav > .clearfix' ).children( 'div.withDropDown' ).each( function(){
			jQuery( this ).children( '.dropDown' ).css({ height: 0 });
			jQuery( this ).hover( 
				function() {
					var count = jQuery( this ).children( '.dropDown' ).children().size(),
						height = count * 24 + 10,
						speed = count * 50;
					jQuery( this ).children( '.dropDown' ).clearQueue();
					jQuery( this ).children( '.dropDown' ).stop();
					jQuery( this ).children( '.dropDown' ).show().animate({ height: height }, speed );
				},
				function() {
					var count = jQuery( this ).children( '.dropDown' ).children().size(),
						height = count * 24,
						speed = count * 50;
					jQuery( this ).children( '.dropDown' ).clearQueue();
					jQuery( this ).children( '.dropDown' ).stop();
					jQuery( this ).children( '.dropDown' ).animate({ height: 0 }, speed, function(){ jQuery( this ).hide() });
				}
			);
		});

		jQuery( '#gAllGMSites .topNavSpacer' ).click( function(){
			if( jQuery( '#offClick' ).length ){
				jQuery( '#offClick' ).trigger( 'click' );
			} else {
				buildContinent( jQuery( '#gGMWorldwide' ));
				jQuery( '#gAllGMSites' ).addClass( 'active' );
				jQuery( '#gAllGMSitesCont' ).toggle();
				jQuery( '#gTopnav' ).after( '<div id=offClick>&nbsp;</div>' );
				jQuery( '#offClick' ).css({ height: '100%' }).click( function(){ 
					jQuery( '#gAllGMSites' ).removeClass( 'active' );
					jQuery( '#gAllGMSitesCont' ).hide();
					jQuery( 'div#gGMWorldwide div.title' ).remove();
					jQuery( '.white' ).remove();
					jQuery( '#offClick' ).remove();
				});
			}
		});
		jQuery( '#gAllGMSitesClose' ).click( function(){
			jQuery( '#offClick' ).trigger( 'click' );
		});
	});
</script>
<div id="gNavs" class="clearfix" >
	<a id="gGMLogo" href="/" target="_top"><span>GM Homepage</span></a>
	<div id=gNewsConversations class=withDropDown >
		<span>News &amp; Conversations</span>
		<div class=topNavSpacer>&nbsp;</div>
		<div class=dropDown>
			<div><a href="http://www.gmheadlines.com/?brandId=gm&src=gm_com&evar24=gm_com_homepage_rolloverimage_OurC"                      onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | NEWS & CONVERSATION | OUR COMMUNITY', s_prop5:'HOMEPAGE | NON-FLASH | NEWS & CONVERSATION | OUR COMMUNITY'},'true');">Our Community</a></div>

			<div><a href="http://www.buickachievers.com"                                                                    target="_blank" onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | NEWS & CONVERSATION | BUICK ACHIEVERS', s_prop1:'GENERAL',s_prop2:'HOMEPAGE',s_prop3:'GENERAL | HOMEPAGE',s_prop5:'HOMEPAGE | NON-FLASH | NEWS & CONVERSATION | BUICK ACHIEVERS'},'true');">Buick Achievers Scholarship</a></div>

			<div><a href="http://www.gmheadlines.com/past-updates?brandId=gm&amp;src=gm_com&amp;evar24=gm_com_homepage_rolloverimage_ProgR" onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | NEWS & CONVERSATION | PROGRESS REPORTS', s_prop5:'HOMEPAGE | NON-FLASH | NEWS &amp; CONVERSATION | PROGRESS REPORTS'},'true');" >Updates</a></div>
			<div><a href="http://www.gmheadlines.com/conversations-chats?brandId=gm&src=gm_com&evar24=gm_com_homepage_rolloverimage_Conv"   onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | NEWS & CONVERSATION | CONVERSATIONS', s_prop5:'HOMEPAGE | NON-FLASH | NEWS & CONVERSATION | CONVERSATIONS'},'true');">Conversations</a></div>
			<div><a href="http://www.gmheadlines.com/videos?brandId=gm&src=gm_com&evar24=gm_com_homepage_rolloverimage_Vid"                 onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | NEWS & CONVERSATION | VIDEOS', s_prop5:'HOMEPAGE | NON-FLASH | NEWS & CONVERSATION | VIDEOS'},'true');">Videos</a></div>
		</div>
	</div>
	<div id=gVehiclesInnovations class="withDropDown active" >
		<span>Vehicles &amp; Innovations</span>
		<div class=topNavSpacer>&nbsp;</div>
		<div class=dropDown>
			<div><a href="/vehicles/?evar10=homepage_vehicles_link"                              onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | GM VEHICLES | GM VEHICLES HOME', s_prop5:'HOMEPAGE | NON-FLASH | GM VEHICLES | GM VEHICLES HOME'},'true');">Vehicles Home</a></div>
			<div><a href="/vehicles/currentoffers/?evar10=gm_com_HPVehicleRollover_CO"           onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | GM VEHICLES | CURRENT OFFERS', s_prop5:'HOMEPAGE | NON-FLASH | GM VEHICLES | CURRENT OFFERS', s_prop25:'GM'},'true');">Current Offers</a></div>
			<div><a href="/vehicles/dealer/"                                                     onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | GM VEHICLES | DEALER LOCATOR', s_prop5:'HOMEPAGE | NON-FLASH | GM VEHICLES | DEALER LOCATOR'},'true');">Dealer Locator</a></div>
			<div><a href="/vehicles/innovation/?evar10=gm_com_HPVehicleRollover_InnoT"           onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | GM VEHICLES | INNOVATION & TECHNOLOGY', s_prop5:'HOMEPAGE | NON-FLASH | GM VEHICLES | INNOVATION & TECHNOLOGY'},'true');">Innovation &amp; Technology</a></div>
			<!-- div><a href="/vehicles/hybrids-and-electric/?evar10=gm_com_HPVehicleRollover_HybEV" onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | GM VEHICLES | HYBRIDS & ELECTRIC VEHICLES', s_prop5:'HOMEPAGE | NON-FLASH | GM VEHICLES | HYBRIDS & ELECTRIC VEHICLES'},'true');">Hybrids &amp; Electric Vehicles</a></div -->
			<div><a href="/vehicles/warranty/"                                                   onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | GM VEHICLES | WARRANTY', s_prop5:'HOMEPAGE | NON-FLASH | GM VEHICLES | WARRANTY'},'true');">Warranty</a></div>
			<div><a href="/vehicles/quality-safety/?evar10=gm_com_HPVehicleRollover_QualS"       onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | GM VEHICLES | QUALITY & SAFETY', s_prop5:'HOMEPAGE | NON-FLASH | GM VEHICLES | QUALITY & SAFETY'},'true');">Quality &amp; Safety</a></div>
			<div><a href="/vehicles/services/"                                                   onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | GM VEHICLES | SERVICES', s_prop5:'HOMEPAGE | NON-FLASH | GM VEHICLES | SERVICES'},'true');">Services</a></div>
			<div><a href="/vehicles/parts/"                                                      onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | GM VEHICLES | PARTS & ACCESSORIES', s_prop5:'HOMEPAGE | NON-FLASH | GM VEHICLES | PARTS & ACCESSORIES'},'true');">Parts &amp; Accessories</a></div>
			<div><a href="http://www.gmcertified.com"                            target="_blank" onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | GM VEHICLES | CERTIFIED USED VEHICLES', s_prop5:'HOMEPAGE | NON-FLASH | GM VEHICLES | CERTIFIED USED VEHICLES'},'true');">Certified Used Vehicles</a></div>
			<div><a href="http://www.gmfleet.com"                                target="_blank" onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | GM VEHICLES | FLEET & COMMERCIAL', s_prop5:'HOMEPAGE | NON-FLASH | GM VEHICLES | FLEET & COMMERCIAL'},'true');">Fleet &amp; Commercial</a></div>
		</div>
	</div>
	<div id=gCompanyInvestors class="withDropDown " >
		<span>Company &amp; Investors</span>
		<div class=topNavSpacer>&nbsp;</div>
		<div class=dropDown>
			<div><a href="/corporate/"                      onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | CORPORATE INFORMATION | CORPORATE INFORMATION HOME', s_prop5:'HOMEPAGE | NON-FLASH | CORPORATE INFORMATION | CORPORATE INFORMATION HOME'},'true');">Company Home</a></div>
			<div><a href="/corporate/about/"                onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | CORPORATE INFORMATION | ABOUT GM', s_prop5:'HOMEPAGE | NON-FLASH | CORPORATE INFORMATION | ABOUT GM'},'true');">About GM</a></div>
			<div><a href="/corporate/news-and-events/?evar10=gm_com_HPCompanyRollover_NewsE" onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | CORPORATE INFORMATION | NEWS & EVENTS', s_prop5:'HOMEPAGE | NON-FLASH | CORPORATE INFORMATION | NEWS & EVENTS'},'true');">News &amp; Events</a></div>
			<div><a href="/investors/"                      onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | CORPORATE INFORMATION | INVESTOR INFORMATION', s_prop5:'HOMEPAGE | NON-FLASH | CORPORATE INFORMATION | INVESTOR INFORMATION'},'true');">Investors</a></div>
			<div><a href="/corporate/responsibility/"       onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | CORPORATE INFORMATION | CORPORATE RESPONSIBILITY', s_prop5:'HOMEPAGE | NON-FLASH | CORPORATE INFORMATION | CORPORATE RESPONSIBILITY'},'true');">Corporate Responsibility</a></div>
			<div><a href="/corporate/careers/"              onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | CORPORATE INFORMATION | CAREERS', s_prop5:'HOMEPAGE | NON-FLASH | CORPORATE INFORMATION | CAREERS'},'true');">Careers</a></div>
			<div><a href="/corporate/dealers/"              onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | CORPORATE INFORMATION | DEALERS & SUPPLIERS', s_prop5:'HOMEPAGE | NON-FLASH | CORPORATE INFORMATION | DEALERS & SUPPLIERS'},'true');">Dealers &amp; Suppliers</a></div>
			<div><a href="/corporate/employees/"            onclick="clickTrack({s_linkName:'HOMEPAGE | NON-FLASH | CORPORATE INFORMATION | EMPLOYEES & RETIREES', s_prop5:'HOMEPAGE | NON-FLASH | CORPORATE INFORMATION | EMPLOYEES & RETIREES'},'true');">Employees &amp; Retirees</a></div>
		</div>
	</div>

	<form id=search action="/search/" name="google" target="_top">
		<div class="clearfix">
			<a id="gSearch" onclick="document.google.submit();return false;" href="/search/?" target="_top"><span>Search</span></a>
			<input type="text" name="q" value="SEARCH"/>
		</div>
	</form>

	<div id=gAllGMSites >
		<span>All GM Sites</span>
		<div class=topNavSpacer>&nbsp;</div>
		<div id=gAllGMSitesCont>
			<div id=gAllGMSitesContLeft></div>
			<div id=gAllGMSitesContCenter>
				<div id="gmAuto">
					<div class=title>GM Auto Brands</div>
					<ul>
						<li><a href="http://www.buick.com/?fromgm=true"                  target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">Buick</a></li>
						<li><a href="http://www.cadillac.com/index.jsp?noredirect=true"  target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">Cadillac</a></li>
						<li><a href="http://www.chevrolet.com/"                          target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">Chevrolet</a></li>
						<li><a href="http://www.gmc.com/"                                target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">GMC</a></li>
						<li><a href="http://www.gmdaewoo.co.kr/"                         target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">GM Daewoo</a></li>						
						<li><a href="http://www.holden.com.au/www-holden/"               target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">Holden</a></li>
						<li><a href="http://www.hummer.com/"                             target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">HUMMER</a></li>
						<li><a href="http://www.oldsmobile.com/olds/heritage/index.html" target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">Oldsmobile</a></li>					
						<li><a href="http://www.opel.com/"                               target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">Opel</a></li>
						<li><a href="http://www.pontiac.com/"                            target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">Pontiac</a></li>
						<li><a href="http://www.vauxhall.co.uk/"                         target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">Vauxhall</a></li>
						<li><a href="http://www.gmcertified.com"                         target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">Certified Used Vehicles</a></li>		
						<li><a href="http://www.gmfleet.com/"                            target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">Fleet &amp; Commercial</a></li>												
					</ul>
				</div>
				<div id="gmProductsServices">
					<div class=title>GM Products &amp; Services</div>
					<ul>
						<li><a href="http://www.acdelco.com/index.jsp"                   target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">ACDelco</a></li>
						<li><a target="_top" href="/vehicles/services/gmac.jsp"                          onclick="clickTrack({ pe: 'link_o', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">Ally</a></li>
						<li><a href="http://www.gmblogs.com"                             target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">GM Blogs</a></li>
						<li><a href="http://www.gmcardmemberservices.com/"               target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">GM Cardmember Services</a></li>
						<li><a href="http://www.gmgoodwrench.com/"                       target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">GM Goodwrench</a></li>
						<li><a href="/vehicles/services/gm_mobility/"                    target="_top"   onclick="clickTrack({ pe: 'link_o', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">GM Mobility</a></li>
						<li><a href="/gmownercenter/"                                    target="_top"   onclick="clickTrack({ pe: 'link_o', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">GM Owner Center </a></li>
						<li><a href="http://www.gmaccessorieszone.com"                   target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">GM Accessories</a></li>	
						<li><a href="http://www.gmperformancedivision.com/"              target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">GM Performance Division</a></li>
						<li><a href="http://www.gmperformanceparts.com/"                 target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">GM Performance Parts</a></li>
						<li><a href="/vehicles/innovation/powertrain-technology/ "                       onclick="clickTrack({ pe: 'link_o', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">GM Powertrain</a></li>
						<li><a href="http://gmventures.com/"                                             onclick="clickTrack({ pe: 'link_o', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">GM Ventures</a></li>
						<li><a href="http://www.onstar.com/"                             target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">OnStar</a></li>
						<li><a href="http://www.xmradio.com/"                            target="_blank"   onclick="clickTrack({ pe: 'link_o', pev1: this.href, pev2: 'HOMEPAGE | TNAV | ALL GM SITES', s_linkName: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | TNAV | ALL GM SITES | ' + this.innerHTML.toUpperCase()},'true')">XM Radio</a></li>
					</ul>
					<div class=title>GM Related Sites</div>
					<ul>
						<li><a href="http://www.gmheritagecenter.com/"  target="_blank">GM Heritage Center</a></li>
					</ul>
				</div>
				<div id=gGMWorldwide>
				</div>
			</div>
			<div id=gAllGMSitesContRight></div>
			<div id=gAllGMSitesClose ></div>
		</div>
	</div>
	<div id=blackFill >&nbsp;</div>
</div>
	</div>
	<div id="gContentContainer">
		<div id="gContent">
			<div id="cContent" class="clearfix">
				<div id="cLeftNav">
					



<script type="text/javascript" src="/js/gNav.js" ></script>
<!--<script type="text/javascript" src="/js/pShopDealer.js" ></script>-->
	<ul class="cLeftNav">
		<!--<iframe id="iframeGMVehicles" frameborder="0"></iframe>-->
		<li class="cEmptyTitle ">
			<a class="first" href="/vehicles/">Vehicles Home</a>
		</li>
		<li  class="inactive" >
			<a class="first" href="/vehicles/currentoffers/">Current Offers</a>
			<!--<iframe id="iframeCurrentOfers" frameborder="0"></iframe>-->
			<ul>
				<li><a href="/vehicles/currentoffers/hybrid-tax-credit/" onclick=""   class="inactive">Hybrid Tax Credit</a></li>
			</ul>
		</li>
		<li class="cEmptyTitle ">
			<a class="first" href="/vehicles/dealer/" onclick="clickTrack({s_linkName:'GM | SHOP GM VEHICLES | LOCATE DEALER | INDEX', s_prop1:'SHOP GM VEHICLES', s_prop2:'LOCATE DEALER', s_prop3:'SHOP GM VEHICLES | LOCATE DEALER', s_prop11:'INDEX', s_prop12:'LOCATE DEALER | INDEX', s_prop13:'SHOP GM VEHICLES | LOCATE DEALER | INDEX', s_prop14:'', s_prop15:'', s_prop25:'GM'},'false');">Dealer Locator</a>
		</li>
		<!-- Innovation and Technology new as of 05/14/2010 -->
		<li  class="active">
			<a class="first" href="/vehicles/innovation/" onclick="clickTrack({s_linkName:'GM | SHOP GM VEHICLES | INNOVATION', s_prop1:'SHOP GM VEHICLES', s_prop2:'INNOVATION', s_prop3:'SHOP GM VEHICLES | INNOVATION', s_prop24:'EN', s_prop25:'GM'},'false');">Innovation and Technology</a>
			<iframe id="iframeServices" frameborder="0"></iframe>
			<ul>
				<li><a href="/vehicles/innovation/fuel-cells/"             class="active"           >Fuel Cells</a></li>
				<li><a href="/vehicles/innovation/research/"               class="inactive"             >Research and Development</a></li>
				<li><a href="/vehicles/innovation/powertrain-technology/"  class="inactive">Powertrain Technology</a></li>
				<li><a href="/vehicles/innovation/biofuels/?deep=what"     class="inactive"             >Biofuels</a></li>
				<li><a href="/vehicles/innovation/news/"                   class="inactive"                 >Innovation News</a></li>
				<li><a href="/vehicles/innovation/newidea/"                class="inactive"              >Submit New Patented Ideas</a></li>
				<li><a href="/vehicles/innovation/connected-vehicles/"     class="inactive"   >Connected Vehicles</a></li>
			</ul>
		</li>
		<!-- Hybrids and Electric Vehicles new as of 05/14/2010 -->
		<!--li  class="inactive"">
			<a class="first" href="/vehicles/hybrids-and-electric/" >Hybrids and Electric Vehicles</a>
			<iframe id="iframeServices" frameborder="0"></iframe>
			<ul>
				<li><a href="http://www.chevrolet.com/volt"  class="inactive">Electric Vehicles</a></li>
				<li><a href="/vehicles/hybrids-and-electric/hybrids/"   class="inactive" >Hybrids</a></li>
				<li><a href="/vehicles/hybrids-and-electric/news/"      class="inactive"    >Hybrid and EV News</a></li>
			</ul>
		</li -->
		<!-- Warranty new as of 05/14/2010 -->
		<li class="cEmptyTitle ">
			<a class="first" href="/vehicles/warranty/" >Warranty</a>
		</li>
		<!-- Quality & Safety new as of 05/14/2010 -->
		<li  class="inactive"">
			<a class="first" href="/vehicles/quality-safety/" >Quality &amp; Safety</a>
			<iframe id="iframeServices" frameborder="0"></iframe>
			<ul>
				<li>
					<a href="/vehicles/quality-safety/safety-innovation/"  class="inactive">Safety Innovation</a>
					<iframe id="iframeServices" frameborder="0"></iframe>
					<ul>
						<li><a href="/vehicles/quality-safety/safety-innovation/before.jsp"  class="active">Before a Collision</a></li>
						<li><a href="/vehicles/quality-safety/safety-innovation/during.jsp"  class="active">During a Collision</a></li>
						<li><a href="/vehicles/quality-safety/safety-innovation/after.jsp"   class="active">After a Collision</a></li>
					</ul>
				</li>
				<li><a href="/vehicles/quality-safety/quality/"       class="inactive">Quality Behind the Scenes</a></li>
				<li><a href="/corporate/responsibility/safety/news/"  class="inactive">Quality &amp; Safety News</a></li>
			</ul>
		</li>
		<!-- Services -->
		<li  class="inactive">
			<a class="first" href="/vehicles/services/">Services</a>
			<iframe id="iframeServices" frameborder="0"></iframe>
			<ul>
				<li><a href="/vehicles/services/gm_mobility/"                        class="inactive">GM Mobility Assistance</a></li>
				<li><a href="http://www.onstar.com/us_english/jsp/" target="_blank"  class="inactive">OnStar</a></li>
				<li><a href="/vehicles/services/gmac.jsp"                            class="inactive">Ally Financial</a></li>
				<li><a href="http://www.gmcardmemberservices.com/"  target="_blank"  class="inactive">GM Card</a></li>
				<li><a href="http://www.goodwrench.com/"            target="_blank"  class="inactive">GM Goodwrench</a></li>
				<li><a href="/vehicles/services/xmradio/"           target="xm"      class="inactive" onclick="window.open('', 'xm', 'width=835,height=940,scrollbars=yes')">XM Radio</a></li>
				<li><a href="http://www.gmupfitter.com/"            target="_blank"  class="inactive"  onclick="clickTrack({s_linkName:'SHOP_GM_SERVICES_UPFITTER', s_prop1:'', s_prop2:'', s_prop3:'', s_prop5:'SERVICES_GM_UPFITTER_LEFTNAV'})">GM Upfitter Integration</a></li>
			</ul>
		</li>
		<li  class="inactive">
			<a class="first" href="/vehicles/parts/" >Parts &amp; Accessories</a>
			<iframe id="iframeParts" frameborder="0"></iframe>
			<ul>
				<li><a href="/vehicles/parts/ipod/"                                        class="inactive"                       >iPod &amp; MP3 Compatibility</a></li>
				<li><a href="/handsfree/"                                                  class="inactive"                                 >Bluetooth</a></li>
				<li><a href="http://www.goodwrench.com/PartsAccessories/" target="_blank"  class="inactive" >Genuine GM Parts</a></li>
				<li><a href="http://www.gmperformanceparts.com/"          target="_blank"  class="inactive"          >GM Performance Parts</a></li>
				<li><a href="http://www.acdelco.com/"                     target="_blank"  class="inactive"                     >ACDelco Parts &amp; Services</a></li>
				<li><a href="http://www.gmaccessorieszone.com/"           target="_blank"  class="inactive"           >GM Accessories</a></li>
				<li><a href="/vehicles/services/gm_mobility/"                              class="inactive"             >GM Mobility Accessories</a></li>
				<li><a href="http://www.gmperformancedivision.com/"       target="_blank"  class="inactive"       >GM Performance Division</a></li>
				<li><a href="/vehicles/parts/company_store/"                                                                                                        onclick="clickTrack({s_linkName:'PARTS_GMMERCHANDISE_LEFTNAV', s_prop5:'PARTS_GMMERCHANDISE_LEFTNAV'})"  class="inactive">GM Merchandise</a></li>
			</ul>
		</li>
		<li class="cEmptyTitle">
			<a class="first" href="http://www.gmcertified.com" target="_blank" onclick="clickTrack({s_linkName:'GM | SHOP GM VEHICLES | CERTIFIED USED VEHICLES', s_prop1:'SHOP GM VEHICLES', s_prop2:'SERVICES', s_prop3:'SHOP GM VEHICLES  | SERVICES', s_prop5:'GM | SHOP GM VEHICLES | CERTIFIED USED VEHICLES'})">Certified Used Vehicles</a>
		</li>
		<li class="cEmptyTitle">
			<a class="first" href="http://www.gmfleet.com" target="_blank" onclick="clickTrack({s_linkName:'GM | SHOP GM VEHICLES | FLEET &amp; COMMERCIAL', s_prop1:'SHOP GM VEHICLES', s_prop2:'SERVICES', s_prop3:'SHOP GM VEHICLES  | SERVICES', s_prop5:'GM | SHOP GM VEHICLES | FLEET &amp; COMMERCIAL'})">Fleet &amp; Commercial</a>
		</li>
	</ul>
				</div>
				<div id="cBigContent" class="clearfix">
					<div id="pContent">
						<h1>Fuel Cells</h1>
<img src="images/mh_chevyequinox.jpg" width="462" height="198" alt="Chevy Equinox" />

<br />
						<div id="mainSection" class="decoratedSection">
	<h2 class="header"><span><span><span class="fuelcells"><span>Fuel Cells</span></span></span></span></h2>
	
	<div class="content clearfix">
	
		
	  <div class="text">
	 
	  <h2>Chevrolet Equinox Fuel Cell Passes 1 Million Miles</h2>
	  <h3>No Gasoline or Tailpipe Pollution in Reaching Unprecedented Milestone</h3>
	  <div class="imageright"><a href="/vehicles/innovation/fuel-cells/how_fuel_cells_work/index.jsp"><img src="news/2009/images/million.jpg" width="201" height="150" border="0" /></a></div>
      <p> The Chevrolet Equinox fuel cell electric   vehicles passed 1 million miles of gasoline and tailpipe pollution-free   driving by homemakers, accountants, computer game designers and others using the   vehicles every day in real-world conditions.</p>
      <p>More than 50,000 gallons of gasoline have been saved so far in the fuel cell   Equinox, more than 100 of which are part of the largest consumer fuel cell   demonstration fleet in the world. The fuel cell electric Equinox runs on   electricity created by an on-board fuel cell stack. The only emissions are wisps   of water vapor. <br />
        <a href="/vehicles/innovation/fuel-cells/news/2009/million_091109.jsp">More... </a>	  </p>
      <h2><strong>Reinventing the Automobile with Fuel Cell
                             Technology</strong>...</h2>
        <div class="imageright"><a href="/vehicles/innovation/fuel-cells/how_fuel_cells_work/index.jsp"><img src="images/fuel_cells.jpg" border="0" /></a></div>
<p>GM has a history of  momentous technological breakthroughs &mdash; including hydrogen fuel cell power.  General Motors has established extensive hydrogen fuel cell research and  development facilities both in the U.S.  and Europe. </p>
                   
                        <p>In New   York City, Washington, D.C. and southern California  GM has taken the next step towards mass produced fuel cell vehicles. Real people  in the real world are driving a Chevy Equinox fuel cell vehicle and  enjoying instantaneous torque, smooth acceleration, and quiet performance from  a vehicle that will go nearly 150 miles per fill-up,(1) and reach a top speed  of 100 mph. <em>Green Car Journal</em> has given the Chevy Equinox Fuel Cell  its Green Car Vision Award&reg;.(2) The Equinox Fuel Cell won the award  over several nominees, including the Honda FCX Clarity and Toyota Prius  Plug-In. GM has taken the technology of tomorrow and put it to use  today. </p>
                        <p>&nbsp;</p>
                        <p>1 200 miles of  driving range based on 2007 EPA procedures. &copy;2008 GM Corp. Buckle up, America!<br />
                          2 Go to <a href="http://www.greencar.com/">GreenCar.com</a> for more information</p>
	  </div>
  </div>
</div>
					</div>
					<div id="cRightCallouts">
						
							                




























 
 
 









						
					</div>
				</div>
			</div>
		</div>
	</div>
	<div id="gFooter">
		


	<script type="text/javascript">

		function popUpFooter(){
			if (brows_footer()){
				popUpWindow("/utilities/worldwide/worldwide.jsp","WorldWide_Sites","width=505px, height=306px, scrollbars=no");
				return false;
			}else{
				popUpWindow("/utilities/worldwide/worldwide.jsp","WorldWide_Sites","width=500px, height=301px, scrollbars=no");
				return false;
			}
		}

		function footerResize( timeout ){
			if( jQuery( window ).width() <= 1137 ){
				jQuery( '#gFooter' ).css({ width: ( 1137 - 44 ) + 'px' });
			} else {
				jQuery( '#gFooter' ).css({ width: ( jQuery( window ).width() - 44 ) + 'px' });
			}
			if( timeout ){
				setTimeout( 'footerResize( true )', 100 );
			}
		}

		jQuery( document ).ready( function(){
			jQuery( '#gFooter' ).css({ width: ( jQuery( window ).width() - 44 ) + 'px' });

			jQuery( window ).resize( function() {
				footerResize();
			});
			setTimeout( 'footerResize( true )', 100 );
		});
	</script>
<ul id="gUniversalNav" class="clearfix">
	<li class="last">                                                                                                      <a href="https://www.gmretiree.com"                                                                         target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | GLOBAL FOOTER', s_linkName: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase()},'true')">Retirees</a></li>
	<li class="">                                               <a href="/gmownercenter"                                                                                   target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | GLOBAL FOOTER', s_linkName: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase()},'true')">Owners</a></li>
	<li>                                                                                                                   <a href="http://media.gm.com"                                                                              target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | GLOBAL FOOTER', s_linkName: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase()},'true')">Press Room</a></li>
	<li class="">                                          <a href="/corporate/careers/"                                                                                              onclick="clickTrack({ pe: 'link_o', pev1: this.href, pev2: 'HOMEPAGE | GLOBAL FOOTER', s_linkName: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase()},'true')">Careers</a></li>
	<li class="">                            <a href="/utilities/contact_us/contact.jsp?deep=contact"                                                                   onclick="clickTrack({ pe: 'link_o', pev1: this.href, pev2: 'HOMEPAGE | GLOBAL FOOTER', s_linkName: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase()},'true')">Contact Us</a></li>
	<li class=""><a href="/utilities/frequently-asked-questions/all-questions/index.jsp?deep=faq"                                           onclick="clickTrack({ pe: 'link_o', pev1: this.href, pev2: 'HOMEPAGE | GLOBAL FOOTER', s_linkName: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase()},'true')">Help Center</a></li>
	<li class="last " style="clear: both;">     <a href="/utilities/espanol/espanol.jsp"                                                                   target="_top"   onclick="clickTrack({ pe: 'link_o', pev1: this.href, pev2: 'HOMEPAGE | GLOBAL FOOTER', s_linkName: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase()},'true')">Sitios&nbsp;en&nbsp;Espa&ntilde;ol</a></li>
	<li>                                                                                                                   <a href="http://www.onstar.com/us_english/jsp/services/index.jsp?make=gm&model=homepage&deepLink=overview" target="_blank" onclick="clickTrack({ pe: 'link_e', pev1: this.href, pev2: 'HOMEPAGE | GLOBAL FOOTER', s_linkName: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase()},'true')">Experience OnStar</a></li>
	<li class="">                                          <a href="/utilities/sitemap/"                                                                              target="_top"   onclick="clickTrack({ pe: 'link_o', pev1: this.href, pev2: 'HOMEPAGE | GLOBAL FOOTER', s_linkName: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase()},'true')">Sitemap</a></li>
</ul>
<ul id="gUniversalNav">
	<li><a id="gCopy" class="gCopy" target="_top">&copy; 2011 General Motors Company</a></li>
	<li class="">                                                  <a class="gCopy" href="/copyright/"                                                                        target="_top"   onclick="clickTrack({ pe: 'link_o', pev1: this.href, pev2: 'HOMEPAGE | GLOBAL FOOTER', s_linkName: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase()},'true')">Copyright/Trademark</a></li>
	<li class="last ">                                               <a class="gCopy" href="/privacy/"                                                                          target="_top"   onclick="clickTrack({ pe: 'link_o', pev1: this.href, pev2: 'HOMEPAGE | GLOBAL FOOTER', s_linkName: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase(), s_prop5: 'HOMEPAGE | GLOBAL FOOTER | ' + this.innerHTML.toUpperCase()},'true')">Privacy Statement</a></li>

</ul>












	</div>
	<SCRIPT TYPE="text/javascript" SRC="/js/InstantInvite3.js"></SCRIPT>

	

			


<!-- SiteCatalyst code version: G.9.
Copyright 1997-2004 Omniture, Inc. More info available at
http://www.omniture.com --><script type="text/javascript"><!--
/* You may give each page an identifying name, server, and channel on
the next lines. */
var s_pageName=""
var s_server=""
var s_channel=""
var s_pageType=""
var s_prop1=""
var s_prop2=""
var s_prop3=""
var s_prop11=""
var s_prop12=""
var s_prop13=""
var s_prop14=""
var s_prop15=""
var s_prop16=""
var s_prop20=""
var s_prop21=""
var s_prop22=""
var s_prop23=""
/* E-commerce Variables */
var s_campaign=""
var s_state=""
var s_zip=""
var s_events=""
var s_products=""
var s_purchaseID=""
var s_eVar1=""
var s_eVar2=""
var s_eVar3=""
var s_eVar4=""
var s_eVar5=""
/********* INSERT THE DOMAIN AND PATH TO YOUR CODE BELOW ************/
/********** DO NOT ALTER ANYTHING ELSE BELOW THIS LINE! *************/
//--></script>


<script type="text/javascript" src="/js/s_code_remote.js"></script>
<!-- End SiteCatalyst code version: G.9. -->

<script type="text/javascript">
  s_wds(s_account); s_ca(s_account);  
  function sendAnalyticsEvent(str){
  ns=s_account; if(str!=null)ns+=","+str;void(s_gs(ns));}  
  function sendLinkEvent(str,lnkname){
  ns=s_account; if((str!="") && (str!=null))ns+=","+str; s_linkType="o"; s_lnk=true; s_linkName=lnkname; void(s_gs(ns));}
</script>  
		

</body>
</html>
