addNamespace("BLOG.WebControls.AjaxMethod");
BLOG.WebControls.AjaxMethod.SpacePhotoPoint_class = Class.create();
Object.extend(BLOG.WebControls.AjaxMethod.SpacePhotoPoint_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPhotoInfo: function(name) {
		return this.invoke("GetPhotoInfo", {"name":name}, this.GetPhotoInfo.getArguments().slice(1));
	},
	GetPhotoSmallPath: function() {
		return this.invoke("GetPhotoSmallPath", {}, this.GetPhotoSmallPath.getArguments().slice(0));
	},
	GetPhotoOldPath: function() {
		return this.invoke("GetPhotoOldPath", {}, this.GetPhotoOldPath.getArguments().slice(0));
	},
	initialize: function() {
		this.url = '/blog/ajaxpro/BLOG.WebControls.AjaxMethod.SpacePhotoPoint,BLOG.WebControls.ashx';
	}
}));
BLOG.WebControls.AjaxMethod.SpacePhotoPoint = new BLOG.WebControls.AjaxMethod.SpacePhotoPoint_class();

