function email(anchor) {
	window.location = anchor.href.replace(/_NO@SPAM_/, '@');
}
