if(typeof Footer == "undefined") Footer={};
Footer_class = function() {};
Object.extend(Footer_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RegisterSubscriber: function(email) {
		return this.invoke("RegisterSubscriber", {"email":email}, this.RegisterSubscriber.getArguments().slice(1));
	},
	url: '/ajaxpro/Footer,App_Web_ie-frjy2.ashx'
}));
Footer = new Footer_class();


