
$(document).ready(function() {

	$(".block_1 h2 span").click(function() {
		$(".. ..", this).toggleClass('on');
	});

	
});


