// JavaScript Document

	function writeE(a, b, c) {
		document.write("<a href=" + "mailt" + "o:" + a + "@" + b + ">" + c + "</a>")
	}
