// prevents hijacking into a frame
if (top.location != self.location) {
top.location.replace(self.location)
}
