<!--
CurrPath = location.href;
ImgPath = "";
StPoint  = CurrPath.indexOf("bahrain/gcb")
if (StPoint >= 0)
   {
    StPoint += 11;
    ImgPath = CurrPath.substr(0,StPoint);
   }

cpin = "javascript:login('cbol','/cgi-bin/gohttp?/bahrain/gcb/cbol/index.htm')"

document.write(
'<div align="right">'+
'<a href="'+cpin+'" class="footer">change your pin</a>'+
'&nbsp;|&nbsp;<a href="/cgi-bin/gohttps?/bahrain/gcb/apply/form.htm" class="footer" target="_top">contact us</a>'+
'&nbsp;|&nbsp;<a href="/cgi-bin/gohttp?/bahrain/gcb/cbol/isecurity.htm" class="footer" target="_top">security</a>'+
'&nbsp;|&nbsp;<a href="/cgi-bin/gohttp?/bahrain/gcb/info/sitemap.htm" class="footer" target="_top">site map</a>'+
'</div>');
//-->