// JavaScript Document	
// footer gvow

document.write('<div id="footer">');
document.write('<div id="footer-in">');
document.write('<p class="footer-left">&copy; <a href="http://www.gvow.nl">Gebruikersvereniging Oranjewoud (GVOW)</a>, 2010</p>');
document.write('<p class="footer-right">Vragen? stuur een e-mail naar <a  onMouseover="window.status=');
document.write("''");
document.write(';return true;"  href="mailto:secretariaat%40gvow%2Enl">secretariaat@gvow.nl</a></p>');
document.write('</div>');
document.write('</div>');
document.write('<hr class="noscreen" />');

