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  <script language="javascript" type="text/javascript" src="/us/cards/scripts/foot1.js"></script>' 
      theFooterLine += '\n   <table width=743 border=0>'
   theFooterLine += '\n      <tr>'
   theFooterLine += '\n      <td></td>'
   theFooterLine += '\n      <td colspan=2><img src="'+thePath+'/us/cards/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.citi.com" 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/cards/privacy.htm" target=_blank">Privacy</a><br>'
   theFooterLine += '\n   <a class=xfooter href="https://www.citibank.com/us/cards/disclaim.htm" target=_blank">Terms and Conditions</a><br>'
   theFooterLine += '\n         Copyright &copy; 2009, Citigroup'
   theFooterLine += '\n      </td>'
   theFooterLine += '\n      </tr>'
   theFooterLine += '\n   </table>'
   theFooterLine += '\n   <script language="javascript1.1"src="/us/cards/scripts/wss/cards_prod.js"></script>'
   theFooterLine += '\n   </DIV>';
   document.writeln(theFooterLine);
}