
function decrypt_and_email(last) {
	var decrypted_string = "mailto:"+last+"@sonoconsult.se";
	parent.location = decrypted_string;
}

