Behaviour.register (
  {
      "a.external" : function(el)
      {
          el.onclick=function()
          {
              this.target = "_blank";
          }
      }
  }
);