if(typeof Elog_bsp_honor == "undefined") Elog_bsp_honor={};
Elog_bsp_honor_class = function() {};
Object.extend(Elog_bsp_honor_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPhotos: function(elogId) {
		return this.invoke("GetPhotos", {"elogId":elogId}, this.GetPhotos.getArguments().slice(1));
	},
	UpdateHits: function(updateString) {
		return this.invoke("UpdateHits", {"updateString":updateString}, this.UpdateHits.getArguments().slice(1));
	},
	url: '/ajaxpro/Elog_bsp_honor,App_Web_utwion4l.ashx'
}));
Elog_bsp_honor = new Elog_bsp_honor_class();

