jump
Are you about to “jump” into something too quickly in real life?
How are you taking a “leap of faith?” May also mean you need to jump on a certain idea or opportunity before it is too late.
//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'] )); } } ?>