function showCitiFooter(){
	var thePath = "";
	if (window.location.host.indexOf('citicorp.com') > -1){
		thePath = "http://www.citibank.com";
	}
	var theFooterLine  = '<DIV id="xdivfooter">'
	theFooterLine += '\n   <style type="text/css">'
	theFooterLine += '\n      TD.xfooter {  COLOR: #000000; FONT-FAMILY: arial, helvetica; FONT-SIZE: 10px  }'
	theFooterLine += '\n      A.xfooter:link     {  COLOR: #3c3c8e; FONT-FAMILY: arial, helvetica; FONT-SIZE: 10px  }'
	theFooterLine += '\n      A.xfooter:active   {  COLOR: #3c3c8e; FONT-FAMILY: arial, helvetica; FONT-SIZE: 10px  }'
	theFooterLine += '\n      A.xfooter:visited  {  COLOR: #3c3c8e; FONT-FAMILY: arial, helvetica; FONT-SIZE: 10px  }'
	theFooterLine += '\n   </style>'
	theFooterLine += '\n   <table width=743 border=0>'
	theFooterLine += '\n      <tr>'
	theFooterLine += '\n      <td colspan=2><img src="'+thePath+'/us/tarjetas/nav/graydot.gif"  width=743 height=1 border=0></td>'
	theFooterLine += '\n      </tr>'
	theFooterLine += '\n      <tr>'
	theFooterLine += '\n      <td width=30 valign=top align=left>'
	theFooterLine += '\n         <img src="'+thePath+'/us/tarjetas/nav/citi_lsm.gif" alt="Citi" width=21 height=13 border=0><br>'
	theFooterLine += '\n         <a class=xfooter href="http://www.citibank.com/espanol/" target="_blank">Citi.com</a>'
	theFooterLine += '\n      </td>'
	theFooterLine += '\n      <td class=xfooter align=right>'
	theFooterLine += '\n         <a class=xfooter href="http://www.citibank.com/us/tarjetas/gen-content/privacy.htm" target="_new">Privacidad</a><br>'
	theFooterLine += '\n   <a class=xfooter href="http://www.citibank.com/us/tarjetas/gen-content/disclaim.htm" target="_new">T&eacute;rminos y Condiciones</a><br>'
	theFooterLine += '\n   Derechos de Autor © 2007, Citigroup '
	theFooterLine += '\n      </td>'
	theFooterLine += '\n      </tr>'
	theFooterLine += '\n   </table>'
   theFooterLine += '\n   <script language="javascript1.1"src="/us/tarjetas/scripts/wss/cards_prod.js"></script>'
	theFooterLine += '\n   </DIV>';
	document.writeln(theFooterLine);
}
