if (top.frames.length > 0 || self != top) {
    // Break out of any frameset
    top.location = location.href;
}

