function email (name,sld,tld){	var at   = "@";	window.location.href = "mailto:" + name + at + sld + "." + tld;}