var glblFooter = "";
	glblFooter +=	"<div id='glbl_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 +=	"<br><br>";
	glblFooter +=	"<a href='" + getDomain() + "/exitPage/index.jsp?tname=chryslergroup' target='new' title='Learn More About Chrysler LLC' name='&lid=learn&lpos=footer'>Learn More About Chrysler LLC</a>";
	glblFooter +=	"</div>";
	glblFooter +=	"<img alt='Chrysler LLC' src='" + getDomainImg() + "/carryover/img/footer.gif' 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=coords='89,0,120,42' href='http://www.dodge.com' title='Dodge' name='&lid=dodge&lpos=footer' />";
	glblFooter +=	"<area shape='rect' coords='149,0,226,41' href='http://www.chrysler.com' title='Chrysler' name='&lid=chrysler&lpos=footer' />";
	glblFooter +=	"<area shape='rect' coords='241,0,289,42' href='http://www.jeep.com' title='Jeep' name='&lid=jeep&lpos=footer' />";
	glblFooter +=	"<area shape='rect' coords='329,0,366,43' href='http://www.mopar.com' title='Mopar' name='&lid=mopar&lpos=footer' />";
	glblFooter +=	"<area shape='rect' coords='390,0,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') {
	document.write("<style>#glbl_footer {margin-left: 75px;}</style>");
} else {
	if(hide_header_tabs == false)
		document.write("<style>#glbl_footer {margin-left: 75px;}</style>");
}