if(typeof Opinity == "undefined") Opinity={};
if(typeof Opinity.Controls == "undefined") Opinity.Controls={};
if(typeof Opinity.Controls.Main == "undefined") Opinity.Controls.Main={};
if(typeof Opinity.Controls.Main.CtlSectionReviews_class == "undefined") Opinity.Controls.Main.CtlSectionReviews_class={};
Opinity.Controls.Main.CtlSectionReviews_class = function() {};
Object.extend(Opinity.Controls.Main.CtlSectionReviews_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSectionReviews: function(intIndex, strTaxonomyID, strTargetID) {
		return this.invoke("GetSectionReviews", {"intIndex":intIndex, "strTaxonomyID":strTaxonomyID, "strTargetID":strTargetID}, this.GetSectionReviews.getArguments().slice(3));
	},
	url: '/ajaxpro/Opinity.Controls.Main.CtlSectionReviews,App_Web_sectionreviews.ascx.35243e64.ashx'
}));
Opinity.Controls.Main.CtlSectionReviews = new Opinity.Controls.Main.CtlSectionReviews_class();

