var sImgPath = location.href.substr(0,(location.href.toLowerCase().lastIndexOf("homepage/")+9));
//document.write(location.href + ' :: ' + sImgPath + "::" + sPg + "<<");
document.write('\n');
document.write('\n<!-- FOOTER - Home Page -->');
document.write('\n<table border="0" cellPadding="0" cellSpacing="0" width="750">');
document.write('\n   <tr>');
document.write('\n      <td width="100%" colspan="3">');
document.write('\n         <img alt border="0" height="1" width="100%" src="'+sImgPath+'./images/grayline.gif">');
document.write('\n      </td>');
document.write('\n   </tr>');
document.write('\n   <tr>');
document.write('\n      <td width="6">&nbsp;</td>');
document.write('\n      <td valign="top">');
document.write('\n         <font face="Arial, Helvetica" size="1">');
document.write('\n         <img alt="Citibank" border="0" src="'+sImgPath+'./images/f_citi.gif" WIDTH="60" HEIGHT="19"><br>');
document.write('\n         <a href="http://www.citiislamic.com/">CitiIslamic.com</a>');
document.write('\n         </font>');
document.write('\n      </td>');
document.write('\n      <td align="right" valign="top">');
document.write('\n         <font face="Arial, Helvetica" size="1">');
if (sPg=='Home')
   {
    document.write('\n         <img alt="Member of Citigroup" border="0" src="'+sImgPath+'./images/citigrp.gif" WIDTH="106" HEIGHT="13"><br>');
   }
document.write('\n         <a href="http://www.citigroup.com/citigroup/privacy/index.htm" target="_new">Privacy</a><br>');
document.write('\n         <a href="http://www.citigroup.com/citigroup/privacy/terms.htm" target="_new">Terms, conditions, caveats and small print</a>');
document.write('\n         <br>');
document.write('\n         Copyright © 2001-2007 Citigroup');
document.write('\n         </font>');
document.write('\n      </td>');
document.write('\n   </tr>');
document.write('\n</table>');
document.write('\n<!-- END FOOTER - Home Page -->');
