function opennew(a)
{ 
   if (a==1)
      window.open("contact_us.htm","contact_us","width=250,height=50"); 
}

document.write ('<table cellpadding="0" cellspacing="0" border="0" width=100% bgcolor=whitesmoke>');
document.write ('<tr> <td valign=top nowrap align=right>');
document.write ('<a href="javascript:opennew(1)" class="b2bhnavlink">contact us</a><img src="enduserbluedot.gif" width=15 height=10 alt="" border="0">');
document.write ('<a href="index.htm" class="b2bhnavlink">citibusiness.com</a><img src="enduserbluedot.gif" width=15 height=10 alt="" border="0">');
document.write ('<a href="http://www.citi.com/domain/index.htm" class="b2bhnavlink">citi.com</a><img src="enduserbluedot.gif" width=15 height=10 alt="" border="0">');
//document.write ('<a href="http://www.citibank.com/privacy" class="b2bhnavlink">privacy</a>');
document.write ('</td></tr></table>');