function bottomNav()
{
	document.writeln('<div id="bottomnav">');
	document.writeln('<div id="bottomnavsections1"><h4><a href="corporate-mtfx-commentary.asp">MTFX Market<br />Commentary</a></h4></div>');
	document.writeln('<div id="bottomnavsections2"><h4><a href="corporate-rate-watch-request-form.asp">FX Rate<br />Watch</a></h4></div>');
	document.writeln('<div id="bottomnavsections3"><h4><a href="corporate-customer-callback-form.asp">Request a<br />Callback</a></h4></div>');
	document.writeln('<div id="bottomnavsections4"><h4><a href="newsroom-breaking-business-news.html">Today\'s News</a></h4></div>');
	document.writeln('</div>');
}
bottomNav();