function getMail(mail,kuda)
{
put="mailto:";
location.href=put+kuda+"@"+mail;
}

