heart
To the dreaming mind, the heart represents your feelings or your love for somebody. If there is something wrong with the heart, such as a heart attack, it is most likely connected to heart ache or a “broken heart” 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'] )); } } ?>
To the dreaming mind, the heart represents your feelings or your love for somebody. If there is something wrong with the heart, such as a heart attack, it is most likely connected to heart ache or a “broken heart” so to speak