/*
document.write('<table width=98%>');
document.write('<tr>');
document.write(' <td>');
document.write('  <img src="images/pix.gif" width=100% height=1>');
document.write('  <center>');
document.write('  <div class=footer>');
document.write('   <a class="footer" href="javascript:history.back(-1)">Previous page</a> -');
document.write('   <a class="footer" href="home.htm">Home</a> - ');
document.write('   <a class="footer" href="#" onClick="window.print();">Print page</A> -');
document.write('   <a class="footer" href="contact.htm">Contact us</a> -');
document.write('   Copyright 2010 van de Donauhoeve. All rights reserved');
document.write('   <br>');
document.write('  </div>');
document.write('  </center>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
*/