function email(localpart,domainpart)
   {
	window.location.href="mailto:"+localpart+"@"+domainpart+"";
   }
