animals = [
{category: "cat", notes: "*", type: "Siamese"},
{category: "cat", notes: "*", type: "Persian"},
{category: "cat", notes: "*", type: "Maine Coon"},
{category: "cat", notes: "*", type: "Ragdoll"},
{category: "cat", notes: "*", type: "Bengal"},
{category: "cat", notes: "", type: "Abyssinian"},
{category: "cat", notes: "", type: "Birman"},
{category: "cat", notes: "", type: "Oriental Shorthair"},
{category: "cat", notes: "", type: "Sphynx"},
{category: "cat", notes: "", type: "Devon Rex"},
{category: "cat", notes: "*", type: "Himalayan"},
{category: "cat", notes: "*", type: "American Shorthair"},
{category: "cat", notes: "*", type: "other"},
{category: "dog", notes: "*", type: "Labrador Retrievers"},
{category: "dog", notes: "*", type: "German Shepherds"},
{category: "dog", notes: "", type: "Golden Retrievers"},
{category: "dog", notes: "", type: "French Bulldogs"},
{category: "dog", notes: "", type: "Bulldogs"},
{category: "dog", notes: "", type: "Poodles"},
{category: "dog", notes: "*", type: "Beagles"},
{category: "dog", notes: "*", type: "Rottweilers"},
{category: "dog", notes: "*", type: "German Shorthaired Pointers"},
{category: "dog", notes: "*", type: "Pembroke Welse Corgis"},
{category: "dog", notes: "*", type: "other"}
]