$(document).ready(function() {
	$('.post .entry a').each(function(){
	 $(this).attr('target','_blank');
	})
});



