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/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         <img src="'+thePath+'/us/cards/nav/citi_lsm.gif" alt="Citi" width=21 height=13 border=0><br>'
   theFooterLine += '\n         <a class=xfooter href="http://www.citi.com" target=_top">Citi.com</a>'
   theFooterLine += '\n      </td>'
   theFooterLine += '\n      <td class=xfooter align=right>'
   theFooterLine += '\n         <a class=xfooter href=javascript:openNewWin("Privacy","")>Privacy</a><br>'
   theFooterLine += '\n   <a class=xfooter href="https://www.citibank.com/us/cards/disclaim.htm" target=_top">Terms and Conditions </a><br>'
   theFooterLine += '\n         Copyright &copy; 2004, Citicorp'
   theFooterLine += '\n      </td>'
   theFooterLine += '\n      </tr>'
   theFooterLine += '\n   </table>'
   theFooterLine += '\n   <img src="https://www.accountonline.com/CB/tracking" width=1 height=1>'
   theFooterLine += '\n   </DIV>';
   document.writeln(theFooterLine);
}