// JavaScript Document
function writeme(email,host) {
	document.write("<a href=" + "mail" + "to:" + email + "@" + host + ">" + email + "@" + host + "</a>");
			}
