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="/puertorico/cards/esp/nav/graydot.gif"  width=743 height=1 border=0></td>'
	theFooterLine += '\n      </tr>'
	theFooterLine += '\n      <tr>'
	theFooterLine += '\n      <td width=200 valign=top align=left class=xfooter>'
	theFooterLine += '\n         <img src="/puertorico/cards/esp/nav/citi_lsm.gif" alt="Citi" width=21 height=13 border=0><br>'
	theFooterLine += '\n         <a class=xfooter href="http://www.citibank.com.pr" target="_blank">Citibank.com.pr</a><br>'
	theFooterLine += '\n      </td>'
	theFooterLine += '\n      <td width=543 class=xfooter align=right>'
	theFooterLine += '\n         <a class=xfooter href="#"  onclick="window.open(\'http://www.citibank.com/us/tarjetas/gen-content/privacy.htm\',\'Privacidad\',\'width=650,height=730,scrollbars\')" >Privacidad</a><br>'
	theFooterLine += '\n   <a class=xfooter href="/puertorico/cards/esp/gen-content/disclaim.htm" target="_new">T&eacute;rminos y Condiciones</a><br>'
	theFooterLine += '\n   Derechos de autor &#169; 2009 Citigroup'
	theFooterLine += '\n      </td>'
	theFooterLine += '\n      </tr>'
	theFooterLine += '\n   </table>'
	theFooterLine += '\n   <script language="javascript1.1"src="/puertorico/cards/esp/scripts/wss/cards_prod.js">'
	theFooterLine += '\n   </DIV>';
	document.writeln(theFooterLine);
}