<SCRIPT LANGUAGE="JavaScript">
<!--
function PrintTitle() {
now = new Date();
month = (now.getMonth() + 1);
document.write("<TITLE>hertelden.net - ");
document.write(now.getDate() + '.' + month + '.' + now.getYear());
document.write('</TITLE>\n');
}
PrintTitle();
// -->
</SCRIPT>