<!-- 
var now = new Date();

document.write("<FONT face=Arial size=1>This page is last modified at: " + document.lastModified);
document.write('<BR><BR> This page and presentation of information is Copyright &copy 1997 - ' + now.getFullYear() + ' Evert-Jan van der Leij. All rights reserved.<BR> Nothing may be published without permission of the author.<BR></FONT>');
// -->
