function loadFooter()
{
	var dt = new Date();
	
	document.writeln('<div id="footer">');
	document.writeln('<ul>');
	document.writeln('<li><a href="index.html">Home</a></li>');
	document.writeln('<li><a href="site-map.html">Site Map</a></li>');
	document.writeln('<li><a href="security-customer-privacy.html">Privacy</a></li>');
	document.writeln('<li><a href="security-mtfx-compliance.html">Compliance</a></li>');
	document.writeln('<br />    ');
	document.writeln('<li><a href="corporate-services-overview.html">Corporate Services</a></li>    ');
	document.writeln('<li><a href="noncorporate-services-overview.html" >Non Corporate Services</a></li>');
	document.writeln('<li><a href="newsroom-overview.html">MTFX News Room</a></li>    ');
	document.writeln('<li><a href="about-mtfx-overview.html">About MTFX</a></li>  ');
	document.writeln('</ul>');
	document.writeln('<div class="footerbottom">');
	document.writeln('&copy; MTFX Foreign Exchange 1996 - '+dt.getFullYear());
	document.writeln('</div>');
	document.writeln('</div>');
}
loadFooter();
