ClickCease
top of page

We don’t have any products to show here right now.

bottom of page
`; function patch(){ document.querySelectorAll("iframe").forEach(function(f){ const s=f.getAttribute("srcdoc")||""; if(!s) return; if(s.indexOf("ZAFFERANO_CLASSES_V2")!==-1) return; if(s.indexOf("Classes & Events")!==-1 || s.indexOf("Authentic Italian Cooking")!==-1 || s.indexOf("Search Classes")!==-1){ f.setAttribute("srcdoc", DOC.replace("","")); } }); } patch(); new MutationObserver(patch).observe(document.documentElement,{childList:true,subtree:true,attributes:true,attributeFilter:["srcdoc"]}); let n=0;const t=setInterval(function(){patch();if(++n>80)clearInterval(t)},250); })();