Custom JS: Check if in IFrame
function() { try { return window.top !== window.self; } catch(e) { return false; } }