// JS function for uncrypting spam-protected emails:
function getMailto(s1,s2) {	//
  location.href = "mailto:" + s1 + "@" + s2; 	
}
