if(typeof VideoKee == "undefined") VideoKee={};
if(typeof VideoKee.ajax == "undefined") VideoKee.ajax={};
if(typeof VideoKee.ajax.ajax_class == "undefined") VideoKee.ajax.ajax_class={};
VideoKee.ajax.ajax_class_class = function() {};
Object.extend(VideoKee.ajax.ajax_class_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Check_Session_Is_Exist: function() {
		return this.invoke("Check_Session_Is_Exist", {}, this.Check_Session_Is_Exist.getArguments().slice(0));
	},
	Get_Video_NiName: function(username) {
		return this.invoke("Get_Video_NiName", {"username":username}, this.Get_Video_NiName.getArguments().slice(1));
	},
	ajax_set_ishost: function(username) {
		return this.invoke("ajax_set_ishost", {"username":username}, this.ajax_set_ishost.getArguments().slice(1));
	},
	url: '/ajaxpro/VideoKee.ajax.ajax_class,VideoKee.ashx'
}));
VideoKee.ajax.ajax_class = new VideoKee.ajax.ajax_class_class();

