if(typeof RHM == "undefined") RHM={};
if(typeof RHM.Bread == "undefined") RHM.Bread={};
if(typeof RHM.Bread.HovisBakeryWebsite == "undefined") RHM.Bread.HovisBakeryWebsite={};
if(typeof RHM.Bread.HovisBakeryWebsite.Website == "undefined") RHM.Bread.HovisBakeryWebsite.Website={};
if(typeof RHM.Bread.HovisBakeryWebsite.Website.Templates == "undefined") RHM.Bread.HovisBakeryWebsite.Website.Templates={};
if(typeof RHM.Bread.HovisBakeryWebsite.Website.Templates.Recipe == "undefined") RHM.Bread.HovisBakeryWebsite.Website.Templates.Recipe={};
RHM.Bread.HovisBakeryWebsite.Website.Templates.Recipe_class = function() {};
Object.extend(RHM.Bread.HovisBakeryWebsite.Website.Templates.Recipe_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddRecipeToShoppingList: function(recipeId) {
		return this.invoke("AddRecipeToShoppingList", {"recipeId":recipeId}, this.AddRecipeToShoppingList.getArguments().slice(1));
	},
	url: '/ajaxpro/RHM.Bread.HovisBakeryWebsite.Website.Templates.Recipe,RHM.Bread.HovisBakeryWebsite.Website.ashx'
}));
RHM.Bread.HovisBakeryWebsite.Website.Templates.Recipe = new RHM.Bread.HovisBakeryWebsite.Website.Templates.Recipe_class();

