function getClChn(){var a="";try{if(typeof custom_chnpage!="undefined")return custom_chnpage;var d=window.location.href,b=window.location.pathname,c=null;if(b==""||b=="/"||b=="/index.shtml"||b=="/home.shtml")a="home";else if(/ricerca.shtml\?query=[^*]/.test(d))a="ricerca";else if(b.indexOf("/editoriali/")>0||b.indexOf("/contenutiofferte/")>0)a="editoriali";else if(b=="/carrello.shtml")a="carrello";else{if(c=/catalogo\/([\w% _\-]*)/.exec(b))a=c[1];else if(c=/vetrina\/([\w% _\-]*)/.exec(b))a=c[1];else if(c=
/ricerca.shtml\?query=\*&filterCategory1=([\w% _\-]*)/.exec(d))a=c[1];if(a.length>0)a=decodeURIComponent(a).toLowerCase().replace(/\s+|_+/g,"-")}}catch(e){}return a};
