if(typeof Netlogiq == "undefined") Netlogiq={};
if(typeof Netlogiq.Web == "undefined") Netlogiq.Web={};
if(typeof Netlogiq.Web.Controls == "undefined") Netlogiq.Web.Controls={};
if(typeof Netlogiq.Web.Controls.gOpinions == "undefined") Netlogiq.Web.Controls.gOpinions={};
Netlogiq.Web.Controls.gOpinions_class = function() {};
Object.extend(Netlogiq.Web.Controls.gOpinions_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SaveOpinionAjax: function(txName, txCity, txMessage, txParentID, txParentType, txLocale) {
		return this.invoke("SaveOpinionAjax", {"txName":txName, "txCity":txCity, "txMessage":txMessage, "txParentID":txParentID, "txParentType":txParentType, "txLocale":txLocale}, this.SaveOpinionAjax.getArguments().slice(6));
	},
	GetCaptcha: function() {
		return this.invoke("GetCaptcha", {}, this.GetCaptcha.getArguments().slice(0));
	},
	TestCaptcha: function(code) {
		return this.invoke("TestCaptcha", {"code":code}, this.TestCaptcha.getArguments().slice(1));
	},
	url: '/ajaxpro/Netlogiq.Web.Controls.gOpinions,App_Web_pptngn49.ashx'
}));
Netlogiq.Web.Controls.gOpinions = new Netlogiq.Web.Controls.gOpinions_class();


