var publishDate = "Sunday, April 25 2010";
var name = new Array(5);
var age = new Array(5);
var image = new Array(5);
var breed = new Array(5);
var species = new Array(5);
var type = new Array(5);
var colour = new Array(5);
var shelterlocation = new Array(5);
var markings = new Array(5);
var details = new Array(5);
var sheltercode = new Array(5);
var dateofbirth = new Array(5);
var sex = new Array(5);
var size = new Array(5);
var goodwithkids = new Array(5);
var goodwithcats = new Array(5);
var goodwithdogs = new Array(5);
var housetrained = new Array(5);
var comments = new Array(5);
name[0] = "Romeo";
image[0] = "76.jpg";
age[0] = "3 years and 3 months";
breed[0] = "Domestic Short Hair";
species[0] = "Cat";
type[0] = "U (Unwanted Cat)";
colour[0] = "White";
shelterlocation[0] = "Cattery";
markings[0] = "";
details[0] = "Ro's a handrear and absolutely mental. He retrieves like a dog, and occasionally chews his bum and shouts the place down.";
sheltercode[0] = "U2008004";
dateofbirth[0] = "Monday, January 15 2007";
sex[0] = "Male";
size[0] = "Medium";
goodwithkids[0] = "No";
goodwithcats[0] = "Yes";
goodwithdogs[0] = "Yes";
housetrained[0] = "Yes";
comments[0] = "";
name[1] = "Snoop";
image[1] = "74.jpg";
age[1] = "9 years and 0 months";
breed[1] = "Lurcher";
species[1] = "Dog";
type[1] = "D (Dog)";
colour[1] = "Black";
shelterlocation[1] = "Dog Block";
markings[1] = "";
details[1] = "Snoop's my dog and you can't have him. He's very clever, but a bit obsessed with toys.";
sheltercode[1] = "D2008001";
dateofbirth[1] = "Sunday, April 15 2001";
sex[1] = "Male";
size[1] = "Medium";
goodwithkids[1] = "Yes";
goodwithcats[1] = "Yes";
goodwithdogs[1] = "Yes";
housetrained[1] = "Yes";
comments[1] = "";
name[2] = "Boo";
image[2] = "72.jpg";
age[2] = "10 years and 2 months";
breed[2] = "Domestic Short Hair";
species[2] = "Cat";
type[2] = "U (Unwanted Cat)";
colour[2] = "Black";
shelterlocation[2] = "Dog Block";
markings[2] = "";
details[2] = "Boo is my cat, and she's not for adoption. She's pure evil in a cat-shaped skin.";
sheltercode[2] = "U2008001";
dateofbirth[2] = "Tuesday, February 15 2000";
sex[2] = "Female";
size[2] = "Medium";
goodwithkids[2] = "Yes";
goodwithcats[2] = "No";
goodwithdogs[2] = "No";
housetrained[2] = "Yes";
comments[2] = "";
name[3] = "Lynx";
image[3] = "73.jpg";
age[3] = "11 years and 10 months";
breed[3] = "Domestic Short Hair";
species[3] = "Cat";
type[3] = "U (Unwanted Cat)";
colour[3] = "Ginger";
shelterlocation[3] = "Dog Block";
markings[3] = "";
details[3] = "Lynx is my cat and also not for adoption. Nice though, isn't he? Like a big teddy.";
sheltercode[3] = "U2008002";
dateofbirth[3] = "Monday, June 15 1998";
sex[3] = "Male";
size[3] = "Large";
goodwithkids[3] = "Yes";
goodwithcats[3] = "Yes";
goodwithdogs[3] = "Yes";
housetrained[3] = "Yes";
comments[3] = "";
name[4] = "Murdoch";
image[4] = "75.jpg";
age[4] = "8 years and 2 months";
breed[4] = "Domestic Long Hair";
species[4] = "Cat";
type[4] = "U (Unwanted Cat)";
colour[4] = "Tabby";
shelterlocation[4] = "Dog Block";
markings[4] = "";
details[4] = "This is Murdoch, my other cat. He's a loner and the nemesis of the blackbird.";
sheltercode[4] = "U2008003";
dateofbirth[4] = "Friday, February 15 2002";
sex[4] = "Male";
size[4] = "Large";
goodwithkids[4] = "Yes";
goodwithcats[4] = "Yes";
goodwithdogs[4] = "Yes";
housetrained[4] = "Yes";
comments[4] = "";
