jQuery(function($) {
	jQuery('a[href^=http]:not(.in), a[href$=pdf]').attr({'target':'_blank'});
});
