// cached javascript var schools = { CheckCity:function(strCity,state,metroCode,callback,context){return new ajax_request(this.url + '?_method=CheckCity&_session=rw','strCity=' + enc(strCity)+ '\r\nstate=' + enc(state)+ '\r\nmetroCode=' + enc(metroCode),callback, context);}, GetSchoolsInfo_byAddress:function(strStreetAddress,strCity,strState,metroCode,callback,context){return new ajax_request(this.url + '?_method=GetSchoolsInfo_byAddress&_session=rw','strStreetAddress=' + enc(strStreetAddress)+ '\r\nstrCity=' + enc(strCity)+ '\r\nstrState=' + enc(strState)+ '\r\nmetroCode=' + enc(metroCode),callback, context);}, GetSchoolsInfo_byDistrict:function(dist_code,schType,callback,context){return new ajax_request(this.url + '?_method=GetSchoolsInfo_byDistrict&_session=rw','dist_code=' + enc(dist_code)+ '\r\nschType=' + enc(schType),callback, context);}, GetSchoolsInfo_byCity:function(cityList,schType,callback,context){return new ajax_request(this.url + '?_method=GetSchoolsInfo_byCity&_session=rw','cityList=' + enc(cityList)+ '\r\nschType=' + enc(schType),callback, context);}, GetDistrict:function(countyCode,callback,context){return new ajax_request(this.url + '?_method=GetDistrict&_session=rw','countyCode=' + enc(countyCode),callback, context);}, homesNearby_click:function(cdsCode,sch_type,callback,context){return new ajax_request(this.url + '?_method=homesNearby_click&_session=rw','cdsCode=' + enc(cdsCode)+ '\r\nsch_type=' + enc(sch_type),callback, context);}, url:'/csharpwrapper/iGen.schools,iGen.ashx' } function _getTable(n,e){for(var i=0; i