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