// restricts from being displayed with frames
	if (parent.frames.length > 0) {
		parent.location.href = self.document.location
	}