planet
Most often, planets represent the very high goals you aspire to that often can seem distant and out of reach. They can also refer to a new phase or chapter in your life, something that seems like “a whole new world” to you.
//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'] )); } } ?>