


 function mail(x, y, z)
 {
	document.location.href= 'mailto:' + z + '@' + y + '.' + x;
 }
