var lastModificationDate = new Date(document.lastModified) if (navigator.appName.indexOf('Microsoft') != -1) {document.write('
This page was last updated: ' + (lastModificationDate.getMonth()+1) + '/' + lastModificationDate .getDate() +'/' + lastModificationDate.getYear() + '
');} else {document.write('This page was last updated ' + (lastModificationDate.getMonth()+1) + '/' + lastModificationDate .getDate() +'/' + (lastModificationDate.getYear()+1900) + '
');}