// create 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 colspan="3" width="100%"><img src="' + ss + '/img/spacer.gif" width="1" height="1" alt=""></td>\
	</tr>\
	<tr bgcolor="#6b6c69">\
		<td width="772"><img src="' + ss + '/img/spacer.gif" width="772" height="19" alt=""></td>\
		<td width="1" background="' + ss + '/img/n_h_footerbg.gif"><img src="' + ss + '/img/spacer.gif" width="1" height="1" alt=""></td>\
		<td width="100%><img src="' + ss + '/img/spacer.gif" width="1" height="1" alt=""></td>\
	</tr>\
	<tr bgcolor="#babdb6">\
		<td colspan="3"><img src="' + ss + '/img/spacer.gif" width="1" height="1" alt=""></td>\
	</tr>\
</table>');