
 if (window.frames) {
    if (parent != self)
       top.location.replace(location.href);
 }


