 <!--Ex_JS1.js

//-->
function lastModFunc() {
  document.write("Page Updated: " + document.lastModified)
 }
 
function copyNotice(){
document.write("© MMVI Executive Holistics, All Rights Reserved. ");
}

function whatBrowser() {
document.Browser.Name.value=navigator.appName;
document.Browser.Version.value=navigator.appVersion;
document.Browser.Code.value=navigator.appCodeName;
document.Browser.Agent.value=navigator.userAgent;
}
