$(document).ready(function(){

	$('.pblc_date').css('cursor','pointer').click(function () {
     	$(this).nextAll("div").slideToggle();
	  	return false; 
    	});

	


});
