if(typeof LeanPockets == "undefined") LeanPockets={};
if(typeof LeanPockets.Webs == "undefined") LeanPockets.Webs={};
LeanPockets.Webs.AjaxAccessor_class = function() {};
Object.extend(LeanPockets.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));
	},
	url: '/ajaxpro/LeanPockets.Webs.AjaxAccessor,App_Code.xxelyl2c.ashx'
}));
LeanPockets.Webs.AjaxAccessor = new LeanPockets.Webs.AjaxAccessor_class();

