function mail (user,domain) {
	location.href="mailto:"+user+"@"+domain ;
}