if(typeof Safecash == "undefined") Safecash={};
if(typeof Safecash.CustLoanApp_RE == "undefined") Safecash.CustLoanApp_RE={};
Safecash.CustLoanApp_RE_class = function() {};
Object.extend(Safecash.CustLoanApp_RE_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	MyFillCounty: function(City) {
		return this.invoke("MyFillCounty", {"City":City}, this.MyFillCounty.getArguments().slice(1));
	},
	url: '/kredix/ajaxpro/Safecash.CustLoanApp_RE,Safecash.ashx'
}));
Safecash.CustLoanApp_RE = new Safecash.CustLoanApp_RE_class();


