ANIMAL.SEX - 0 = Male, 1 = Female
ANIMAL.AGE - 0 = Baby, 1 = Young, 2 = Adult, 3 = Senior
ANIMAL.ANIMALSIZE - 3 = Small, 2 = Medium, 1 = Large, 0 = Very Large
ANIMAL.FLAGS - H=Housetrained, C=Good with Cats, D=Good with Dogs, K=Good with Kids, N=Neuteured, V=Vaccinated,c=Bad with cats, d=Bad with dogs, k=Bad with kids


============================================
ANIMAL.IMAGEPATH:

1. The home directories should be accessible by the webserver via an 
   alias (default assumed is /shelterpics -> /home).
   
2. The imagepath field should contain file.jpg and the site constructs
   a path of /shelterpics/SHELTERID/file.jpg to directly
   use the uploaded images from the webserver in a static context (much
   more efficient than putting them in the database).
