function framecatcher() 

     {
      var i = parent.frames.length;
      if (i < 1) 
         {
          top.document.location.href="index.html";
         }
      else
         {
         
         }
     }
