function get_parent() {
	if( self == parent ) {
		top.location.href = 'index.php?' + location.href;
	}
}
