$(document).ready(function(){
  $("a[href$='pdf']").attr('target','_blank');
  $("a[href$='pdf']").addClass('pdf');

});


