function mailing(domain, address)
{
  var sender = "mail" + "to:" + address + domain
  parent.location = sender
}
