if(typeof CommuterLifestyle == "undefined") CommuterLifestyle={};
if(typeof CommuterLifestyle.Core == "undefined") CommuterLifestyle.Core={};
if(typeof CommuterLifestyle.Core.Ajax == "undefined") CommuterLifestyle.Core.Ajax={};
CommuterLifestyle.Core.Ajax_class = function() {};
Object.extend(CommuterLifestyle.Core.Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RegisterUserForNewsletter: function(emailAddress) {
		return this.invoke("RegisterUserForNewsletter", {"emailAddress":emailAddress}, this.RegisterUserForNewsletter.getArguments().slice(1));
	},
	url: '/ajaxpro/CommuterLifestyle.Core.Ajax,CommuterLifestyle.Core.ashx'
}));
CommuterLifestyle.Core.Ajax = new CommuterLifestyle.Core.Ajax_class();

