function maila(pA, pB) {
	document.location.href='mailto:'+pB+'@'+pA;
}
