<!-- //HIDE
datUpdated = new Date(document.lastModified) ;
datMonth = datUpdated.getMonth() + 1 ;
datDate = datUpdated.getDate() ;
datYear = datUpdated.getFullYear() ;
document.write("<font class='updated' color='#000000'>Page Modified: " + datMonth + "/" + datDate + "/" + datYear + "</font>") ;
-->