if (document.location.hash == '' && document.location.pathname.length <= 1)
{
    window.location.href = '/nl/';
}
var hash = document.location.pathname.replace(/#/g, "");
var path = hash.split("/");
