document.write('<div id="wrapper">');
// check whether page is in dealer site using isDealerSite var set in vendor_www.js
if (isDlrSite == 0) {
	document.write ('<script src="'+ LEXUS_ROOT_ASSET + '/lexus-share/js/thirdParty/header_navOutput.js" type="text/javascript"></script>');
	document.write ('<script src="'+ LEXUS_ROOT_ASSET + '/lexus-share/js/thirdParty/vehicleNavigationOutput.js" type="text/javascript"></script>');
}
if (isDlrSite == 1) {
	document.write ('<style type="text/css">\n'
		+ '#ft_copyright { position: absolute; bottom: -150; }\n'
		+ '#sn_wrapper { display: none; }\n'
		+ '</style>')
}