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