if(typeof INFOPLATUI == "undefined") INFOPLATUI={};
if(typeof INFOPLATUI.Indexlog == "undefined") INFOPLATUI.Indexlog={};
INFOPLATUI.Indexlog_class = function() {};
Object.extend(INFOPLATUI.Indexlog_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLoginUrl: function(userName, password, unitID, hostUrl) {
		return this.invoke("GetLoginUrl", {"userName":userName, "password":password, "unitID":unitID, "hostUrl":hostUrl}, this.GetLoginUrl.getArguments().slice(4));
	},
	InitPage: function() {
		return this.invoke("InitPage", {}, this.InitPage.getArguments().slice(0));
	},
	IsSingleSchool: function() {
		return this.invoke("IsSingleSchool", {}, this.IsSingleSchool.getArguments().slice(0));
	},
	IsSingleEdu: function() {
		return this.invoke("IsSingleEdu", {}, this.IsSingleEdu.getArguments().slice(0));
	},
	url: '/ajaxpro/INFOPLATUI.Indexlog,infoPlatClient.ashx'
}));
INFOPLATUI.Indexlog = new INFOPLATUI.Indexlog_class();

