this.writeNCUA= writeNCUA;
this.writeFooterHome= writeFooterHome;

function writeNCUA() {
	var content='';
	
	content+= '<table align="center" cellspacing="2" cellpadding="2" border="0">';
	content+= '<tr>';
	content+= '<td width="100"><!--[if lt IE 7]><script type="text/javascript" src="https://www.bflometrocu.org/mstinc/web/js/png.js"></script><![endif]--><img src="https://www.bflometrocu.org/mstinc/web/images/ncua_351x32_blue.png" width="351" height="32" border="0" alt="NCUA" />';
	//content+= '<td align="left" valign="middle" class="fineprint2">Your savings federally insured to at least $100,000<br />and backed by the full faith and credit of the United States Government<br />National Credit Union Administration, a U.S. Government Agency</td>';
	content+= '</tr>';
	content+= '</table>';

	document.write(content);
}

function writeFooterHome() {
	var content='';
	
	content+= '<table align="center" cellspacing="2" cellpadding="2" border="0">';
	content+= '<tr>';
	content+= '<td width="100"><!--[if lt IE 7]><script type="text/javascript" src="https://www.bflometrocu.org/mstinc/web/js/png.js"></script><![endif]--><img src="https://www.bflometrocu.org/mstinc/web/images/ncua_351x32_blue.png" width="351" height="32" border="0" alt="NCUA" />';
	//content+= '<td align="left" valign="middle" class="fineprint2">Your savings federally insured to at least $100,000<br />and backed by the full faith and credit of the United States Government<br />National Credit Union Administration, a U.S. Government Agency</td>';
	content+= '<td><img src="' + imgdir + 'Ehl{superlarge}.gif"></td>';
	content+= '</tr>';
	content+= '</table>';

	document.write(content);
}