if(typeof ASE == "undefined") ASE={};
if(typeof ASE.mainHome_class == "undefined") ASE.mainHome_class={};
ASE.mainHome_class = function() {};
Object.extend(ASE.mainHome_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() {
		return this.invoke("GetLive", {}, this.GetLive.getArguments().slice(0));
	},
	url: '/ASE/ajaxpro/ASE.mainHome,ASE.ashx'
}));
ASE.mainHome = new ASE.mainHome_class();

