function makeFooter() {
	var content = "";

	content += '<div class="footer">\n';
	content += '<img src="https://www.gfcu.org/images/h_address.gif" alt="Vantria FCU | 6708 Backlick Rd. | Springfield VA 22150" border="0" />\n';
	content += '<br />\n';
	content += '<br />\n';
	content += '<div class="logos"><a href="http://www.ncua.gov/" target="_new"><img src="https://www.gfcu.org/images/h_ncua.gif" alt="NCUA" border="0" /></a><img src="https://www.gfcu.org/images/h_ehl.gif" alt="Equal Housing Lender" border="0" /><!--[if lt IE 7]><script type="text/javascript" src="https://www.gfcu.org/mstinc/web/js/png.js"></script><![endif]--><a href="https://www.digitalinsight.com" target="_new"><img src="https://www.gfcu.org/mstinc/web/images/di_91x22_2c.png" width="91" height="22" border="0" alt="Digital Insight, an Intuit company" /></a></div>\n';
	content += '<p>&#169; VANTRIA FEDERAL CREDIT UNION, ALL RIGHTS RESERVED.\n';
	content += '</div>\n';

	document.write(content);
}

