function address(name,host) {
document.write("<a class = 'body' href='" + "mail" + "to:" + name + "@" + host+ "'>" + name + "@" + host + "</a>")
}

