function errorTrap() {
	return true;
}

if (top.location != self.location) {
	top.location = self.location;
}

window.onerror = errorTrap;
