function uncrypt(e) {
	var n = e.replace("[at]", "@").replace("[dot]", ".");
	location.href = "mailto:"+n;
}