addNamespace("control_left");
control_left_class = Class.create();
control_left_class.prototype = (new AjaxPro.Request()).extend({
	UpdateTodayMood: function(UserId, Today, firstInt, callback) {
		return this.invoke("UpdateTodayMood", {"UserId":UserId, "Today":Today, "firstInt":firstInt}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/control_left,mk_Circle_deploy.ashx";
	}
})
control_left = new control_left_class();

