$(document).ready(function(){
  $(".wrapper a[href$='pdf']").attr('target','_blank');
  $(".wrapper a[href$='pdf']").addClass('pdf');
  
  var thehost=window.location.hostname;
  $("a[href^='http:']").not("[href*='"+thehost+"']").attr('target','blank');
});


