function showCitiHeader(){
var thePath = "";
	if (window.location.host.indexOf('citicorp.com') >= -1)
     thePath = "http://www.citibank.com"; 
		  
   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="http://www.citibank.com/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="http://www.citibank.com/us/cards/nav/citi-logo.gif" width="88" height="41" alt="Citi&reg; Credit Cards Website"></td>'
   theLine += '    <td colspan="3" align="right" valign="top" class="smbluetext" height="15"><nobr><a href="http://www.citicards.com/cards/wv/detail.do?screenID=607" 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.usecreditwisely.com" 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://www.citibank.com/cards/wv/topLevel.do?screenID=502" 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://http://citicards.com/cards/wv/copy.do?screenID=1255" 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="http://www.citicards.com" class="globalNav" title="Return to the citicards.com homepage.">citicards.com</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://www.citibank.com/us/tarjetas/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="173" align="right" valign="top"height="1"><img src="http://www.citibank.com/us/cards/images/spacer.gif" width="1" height="1"></td>'
   theLine += '    <td align="right" valign="top" width="309" height="1" bgcolor="#cccccc"><img src="http://www.citibank.com/us/cards/images/spacer.gif" width="1" height="1"></td>'
   theLine += '    <td width="124" align="right" valign="top" height="1" bgcolor="#cccccc"><img src="http://www.citibank.com/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://careers.citigroup.com/careers/nam/citicards/index.htm" class="globalNav" title="Careers: Join the Citi&reg; Cards team." onFocus="if(this.blur)this.blur()">Careers</a>&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()">Privacy</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.citi.com/domain/index.htm" class="globalNav" title="Citi.com: Visit the Citibank Website." onFocus="if(this.blur)this.blur()">citi.com</a>&nbsp;&nbsp;|</td>'
   theLine += '    <td width="124" align="right" valign="middle" height="25"><a href="https://www.thankyou.com" target="_blank"><img src="http://www.citibank.com/us/cards/nav/thnk-u_logo.gif" border="0" alt="ThankYou Rewards: Redeem points for rewards!" width="123" height="21"></a></td>'
   theLine += '  </tr>'
   theLine += '</table>' 
 document.writeln(theLine);
}

