function frameBuster() { if (top.frames.length > 1) { top.location.href = location.href; } }