function updateCounty() {
  window.location='/properties/county/'+$('county').options[$('county').selectedIndex].value+'/';
}

