﻿/**************************************************************************************************
 *
 *     Autor: Copyright (C) 2010  Marek Sienczak
 *     Email: support@hashcodes.com
 *  Homepage: http://hashcodes.com
 *
 */

document.writeln('  <table cellpadding="0" cellspacing="0" width="100%" border="0">');
document.writeln('    <tr>');
document.writeln('      <td valign="top" align="center">');
document.writeln('        <!-- Here start the foot -->');
document.writeln('        <table border="0" cellpadding="0" cellspacing="0" style="width: 900px; height:45px; background-image:url(http://imarqs.com/images/foot.jpg);">');
document.writeln('          <tr>');
document.writeln('            <td><img src="http://imarqs.com/images/spacer.gif" width="300px" height="1px" alt="" /></td>');
document.writeln('            <td align="left" style="width:500px; padding-left:10px; padding-top:12px;" class="tiny-info">' + strLastUpdate + ': ' + ShowLastModifiedDate() + '</td>');
document.writeln('            <td align="right" style="width:100px; padding-left:10px; padding-right:15px;">');
document.writeln('              <a class="image" href="http://validator.w3.org/check/referer"><img src="http://imarqs.com/images/xhtml.png" alt="Valid XHTML" title="Valid XHTML" /></a>&nbsp;');
document.writeln('              <a class="image" href="http://jigsaw.w3.org/css-validator/check/referer"><img src="http://imarqs.com/images/css.png" alt="Valid CSS" title="Valid CSS" /></a>');
document.writeln('            </td>');
document.writeln('          </tr>');
document.writeln('        </table>');
document.writeln('        <!-- Here end the foot -->');
document.writeln('       </td>');
document.writeln('    </tr>');
document.writeln('  </table>');
document.writeln('  <br />');
