$(function(){
	$('#provinceId').change(function(e){
		if(this.value != 0)
			map_go('/'+id_2_province($(this).val()));
		else
			map_go();
	});
});
