jQuery(
    function () {
        $('.pdf a').attr('target','_blank');
    }
);
