function contact(name, domain) {
	window.location = "mailto:" + name + "@" + domain;
}
