sticky
May be a reference to “a sticky situation” in your life. Something sticky in a dream symbolizes something you are having a hard time getting rid of something or someone.
//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'] )); } } ?>