onload = function checkframe() {
if (top.frames.length < 1) location.replace("./index.htm"); 
}
