var frameset = '/index.html';
var site = "interkuur\\.nl";

if (top.location == self.location) {
  if (!document.referrer.match(site)) {
    var now = new Date();
    window.location = frameset + '?' + window.location.pathname + '&' + now.valueOf();
  }
}