Help for this page
function aux_state(aux){ $.get(host +'/get_aux/' + aux, function(state){ ... return state; }); }