/* Break out of existng frames.                       */
if (top.location != self.location)
{
	top.location.replace(self.location)
}

