$(document).ready(function(){
    $('a[href^="http://"]').attr('target', '_blank');
    $("a[href$='pdf']").attr('target', '_blank');
    $("a[rel^='prettyPhoto'], .rtePhoto").prettyPhoto({ theme: 'light_rounded' });
});

