// JavaScript Document
function rightSideNav()
{
	document.writeln('<h5>Risk Solutions</h5>');
	document.writeln('<img src="images/side-line-break.jpg" />');
	document.writeln('<ul>');
	document.writeln('<li><a href="corporate-services-overview.html">Corporate Services Overview</a></li> ');
	document.writeln('<li><a href="corporate-spot-contracts.html">Spot Contracts</a></li>');
	document.writeln('<li><a href="corporate-forward-contracts.html">Forward Contracts</a></li>');
	document.writeln('<li><a href="corporate-market-orders.html">Market Orders</a></li>');
	document.writeln('<li><a href="corporate-online-solutions.html">Online Solutions</a></li>');
	document.writeln('<li><a href="corporate-case-studies.html">Case Studies</a></li>');
	document.writeln('<li><a href="corporate-mtfx-commentary.asp">MTFX Market Commentary</a></li>');
	document.writeln('<li><a href="corporate-account-executive.html">Your Account Executive</a></li>');
	document.writeln('</ul>');
	document.writeln('<img src="images/side-line-break.jpg" />');
}
rightSideNav();