<!-- Begin
/*----------------------------------------------------------------------------------------
|
|	Pet Script by Josh Miller
|	written for the the Elmira Animal Shelter
|	and the City of Elmira @ http://www.cityofelmira.net
|
-------------------------------------------------------------------------------------------*/ 
var type=1; var Case=2;  var name=3; var breed=4; var size=5; var gender=6; var age=7; var note=8; var pic=9;
DSH="domestic short hair"; DMH="domestic medium hair"; DLH="domestic long hair"; 
f="unspayed female"; m="unneutered male"; sf="spayed female"; nm="neutered male";
pet= new Array();
var p=1;

last_update="October 15, 2009"

pet[p]=new Array();
pet[p][type]=	"cat"
pet[p][Case]=	"276-09B-F"
pet[p][name]=	"Kittens"
pet[p][breed]=	"DSH"
pet[p][size]=	"small"
pet[p][gender]=	f
pet[p][age]=	"6 weeks"
pet[p][note]=	"We have a litter of 5 kittens that were born on 04/03/2009.  We have males and females.  They are beautiful and ready for a home!"
pet[p][pic]=	"276-09B-F"
p++

pet[p]=new Array();
pet[p][type]=	"cat"
pet[p][Case]=	"885-09"
pet[p][name]=	"BB"
pet[p][breed]=	"DSH"
pet[p][size]=	"small"
pet[p][gender]=	sf
pet[p][age]=	"5 months"
pet[p][note]=	"BB has been with us at the Shelter for some time now,and she is patiently waiting for the right person to bless her with a new warm home.  She is loving and gentle, and has been a good friend to us."
pet[p][pic]=	"885-09"
p++

pet[p]=new Array();
pet[p][type]=	"cat"
pet[p][Case]=	"990-09"
pet[p][name]=	"Nutmeg"
pet[p][breed]=	"DSH"
pet[p][size]=	"small"
pet[p][gender]=	sf
pet[p][age]=	"5 months"
pet[p][note]=	"Salutations!  I'm Nutmeg.  I come from a land known as the City of Elmira.  I am a very wise and knowledgeable cat.  I think very highly of myself.  I expect you, as my new adopter, to think just the same.  "
pet[p][pic]=	"990-09"
p++

pet[p]=new Array();
pet[p][type]=	"cat"
pet[p][Case]=	"886-09B"
pet[p][name]=	"Simba"
pet[p][breed]=	"DMH"
pet[p][size]=	"small"
pet[p][gender]=	sf
pet[p][age]=	"6 months"
pet[p][note]=	"Simba is one of our favorite cats.  When we enter the cat room, she follows us to see who we are visiting.  Simba is so happy when we stop at her cage and give her attention.  She has sad eyes that you just fall in love with!"
pet[p][pic]=	"886-09B"
p++


pet[p]=new Array();
pet[p][type]=	"dog"
pet[p][Case]=	"879-09"
pet[p][name]=	"Tango"
pet[p][breed]=	"Staffordshire Bull Terrier"
pet[p][size]=	"Medium"
pet[p][gender]=	sf
pet[p][age]=	"1 year"
pet[p][note]=	"Tango is a pretty lady who is full on energy.  She is very sweet, but her energy level is high and she needs exercise to keep her happy."
pet[p][pic]=	"879-09"
p++

pet[p]=new Array();
pet[p][type]=	"dog"
pet[p][Case]=	"1028-09"
pet[p][name]=	"Murphy"
pet[p][breed]=	"Other Mixed Breed"
pet[p][size]=	"medium"
pet[p][gender]=	m
pet[p][age]=	"10 months"
pet[p][note]=	"Murphy is a beautiful dog.  He is very friendly and seems to have pretty good manners on the leash and during play time.  "
pet[p][pic]=	"1028-09"
p++

pet[p]=new Array();
pet[p][type]=	"dog"
pet[p][Case]=	"1111-09"
pet[p][name]=	"Fergie"
pet[p][breed]=	"Shepherd Mix"
pet[p][size]=	"medium"
pet[p][gender]=	f
pet[p][age]=	"7 months"
pet[p][note]=	"Fergie is an energetic and playfull puppy.  She loves to go for walks, but does need more leash training.  Fergie needs someone who will exercise her and provide the \"puppy\" training that she needs."
pet[p][pic]=	"1111-09"
p++

pet[p]=new Array();
pet[p][type]=	"dog"
pet[p][Case]=	"1146-09"
pet[p][name]=	"Caramel"
pet[p][breed]=	"Pit Mix"
pet[p][size]=	"medium"
pet[p][gender]=	f
pet[p][age]=	"6 months"
pet[p][note]=	"Caramel has beautiful coloring and a great personality.  She loves walks and playtime.  Caramel does know her basic commands and is very eager to learn."
pet[p][pic]=	"1146-09"
p++













//-->