if(typeof Space == "undefined") Space={};
Space_class = function() {};
Object.extend(Space_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ReadSession: function() {
		return this.invoke("ReadSession", {}, this.ReadSession.getArguments().slice(0));
	},
	BindData: function(uName, sPWD) {
		return this.invoke("BindData", {"uName":uName, "sPWD":sPWD}, this.BindData.getArguments().slice(2));
	},
	logOut: function() {
		return this.invoke("logOut", {}, this.logOut.getArguments().slice(0));
	},
	blogflag: function(date) {
		return this.invoke("blogflag", {"date":date}, this.blogflag.getArguments().slice(1));
	},
	blogflagCss: function(week, day, date) {
		return this.invoke("blogflagCss", {"week":week, "day":day, "date":date}, this.blogflagCss.getArguments().slice(3));
	},
	getCalenderDS: function(months, years) {
		return this.invoke("getCalenderDS", {"months":months, "years":years}, this.getCalenderDS.getArguments().slice(2));
	},
	blogCss: function(months, years) {
		return this.invoke("blogCss", {"months":months, "years":years}, this.blogCss.getArguments().slice(2));
	},
	url: '/ajaxpro/Space,App_Web_pgtjp9i5.ashx'
}));
Space = new Space_class();

