(function($){
		'use strict';
		$(document).on('ready', function(){ 

		$('#pcp_wrapper-151 .sp-pcp-post').each(function(){

          var target_url = $(this).find('.sp-pcp-title a').attr('href');
   	 $(this).click(function(){
     			 window.open(target_url, '_self');
     });
          
 
        });
      	});
})(jQuery);