<!--
function nospam (name, domain, subject)
{
  location.href = "mailto:"+name+"@"+domain+subject;
}
-->
