tick
Represents a person or an issue that is sucking your energy, time, emotions or finances dry. Since ticks are most often found on dogs, it is most likely connected to a relationship.
//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'] )); } } ?>