// frame breaker
if (top != self) {
    window.top.location.href = location;
}