$().ready(function() {

	
	
  		$("#buscarCategoria").livequery('change',function() {
   		$("#form1").submit();
		});

});