if(typeof Friskies2007 == "undefined") Friskies2007={};
if(typeof Friskies2007.Web == "undefined") Friskies2007.Web={};
if(typeof Friskies2007.Web.AjaxUtil == "undefined") Friskies2007.Web.AjaxUtil={};
Friskies2007.Web.AjaxUtil_class = function() {};
Object.extend(Friskies2007.Web.AjaxUtil_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendEmail: function(to, from, comments, signMeUp, url, title, typeOfSend) {
		return this.invoke("SendEmail", {"to":to, "from":from, "comments":comments, "signMeUp":signMeUp, "url":url, "title":title, "typeOfSend":typeOfSend}, this.SendEmail.getArguments().slice(7));
	},
	GetBubbleText: function(foodId) {
		return this.invoke("GetBubbleText", {"foodId":foodId}, this.GetBubbleText.getArguments().slice(1));
	},
	GetProductTitle: function(foodId) {
		return this.invoke("GetProductTitle", {"foodId":foodId}, this.GetProductTitle.getArguments().slice(1));
	},
	GetAjaxRoot: function() {
		return this.invoke("GetAjaxRoot", {}, this.GetAjaxRoot.getArguments().slice(0));
	},
	UserIsAuthenticated: function() {
		return this.invoke("UserIsAuthenticated", {}, this.UserIsAuthenticated.getArguments().slice(0));
	},
	LogUserIn: function(email, password, remember) {
		return this.invoke("LogUserIn", {"email":email, "password":password, "remember":remember}, this.LogUserIn.getArguments().slice(3));
	},
	SetAuthenticationTicket: function(userName) {
		return this.invoke("SetAuthenticationTicket", {"userName":userName}, this.SetAuthenticationTicket.getArguments().slice(1));
	},
	url: '/ajaxpro/Friskies2007.Web.AjaxUtil,App_Code.kk0optz0.ashx'
}));
Friskies2007.Web.AjaxUtil = new Friskies2007.Web.AjaxUtil_class();

