// Ensure that we're not enclosed in someone else's frame
if (top.location.href != self.location.href) {
	 top.location.replace(self.location.href);
}
