$(document).ready(function() {
    $("a.reference.external").attr("target", "_blank");
});


