function updateSelect() {
	/* var html = "<span>...</span>";
	$("#footer").append(html); */
	
/* 	if($('#sel_district option:selected').attr('class') == "county") {
		$('#sel_district').attr('name','filter[county]');
	} */
}

