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