function email(user,domain){
	//alert("mailto:"+user+"@"+domain)
	parent.location.href='mailto:'+user+'@'+domain;
}