this.writeFooter= writeFooter;

function writeFooter() {
	var content= '';

	content+= '<div class="footer">';
	content+= '<div class="footerLeft" style="position:relative;">';
    if (typeof homepage != 'undefined') {
        content+= '<div style="position:absolute; width:305px; text-align:center; top:-20px; left:0;"><a href="http://www.hsbtonline2.com/bod/"><img src="' + imgdir + 'eaglblk.gif" width="51" height="21" border="0" alt="" /></a></div>';
    }
	content+= '<ul>';
	content+= '<li><a href="' + sitedir + 'privacy_policy.html">Privacy Policy</a> | </li>';
	content+= '<li><a href="' + sitedir + 'patriot_act.html">Patriot Act</a> | </li>';
	content+= '<li><a href="' + sitedir + 'security.html">Security Tips</a></li>';
	content+= '</ul>';
	content+= '<ul>';
	content+= '<li><a href="javascript:showWarning(\'http://www.treasurydirect.gov/indiv/indiv.htm\');">Savings Bonds</a> | </li>';
	content+= '<li><a href="' + imgdir + 'Reg_E_Disclosure.pdf" target="_blank">Regulation E</a>';
	content+= '</ul>';
	content+= '223 N. Main Street  McPherson, Kansas  67460  (620) 241.3732';
	content+= '</div><!-- footerLeft -->';
	content+= '<div class="footerRight">';
    // check if var 'noLogos' is defined
	if (typeof noLogos == 'undefined' ) {
        content+= '<img src="' + imgdir + 'ft_star_logo.gif" width="68" height="39" alt="star logo" border="0" />';
        content+= '<a href="javascript:showWarning(\'http://www.digitalinsight.com/\');"><!--[if lt IE 7]><script type="text/javascript" src="https://www.hsbtonline2.com/mstinc/web/js/png.js"></script><![endif]--><img src="https://www.hsbtonline2.com/mstinc/web/images/di_91x22_1c_k.png" width="91" height="22" border="0" alt="Digital Insight, an Intuit company" /></a>';
        content+= '<a href="javascript:showWarning(\'http://www.hud.gov/\');"><img src="' + imgdir + 'ft_ehl_logo.gif" width="41" height="39" alt="equal housing lender logo" border="0" /></a>';
        content+= '<a href="javascript:showWarning(\'http://www.fdic.gov/\');"><img src="' + imgdir + 'ft_fdic_logo.gif" width="64" height="39" alt="fdic logo" border="0" /></a>';
    }
	content+= '</div><!-- footerRight -->';
	content+= '<div class="clear"><!-- clear --></div>';
	content+= '</div>';
	
	document.write(content);
}