if(typeof Vlemma == "undefined") Vlemma={};
if(typeof Vlemma.controls == "undefined") Vlemma.controls={};
if(typeof Vlemma.controls.newsletter_form_class == "undefined") Vlemma.controls.newsletter_form_class={};
Vlemma.controls.newsletter_form_class = function() {};
Object.extend(Vlemma.controls.newsletter_form_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	writeEmail: function(name, email) {
		return this.invoke("writeEmail", {"name":name, "email":email}, this.writeEmail.getArguments().slice(2));
	},
	url: '/ajaxpro/Vlemma.controls.newsletter_form,Vlemma.ashx'
}));
Vlemma.controls.newsletter_form = new Vlemma.controls.newsletter_form_class();


