$(document).ready(function() {
	
	$(".item p a").attr('target','_blank');
	
});
