if(typeof BreakfastPockets == "undefined") BreakfastPockets={};
if(typeof BreakfastPockets.Webs == "undefined") BreakfastPockets.Webs={};
BreakfastPockets.Webs.AjaxAccessor_class = function() {};
Object.extend(BreakfastPockets.Webs.AjaxAccessor_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SubmitIdea: function(firstName, lastName, email, idea, wouldLikeEmails) {
		return this.invoke("SubmitIdea", {"firstName":firstName, "lastName":lastName, "email":email, "idea":idea, "wouldLikeEmails":wouldLikeEmails}, this.SubmitIdea.getArguments().slice(5));
	},
	GetHPProductDetails: function(productID) {
		return this.invoke("GetHPProductDetails", {"productID":productID}, this.GetHPProductDetails.getArguments().slice(1));
	},
	GetLPProductDetails: function(productID) {
		return this.invoke("GetLPProductDetails", {"productID":productID}, this.GetLPProductDetails.getArguments().slice(1));
	},
	url: '/ajaxpro/BreakfastPockets.Webs.AjaxAccessor,App_Code.bnoqbdo0.ashx'
}));
BreakfastPockets.Webs.AjaxAccessor = new BreakfastPockets.Webs.AjaxAccessor_class();

