

$("#about_sections span").click(function(){
	
	var id_to_hide = $(this).attr("id") + "_box";
	alert(id_to_hide);
	
});