

if (window.location.hostname != 'www.codex-x.de')
    window.location.href = 'http://www.codex-x.de'  + window.location.pathname + window.location.search;

if (window.location.href.match(/uzin\-utz\.com/))
    window.location.href = window.location.href.replace(/uzin\-utz\.com/ig, "codex-x.de");

