(function() { const path = window.location.pathname.toLowerCase(); const href = window.location.href.toLowerCase(); const isPdf = path.includes("/intern/jobpublication/showaspdf/") || href.includes("showaspdf"); if (!isPdf) { document.write( '' ); } })();