$(document).ready(function() {
  $('a.target-blank').click(function() {
    this.target = '_blank';
  });
});