$(document).ready(function() {
 $("a[href^='http:'], a[href$='.pdf']").attr({'target':'_blank', 'class':'extlink'});
});

