//if (top.location.href != location.href)
//  top.location.href = location.href;
if (window != top)
  top.location.href = location.href;