document.observe("dom:loaded", function() {
  $$('a[rel="external"]').each(function(link){
    link.target = "_blank";
  });
});
