var glblFooter = "";
	glblFooter +=	"<div id='global_footer'>";
	glblFooter +=	"<div id='footer_links'>";

	glblFooter +=	"<script language='javascript'>parent_list[0]?drawNav('footer','footer',parent_list[0] + '_footer_nav'):drawNav('footer','footer',currentPage + '_footer_nav');</script>";
	glblFooter +=	"</div>";
	glblFooter +=	"<img alt='The Chrysler Group' src='" + getDomainImg() + "/img/footer.jpg' border=0 usemap='#footer'/>";
	glblFooter +=	"<div class='footer_legal'>Brands of Chrysler LLC<br />Chrysler, Dodge, Jeep, Mopar and Chrysler Financial are registered trademarks of Chrysler LLC.</div>";
	glblFooter +=	"</div>";
	glblFooter +=	"<map id='footer' name='footer'>";
	glblFooter +=	"<area shape='rect' coords='73,14,103,41' href='http://www.dodge.com' title='Dodge' name='&lid=dodge&lpos=footer' />";
	glblFooter +=	"<area shape='rect' coords='183,0,361,14' href='" + getDomain() + "/exitPage/index.jsp?tname=chryslergroup' target='new' title='Learn More About Chrysler LLC' name='&lid=learn&lpos=footer' />";
	glblFooter +=	"<area shape='rect' coords='137,14,207,44' href='http://www.chrysler.com' title='Chrysler' name='&lid=chrysler&lpos=footer' />";
	glblFooter +=	"<area shape='rect' coords='241,17,289,42' href='http://www.jeep.com' title='Jeep' name='&lid=jeep&lpos=footer' />";
	glblFooter +=	"<area shape='rect' coords='329,13,366,43' href='http://www.mopar.com' title='Mopar' name='&lid=mopar&lpos=footer' />";
	glblFooter +=	"<area shape='rect' coords='390,13,478,42' href='http://www.chryslerfinancial.com/' title='Chrysler Financial' name='&lid=chrysler_financial&lpos=footer' />";
	glblFooter +=	"</map>";

document.write(glblFooter);

if(typeof hide_header_tabs == 'undefined') { header_tabs = document.getElementById('global_footer');header_tabs.style.margin = "10 0 0 84px";}