var winurl=parent.location.href;
if(winurl.indexOf("index.htm")<0) {
  parent.location.href="index.htm";
}

