// JavaScript Document
  var current1 = document.location.href;
  var current2 = current1.split("http://www.organizeyourself.nl/");
  if ((current2[1].substr(0,12) != "redirect.php") && (current2[1] != "index.php") && (current2[1] != "")) {
      if (self.parent.frames.length == 0) {
         self.parent.location= "http://www.organizeyourself.nl/redirect.php?page=" + current2[1]; 
	   }
    }