SYNTAX :: a_or_an( <string> );

The only thing this function does is checks to see if a vowel
is at the beginning of the string you pass into it. The sfun
then returns "an" for vowels or "a" for consinents.
