$(document).ready(function(){

    /********************************** Para target _blank ************************/

    $('.target_blank').click( function() {
        window.open(this.href);
        return false;
    });




});

