if(typeof SellWit == "undefined") SellWit={};
if(typeof SellWit.Root == "undefined") SellWit.Root={};
if(typeof SellWit.Root.ajax == "undefined") SellWit.Root.ajax={};
if(typeof SellWit.Root.ajax.Rootajax == "undefined") SellWit.Root.ajax.Rootajax={};
SellWit.Root.ajax.Rootajax_class = function() {};
Object.extend(SellWit.Root.ajax.Rootajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	gettime: function() {
		return this.invoke("gettime", {}, this.gettime.getArguments().slice(0));
	},
	WjCounter: function(Wtype) {
		return this.invoke("WjCounter", {"Wtype":Wtype}, this.WjCounter.getArguments().slice(1));
	},
	AjaxLogin: function(Usertype, UserName, Psd) {
		return this.invoke("AjaxLogin", {"Usertype":Usertype, "UserName":UserName, "Psd":Psd}, this.AjaxLogin.getArguments().slice(3));
	},
	getUserLogininfo: function() {
		return this.invoke("getUserLogininfo", {}, this.getUserLogininfo.getArguments().slice(0));
	},
	ajaxLogout: function() {
		return this.invoke("ajaxLogout", {}, this.ajaxLogout.getArguments().slice(0));
	},
	url: '/ajaxpro/SellWit.Root.ajax.Rootajax,SellWit.Root.ashx'
}));
SellWit.Root.ajax.Rootajax = new SellWit.Root.ajax.Rootajax_class();

