function brakeFrame(){
    if(top.location != self.location){
        top.location.href = document.location.href;
    }
}