var a = new Date();
a = a.getFullYear();

document.writeln('<div id="footer">');
document.writeln('    <div class="separador"></div>');
document.writeln('    <div class="foot1">');
document.writeln('        <div id="terms">');
document.writeln('            <ul>');
document.writeln('                <li><a href="#" onClick="AbrirPopup(\'privacy.htm\', 700, 600);">Privacy</a></li>');
document.writeln('                <li><a href="contact.htm">Contact Us</a></li>');
document.writeln('                <li><a href="site_map.htm">Site Map</a></li>');
document.writeln('   		  <li><a href="bank_locations.htm">Locations</a></li>');
document.writeln('            </ul>');
document.writeln('        </div>');
document.writeln('    </div>');
document.writeln('    <div class="separador"></div>');
document.writeln('    <div class="foot2">');
document.writeln('        <div id="legalhome2" width="100%">');
document.writeln('           <a href="http://www.citi.com/" target="_blank"><img src="../../images/citi_footer.gif" border="0" alt="Citi" id="logo" /></a><br>');
document.writeln('           <div width="100%">');
document.writeln(' 		<div valign="bottom"><span id="citinote">Citi.com is the global source of information about and access to financial services provided by the Citigroup family of companies.</span></div>');
document.writeln('              <div id="legal">');	
document.writeln('			<div class="estiloterms"><a href="#" onClick="AbrirPopup(\'popup_terms_cond.htm\',\'900\',\'600\');">Terms &amp; Conditions</a></div>');
document.writeln('              	<div>Copyright &copy; ' + a + ' Citigroup Inc.</div>');																					
document.writeln('		</div>');	
document.writeln('           </div>');
document.writeln('        <div id="legal2">');
document.writeln('        </div>');
document.writeln('    </div>');
document.writeln('</div>');
