var istFrame = parent.frames.length;

if(istFrame == 0){
 window.location.href = "index.html";
 }
