<!--
CurrPath = location.href;
ImgPath = "";
StPoint  = CurrPath.indexOf("uae/homepage")
if (StPoint >= 0)
   {
    StPoint += 12;
    ImgPath = CurrPath.substr(0,StPoint);
   }
	
document.write(
'<!-- FOOTER START -->'+
'<table width="100%" border="0" cellspacing="0" cellpadding="0">'+
'<tr>'+
'<td>'+
'<table width="100%" border="0" cellspacing="0" cellpadding="0">'+
'<tr valign="top">'+
'<td colspan="4"><img src="'+ImgPath+'/images/1grey.gif" width="100%" height="0" vspace="5"></td>'+
'</tr>'+
'<tr valign="top">'+
'<td width="0"><img src="'+ImgPath+'/images/pixel.gif" width="10" height="1"></td>'+
'<td width="50%"><img src="'+ImgPath+'/images/foot_logo.gif" width="61" height="25"><br>'+
'<a href="http://www.citibank.com" class="footer" target="_blank">Citibank.com</a></td>'+
'<td width="50%"><div align="right">'+
'<span class="footer"><a href="http://www.citibank.com/uae/gcb/info/privacy.htm" target="_blank" class="footer">Privacy</a></span><br>'+
'<span class="footer"><a href="http://www.citibank.com/uae/gcb/info/disclaimer.htm" target="_blank" class="footer">Terms, Conditions, caveats and small print</a></span><br>'+
'<span class="footer">Copyright &copy; 2011, Citigroup Inc.<br>'+
'<br>'+
'</span></div></td>'+
'<td width="0"><img src="'+ImgPath+'/images/pixel.gif" width="10" height="10"></td>'+
'</tr>'+
'</table></td>'+
'</tr>'+
'</table>'+
'<!-- END FOOTER-->');
//-->
