function em(pt1,pt2,pt3) { 
	document.location.href = "mailto:" + pt3 + "@" + pt2 + "." + pt1; 
}

