// JavaScript Document
function protect_mail(who,domain) {
	location.href='mailto:'+who+'@'+domain;
}