squeak
If something is squeaking in a dream then it very likely represents something or someone in your life that needs your attention. The squeaky wheel gets the oil, so to speak.
//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'] )); } } ?>