if(typeof Tictacti == "undefined") Tictacti={};
if(typeof Tictacti.WebSite == "undefined") Tictacti.WebSite={};
if(typeof Tictacti.WebSite.Ajax == "undefined") Tictacti.WebSite.Ajax={};
Tictacti.WebSite.Ajax_class = function() {};
Object.extend(Tictacti.WebSite.Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SaveCustomerEmail: function(customerEmail) {
		return this.invoke("SaveCustomerEmail", {"customerEmail":customerEmail}, this.SaveCustomerEmail.getArguments().slice(1));
	},
	SaveCustomerContacts: function(customerName, customerEmail, comments) {
		return this.invoke("SaveCustomerContacts", {"customerName":customerName, "customerEmail":customerEmail, "comments":comments}, this.SaveCustomerContacts.getArguments().slice(3));
	},
	url: '/ajaxpro/Tictacti.WebSite.Ajax,App_Code.vozw8pth.ashx'
}));
Tictacti.WebSite.Ajax = new Tictacti.WebSite.Ajax_class();

