(function () { var path = window.location.pathname; if (window.location.search.indexOf('stay=1') !== -1) return; if (path.indexOf('/checkouts') === 0) return; if (path.indexOf('/policies') === 0) return; window.location.replace('https://daveniratelier.com/'); })();