﻿function break_frame(t) {
if (top.location == location) {
    top.location.href = t; }
}



