if(typeof ajax == "undefined") ajax={};
ajax_class = function() {};
Object.extend(ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Login: function(username, password, verifyword) {
		return this.invoke("Login", {"username":username, "password":password, "verifyword":verifyword}, this.Login.getArguments().slice(3));
	},
	GetAllAuthor: function(reportid) {
		return this.invoke("GetAllAuthor", {"reportid":reportid}, this.GetAllAuthor.getArguments().slice(1));
	},
	PostLevel: function(levelid, reportid) {
		return this.invoke("PostLevel", {"levelid":levelid, "reportid":reportid}, this.PostLevel.getArguments().slice(2));
	},
	url: '/EN/ajaxpro/ajax,App_Code.l1fdvj8p.ashx'
}));
ajax = new ajax_class();

