function MakeAddy (usr, dom) {
	type = "mail"
	at = "@"
	document.write("<a href='" + type + "to:" + usr + at + dom + "'>" + usr + at + dom + "</a>")
}
