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   <br clear=all>'
   theFooterLine += '\n   <table width=743 border=0>'
   theFooterLine += '\n      <tr>'
   theFooterLine += '\n      <td></td>'
   theFooterLine += '\n      <td colspan=2><img src="'+thePath+'/us/tarjetas/nav/graydot.gif" alt="" width=743 height=1 border=0></td>'
   theFooterLine += '\n      </tr>'
   theFooterLine += '\n      <tr>'
   theFooterLine += '\n      <td></td>'
   theFooterLine += '\n      <td width=30 valign=top align=left>'
   theFooterLine += '\n         <a class=xfooter href="http://www.citibank.com/espanol/home.htm" 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=_blank">Privacidad </a><br>'
   theFooterLine += '\n   <a class=xfooter href="http://www.citibank.com/us/tarjetas/gen-content/disclaim.htm" target=_blank">Términos y Condiciones</a><br>'
   theFooterLine += '\n          Derechos de autor &copy; 2009, 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);
}
