if(typeof VideoKee == "undefined") VideoKee={};
if(typeof VideoKee.Space == "undefined") VideoKee.Space={};
if(typeof VideoKee.Space.space_log == "undefined") VideoKee.Space.space_log={};
VideoKee.Space.space_log_class = function() {};
Object.extend(VideoKee.Space.space_log_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ajax_get_logs: function(tspacer) {
		return this.invoke("ajax_get_logs", {"tspacer":tspacer}, this.ajax_get_logs.getArguments().slice(1));
	},
	save_log_in_myspace: function(logid) {
		return this.invoke("save_log_in_myspace", {"logid":logid}, this.save_log_in_myspace.getArguments().slice(1));
	},
	ajax_member_login: function() {
		return this.invoke("ajax_member_login", {}, this.ajax_member_login.getArguments().slice(0));
	},
	set_log_in_top: function(logid) {
		return this.invoke("set_log_in_top", {"logid":logid}, this.set_log_in_top.getArguments().slice(1));
	},
	del_log: function(logid) {
		return this.invoke("del_log", {"logid":logid}, this.del_log.getArguments().slice(1));
	},
	check_is_host: function(username) {
		return this.invoke("check_is_host", {"username":username}, this.check_is_host.getArguments().slice(1));
	},
	del_comment_log: function(commet_log_id) {
		return this.invoke("del_comment_log", {"commet_log_id":commet_log_id}, this.del_comment_log.getArguments().slice(1));
	},
	url: '/ajaxpro/VideoKee.Space.space_log,VideoKee.ashx'
}));
VideoKee.Space.space_log = new VideoKee.Space.space_log_class();

