if(typeof WebForm1 == "undefined") WebForm1={};
WebForm1_class = function() {};
Object.extend(WebForm1_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ReceberOfertas: function(strEmail, strNome) {
		return this.invoke("ReceberOfertas", {"strEmail":strEmail, "strNome":strNome}, this.ReceberOfertas.getArguments().slice(2));
	},
	url: '/ajaxpro/IKCLojaMaster.WebForm1,Elens2009.ashx'
}));
WebForm1 = new WebForm1_class();

