var naar = location.href.substring(location.href.lastIndexOf("/")+1);
if (top == self)
  {
	top.location.replace('index.htm?' + naar);
  }

