function nospam(x) { 
  x.href=x.href.replace(/#kukac#/, "@");
  x.href=x.href.replace(/#pont#/, ".");
  return true;
}

