if(typeof HotPockets == "undefined") HotPockets={};
if(typeof HotPockets.Webs == "undefined") HotPockets.Webs={};
HotPockets.Webs.AjaxAccessor_class = function() {};
Object.extend(HotPockets.Webs.AjaxAccessor_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ValidateAge: function(year, month, day) {
		return this.invoke("ValidateAge", {"year":year, "month":month, "day":day}, this.ValidateAge.getArguments().slice(3));
	},
	ForwardToAFriend: function(firstName, lastName, mail, friendsName, friendsAddress, link, wouldLikeEmails) {
		return this.invoke("ForwardToAFriend", {"firstName":firstName, "lastName":lastName, "mail":mail, "friendsName":friendsName, "friendsAddress":friendsAddress, "link":link, "wouldLikeEmails":wouldLikeEmails}, this.ForwardToAFriend.getArguments().slice(7));
	},
	GetProductDetails: function(category, productID) {
		return this.invoke("GetProductDetails", {"category":category, "productID":productID}, this.GetProductDetails.getArguments().slice(2));
	},
	GetNewProductDetails: function(productID) {
		return this.invoke("GetNewProductDetails", {"productID":productID}, this.GetNewProductDetails.getArguments().slice(1));
	},
	GetRealCheeseProductDetails: function(productID) {
		return this.invoke("GetRealCheeseProductDetails", {"productID":productID}, this.GetRealCheeseProductDetails.getArguments().slice(1));
	},
	LoadNextPoll: function() {
		return this.invoke("LoadNextPoll", {}, this.LoadNextPoll.getArguments().slice(0));
	},
	SubmitAndGetStats: function(answerId) {
		return this.invoke("SubmitAndGetStats", {"answerId":answerId}, this.SubmitAndGetStats.getArguments().slice(1));
	},
	url: '/ajaxpro/HotPockets.Webs.AjaxAccessor,App_Code.veeo77s0.ashx'
}));
HotPockets.Webs.AjaxAccessor = new HotPockets.Webs.AjaxAccessor_class();

