document.writeln('<br><br><br>\r\n');
document.writeln('<hr noshade size=1 color=#483D8B width="100%">\r\n');
document.writeln('<table width="100%" border="0>"<tr>');
document.writeln('<td align="left" valign=top>');
document.writeln('<font size=-1 color=#483D8B>');
document.writeln('© 2008 Copyright W. Ebeling');
document.writeln('&nbsp;&nbsp;  <a href=disclaim.html target=_blank>Disclaimer</a>');
document.writeln('&nbsp;  |&nbsp; <a href=privacy.html target=_blank>Privacy statement</a>');
document.writeln('&nbsp;  |&nbsp; <a href=contact.html>Contact</a>');
document.writeln('&nbsp;  |&nbsp; <a href=sitemap.html>Sitemap</a>');
document.writeln('</font>');

document.writeln('<font size=-2 color=#483D8B>');

update = new Date(document.lastModified);
m = update.getMonth() + 1;
var theMonth = 
  ( 1==m)?'Jan':( 2==m)?'Feb':(3==m)?'Mar':
  ( 4==m)?'Apr':( 5==m)?'May':(6==m)?'Jun':
  ( 7==m)?'Jul':( 8==m)?'Aug':(9==m)?'Sep':
  (10==m)?'Oct':(11==m)?'Nov':'Dec';
theDate = update.getDate();
theYear = update.getFullYear();

document.writeln("<br><I>Updated:" + theDate + "-" + theMonth + "-" + theYear + "</I>");
document.writeln('</font>');
document.writeln('</td>');
document.write('<td align=right valign="top"><a href="#top"><img src="top-blue.gif" border="0" alt="Naar begin"></a></td>');
document.writeln('</tr></table>');




