function mailto (username, domain){
	window.location = 'mailto:'+username+'@'+domain;
}