// Disallow hosting in others frames
if (top.location != self.location) {
 top.location.replace(self.location)
}
