<!--
if (top == self) {
   var s = "aaa";
   s = String(document.location);
   if(s.indexOf("noframe")==-1) {
      document.location = 'index.php';
   }
}

-->
