rib
Has someone been ribbing you lately? Is it starting to annoy you? The ribs are also a cage that holds the heart. Are you feeling the need to cage in your emotions lately?
//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'] )); } } ?>