
									
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('		<span class="divider">|</span>');
					document.write('	<a href="/pdf/PrivacyStatement.pdf" target="_blank">Privacy</a>');
					document.write('		<span class="divider">|</span>');
					document.write('	<a href="/financialstatement.html">Financial Statement</a>');
					document.write('		<span class="divider">|</span>');
					document.write('	<a href="http://www.amtd.com/">TD&nbsp;AMERITRADE Holding Corp.</a>');
					document.write('	<p>TD&nbsp;AMERITRADE Institutional, Division of TD&nbsp;AMERITRADE, Inc. & TD&nbsp;AMERITRADE Clearing, Inc., members <a href="http://www.finra.org/" target="_blank">FINRA</a>/<a href="http://www.sipc.org/" target="_blank">SIPC</a>. Brokerage services provided exclusively by TD&nbsp;AMERITRADE, Inc. This is not an offer or solicitation for brokerage services, investment advisory services, or other products or services in any jurisdiction where we are not authorized to do business or where such offer or solicitation would be contrary to the securities laws or other local laws and regulations of that jurisdiction, including, but not limited to persons residing in Australia, Austria, France, Germany, Hong Kong, Italy, Japan, the Netherlands, Saudi Arabia, and Singapore. TD&nbsp;AMERITRADE is a trademark jointly owned by TD&nbsp;AMERITRADE IP Company, Inc. and The Toronto-Dominion Bank. ©2010 TD&nbsp;AMERITRADE IP Company, Inc. All rights reserved. Used with permission. This Web site is not intended for residents of the UK or Canada. UK residents, visit <a href="http://www.tdameritrade.com/uk/" target="_blank">TD&nbsp;AMERITRADE UK</a>. TD&nbsp;AMERITRADE UK is a 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>. TD Waterhouse Canada Inc. is a subsidiary of The Toronto-Dominion Bank. TD Waterhouse Canada Inc. and TD&nbsp;AMERITRADE, Inc. are affiliated through their respective parent firms.</p>');
										
					document.write('	<div style="height: 16px;">&nbsp;</div>');
			document.write('   </div>');
		document.write('</div>');

document.write('</div>');