$(document).ready(function() {

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