// create header and left nav menus
document.write("<div id=\"leftNavMenus\"></div>");
if(typeof hasLeftNav != 'undefined' && hasLeftNav) createLeftNav("1");

// write footer html
document.write('\
<table width="100%" cellpadding="0" cellspacing="0" border="0">\
	<tr bgcolor="#babdb6">\
		<td width="11"><img src="images/spacer.gif" width="11" height="1" alt=""></td>\
		<td width="747"><img src="images/spacer.gif" width="747" height="1" alt=""></td>\
		<td width="14"><img src="images/spacer.gif" width="14" height="1" alt=""></td>\
		<td width="1"><img src="images/spacer.gif" width="1" height="1" alt=""></td>\
		<td width="100%"><img src="images/spacer.gif" width="1" height="1" alt=""></td>\
	</tr>\
	<tr bgcolor="#6b6c69">\
		<td><img src="images/spacer.gif" width="11" height="19" alt=""></td>\
		<td class="footerText"><a href="' + s + '/company/legal/">' + ftr_legal + '</a> <a href="">' + ftr_subscribe + '</a> | <a href="">' + ftr_contact + '</a> | </td>\
		<td><img src="images/spacer.gif" width="1" height="1" border="0"></td>\
		<td background="images/n_h_footerbg.gif"><img src="images/spacer.gif" width="1" height="1" border="0"></td>\
		<td>&nbsp;</td>\
	</tr>\
	<tr bgcolor="#babdb6">\
		<td colspan="5"><img src="images/spacer.gif" width="1" height="1" alt=""></td>\
	</tr>\
</table>');