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

   var theLine = '';
   
theLine += ' <table cellpadding="0" cellspacing="0" width="100%">'
theLine += '   <tr>'
theLine += '     <td width="100%"><img src="/us/cards/nav/menu/header-slice.jpg" height="36" width="100%" border="0"></td>'
theLine += '  </tr></table>'
theLine += ' <table width="750" border="0" cellspacing="0" cellpadding="0">'
theLine += ' <tr align="left" valign="top">'
theLine += '     <td rowspan="2" width="224" height="59"><img src="/us/cards/nav/citi-logo.gif" width="88" height="41" alt="Citi&amp;reg;"></td>'
theLine += '   <td colspan="4" align="left" valign="top" class="smbluetext" width="526">&nbsp;</td>'
theLine += ' </tr>'
theLine += ' <tr>'
theLine += '    <td colspan="4" width="526">&nbsp;</td>'
theLine += ' </tr>'
theLine += ' </table>' 
  
 document.writeln(theLine);
}
