<!-- 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="January 29, 2010"



pet[p]=new Array();
pet[p][type]=	"cat"
pet[p][Case]=	"697-09A"
pet[p][name]=	"Buttons"
pet[p][breed]=	"Domestic Short Hair"
pet[p][size]=	"Small"
pet[p][gender]=	m
pet[p][age]=	"1 year"
pet[p][note]=	"The total adoption cost is $72.00.  This does include Rabies vaccination, Distemper vaccination and a free vet exam."
pet[p][pic]=	"697-09A"
p++

pet[p]=new Array();
pet[p][type]=	"cat"
pet[p][Case]=	"1097-09"
pet[p][name]=	"Daisy"
pet[p][breed]=	"DMH"
pet[p][size]=	"Medium"
pet[p][gender]=	f
pet[p][age]=	"2 years old"
pet[p][note]=	"The total adoption cost for Daisy is $72.00 and this does include rabies vaccination, distemper vaccination, a free vet check and a NYS spay/neuter deposit."
pet[p][pic]=	"1097-09"
p++

pet[p]=new Array();
pet[p][type]=	"cat"
pet[p][Case]=	"1337-09B"
pet[p][name]=	"Buttons"
pet[p][breed]=	"DLH"
pet[p][size]=	"Medium"
pet[p][gender]=	m
pet[p][age]=	"2 years old"
pet[p][note]=	"The total adoption cost for Buttons is $72.00 and this does include rabies vaccination, distemper vaccination and a free vet check."
pet[p][pic]=	"1337-09B"
p++

pet[p]=new Array();
pet[p][type]=	"cat"
pet[p][Case]=	"859-09"
pet[p][name]=	"Handsome"
pet[p][breed]=	"DSH"
pet[p][size]=	"Medium"
pet[p][gender]=	nm
pet[p][age]=	"1 year old"
pet[p][note]=	"The total adoption cost for Handsome is $32.00 and this does include rabies vaccination, distemper vaccination and a free vet check."
pet[p][pic]=	"859-09"
p++

pet[p]=new Array();
pet[p][type]=	"cat"
pet[p][Case]=	"1134-09"
pet[p][name]=	"Dots"
pet[p][breed]=	"DSH"
pet[p][size]=	"Medium"
pet[p][gender]=	f
pet[p][age]=	"2 years old"
pet[p][note]=	"The total adoption cost for Dots is $72.00 and this does include rabies vaccination, distemper vaccination, a free vet check and NYS spay/neuter deposit."
pet[p][pic]=	"1134-09"
p++

pet[p]=new Array();
pet[p][type]=	"cat"
pet[p][Case]=	"1415-09b"
pet[p][name]=	"Jasmine"
pet[p][breed]=	"DSH"
pet[p][size]=	"Medium"
pet[p][gender]=	f
pet[p][age]=	"1 year old"
pet[p][note]=	"The total adoption cost for Jasmine is $72.00 and this does include rabies vaccination, distemper vaccination, a free vet check and NYS spay/neuter deposit."
pet[p][pic]=	"1415-09b"
p++

pet[p]=new Array();
pet[p][type]=	"cat"
pet[p][Case]=	"886-09A"
pet[p][name]=	"Shakira"
pet[p][breed]=	"DMH"
pet[p][size]=	"Medium"
pet[p][gender]=	sf
pet[p][age]=	"10 months old"
pet[p][note]=	"The total adoption cost for Shakira is $32.00 and this does include rabies vaccination, distemper vaccination, a free vet check and spay fees."
pet[p][pic]=	"886-09A"
p++

pet[p]=new Array();
pet[p][type]=	"cat"
pet[p][Case]=	"1337-09A"
pet[p][name]=	"Twilight"
pet[p][breed]=	"DLH"
pet[p][size]=	"Medium"
pet[p][gender]=	nm
pet[p][age]=	"2 years old"
pet[p][note]=	"The total adoption cost for Twilight is $32.00 and this does include rabies vaccination, distemper vaccination, a free vet check and neuter fees."
pet[p][pic]=	"1337-09A"
p++

pet[p]=new Array();
pet[p][type]=	"cat"
pet[p][Case]=	"977-09"
pet[p][name]=	"Smokey"
pet[p][breed]=	"DSH"
pet[p][size]=	"Medium"
pet[p][gender]=	nm
pet[p][age]=	"6 months"
pet[p][note]=	"The total adoption cost for Smokey is $32.00 and this does include rabies vaccination, distemper vaccination, a free vet check and neuter fees."
pet[p][pic]=	"977-09"
p++

pet[p]=new Array();
pet[p][type]=	"cat"
pet[p][Case]=	"1414-09"
pet[p][name]=	"Whiskers"
pet[p][breed]=	"DSH"
pet[p][size]=	"Medium"
pet[p][gender]=	m
pet[p][age]=	"1.5 years old"
pet[p][note]=	"The total adoption cost for Whiskers is $72.00 and this does include rabies vaccination, distemper vaccination, a free vet check and NYS spay/neuter deposit."
pet[p][pic]=	"1414-09"
p++

pet[p]=new Array();
pet[p][type]=	"cat"
pet[p][Case]=	"992-09"
pet[p][name]=	""
pet[p][breed]=	"DMH"
pet[p][size]=	"Medium"
pet[p][gender]=	m
pet[p][age]=	"2 months old"
pet[p][note]=	"The total adoption cost for Leo is $72.00 and this does include rabies vaccination, distemper vaccination, a free vet check and NYS spay/neuter deposit."
pet[p][pic]=	"992-09"
p++


pet[p]=new Array();
pet[p][type]=	"dog"
pet[p][Case]=	"1308-09"
pet[p][name]=	"Rocko"
pet[p][breed]=	"Rottweiler Mix"
pet[p][size]=	"Medium"
pet[p][gender]=	m
pet[p][age]=	"1 year"
pet[p][note]=	"Total adoption fee is $90.50 and this does include NYS License, Rabies vaccination, neuter deposit and a free vet check."
pet[p][pic]=	"1308-09"
p++

pet[p]=new Array();
pet[p][type]=	"dog"
pet[p][Case]=	"1387-09"
pet[p][name]=	"Frank"
pet[p][breed]=	"Boxer Mix"
pet[p][size]=	"Medium"
pet[p][gender]=	m
pet[p][age]=	"1.5 years"
pet[p][note]=	"Frank will be available for adoption on 12/24/09.  The total adoption cost for Frank is $90.50 and this does include NYS Licence, Rabies, a free vet exam, spay/neuter deposit and a coupon for 50% off basic dog obedience."
pet[p][pic]=	"1387-09"
p++

pet[p]=new Array();
pet[p][type]=	"dog"
pet[p][Case]=	"1404-09"
pet[p][name]=	"Izzy"
pet[p][breed]=	"Pit Bull Mix"
pet[p][size]=	"Large"
pet[p][gender]=	m
pet[p][age]=	"2 years old"
pet[p][note]=	"The total adoption cost for Izzy is $90.50 and this does include NYS license, rabies vaccination, NYS spay/neuter deposit, a free vet exam and a coupon for 50% off basic dog obedience."
pet[p][pic]=	"1404-09"
p++


//-->