if (document.getElementById("lang-nl")) { document.getElementById('lang-nl').onclick = function () { location.replace("https://porcuscampus.local" + window.location.pathname); }; };
if (document.getElementById("lang-en")) { document.getElementById('lang-en').onclick = function () { location.replace("https://en.porcuscampus.nl" + window.location.pathname); }; };
if (document.getElementById("lang-de")) { document.getElementById('lang-de').onclick = function () { location.replace("https://de.porcuscampus.nl" + window.location.pathname); }; };
