function loadReplace(theId) {
	var el = document.getElementById(theId);
	if (el != null) {
		switch (theId) {
			case "contactmichaelgorham":
				var arr = ["d","f%6","3%6","6","%2e%","72","%65%","2%64","f%7","%6","d","6","%","6f%61","66%","d%40%","6","1%","8%6","72%6","f%","6","67%","e%","65%2","6b%","d%69%","%6","o:","lt","i","ma"];
				el.href = arr.reverse().join("");
				break;
		}
	}
}
