$(document).ready(function(){const e=$("html").attr("lang");let a="";switch(e){case"fr-FR":a="fr-fr";break;case"fr-BE":a="fr-be";break;case"nl-NL":a="nl-nl";break;case"nl-BE":a="nl-be";break;case"es-ES":a="es-es";break;case"en-US":a="en";break;case"en-GB":a="en-gb"}$(".breadcrumbs li").each(function(){if($(this).find("a").html().indexOf("$")>-1){let e=window.location.pathname,n="/"+a+"/404?comingFrom="+e;window.location.replace(n)}})});