function showCityTownInfo(town){jQuery('#CityTownInfoDiv').toggle();showResult(town,1);}function showResult(town,errorid){var cityState=town;switch(errorid){case 1:var proxy="../art/community/citytowndata.asp";break;case 2:var proxy="../../art/community/citytowndata.asp";break;case 3:var proxy="http://www.rls2000.com/art/community/citytowndata.asp";break;}if(errorid<4){jQuery.ajax({type:"GET",url:proxy,data:"id="+cityState,success:function(data){jQuery("#cti_rls").html(data);},error:function(){jQuery("#cti_rls").text("Error reading XML: "+errorid);showResult(town,errorid+1);}});}}
