if(typeof WebForm1 == "undefined") WebForm1={};
WebForm1_class = function() {};
Object.extend(WebForm1_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AceitaNewLetter: function() {
		return this.invoke("AceitaNewLetter", {}, this.AceitaNewLetter.getArguments().slice(0));
	},
	RejeitaNewsLetter: function() {
		return this.invoke("RejeitaNewsLetter", {}, this.RejeitaNewsLetter.getArguments().slice(0));
	},
	AdicionarItemCesta: function(ProdutoCodigo, CodCDOrigem) {
		return this.invoke("AdicionarItemCesta", {"ProdutoCodigo":ProdutoCodigo, "CodCDOrigem":CodCDOrigem}, this.AdicionarItemCesta.getArguments().slice(2));
	},
	url: '/Loja2/ajaxpro/SND.WebForm1,SND.ashx'
}));
WebForm1 = new WebForm1_class();

