function getLanguageName(){return globalSettings.CultureName.substring(0,2)==="en"?"english":"french"}function getCategories(){var n=[];return $("div[itemscope] .nav-tags__label").each(function(t,i){n.push($(i).text().trim())}),n}function getSection(){return $(".recipe-desc-value").first().text().split("|")[0].trim()}function getIngredients(){var n=[];return $(".ingredientKeywords input").each(function(t,i){var r=$(i).val();r&&n.push(r)}),n}function isRecipePage(){return document.getElementsByClassName("recipe-panel").length>0}var m32_context=undefined;isRecipePage()&&(m32_context={language:getLanguageName(),section:getSection(),categories:getCategories(),ingredients:getIngredients(),pg_content:"recipe"})