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="forms.htm">Forms</a></li>');
document.writeln('   		  <li><a href="bank_locations.htm">Locations</a></li>');
document.writeln('                <li><a href="site_map.htm">Site Map</a></li>');
document.writeln('                <li><a href="contact.htm">Contact Us</a></li>');
document.writeln('                <li><a href="#" onClick="AbrirPopup(\'privacy.htm\', 700, 600);">Privacy</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="legalhome" width="100%">');
document.writeln('                    	  <br>International Personal Banking is a United States business that provides its clients access to financial products and services available through various bank and non-bank affiliates of Citigroup Inc.<br><br>');
document.writeln('                    	  Transactions may be executed outside of your country and without any participation from any Citigroup or Citibank subsidiary, branch or affiliate in your country. Some products may not be registered with the Financial Regulatory body of your country governing such financial products, nor may they be governed or protected by the laws and regulations of your country. Products and services offered by Citi and its affiliates are subject to the applicable local laws and regulations of the jurisdiction where they are booked and offered. Not all accounts, products, and services as well as pricing are available in all jurisdictions or to all customers. Your country of citizenship, domicile, or residence may have laws, rules, and regulations that govern or affect your application for and use of our accounts, products and services, including laws and regulations regarding taxes, exchange and/or capital controls.<br><br>');
document.writeln('                </div>');
document.writeln('                <div>');
document.writeln('                	<div style="float:left;width:500px;">');
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('                  		<span id="citinote">Citi.com is the global source of information about and access to financial services provided by the Citigroup family of companies.</a></span>');
document.writeln('			</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>');
document.writeln('</div>');

