function showCitiHeader(){
	var thePath = "";
   		if (window.location.host.indexOf('citicorp.com') >= -1)
          thePath = "http://www.citibank.com";    
		
   var theLine = '';
   
   theLine += '<img src="/us/cards/nav/menu/ada_hdr.gif" width="750" height="85" usemap="#MapTop" border="0" >'
   theLine += '   <map name="MapTop">'
   theLine += '      <area shape="rect" coords="626,44,669,60" href=javascript:openNewWin("Privacy","")>'
   theLine += '      <area shape="rect" coords="681,42,742,60" href="/us/cards/pop_go.jsp?dest=http://www.ada.org/" target="_top">' 
   theLine += '       </map>'
 document.writeln(theLine);
}