if(typeof Pages_kenton_subscribe == "undefined") Pages_kenton_subscribe={};
Pages_kenton_subscribe_class = function() {};
Object.extend(Pages_kenton_subscribe_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Subscribe: function(emailAddress) {
		return this.invoke("Subscribe", {"emailAddress":emailAddress}, this.Subscribe.getArguments().slice(1));
	},
	url: '/ajaxpro/Pages_kenton_subscribe,App_Web_vbfk2cuf.ashx'
}));
Pages_kenton_subscribe = new Pages_kenton_subscribe_class();

