function breakout_of_frame()
{
  if (top.location != location) {
    top.location.href = "http://www.tonypa.pri.ee/index.html";
  }
}