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