function detectFrame() {
	if (top.location != self.document.location) {
		top.location = self.document.location;
	}
}


