function frameit() {
   if (top.frames.length == 0) {
      location.replace("/frame.shtml?" + location.href);
   } 
}

frameit();


