if(typeof Ed == "undefined") Ed={};
if(typeof Ed.Website == "undefined") Ed.Website={};
if(typeof Ed.Website.AjaxService == "undefined") Ed.Website.AjaxService={};
if(typeof Ed.Website.AjaxService.Comment == "undefined") Ed.Website.AjaxService.Comment={};
Ed.Website.AjaxService.Comment.ServiceManager_class = function() {};
Object.extend(Ed.Website.AjaxService.Comment.ServiceManager_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	InsertComment: function(indexPageId, targetParentId, name, email, website, comment, verificationCode, postURL) {
		return this.invoke("InsertComment", {"indexPageId":indexPageId, "targetParentId":targetParentId, "name":name, "email":email, "website":website, "comment":comment, "verificationCode":verificationCode, "postURL":postURL}, this.InsertComment.getArguments().slice(8));
	},
	ReloadCaptchaImage: function() {
		return this.invoke("ReloadCaptchaImage", {}, this.ReloadCaptchaImage.getArguments().slice(0));
	},
	url: '/ajaxpro/Ed.Website.AjaxService.Comment.ServiceManager,Ed.Website.AjaxService.Comment.ashx'
}));
Ed.Website.AjaxService.Comment.ServiceManager = new Ed.Website.AjaxService.Comment.ServiceManager_class();

