if(typeof ASE == "undefined") ASE={};
if(typeof ASE.videolive_class == "undefined") ASE.videolive_class={};
ASE.videolive_class = function() {};
Object.extend(ASE.videolive_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	VerifyLiveMovie: function() {
		return this.invoke("VerifyLiveMovie", {}, this.VerifyLiveMovie.getArguments().slice(0));
	},
	GetName: function() {
		return this.invoke("GetName", {}, this.GetName.getArguments().slice(0));
	},
	GetLive: function(myId) {
		return this.invoke("GetLive", {"myId":myId}, this.GetLive.getArguments().slice(1));
	},
	url: '/ASE/ajaxpro/ASE.videolive,ASE.ashx'
}));
ASE.videolive = new ASE.videolive_class();


