function sendMail(n,d){
	location.href="mailto:"+n+"@"+d;
}
