function showCitiHeader(){
var thePath = "";
	if (window.location.host.indexOf('citicorp.com') >= -1)
      thePath = "";
		  
   var theLine = '';
   theLine += '<STYLE type="text/css">'
   theLine += '     .smbluetext {FONT-FAMILY: arial, helvetica;  color:#000099; FONT-SIZE: 11px;}'
   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="/puertorico/cards/en/images/spacer.gif" height="36" width="100%" border="0" alt=""></td>'
   theLine += '  </tr>'
   theLine += '</table>'
   theLine += '<table width="750" border="0" cellspacing="0" cellpadding="0">'
   theLine += '  <tr align="left" valign="top">' 
   theLine += '    <td rowspan="3" width="115" height="59"><img src="/puertorico/cards/en/nav/ci_aadv_eagle.gif" width="173" height="53" alt="Citi&reg; Credit Cards Website"></td>'
   theLine += '    <td colspan="2" align="right" valign="middle" class="smbluetext" height="15"><nobr><a href="http://www.citibank.com/puertorico/cards/en/cardserv/advice/protect.htm#128" class="globalNav" onFocus="if(this.blur)this.blur()" title="Site Security: See how Citi&reg; protects you online from identity theft.">Site' 
   theLine += '      Security</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.citibank.com/puertorico/cards/en/cm/index.htm" class="globalNav" title="Use Credit Wisely: Tips and education for using credit cards." onFocus="if(this.blur)this.blur()">Use' 
   theLine += '      Credit Wisely</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://dev.cdcla.citicorp.com/puertorico/cards/en/chooser/contact/card_ph.htm" class="globalNav" title="Help/Contact Us: Important phone numbers, so you can call us 24/7." onFocus="if(this.blur)this.blur()">Help/Contact'
   theLine += '      Us</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.citibank.com/puertorico/cards/en/sitemap.htm" class="globalNav" title="Site Map: Find the credit card or product you are looking for." onFocus="if(this.blur)this.blur()">Site' 
   theLine += '      Map</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://www.citibank.com/puertorico/cards/en/index.jsp" class="globalNav" title="Return to the puertorico.citicards.com homepage.">puertorico.citicards.com</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://www.citibank.com/puertorico/cards/esp/index.jsp" class="globalNav" title="Espa&ntilde;ol: View the Citi&reg; credit card site in Spanish.">Espa&ntilde;ol</a></nobr></td>'
   theLine += '  </tr>'
   theLine += '  <tr align="left" valign="top">' 
   theLine += '    <td width="106" align="right" valign="top"height="1"><img src="/puertorico/cards/en/images/spacer.gif" width="1" height="1"></td>'
   theLine += '    <td align="right" valign="top" width="415" height="1" bgcolor="#cccccc"><img src="/puertorico/cards/en/images/spacer.gif" width="1" height="1"></td>'
   theLine += '  </tr>'
   theLine += '  <tr>' 
   theLine += '    <td colspan="2" align="right" valign="top" height="25"><a href="http://www.citigroup.com/citigroup/careers/nam/citicards/" class="globalNav" title="Careers: Join the Citi&reg; Cards team." onFocus="if(this.blur)this.blur()">Careers</a>'
   theLine += '	&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.citibank.com/us/cards/privacy.htm" class="globalNav" title="Privacy: Read the Citigroup Privacy Promise for Consumers." onFocus="if(this.blur)this.blur()" target="_blank">Privacy</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="ttp://www.latam.citibank.com/puertoricous/homepage/english/index.htm" class="globalNav" title="Citibank.com.pr: Visit the Citibank Website." onFocus="if(this.blur)this.blur()">citibank.com.pr</a></td>'
   theLine += '  </tr>'
   theLine += '</table>'
 document.writeln(theLine);
}
