// www.cam.ac.uk 'break iframe' script

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


