if(typeof Orders_Query == "undefined") Orders_Query={};
Orders_Query_class = function() {};
Object.extend(Orders_Query_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetVerifyCode: function() {
		return this.invoke("GetVerifyCode", {}, this.GetVerifyCode.getArguments().slice(0));
	},
	url: '/ajaxpro/Orders_Query,App_Web_hz835-qd.ashx'
}));
Orders_Query = new Orders_Query_class();


