/* FrameBreak v1.0 (C)10-05-1999 PC Hulpdienst(PCH) */
  
if (top.location !== self.location) {
	top.location = self.location.href;
}
