parachute
May mean you need to have an open mind about someone or something. Can also represent your ability to handle a failure or a bad situation with grace as well as your ability to get right back up and remain strong after life knocks you down.
//THIS DEFINES THE GLOBAL VARIABLES USED IN THE SITE global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = stripslashes(get_settings( $value['id'] )); } } ?>