lastModDate = new Date(document.lastModified)
lastModMonth = lastModDate.getMonth() + 1
lastModDay = lastModDate.getDate()
lastModYear = lastModDate.getYear()
document.write("<strong><small>Last updated: " + lastModMonth + "/" + lastModDay +  "/2005</small></strong>");
/* document.write("<strong><small>Last updated: " + lastModMonth + "/" + lastModDay + "/" + lastModYear + "</small></strong>"); */
