function mailit(user, domain) { 
  window.location.href="mailto:"+user+"@"+domain; 
} 
