
function email (preat, postat)
{
  to = 'mailto:';
  at = '@';

  location.href = to+preat+at+postat;
}

