// insert the copyright message
// and some debug information
function _internalWriteCopyright()
{
	var d = new Date();
	var year = d.getFullYear();

	//document.write("<br>");

	if (document.location.pathname.indexOf("docs") != -1) {
		document.write("<hr size=1>");
	}
	
	
	document.write("<font class=Copyright><a href='mailto:documentation@die.de?subject=Kommentar%20zur%20Dokumentation&body=" + escape(document.URL) + "%0aWeitere%20Anmerkungen:'>Kommentar zu diesem Text an D.I.E. senden</a></font>");
	document.write("<br><font class=Copyright><a href='http://www.die.de/impressum.aspx' target='_top'>Copyright (C) 1996 - " + year + " D.I.E. CAD und Statik Software GmbH</a></font>");
}

_internalWriteCopyright();
