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