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.PhotoAjax == "undefined") Goohom.Web.Ajax.PhotoAjax={};
Goohom.Web.Ajax.PhotoAjax_class = function() {};
Object.extend(Goohom.Web.Ajax.PhotoAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPhotoByType: function(regionId, count, typeid, state) {
		return this.invoke("GetPhotoByType", {"regionId":regionId, "count":count, "typeid":typeid, "state":state}, this.GetPhotoByType.getArguments().slice(4));
	},
	GetPhotoVideo: function(count, regionid, type) {
		return this.invoke("GetPhotoVideo", {"count":count, "regionid":regionid, "type":type}, this.GetPhotoVideo.getArguments().slice(3));
	},
	DelOneRegionPhoto: function(id) {
		return this.invoke("DelOneRegionPhoto", {"id":id}, this.DelOneRegionPhoto.getArguments().slice(1));
	},
	SetPhotoS: function(id, s) {
		return this.invoke("SetPhotoS", {"id":id, "s":s}, this.SetPhotoS.getArguments().slice(2));
	},
	SetPhotoC: function(id) {
		return this.invoke("SetPhotoC", {"id":id}, this.SetPhotoC.getArguments().slice(1));
	},
	url: '/ajaxpro/Goohom.Web.Ajax.PhotoAjax,App_Code.ashx'
}));
Goohom.Web.Ajax.PhotoAjax = new Goohom.Web.Ajax.PhotoAjax_class();

