alien
Symbolizes something you are unfamiliar with, something you have never encountered before. Unfamiliar territory. What issue in your life seems foreign to you right now
//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'] )); } } ?>
Symbolizes something you are unfamiliar with, something you have never encountered before. Unfamiliar territory. What issue in your life seems foreign to you right now