function DoFooter(sDT)
{
  document.write('<div id="footer">');
  document.write('<table width="100%" cellspacing="0" cellpadding="0"><tr>');
  document.write('<td align="center">');  
  document.write('<a href="http://validator.w3.org/check?uri=referer" target="_blank" style="border-bottom:none">');
  document.write('<img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" border="0" /></a>');
  document.write('</td>');  
  document.write('<td align="center">');  
  document.write('<a href="http://jigsaw.w3.org/css-validator/validator?uri=http://www.penguinprograms.nl" target="_blank" style="border-bottom:none">');
  document.write('<img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" />');
  document.write('</a>');
  document.write('</td>');  
  document.write('<td align="center">');  
  document.write('<a href="http://franson.com/serialtools/" target="_blank" style="border-bottom:none">');
  document.write('  <img src="./ppImg/serialtools_partner_1.gif" alt="Franson SerialTools Solution Partner" border="0">');
  document.write('</a>');  
  document.write('</td>');  
  document.write('<td align="right" valign="bottom">');  
  document.write('  <font size="-2" color="#000000">Latest update: '+sDT+'</font>');
  document.write('</td>');  
  document.write('</tr></table>');  
  document.write('</div>');

  document.write('<!-- Start of StatCounter Code -->');
  document.write('<script type="text/javascript" language="javascript">');
  document.write('var sc_project=526396;'); 
  document.write('var sc_partition=3;'); 
  document.write('var sc_invisible=1;');
  document.write('</script>');

  document.write('<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c4.statcounter.com/counter.php?sc_project=526396&amp;java=0" alt="counter customizable free hit" border="0" /></a> </noscript>');
  document.write('<!-- End of StatCounter Code -->');

}  

