datUpdated = new Date(document.lastModified) ;
datMonth = datUpdated.getMonth() + 1 ;
datDate = datUpdated.getDate() ;
datYear = datUpdated.getFullYear() ;
document.write('<div id="copy">&copy; 1999 - ' + datYear + ' by Earthguide team members and Scripps Institution of Oceanography. All rights reserved.<div class="updated">Last Updated: ' + datMonth + '/' + datDate + '/' + datYear + '</div></div>');