function showCitiHeader(){
   var theLine = '';
theLine += '<STYLE type="text/css">'
theLine += ' a:link,a:visited{ padding:0;text-align:center;font-family:verdana;margin:0;color:#000066;text-decoration:none;font-size:10px;}'
theLine += ' 	a:hover{padding:0;text-align:center;font-family:verdana;margin:0;text-decoration:underline;}'
theLine += ' a.arrow:link,a.arrow:visited{no-repeat left;padding-left:7px;}'
theLine += ' div.header-left a, div#footer div a  {color:000066; no-repeat 2px 5px;padding-left:10px;margin-left:5px;vertical-align:top;}'
theLine += ' div.header-left {float:right;font-size:.65em;margin-bottom:10px;}'
theLine += ' div#header-upper{}'
theLine += ' div#header{margin-bottom:4px;}'
theLine += ' div#header-navigation {font-family:verdana;font-size:10px;clear:both;}'
theLine += ' div.clear {clear:both;}'
theLine += '</STYLE>'
theLine += '<div class="header">'
theLine += '<div class="header-upper">'
theLine += '<table cellpadding="0" cellspacing="0" width="100%">'
theLine += '  <tr>'
theLine += '    <td width="100%"><img src="images/spacer.gif" height="36" width="100%" border="0">'
theLine += '</td>'
theLine += '  </tr>'
theLine += '</table>'
theLine += '<table width="750" border="0" cellspacing="0" cellpadding="0">'
theLine += '<tr align="left" valign="top">'
theLine += '<td rowspan="2" width="111" height="59">'
theLine += '&nbsp;&nbsp;&nbsp;<a href="http://www.citi.com" target="_blank">'
theLine += '<img src="/us/cards/cm/images/citi.gif" alt="Citi&reg; Credit Cards Website" width="52" height="30" border="0"></a></td>'
theLine += '<td height="15" colspan="5" align="right" valign="top">'
theLine += '<spacer type="block" height="15"></td>'
theLine += '</tr>'
theLine += '<tr>'
theLine += '<td width="234" height="25" align="right" valign="middle">'
theLine += '<spacer type="block" width="234"></td>'
theLine += '<td width="115" align="right" valign="middle">'
theLine += '<img src="/us/cards/cm/images/arrow.gif" width="8" height="10" alt="">'
theLine += '<span class="header-left">'
theLine += '<a href="http://www.citicards.com/cards/wv/copy.do?screenID=1254">'
theLine += 'Contact Citi Cards</a></span></td>'
theLine += '<td width="115" align="right" valign="middle">'
theLine += '<img src="/us/cards/cm/images/arrow.gif" width="8" height="10" alt="arrow"><span class="header-left">'
theLine += '<a href="http://www.UseCreditWisely.com">'
theLine += 'Use Credit Wisely</a></span></td>'
theLine += '<td width="75" height="25" align="right" valign="middle">'
theLine += '<img src="/us/cards/cm/images/arrow.gif" width="8" height="10" alt="arrow"><span class="header-left">'
theLine += '<a href="http://www.citibank.com/us/tarjetas/cm/">'
theLine += 'En Espa&ntilde;ol</a></span></td>'
theLine += '<td width="90" height="25" align="right" valign="middle">'
theLine += '<img src="/us/cards/cm/images/arrow.gif" width="8" height="10" alt="arrow">'
theLine += '<span class="header-left">'
theLine += '<a href="http://www.citicards.com">Citicards.com</a> </span></div></td>'
theLine += '</tr>'
theLine += '</table></div></div>' 
 document.writeln(theLine);
}
