wind chimes
Wind in dreams suggests the winds of change are upon you so windchimes may indicate that you are going with the flow, the changes happening are positive and harmonious to your life.
//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'] )); } } ?>