
if (top.location == self.location) {
	if ((top.location != "/frame.php") && (top.location != "/Nederlands/index.htm")) {
		top.location = '/frame.php?page=' + self.location;
	}
}
