function getMail(dom, usr){

	window.location='mailto:'+usr+'@'+dom;
	
}