$(document).ready(function(){
  $(".content a[href$='pdf']").attr('target','_blank');
  $(".content a[href$='pdf']").addClass('pdf');
  
  $(".footer_nav li:nth-child(3n+3) a").addClass('third_child');
  
  var thehost=window.location.hostname;
  $("a[href^='http:']").not("[href*='"+thehost+"']").attr('target','blank');
});


