function update_state(){update_region_field('#country_select','#state_select',true);}
$(document).ready(function(){$('#myupro_topnav').removeClass('active');$('#country_select').load('/address/ajax/country-codes/',function(){$.get('/accounts/profile/ajax/get-country/',function(data){$('#country_select').val(data);$('#country_select').click(update_state);update_state();});});$('#course_search_form').submit(function(){try{if($('#zip').val()){getLocation(this,'zip');}else{this.form_lat.value='';this.form_lng.value='';return true;}}catch(err){}
return false;});});