rooster
Time to wake up and pay attention to something that is going on that you may have been sleeping through or turning a blind eye towards. A rooster can also refer to someone that is cocky.
//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'] )); } } ?>