﻿// This writes the footer to the page

with (document) {

write('<table border="0" cellpadding="10" cellspacing="0" bgcolor="CCEEFF" width="980">');
write('	<tr>');
write('	<td valign="top" style="padding: 10px;">');
write('	<font class="menu" color="#99ccdd">&nbsp;&nbsp;</font>');
write('	<a class="bm" href="/questions.html"><font class="menu">Help</font></a>');
write('	<font class="menu" color="#99ccdd"> | </font>');
write('	<a class="bm" href="/sitemap.html"><font class="menu">Sitemap</font></a>');
write('	<font class="menu" color="#99ccdd"> | </font>');
write('	<a class="bm" href="/privacy.html"><font class="menu">Privacy</font></a>');
write('	<font class="menu" color="#99ccdd"> | </font>');
write('	<a class="bm" href="/terms.html"><font class="menu">Terms of Use</font></a>');
write('	<font class="menu" color="#99ccdd"> | </font>');
write('	<a class="bm" href="/disclosures.html"><font class="menu" >Disclosures</font></a>');
write('	<font class="menu" color="#99ccdd"> | </font>');
write('	<a class="bm" href="/contactus.html"><font class="menu">Contact Us</font></a>');
write('	</td>');
write('	<td align="right" valign="top" style="padding: 10px;"><span style="font-size: .7em; color:#1e90ff;"><a href="pdf/NCUA-NoticeOfChange-July2011.pdf">Notices of Changes in Temporary NCUA Insurance Coverage</a></span> &nbsp; &nbsp; <img src="/images/2logos_blue2.jpg" alt="NCUA logo" width="146" height="36" border="0"></td>');
write(' </tr><tr><td colspan="2" style="padding: 10px;"><div align="right"><span style="font-size: .7em; color:#1e90ff;">This credit union is federally insured by the National Credit Union Administration.<br /> Your savings are insured up to at least $250,000 and backed by the full faith and credit of the United States Government.<br /> Individual Retirement Accounts are insured up to $250,000.<br />E-Central is an Equal Housing Lender and registered with the Nationwide Mortgage Licensing System & Registry (NMLS#: 402604).<br />  </span></div>');
write('	</td>');
write('	</tr>');
write('</table>');


}

