 $('#sess_s').click(function() {
        $.post('data.php',{id_value: id_form.id_data.value  },
           function(output) {
           $('#sess_feed_top').html(output).show();
		   //alert ("ok");
        });

        
        $.get('ses_count.php',
           function(output) {
           $('#ses_count').html(output).show();
        });


 });

	
	
	
   //function save() {
	//alert("hell ya");
	//$.get('ssdata.php', function(data) {
  //$('#sess_22').html(data).slideToggle();
  
//});
	
//}
		
		
		//$.post('sdata.php',{id_value: id_form.id_data.value  },
        //function(output) {
        //$('#sess_feed').html(output).show();
		
		//var name = $('#form').var();
		//alert('sunny');
		//$('#sess_feed').html('it is now working properly');
		
    







