var update= new Date();
update.setTime(Date.parse(document.lastModified));
tag_update=update.getDate();
monat_update=update.getMonth()+1;
jahr_update=update.getYear();
document.write("&#169 <a href='mailto:webmaster@nva-mtw.de'>A.Stephan</a>, last update: "+tag_update+"."+monat_update+"."+jahr_update);
