// JavaScript Document
function text(txt) {
   window.status = txt;
}

   //altijd naar index
  if (parent.location.href == self.location.href){
  window.location.href = 'index.html'
  }
