jQuery(document).ready(function(){
	jQuery('.target_blank').attr('target', '_blank');
});
