var currentLoc = ""+window.location;
var server = currentLoc.substring(0, currentLoc.indexOf("/", 8)+1);
currentLoc = currentLoc.substring(currentLoc.indexOf("/", 8));
if(currentLoc.indexOf("artikelen") < 1){currentLoc = currentLoc.replace(/consumenten|bedrijven/, "d");}
if(currentLoc == "/"){currentLoc = "/d/home";}
window.location = server+"index.html#ID="+currentLoc;
