function isIframe () { try { return window.self !== window.top; } catch (e) { return true; // поскольку может не быть доступа из-за same origin policy } }