if(typeof Goohom == "undefined") Goohom={};
if(typeof Goohom.Web == "undefined") Goohom.Web={};
if(typeof Goohom.Web.Ajax == "undefined") Goohom.Web.Ajax={};
if(typeof Goohom.Web.Ajax.HRegioin == "undefined") Goohom.Web.Ajax.HRegioin={};
Goohom.Web.Ajax.HRegioin_class = function() {};
Object.extend(Goohom.Web.Ajax.HRegioin_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckRegionName: function(Name) {
		return this.invoke("CheckRegionName", {"Name":Name}, this.CheckRegionName.getArguments().slice(1));
	},
	RegionVideo: function(regionId, type) {
		return this.invoke("RegionVideo", {"regionId":regionId, "type":type}, this.RegionVideo.getArguments().slice(2));
	},
	url: '/ajaxpro/Goohom.Web.Ajax.HRegioin,App_Code.ashx'
}));
Goohom.Web.Ajax.HRegioin = new Goohom.Web.Ajax.HRegioin_class();

