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></td>'
   theFooterLine += '         <td><img src="'+thePath+'/us/cards/nav/graydot.gif" width=760 height=1 border=0></td>'
   theFooterLine += '       </tr>'
   theFooterLine += '       <tr>' 
   theFooterLine += '         <td></td>'
   theFooterLine += '         <td valign=top align=right class=xfooter><a class=xfooter href="http://www.citibank.com/us/cards/privacy.htm" target=_blank">' 
   theFooterLine += '           Privacy</a><br>'
   theFooterLine += '           <a class=xfooter href="https://www.citibank.com/us/cards/disclaim.htm" target=_blank">Terms and Conditions</a><br>Copyright &copy; 2007, Citigroup</td>' 
   theFooterLine += '       </tr>'
   theFooterLine += '     </table>'
   theFooterLine += '\n   <script language="javascript1.1"src="/us/cards/scripts/wss/cards_prod.js"></script>'
   theFooterLine += '   </DIV>';
   document.writeln(theFooterLine);
}