function checkFraming() {
	if ( top.location == self.location ) {
		top.location.replace( "index.php?page=" + self.location );
	}
}