if(typeof tjt == "undefined") tjt={};
if(typeof tjt._default == "undefined") tjt._default={};
tjt._default_class = function() {};
Object.extend(tjt._default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getOne: function() {
		return this.invoke("getOne", {}, this.getOne.getArguments().slice(0));
	},
	getTwo: function(iSortOneID) {
		return this.invoke("getTwo", {"iSortOneID":iSortOneID}, this.getTwo.getArguments().slice(1));
	},
	url: '/ajaxpro/tjt._default,tjt.ashx'
}));
tjt._default = new tjt._default_class();

