// Script voor frameherstel
if (parent.frames.length==0) 
{
  var str = document.location.href;
  top.location.href = "/search.html?"+str;
}
