<!--
// Breaks out of an another frame.
if (top.location != self.location) {
  top.location = self.location
}
//-->
