function handle_county_select(){
	// alert('county changed!');
	$('the_form').submit();
}
// document.observe('dom:loaded', function(e){$('county_input').observe('change', handle_county_select)});
document.observe('dom:loaded', function(e){$('county_input').observe('change', handle_county_select)});