// Footer

document.writeln('<table width="800" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">');
document.writeln('  <tr>');
document.writeln('    <td background="images/footer_bg.jpg"><table width="100%"  border="0" cellspacing="0" cellpadding="0">');
document.writeln('      <tr>');
document.writeln('        <td width="3%">&nbsp;</td>');
document.writeln('        <td width="94%" class="footer"><div align="right">Copyright 2007 © City Developments Limited. All rights reserved. </div></td>');
document.writeln('        <td width="3%">&nbsp;</td>');
document.writeln('      </tr>');
document.writeln('    </table></td>');
document.writeln('  </tr>');
document.writeln('</table>');