squirrel
Usually refers to a “nutty” person or a “nutty” situation.
Squirrels are also known for storing away food for the winter and therefore may represent your ability to plan ahead… most likely financially.
//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'] )); } } ?>