document.observe("dom:loaded", function() {
  if (window.location.host && !window.name) {
    var strPage = window.location.pathname.replace("/nl/","");
    if (window.location.search) strPage += window.location.search;
    window.top.location.href = "/nl/?" + escape(strPage);
  }
});

