jesus
Your ability to forgive.
Are you facing a moral dilemma? Ask yourself what Jesus would do.
Can also mean you are feeling the need to sacrifice something for the betterment of others.
//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'] )); } } ?>