function writerFooter() {
  writeFooter();
}


function writeFooter() {
  var year = new Date().getFullYear();
  document.write('<hr width="100%" align="center" style="margin-top:20px">');
  document.write('<div align="center"><span align="center" class="Stil9">');
  document.write('<a href="http://www.wwbau.de/de/Impressum.html">Impressum</a> - ');
  document.write('<a href="http://www.wwbau.de/de/Datenschutz.html">Datenschutzerkl&auml;rung</a> - ');
  document.write('<a href="http://www.wwbau.de/de/RechtHinweis.html">Rechtliche Hinweise</a> - ');
  document.write('<a href="http://www.wwbau.de/de/Kontakt.html">Kontakt</a>');
  document.write('</span><br>');
  document.write('&copy; ');
  document.write('<a href="http://www.wwbau.de" style="text-decoration:none; font-weight:bold" target="_top">WeltWeitBau GmbH</a> 1997-');
  document.write(year);
  document.write('&nbsp;- [<a href="mailto:messe@wwbau.de">Postmaster</a>]');
  document.write('</div>');
}

