﻿var t = window.location.toString().split(".dk/");
if (t.length > 1) {
    if (!t[1].startsWith('?')) {
        window.location = t[0] + ".dk/?catalog=catalog";
    }
}
