
									
var frameLocation = document.location.href;
function getFooterLink(url){
	if (frameLocation.indexOf("display") > -1){
		parent.opener.top.location.href = url;
		parent.opener.focus();
	}
	else{
		parent.top.location.href = url;
	}
}

document.write('<div id="footer">');
document.write('<div class="footer">');

		document.write(' <div class="copy" style="padding: 0 10px;">');
			document.write('	<div id="footerMenu">');
				document.write('		<a href="/legal.html"  class="first">Legal Info</a>');
				document.write('		<span class="divider">|</span>');
					document.write('	<a href="/pdf/AMTD_5491.pdf" target="_blank">Business Continuity Plan</a>');
					document.write('	<span class="divider">|</span>');
					document.write('	<a href="/sitemap.html" target="_top">Site Map</a>');
					document.write('	<p>TD&nbsp;AMERITRADE Trust Company is a non-depository trust company, acts as a custodian and/or directed trustee and is not a member of FINRA/SIPC. TD&nbsp;AMERITRADE Trust Company is a subsidiary of TD&nbsp;AMERITRADE Holding Corporation.</p>');
					document.write('	<p>TD&nbsp;AMERITRADE Institutional, Division of TD&nbsp;AMERITRADE, Inc., member <a href="http://www.finra.org/" target="_blank">FINRA</a>/<a href="http://www.sipc.org/" target="_blank">SIPC</a>/<a href="http://www.nfa.futures.org" target="_blank">NFA</a>. TD&nbsp;AMERITRADE is a trademark jointly owned by TD&nbsp;AMERITRADE IP Company, Inc. and The Toronto-Dominion Bank. ©2009 TD&nbsp;AMERITRADE IP Company, Inc. All rights reserved. Used with permission.</p>');
					
					document.write('	<div style="height: 16px;">&nbsp;</div>');
			document.write('   </div>');
		document.write('</div>');

document.write('</div>');