function showCitiFooterLight(){
	var thePath = "";
	if (window.location.host.indexOf('citicorp.com') >= -1)
	thePath = "http://www.citibank.com";

   var theFooterLine  = '<DIV id="xdivfooter">'
   theFooterLine += '   <style type="text/css">'
   theFooterLine += '   TD.xfooter {  COLOR: #000000; FONT-FAMILY: arial, helvetica; FONT-SIZE: 10px  }'
   theFooterLine += '   A.xfooter:link     {  COLOR: #3c3c8e; FONT-FAMILY: arial, helvetica; FONT-SIZE: 10px  }'
   theFooterLine += '   A.xfooter:active   {  COLOR: #3c3c8e; FONT-FAMILY: arial, helvetica; FONT-SIZE: 10px  }'
   theFooterLine += '   A.xfooter:visited  {  COLOR: #3c3c8e; FONT-FAMILY: arial, helvetica; FONT-SIZE: 10px  }'
   theFooterLine += '   </style>'
   theFooterLine += '     <table width=770 border=0>'
   theFooterLine += '       <tr>'
   theFooterLine += '         <td colspan="3">'
   theFooterLine += '     	<img src="'+thePath+'/us/tarjetas/nav/graydot.gif" width=760 height=1 border=0>'
   theFooterLine += '     	</td>'
   theFooterLine += '       </tr>'
   theFooterLine += '       <tr>'
   theFooterLine += '         <td width="369" align=left valign=top class=xfooter>Copyright &copy; 2009, Citigroup<br></td>'
   theFooterLine += '         <td width="385" align=right valign=top class=xfooter>'
   theFooterLine += '     	<a class=xfooter href="http://www.citibank.com/us/tarjetas/gen-content/privacy.htm" target=_top">Privacidad</a><br>'
   theFooterLine += '           <a class=xfooter href="http://www.citibank.com/us/tarjetas/gen-content/disclaim.htm" target=_top">T&eacute;rminos y Condiciones</a></td>'
   theFooterLine += '       </tr>'
   theFooterLine += '     </table>'

   theFooterLine += '\n   <script language="javascript1.1"src="/us/tarjetas/scripts/wss/cards_prod.js"></script>'
   theFooterLine += '   </DIV>';
   document.writeln(theFooterLine);
}
