function showCitiHeader(){
//	var thePath = "";
//  		if (window.location.host.indexOf('citicorp.com') >= -1)
//          thePath = "https://www.citibank.com";
//    		thePath = "https://dev.cdcla.citicorp.com";
		
var theLine = '	<STYLE type="text/css">'
   theLine += '			.globalNav { FONT-FAMILY: arial, helvetica; color:#000066; FONT-SIZE: 11px; text-decoration: none;}'
   theLine += '			.globalNav a:link, .globalNav a:visited, .globalNav a:active { FONT-FAMILY: arial, helvetica; color:#000066; FONT-SIZE: 11px; text-decoration: none; }'
   theLine += '			.globalNav a:hover { FONT-FAMILY: arial, helvetica; color:#000066; FONT-SIZE: 11px; text-decoration: none; }'
   theLine += '	</STYLE>'
   theLine += '   <table cellpadding="0" cellspacing="0" width="100%">'
   theLine += '  <tr>'
   theLine += '    <td width="100%"> <img src="/us/cards/images/spacer.gif" 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="3" width="144" height="59"><img src="/us/cards/nav/citi-logo.gif" width="88" height="41" alt="Citi&amp;reg;"></td>'
   theLine += '    <td colspan="3" align="right" valign="top" class="smbluetext" height="15"><nobr><a href="http://www.citibank.com/us/tarjetas/cardserv/advice/protect.htm#128" class="globalNav" onFocus="if(this.blur)this.blur()" title="Seguridad del Website: Ent&eacute;rate de c&oacute;mo Citi&reg; te protege en l&iacute;nea.">Seguridad' 
   theLine += '	      del Website</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.citibank.com/us/tarjetas/cm/" class="globalNav" title="Cuida tu Cr&eacute;dito: Sugerencias y orientaci&oacute;n para el uso de tarjetas de cr&eacute;dito." onFocus="if(this.blur)this.blur()">Cuida '
   theLine += '	      tu Cr&eacute;dito</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/us/tarjetas/gen-content/site-contact.htm" target="_blank"" class="globalNav" title="Ayuda o Cont&aacute;ctanos: N&uacute;meros telef&oacute;nicos importantes, para que puedas llamarnos las 24 horas." onFocus="if(this.blur)this.blur()">Ayuda' 
   theLine += '	      o Cont&aacute;ctanos</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.citibank.com/us/tarjetas/sitemap.htm" class="globalNav" title="Mapa del Website" onFocus="if(this.blur)this.blur()">Mapa' 
   theLine += '	      del Website</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://www.citibank.com/us/tarjetas/index.jsp" class="globalNav" title="Volver al homepage de tarjetasciti.com">tarjetasciti.com</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.citicards.com" class="globalNav" title="Espa&ntilde;ol: Ver el website de las tarjetas de cr&eacute;dito Citi&reg; en espa&ntilde;ol.">English</a></nobr></td>'
   theLine += '  </tr>'
   theLine += '  <tr align="left" valign="top">' 
   theLine += '    <td width="55" align="right" valign="top"height="1"><img src="/us/cards/images/spacer.gif" width="1" height="1"></td>'
   theLine += '    <td align="right" valign="top" width="427" height="1" bgcolor="#cccccc"><img src="/us/cards/images/spacer.gif" width="1" height="1"></td>'
   theLine += '    <td width="124" align="right" valign="top" height="1" bgcolor="#cccccc"><img src="/us/cards/images/spacer.gif" width="1" height="1"></td>'
   theLine += '  </tr>'
   theLine += '  <tr>' 
   theLine += '    <td colspan="2" align="right" valign="middle" height="25"><a href="http://www.citibank.com/us/tarjetas/gen-content/leave-site5.htm" class="globalNav" title="Empleos: &Uacute;nete al equipo de Tarjetas Citi&reg;." onFocus="if(this.blur)this.blur()">Empleos</a>'
   theLine += '   					&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.citibank.com/us/tarjetas/gen-content/privacy.htm" class="globalNav" title="Privacidad: Lee la Promesa de Privacidad de Citigroup para los Consumidores y ent&eacute;rate de lo que hacemos para proteger tu informaci&oacute;n y mantener su carácter confidencial." onFocus="if(this.blur)this.blur()">Privacidad</a>'
   theLine += '&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.citi.com/espanol/" class="globalNav" title="Citi.com: Visita' 
   theLine += 'el Website de Citibank." onFocus="if(this.blur)this.blur()">citi.com</a>&nbsp;&nbsp;|</td>'
   theLine += '    <td width="124" align="right" valign="middle" height="25"><a href="http://www.citibank.com/us/tarjetas/gen-content/site-tyn.htm" target="_blank"><img src="/us/cards/nav/thnk-u_logo.gif" border="0" alt="ThankYou" width="123" height="21"></a></td>'
   theLine += '  </tr>'
   theLine += '</table>' 
	document.writeln(theLine);
}


