
function contact() {
   	var rhs = "contact"; 
 	var lhs = "@amsisf.com";
        if(document.getElementById('email')!=null) {
	document.getElementById('email').href = 'mailto://' + rhs + lhs};
	}

