document.write('
')
document.write('' + document.title + '
');
document.write('All contents created by and © Ben Scheele
unless otherwise specified
');
// append a modification date only if server provides a valid date
if (Date.parse(document.lastModified) > 0) {
document.write('last modified: ' +
document.lastModified + '
');
}
document.write('URL: ' + document.location.href +
'');