
 function email(x,y,z) {
	a=z; b='@'; c=y; d=x;
	document.location.href='mailto:'+a+b+c+'.'+d;
 }
