function refreshCounties(state_id) {

  ac = new AjaxCommunicator();
  ac.loadAjax("getCounties.php", state_id);

  alert("refreshCounties.js - State ID: " + state_id);

}