
function getframe(){
  if( parent.location.href == location.href ){
    parent.location.href = "index.htm";
  }
}

