locust
Most often associated with the biblical plague so ask yourself if you are feeling plagued, victimized or overwhelmed with something lately. In a positive sense, you may be overwhelmed or swarmed with creative ideas.
//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'] )); } } ?>