function cPets(objName) {

	this.name = objName;
	window[objName] = this;

	this.petFields = new Array();
	this.petFields['animalID'] = Array();
	this.petFields['animalID']['index'] = 0;
	this.petFields['animalID']['name'] = 'Animal ID';
	this.petFields['status'] = Array();
	this.petFields['status']['index'] = 1;
	this.petFields['status']['name'] = 'Status';
	this.petFields['lastUpdated'] = Array();
	this.petFields['lastUpdated']['index'] = 2;
	this.petFields['lastUpdated']['name'] = 'Last Update';
	this.petFields['rescueID'] = Array();
	this.petFields['rescueID']['index'] = 3;
	this.petFields['rescueID']['name'] = 'Rescue ID';
	this.petFields['name'] = Array();
	this.petFields['name']['index'] = 4;
	this.petFields['name']['name'] = 'Name';
	this.petFields['summary'] = Array();
	this.petFields['summary']['index'] = 5;
	this.petFields['summary']['name'] = 'Summary';
	this.petFields['species'] = Array();
	this.petFields['species']['index'] = 6;
	this.petFields['species']['name'] = 'Species';
	this.petFields['breed'] = Array();
	this.petFields['breed']['index'] = 7;
	this.petFields['breed']['name'] = 'Breed';
	this.petFields['primaryBreed'] = Array();
	this.petFields['primaryBreed']['index'] = 8;
	this.petFields['primaryBreed']['name'] = 'Primary Breed';
	this.petFields['secondaryBreed'] = Array();
	this.petFields['secondaryBreed']['index'] = 9;
	this.petFields['secondaryBreed']['name'] = 'Secondary Breed';
	this.petFields['sex'] = Array();
	this.petFields['sex']['index'] = 10;
	this.petFields['sex']['name'] = 'Gender';
	this.petFields['mixed'] = Array();
	this.petFields['mixed']['index'] = 11;
	this.petFields['mixed']['name'] = 'Mixed';
	this.petFields['dogs'] = Array();
	this.petFields['dogs']['index'] = 12;
	this.petFields['dogs']['name'] = 'Good with Dogs';
	this.petFields['cats'] = Array();
	this.petFields['cats']['index'] = 13;
	this.petFields['cats']['name'] = 'Good with Cats';
	this.petFields['kids'] = Array();
	this.petFields['kids']['index'] = 14;
	this.petFields['kids']['name'] = 'Good with Kids';
	this.petFields['declawed'] = Array();
	this.petFields['declawed']['index'] = 15;
	this.petFields['declawed']['name'] = 'Declawed';
	this.petFields['housetrained'] = Array();
	this.petFields['housetrained']['index'] = 16;
	this.petFields['housetrained']['name'] = 'House Trained';
	this.petFields['age'] = Array();
	this.petFields['age']['index'] = 17;
	this.petFields['age']['name'] = 'Age';
	this.petFields['specialNeeds'] = Array();
	this.petFields['specialNeeds']['index'] = 18;
	this.petFields['specialNeeds']['name'] = 'Special Needs';
	this.petFields['altered'] = Array();
	this.petFields['altered']['index'] = 19;
	this.petFields['altered']['name'] = 'Altered';
	this.petFields['size'] = Array();
	this.petFields['size']['index'] = 20;
	this.petFields['size']['name'] = 'Size';
	this.petFields['uptodate'] = Array();
	this.petFields['uptodate']['index'] = 21;
	this.petFields['uptodate']['name'] = 'Up-to-date';
	this.petFields['color'] = Array();
	this.petFields['color']['index'] = 22;
	this.petFields['color']['name'] = 'Color';
	this.petFields['coatLength'] = Array();
	this.petFields['coatLength']['index'] = 23;
	this.petFields['coatLength']['name'] = 'Coat Length';
	this.petFields['pattern'] = Array();
	this.petFields['pattern']['index'] = 24;
	this.petFields['pattern']['name'] = 'Pattern';
	this.petFields['courtesy'] = Array();
	this.petFields['courtesy']['index'] = 25;
	this.petFields['courtesy']['name'] = 'Courtesy Listing';
	this.petFields['found'] = Array();
	this.petFields['found']['index'] = 26;
	this.petFields['found']['name'] = 'Found';
	this.petFields['foundDate'] = Array();
	this.petFields['foundDate']['index'] = 27;
	this.petFields['foundDate']['name'] = 'Found Date';
	this.petFields['foundZipcode'] = Array();
	this.petFields['foundZipcode']['index'] = 28;
	this.petFields['foundZipcode']['name'] = 'Found Zip Code';
	this.petFields['killDate'] = Array();
	this.petFields['killDate']['index'] = 29;
	this.petFields['killDate']['name'] = 'Euth Date';
	this.petFields['killReason'] = Array();
	this.petFields['killReason']['index'] = 30;
	this.petFields['killReason']['name'] = 'Euth Reason';
	this.petFields['description'] = Array();
	this.petFields['description']['index'] = 31;
	this.petFields['description']['name'] = 'Description';
	this.petFields['pic1'] = Array();
	this.petFields['pic1']['index'] = 32;
	this.petFields['pic1']['name'] = 'Picture';
	this.petFields['pictmn1'] = Array();
	this.petFields['pictmn1']['index'] = 33;
	this.petFields['pictmn1']['name'] = 'Thumbnail';
	this.petFields['pic2'] = Array();
	this.petFields['pic2']['index'] = 34;
	this.petFields['pic2']['name'] = 'Picture';
	this.petFields['pictmn2'] = Array();
	this.petFields['pictmn2']['index'] = 35;
	this.petFields['pictmn2']['name'] = 'Thumbnail';
	this.petFields['pic3'] = Array();
	this.petFields['pic3']['index'] = 36;
	this.petFields['pic3']['name'] = 'Picture';
	this.petFields['pictmn3'] = Array();
	this.petFields['pictmn3']['index'] = 37;
	this.petFields['pictmn3']['name'] = 'Thumbnail';
	this.petFields['pic4'] = Array();
	this.petFields['pic4']['index'] = 38;
	this.petFields['pic4']['name'] = 'Picture';
	this.petFields['pictmn4'] = Array();
	this.petFields['pictmn4']['index'] = 39;
	this.petFields['pictmn4']['name'] = 'Thumbnail';
	this.petFields['video1'] = Array();
	this.petFields['video1']['index'] = 40;
	this.petFields['video1']['name'] = 'Video';
	this.petFields['contactName'] = Array();
	this.petFields['contactName']['index'] = 41;
	this.petFields['contactName']['name'] = 'Contact Name';
	this.petFields['contactEmail'] = Array();
	this.petFields['contactEmail']['index'] = 42;
	this.petFields['contactEmail']['name'] = 'Contact Email';
	this.petFields['contactCellPhone'] = Array();
	this.petFields['contactCellPhone']['index'] = 43;
	this.petFields['contactCellPhone']['name'] = 'Contact Cell Phone';
	this.petFields['contactHomePhone'] = Array();
	this.petFields['contactHomePhone']['index'] = 44;
	this.petFields['contactHomePhone']['name'] = 'Contact Home Phone';
	this.petFields['locationZipcode'] = Array();
	this.petFields['locationZipcode']['index'] = 45;
	this.petFields['locationZipcode']['name'] = 'Location Zipcode';
	this.petFields['locationName'] = Array();
	this.petFields['locationName']['index'] = 46;
	this.petFields['locationName']['name'] = 'Location Name';
	this.petFields['detailLink'] = Array();
	this.petFields['detailLink']['index'] = 47;
	this.petFields['detailLink']['name'] = 'Name';
	this.petFields['created'] = Array();
	this.petFields['created']['index'] = 48;
	this.petFields['created']['name'] = 'Created';

	this.mode = '';
	this.pet = new Array();
	this.listId = 'rgPetContainer';
	this.detailId = 'rgPetDetails';
	this.fields = 'name,breed,color,species,age,thumbnail';
	this.orderby = this.petFields['name']['index'];
	this.order = 'asc';
	this.enableSearch = true;
	this.smartBrowse = true;
	this.sortbyField = 'name';
	this.sortbyOrder = 'asc';
	this.hideEmptyFields = false;
	this.detailTemplate = 'template1';
	this.detailWidth = '600';
	this.detailHeight = '620';
	this.picMaxWidth = '400';
	this.pictmnMaxWidth = '100';
	this.picSize = 'thumbnail';
	this.paging = true;
	this.perPage = 10;
	this.perRow = 4;
	this.rows = 4;
	this.detailPage = 'popover';

	this.buildPets = function() {
	this.pet = [
	['2580059','Available','2010-07-02 22:10:06','','Angelo','','Cat','Maine Coon / Mixed (medium coat)','Maine Coon','','Male','Yes','','','','No','Yes','Adult','No','Yes','Small','Yes','Brown (Mostly)','Medium','','No','No','','','','','<br><br><div> <p>Hi, my name is Angelo. Know how I got my name? My former owner named me after an angel, because I\'m sweet, kind, and always by your side... the most loyal of lap cats. Changes in his family forced him to give me up for adoption, but I\'m ready to be YOUR best friend! Don\'t be fooled by my shy-looking, \"aw, shucks\" almost-human face, I\'m eager and ready to play: not bad for an eight-year-old, huh? I get along with other kitties, as long as they don\'t come after me, and you know the best part about me? My foster Dad calls me&nbsp;a \"Bed-Burrito\"... I LOVE to crawl under the sheets, curl up close, purr away, and sleep with you every night! Healthy, fun-loving, and sweet as can be, I\'m tested negative, neutered, all caught up on my shots, microchipped, and ready to be your best pal!&nbsp; I&rsquo;m eight years old, weigh about eight pounds and have had my teeth cleaned and my liver, kidney and thyroid all checked out just great!&nbsp;</p> <p><strong>For more information, please contact Elaine at:</strong></p> <p><strong>510-482-6179</strong></p> <p><strong>elaineln@pacbell.net</strong></p> <p>&nbsp;</p> <p><strong>Adoption applications and all other available</strong></p> <p><strong>kitties can be found on our website:&nbsp; </strong><a href=\"http://www.mainecoonadoptions.com/\"><strong>www.MaineCoonAdoptions.com</strong></a><strong></strong></p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2580059m6535205.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2580059m6535205.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2580059m6535206.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2580059m6535206.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2580059m6535207.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2580059m6535207.jpg" width="'+this.pictmnMaxWidth+'">','','','','Elaine Lyford-Nojima','<a href=\"mailto:elaineln@pacbell.net\">elaineln@pacbell.net</a>','(510) 482-6179','(510) 482-6179','94602','Oakland CA','Angelo','2010-07-02 22:10:04'],
	['2510435','Available','2010-08-17 02:15:25','2480260','Antioch Shelter-URGENT','','Cat','Maine Coon / Mixed (medium coat)','Maine Coon','','Female','Yes','','','','No','Yes','Adult','No','Yes','Medium','Yes','Black and White','Medium','','Yes','No','','','','','<br><br><div class=\"info\"> <p>Hi everybody! We are the Antioch kitties. What that means is that we are all wonderful kitties at the Antioch shelter. You see, the shelter is overwhelmed right now and they have to get us kitties out so that nothing bad happens (and we all know what that means, right?). If you&rsquo;re not in the area, that&rsquo;s okay, transport is available and, again, even if you can just foster, that will help buy extra time for some of the other kitties. We are all fixed and up to date on our shots. If you&rsquo;d like more information on each of us separately, here you go:</p> <div> <p><a href=\"http://www.petfinder.com/petdetail/16381014\">Luciano</a> is a handsome, long-haired black-and-white cat around two years of age. He loves to be petted and loves attention. He is easy going and will adjust easily to a new home.</p> <p><a href=\"http://www.petfinder.com/petdetail/15987839\">Chloe</a> is a five-year-old tortie. She loves to roam around and would love to be out of her cage. She is a very sweet kitty who just wants to be loved.</p> <!-- <p><strong>Holly</strong> is a two-year-old, medium-haired, black female. She LOVES being held and is a total sweetheart. She is the calmest kitty around and would be great with kids.</p> --></div> <div class=\"contact\"> <p>For more information, please contact Ashley on <a href=\"mailto:athenesan@aol.com\">athenesan@aol.com</a> or 805-807-5402.<br />Do not contact Maine Coon Adoptions.</p> </div> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510435m6386291.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510435m6386291.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510435m6435171.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510435m6435171.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','Ashley Marcus','<a href=\"mailto:athenesan@aol.com\">athenesan@aol.com</a>','(805) 807-5402','','94509','Antioch shelter','Antioch Shelter-URGENT','2010-06-08 18:15:02'],
	['2579742','Available','2010-07-05 02:42:53','','Beanie and Copperfield','','Cat','Domestic Short Hair / Mixed (medium coat)','Domestic Short Hair','','Female','Yes','','','','No','Yes','Young','No','Yes','Medium','Yes','Gray, Blue or Silver Tabby','Medium','','Yes','No','','','','','<br><br><div class=\"info\"> <p>Hi everybody! We are a black and white kitty and a grey tabby cat. How&rsquo;s that for fun? We are around seven months of age. We probably don&rsquo;t have to tell you what a great age that is &ndash; we&rsquo;re just coming into our personalities and have all the fun parts of kittenhood without all the wackiness. Oh, we do <em>NOT</em> need to be adopted together. We are fixed, tested negative, up to date on our shots and well socialized. In short, we&rsquo;re ready for our new homes! Is it with you? We sure hope so!</p> </div> <div class=\"contact\"> <p>For more information, please contact Maureen on 415-420-5488 or <a href=\"mailto:maureen_zogg@dot.ca.gov\">maureen_zogg@dot.ca.gov</a></p> <p>Do not contact Maine Coon Adoptions.</p> </div><br><br></em>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2579742m6534699.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2579742m6534699.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2579742m6534700.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2579742m6534700.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','Maureen Zogg','<a href=\"mailto:maureen_zogg@dot.ca.gov\">maureen_zogg@dot.ca.gov</a>','','(415) 420-5488','','','Beanie and Copperfield','2010-07-02 21:12:57'],
	['2743091','Available','2010-08-30 17:22:09','','Beau','','Cat','Domestic Medium Hair / Mixed (medium coat)','Domestic Medium Hair','','Female','Yes','Yes','Yes','','No','Yes','Young','','Yes','Medium','','Blue (Mostly)','Medium','','No','No','','','','','<br><br><p class=\"Contact-mid-pageCP\">To learn more about this kitty, please contact MJ at <a href=\"mailto:kittycatcompanion@gmail.com\">kittycatcompanion@gmail.com</a>.</p> <p class=\"Contact-mid-pageCP\">Do not contact Maine Coon Adoptions.</p> <p class=\"Contact-mid-pageCP\">&nbsp;</p> <p>My name is Beau, which means beautiful &ndash; and someone&rsquo;s sweetheart -- in French. Right now I am the first, and would like to be the second for you. I&rsquo;m a year-old Russian Blue Mix with lovely gray fur that has a hint of silver. Quite distinguished, almost like the cat version of Cary Grant. And there&rsquo;s more: the tip of my tail has a white mark that makes it look like a lit lantern! I&rsquo;ve been told I&rsquo;m a wonderful kitty. I am very affectionate, friendly, and a good companion. I get along with dogs and other cats, especially my friend Java, who&rsquo;s six months old and also available for adoption. It sure would be great if we could be adopted together! We would add a nice color combination of silver and black to your home design. Even more, we&rsquo;d add our super personalities!&nbsp; I am fixed, microchipped, and vaccinated. If you&rsquo;d like to see me in action, check out my video on YouTube at: <a href=\"http://www.youtube.com/watch?v=N2aaZIPL9r0\">http://www.youtube.com/watch?v=N2aaZIPL9r0</a>.</p> <p>&nbsp;</p> <p>&nbsp;</p> <p class=\"Contact-pagebottom\">For more information, please contact MJ at</p> <p class=\"Contact-pagebottom\"><a href=\"mailto:kittycatcompanion@gmail.com\">kittycatcompanion@gmail.com</a>.</p> <p><strong>Do not contact Maine Coon Adoptions.</strong></p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2743091m6910752.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2743091m6910752.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2743091m6910753.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2743091m6910753.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','','','Beau','2010-08-30 17:22:08'],
	['2567860','Available','2010-08-04 20:40:45','','Bella','','Cat','Domestic Medium Hair / Mixed (medium coat)','Domestic Medium Hair','','Female','Yes','','No','','No','Yes','Adult','No','Yes','Medium','Yes','White (Mostly)','Medium','','No','No','','','','','<br><br><p>My name is Bella. I&rsquo;m sure you know it means beautiful girl in Italian and I&rsquo;m satisfied that it&rsquo;s an accurate portrayal of me. But I&rsquo;m not being vain, because it&rsquo;s not my physical beauty I&rsquo;m talking about (although I am attractive, with my gorgeous cream-white fur and pale blue eyes and a calico tiger tail). It&rsquo;s my inner beauty, which ironically I enjoy showing off to the world. I think you will find if you meet me that I&rsquo;m an absolute flirt but also absolutely loyal and affectionate. Truth be told, it doesn&rsquo;t occur to me often that I&rsquo;m a cat at all but instead a best friend who probably knows better than you do what&rsquo;s right for you. Yes, I&rsquo;m that center in who I am and what&rsquo;s needed in this world. Because I&rsquo;m so loyal to my people, I would do best as an only cat. I&rsquo;m just three years old, weigh 14 pounds, have been spayed, microchipped, tested negative and am in perfect health &ndash; I even just had my teeth done. And, yes, they too are gorgeous. &nbsp;</p> <div class=\"contact\"> <p>For more information, please contact Elaine at<br />510-482-6179<br /><a href=\"mailto:elaineln@pacbell.net\">elaineln@pacbell.net</a></p> <p>Visit <a href=\"http://www.mainecoonadoptions.com/\">www.MaineCoonAdoptions.com</a> for adoption information and applications, our adoptable kitties and more!</p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2567860m6545945.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2567860m6545945.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2567860m6545942.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2567860m6545942.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2567860m6545943.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2567860m6545943.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2567860m6545944.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2567860m6545944.jpg" width="'+this.pictmnMaxWidth+'">','','Elaine Lyford-Nojima','<a href=\"mailto:elaineln@pacbell.net\">elaineln@pacbell.net</a>','(510) 482-6179','(510) 482-6179','94602','Oakland CA','Bella','2010-06-28 19:39:48'],
	['2510438','Available','2010-06-25 04:43:45','2171905','Bernie & Izzie','','Cat','Maine Coon / Mixed (long coat)','Maine Coon','','Male','Yes','','','','No','Yes','Adult','No','Yes','Medium','Yes','Brown (Mostly)','Long','Bicolor','Yes','No','','','','','<br><br><div class=\"info\"> <p>Hi. My name is Izzy. Here are some pictures of my brother, Bernie and me. We are looking for a temporary home until our Mom can get a job and take us back - right now we are in a pretty unhappy living situation. Bernie is a mama&rsquo;s boy. He loves affection. Occasionally, Bernie tries to help out on the laptop and monitors the printer to make sure there aren&rsquo;t any paper jams. Bernie is very mellow and lies around chasing sunny warm spots on the deck migrating room to room on the floor. Bernie always walks with his happy-cat furry tail waving in the air behind him like a peacock. He is just so sweet. As for me, Izzy, I go by the nicknames of Izzidorable, His Izziness, and sometimes am affectionately referred to as Dizzy Izzy. I can hunt mice and patrol the out-of-doors for any activity or change in the surrounding plants. I sit on the deck to oversee my kingdom and monitor for any movement whether real or imagined. We both like to go for walks with our mama and play follow-the-leader. We have six acres we walk around. If on occasion we get distracted and fall out of step- we yawl, &ldquo;Where are you? Where did you go?&rdquo; Once called, we run to catch-up. We are really very funny and absolutely adorably handsome. At 13 years, we are both in great health. We have been neutered. We have all of our shots and vaccines are up-to-date. Our owner will pay for all of our food and cat care expenses. Potentially, we hope to be reunited as the economy picks up and work is more available.</p> </div> <div class=\"contact\"> <p>For more information, please contact Lynda Ward at (415) 613-2735 or <a href=\"mailto:lqward@yahoo.com\">lqward@yahoo.com</a>.<br />Do not contact Maine Coon Adoptions.</p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510438m6386300.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510438m6386300.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510438m6386299.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510438m6386299.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','','','Bernie & Izzie','2010-06-08 18:15:02'],
	['2672622','Available','2010-08-04 19:54:06','','Bianca','','Cat','Maine Coon / Mixed (medium coat)','Maine Coon','','Female','Yes','No','','No','No','Yes','Adult','No','Yes','Medium','','White','Medium','Bicolor','No','No','','','','','<br><br><div> <p class=\"Contact-mid-pageCP\">To learn more about this kitty, please contact the <a href=\"http://www.ninelivesfoundation.org/\">Nine Lives Foundation</a> on</p> <p class=\"Contact-mid-pageCP\">650-368-1365 or <a href=\"mailto:ninelivesfoundation@gmail.com\">ninelivesfoundation@gmail.com</a></p> <p class=\"Contact-mid-pageCP\">Do not contact Maine Coon Adoptions.</p> <p class=\"Contact-mid-pageCP\">&nbsp;</p> <p class=\"Contact-mid-pageCP\">&nbsp;</p> <p class=\"Description\">My name is Bianca. Yes, it means white in Italian and, yes, I have beautiful (gorgeous, even) white fur &ndash; albeit with a calico tail. Anybody know the word for calico in Italian? Probably just &ldquo;calico,&rdquo; right? Sorry. I hope I don&rsquo;t sound cranky but I&rsquo;m a sweetheart of a girl who was abandoned in a cat colony and although I was rescued and am in a nice foster home now, I still have my issues. The thing is I am already learning to trust people and really am a sweetheart (and, yes, beautiful) so hopefully I can find a patient quiet home without children or dogs where I can continue to come out of my shell and be the beautiful Bianca I am meant to be. I am about 3-4 years old. If you would like more information, please contact Nine Live Foundation at the information above and below. Thanks! See? I&rsquo;m already less cranky.</p> <p class=\"Description\">&nbsp;</p> <p class=\"Description\">&nbsp;</p> <p class=\"Contact-pagebottom\">For more information, please contact the <a href=\"http://www.ninelivesfoundation.org/\">Nine Lives Foundation</a> on 650-368-1365 or <a href=\"mailto:ninelivesfoundation@gmail.com\">ninelivesfoundation@gmail.com</a></p> <p><strong>Do not contact Maine Coon Adoptions.</strong></p> <p>&nbsp;</p> </div><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2672622m6748106.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2672622m6748106.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','','','','','Bianca','2010-08-04 19:54:05'],
	['2704623','Available','2010-08-17 01:40:49','','Big Dave','','Cat','Maine Coon / Mixed (medium coat)','Maine Coon','','Male','Yes','','Yes','','No','Yes','Adult','No','Yes','Large','','Brown (Mostly)','Medium','Bicolor','No','No','','','','','<br><br><div> <p>Hi everybody, I&rsquo;m Big Dave. The Big is not just for my size (did you see my massive paws?) but also because I&rsquo;ve got a big ole heart that&rsquo;s ready to take care of any troubles you may have in the world. I&rsquo;m so sweet I groom the kittens in my foster home. Nothing gets me upset; I&rsquo;m low key, mellow, and I go with the flow. Get the message? I came off the street, so I&rsquo;m still figuring out things like playing with toys and being with people who take care of me the way I like to take care of everybody else. I have been neutered, microchipped, tested negative, and am up to date on all my shots. I&rsquo;m only about 5 to 7 years of age and have had dental work to improve my smile, and with my easy-going personality, I smile a lot! Stop by and see it some time.</p> <p><strong>For more information, please contact Elaine at</strong></p> <p><strong>510-482-6179 or </strong><a href=\"mailto:elaineln@pacbell.net\"><strong>elaineln@pacbell.net</strong></a><strong>.</strong></p> <p><strong>For adoption applications and all our adoptable kitties, visit</strong></p> <a href=\"http://www.mainecoonadoptions.com/\"><strong>www.MaineCoonAdoptions.com</strong></a><br /> <p>&nbsp;</p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2704623m6826239.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2704623m6826239.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2704623m6826240.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2704623m6826240.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2704623m6826241.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2704623m6826241.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2704623m6826242.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2704623m6826242.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','Big Dave','2010-08-17 01:40:45'],
	['2607477','Available','2010-07-15 21:43:38','','Boris','','Cat','Domestic Long Hair (long coat)','Domestic Long Hair','','Male','','No','','','No','Yes','Adult','No','','','','Gray and White','Long','Bicolor','No','No','','','','','<br><br><div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">To learn more about this kitty, please contact the Nine Lives Foundation at 650-368-1365 or ninelivesfoundation@gmail.com</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Do not contact Maine Coon Adoptions.</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Well hello there! My name is Boris and no, I don&rsquo;t have a girlfriend named Natasha &ndash; but I have to admit I would like a pal of the human variety. You see, I was mauled, maybe by a dog, before ending up at the Fremont Animal Shelter. I was taken in by the kind folks at Nine Lives Foundation and in the month they&rsquo;ve had me have been calming down from the scared and fearful guy I was when I arrived. Really, I&rsquo;m quite sweet and easygoing and friendly &ndash; and will make a great lap and snuggle kitty once I warm up to you. As you can see, I&rsquo;m quite handsome, with my gray-and-white tuxedo tabby coloring. If you would like more information, contact Nine Lives Foundation at the information above or below this ad. Thanks!</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">To learn more about this kitty, please contact the Nine Lives Foundation at 650-368-1365 or ninelivesfoundation@gmail.com</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Do not contact Maine Coon Adoptions.</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> </div> <div>To learn more about this kitty, please contact the Nine Lives Foundation at 650-368-1365 or ninelivesfoundation@gmail.com</div> <div>Do not contact Maine Coon Adoptions.</div> <div><br />Well hello there! My name is Boris and no, I don&rsquo;t have a girlfriend named Natasha &ndash; but I have to admit I would like a pal of the human variety. You see, I was mauled, maybe by a dog, before ending up at the Fremont Animal Shelter. I was taken in by the kind folks at Nine Lives Foundation and in the month they&rsquo;ve had me have been calming down from the scared and fearful guy I was when I arrived. Really, I&rsquo;m quite sweet and easygoing and friendly &ndash; and will make a great lap and snuggle kitty once I warm up to you. As you can see, I&rsquo;m quite handsome, with my gray-and-white tuxedo tabby coloring. I am 1-2 years old. If you would like more information, contact Nine Lives Foundation at the information above or below this ad. Thanks!</div> <div><br />To learn more about this kitty, please contact the Nine Lives Foundation at 650-368-1365 or ninelivesfoundation@gmail.com</div> <div>Do not contact Maine Coon Adoptions.</div><br><br></div>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2607477m6596646.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2607477m6596646.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2607477m6596647.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2607477m6596647.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2607477m6596648.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2607477m6596648.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','Boris','2010-07-12 20:12:03'],
	['2693918','Available','2010-08-12 16:50:07','','Butterscotch & Onyx','','Cat','Maine Coon / Mixed (medium coat)','Maine Coon','','','Yes','','','','No','Yes','Baby','No','Yes','Medium','','','Medium','Bicolor','No','No','','','','','<br><br><div> <p>Hi everybody! We&rsquo;re Onyx and Butterscotch. Can you guess which is which? Oh, so you think that Butterscotch is the little orange boy and Onyx is the black one. Well, you&rsquo;d be right! See how easy we try to make things for you? That&rsquo;s because we are both adorable, three-month-old rescue kittens looking for a real home. We are very friendly, have lovely, soft fur, and we purr constantly. Purr purr purr. That&rsquo;s what we do. And, okay, we play a bit, too; we are kittens, after all. Mostly, though, we are lap cats who love to be cuddled and petted. We are both neutered, microchipped, and up to date with our shots. And we offer a very cool color combination of exotic orange tabby and silky midnight black. Wouldn&rsquo;t that make a lovely addition to your home? We think so!</p> <p class=\"Contact-pagebottom\">For more information, please contact Madeline Johnston at 617-584-8204 or <a href=\"mailto:madjohnston@yahoo.com\">madjohnston@yahoo.com</a>.</p> <p><strong>Do not contact Maine Coon Adoptions.</strong></p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2693918m6797649.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2693918m6797649.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2693918m6797650.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2693918m6797650.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','','','Butterscotch & Onyx','2010-08-12 16:50:05'],
	['2718817','Available','2010-08-22 02:51:33','','Carmello','','Cat','Domestic Short Hair / Mixed (short coat)','Domestic Short Hair','','Male','Yes','','','','No','Yes','Baby','No','Yes','Medium','','Orange','Short','Bicolor','No','No','','','','','<br><br><div> <p>Hi everybody! My name is Carmello. In case you can&rsquo;t tell from the photo, I am a very little guy, as in a kitten. You may notice that I am missing my tail &ndash; well, that&rsquo;s how I was born because I&rsquo;m a Manx kitten.&nbsp; The good part is I don&rsquo;t have a tail to whap in your face or knock things off of tables with. Wait, did I say that was a good thing? Good for you, anyway. As you can also see, I have a beautiful sister named Ginobelli. We don&rsquo;t need to be adopted together, but it would be very nice. If I am adopted on my own, I would need a house where there is a friendly kitty to play with as I do enjoy playing. I have been neutered, microchipped, tested negative, and am up to date on all my shots. So? Ready for a little Carmello in your life?</p> <p>&nbsp;</p> <p><strong>For more information, please contact Elaine at</strong></p> <p><strong>510-482-6179 or</strong></p> <p><a href=\"mailto:elaineln@pacbell.net\"><strong>elaineln@pacbell.net</strong></a>.<strong>&nbsp;</strong></p> <p><strong>For adoption applications and all our adoptable kitties, visit</strong></p> <p><a href=\"http://www.mainecoonadoptions.com/\"><strong>www.MaineCoonAdoptions.com</strong></a>.<strong>&nbsp;</strong></p> <br /> <p>&nbsp;</p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2718817m6858075.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2718817m6858075.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2718817m6858076.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2718817m6858076.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2718817m6858077.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2718817m6858077.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2718817m6858078.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2718817m6858078.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','Carmello','2010-08-22 02:51:29'],
	['2510443','Available','2010-06-25 04:46:14','2273188','Casey & Leo','','Cat','Maine Coon / Mixed (medium coat)','Maine Coon','','Female','Yes','','','','Yes','Yes','Senior','No','Yes','Medium','Yes','Gray (Mostly)','Medium','Bicolor','Yes','No','','','','','<br><br><div class=\"info\"> <p>Hi! Our names are Casey and Leo and we are two siblings in need of a home. We are a brother-sister duo who started our lives on the street. A kind elderly woman tamed us, fixed us and declawed us -- but now she&rsquo;s moving to a place and can&rsquo;t take us with her. We&rsquo;re nine years of age and quite gorgeous (if we do say so ourselves). Leo is huge (Maine Coon huge) and Casey has beautiful wide eyes.</p> </div> <div class=\"contact\"> <p>For more information, please contact the <a rel=\"external\" href=\"http://www.ninelivesfoundation.org\">Nine Lives Foundation</a> on (650) 368-1365 or <a href=\"mailto:ninelinesfoundation@gmail.com\">ninelivesfoundation@gmail.com</a>.<br />Do not contact Maine Coon Adoptions.</p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510443m6386320.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510443m6386320.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510443m6386321.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510443m6386321.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510443m6386319.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510443m6386319.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510443m6386322.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510443m6386322.jpg" width="'+this.pictmnMaxWidth+'">','','Nine Lives Foundation NLF','<a href=\"mailto:ninelivesfoundation@gmail.com\">ninelivesfoundation@gmail.com</a>','(650) 368-1365','(650) 368-1365','94063','Nine Lives Foundation','Casey & Leo','2010-06-08 18:15:03'],
	['2614866','Available','2010-08-30 15:49:25','','Charcoal','','Cat','Domestic Medium Hair (medium coat)','Domestic Medium Hair','','Male','','No','Yes','','No','Yes','Adult','No','Yes','','','Black','Medium','Solid','No','No','','','','','<br><br><p class=\"Description\">My name is Charcoal. It&rsquo;s the stuff you use to create super summer barbecues and, in a different form, can also be used to draw beautiful pictures. Fun and beautiful: I think that sums up the kind of guy I am. I&rsquo;m a very social, outgoing chap, and when I give you a hug, you&rsquo;re going to know it &ndash; I will stretch up and put my paws on your shoulders and nuzzle my face right up to yours. And when I meow, you&rsquo;re going to say: that may just be the cutest meow ever. Really. People say it all the time. I&rsquo;m very easy going and am great with other kitties, though I am not wild about dogs. I&rsquo;d be fine in a busy household. Mostly, though, I just love attention &ndash; giving and getting it. I&rsquo;m very responsive to petting &ndash; I mean, check out the look on my face in the center photo. Pretty darn content, right? My vet thought I was about six years old by looking at my teeth, but really, I act much younger and play like I&rsquo;m a kitten. I have a bright, shiny smile since I had some dental work done, and my kidney, thyroid, and liver are all healthy. I have been neutered, microchipped, tested negative, and am up to date on all my shots. Have a look at me in my YouTube video at <a href=\"http://www.youtube.com/watch?v=vlQGkuPvlCg\">http://www.youtube.com/watch?v=vlQGkuPvlCg</a>.</p> <div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\"> <p class=\"Description\">My name is Charcoal. It&rsquo;s the stuff you use to create super summer barbecues and, in a different form, can also be used to draw beautiful pictures. Fun and beautiful: I think that sums up the kind of guy I am. I&rsquo;m a very social, outgoing chap, and when I give you a hug, you&rsquo;re going to know it &ndash; I will stretch up and put my paws on your shoulders and nuzzle my face right up to yours. And when I meow, you&rsquo;re going to say: that may just be the cutest meow ever. Really. People say it all the time. I&rsquo;m very easy going and am great with other kitties, though I am not wild about dogs. I&rsquo;d be fine in a busy household. Mostly, though, I just love attention &ndash; giving and getting it. I&rsquo;m very responsive to petting &ndash; I mean, check out the look on my face in the center photo. Pretty darn content, right? My vet thought I was about six years old by looking at my teeth, but really, I act much younger and play like I&rsquo;m a kitten. I have a bright, shiny smile since I had some dental work done, and my kidney, thyroid, and liver are all healthy. I have been neutered, microchipped, tested negative, and am up to date on all my shots. Have a look at me in my YouTube video at <a href=\"http://www.youtube.com/watch?v=vlQGkuPvlCg\">http://www.youtube.com/watch?v=vlQGkuPvlCg</a>.</p> <span style=\"font-size: 10pt;\">For more information, please contact Elaine at: 510-482-6179 or elaineln@pacbell.net</span></div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\"><span style=\"font-size: 10pt;\">My name is Charcoal. It&rsquo;s the stuff you use for super summer barbecues and beautiful drawings, too. Fun and beautiful: I think that sums me up. I&rsquo;m very social and outgoing, and when I give you a hug, you&rsquo;ll know it &ndash; I will stretch up and put my paws on your shoulders and nuzzle my face right up to yours. And when I meow, you&rsquo;re going to say &ldquo;That may just be the cutest meow ever.&rdquo; Really. People say it all the time. I&rsquo;m very easy going and good with other kitties (not so much with dogs) and would probably be fine in a busy household. Mostly, though, I just love attention &ndash; giving and getting it. I&rsquo;m very responsive to petting &ndash; I mean, check out the look on my face in the photo. Pretty darn content, right? Now that I&rsquo;m getting better nutrition, my fur is improving as well and will soon be very luxurious and thick, which will make my looks as charming as my personality. I am a six- to eight-year-old male, have had some dental work done, and have healthy kidneys, thyroid, and liver. I have been neutered, microchipped, tested negative, and am up to date on all my shots. Come give me a hug!</span></div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\"><span style=\"font-size: 10pt;\">For more information, please contact Elaine at: 510-482-6179 or elaineln@pacbell.net</span></div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\"><span style=\"font-size: 10pt;\">Adoption applications and all other available kitties can be found on our website: &nbsp;</span></div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\"><span style=\"font-size: 10pt;\">www.MaineCoonAdoptions.com</span></div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> </div> <div><!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:TargetScreenSize>1024x768</o:TargetScreenSize> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]--> <!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:TargetScreenSize>1024x768</o:TargetScreenSize> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]--> <p class=\"Description\">&nbsp;</p> <p><strong>For more information, please contact Elaine at</strong></p> <p><strong>510-482-6179 or</strong></p> <p><a href=\"mailto:elaineln@pacbell.net\"><strong>elaineln@pacbell.net</strong></a>.<strong>&nbsp;</strong></p> <p><strong>For adoption applications and all our adoptable kitties, visit</strong></p> <a href=\"http://www.mainecoonadoptions.com/\"><strong>www.MaineCoonAdoptions.com</strong></a>.</div><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2614866m6611622.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2614866m6611622.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2614866m6611620.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2614866m6611620.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2614866m6826260.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2614866m6826260.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2614866m6826261.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2614866m6826261.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','Charcoal','2010-07-14 21:16:00'],
	['2637333','Available','2010-08-17 02:17:35','','Contra Costa Kitties-URGENT','Four great kitties at risk at the overcrowded Contra Costa shelters','Cat','Maine Coon / Domestic Short Hair / Mixed (medium coat)','Maine Coon','Domestic Short Hair','Female','Yes','','Yes','','No','Yes','Adult','No','Yes','','Yes','Calico or Dilute Calico','Medium','Calico','Yes','No','','','','','<br><br><div class=\"contact\"> <p>To learn more about these kitties, please contact the Martinez shelter at 925-335-8300 or asdweb@asd.cccounty.us<br />Do not contact Maine Coon Adoptions.</p> </div> <div class=\"info\"> <p>We are just a few of the wonderful cats at Contra Costa Animal Services in Martinez and Petsmart in Concord that DESPERATELY need to get out. The shelter is overcrowded and it is euthanizing kitties, and we don&rsquo;t want that to happen to us! We&rsquo;ve been selected as kitties who have particularly wonderful temperaments. Please help us find a way out, even if it&rsquo;s just a temporary home it would be a help. We&rsquo;re all fixed, vaccinated, and microchipped. Here&rsquo;s some more info about us (in our own words):</p> <ul> <li>Tammy (#A605011 at Martinez shelter): I&rsquo;m a little girl of about two years of age with gorgeous tortie coloring. I&rsquo;m EXTREMELY affectionate and loving and get along well with other cats. <strong>Scheduled for euthanasia on Wednesday August 4th - PLEASE HELP!</strong></li> <li>Donnie (#A616884 at Martinez shelter): I&rsquo;m a young adult (5 years) who&rsquo;s handsome, friendly, and okay with other kitties.</li> <li>Starlett (#A612833 at Petsmart in Concord): I&rsquo;m a very sweet girl, and I have been told I&rsquo;m incredibly beautiful. I adore being brushed and petted and am just adorable in general. I&rsquo;m also okay with other cats.</li> <li>Electra (#A613570 (at Petsmart in Concord): I am a Maine Coon mix with gorgeous calico coloring and I&rsquo;ve got a purrrrsonality to match! I am only two years of age and adore attention and being brushed. I&rsquo;m also okay with other kitties.&nbsp;</li> </ul> </div> <p class=\"contact\">To learn more about these kitties, please contact the Martinez shelter at 925-335-8300 or asdweb@asd.cccounty.us<br />Do not contact Maine Coon Adoptions.</p><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2637333m6664473.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2637333m6664473.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2637333m6664474.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2637333m6664474.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2637333m6664475.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2637333m6664475.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2637333m6664476.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2637333m6664476.jpg" width="'+this.pictmnMaxWidth+'">','','Martinez Shelter','<a href=\"mailto:asdweb@asd.cccounty.us\">asdweb@asd.cccounty.us</a>','','(925) 335-8300','94553','Martinez shelter (CCCAS)','Contra Costa Kitties-URGENT','2010-07-23 14:13:13'],
	['2649790','Available','2010-08-16 18:04:14','','Cricket and Bear','','Cat','Domestic Long Hair (long coat)','Domestic Long Hair','','Male','','','','','No','Yes','Young','No','','','','Black','Long','Solid','No','No','','','','','<br><br><div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">For more information, please contact Elaine at: 510-482-6179 or elaineln@pacbell.net</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Hi everybody, we&rsquo;re Bear and Cricket, two adorable boys who have spent our young days (we&rsquo;re about 15 months old) as outdoor kitties, but now it&rsquo;s time for a real family and a real home. My brother, Bear, is the bigger boy at 15 pounds (he really does look like a bear), while I, Cricket, weigh closer to 10. Bear might be bigger, but I&rsquo;m the instigator and the curious one and Bear follows my lead. Bear&rsquo;s also a little more snuggly than I am, although we both love being held and combed. Since we&rsquo;ve been outside, we haven&rsquo;t had much opportunity to be lap cats, but we come running across the lawn with excited anticipation every time we&rsquo;re called for dinner. We are also good at learning new routines and don&rsquo;t challenge whatever we&rsquo;re told to do. We were great playmates as kittens, and still enjoy sleeping and hanging out together. Oh, I forgot to say how I got my name, Cricket: I got it from the little boys in the house where I was born because my meow sounded like a cricket&rsquo;s chirp and I jumped around like one. We have both been neutered, microchipped, tested negative, and are up to date on our shots. Come and see us!</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">For more information, please contact Elaine at: 510-482-6179 or elaineln@pacbell.net</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Adoption applications and all other available kitties can be found on our website: &nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">www.MaineCoonAdoptions.com</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> </div> <div> <p class=\"Description\">Hi everybody &ndash; we&rsquo;re Cricket and Bear, two adorable boys who have spent our young lives (we&rsquo;re about 15 months old) as outdoor kitties, but now it&rsquo;s time for a real family and a real home and a safer life indoors! &nbsp;My brother, Bear, is the bigger boy at 15 pounds (he really does look like a bear), while I, Cricket, weigh closer to 10 pounds. While Bear might be bigger, I&rsquo;m the instigator and investigator, and Bear follows my lead. We both love being held and groomed. We were great playmates as kittens and still enjoy sleeping and hanging out together. We love to play with Da Bird and I &ndash; well, I just kind of go crazy over it. When playtime is over, we both like to sit around, think big thoughts, and then take a nice nap. Oh, I forgot to say how I got my name, Cricket: the little boys in the house where I was born said my meow sounded like a cricket&rsquo;s chirp and I jumped around like one. We have both been neutered, microchipped, tested negative, and are up to date on our shots. Have a look at our videos: <br /> Bear: <a href=\"http://www.youtube.com/watch?v=GmVj8fN76n0\">http://www.youtube.com/watch?v=GmVj8fN76n0</a></p> <p class=\"Description\">Cricket: <a href=\"http://www.youtube.com/watch?v=fT1vwK_1CY0\">http://www.youtube.com/watch?v=fT1vwK_1CY0</a></p> <p class=\"Description\">&nbsp;</p> <p class=\"Description\">&nbsp;</p> <p><strong>For more information, please contact Elaine at:</strong></p> <p><strong>510-482-6179 or </strong></p> <p><a href=\"mailto:elaineln@pacbell.net\"><strong>elaineln@pacbell.net</strong></a>.<strong>&nbsp;</strong></p> <p>&nbsp;</p> <p><strong>Adoption applications and all other available</strong></p> <p><strong>kitties can be found on our website:&nbsp; </strong><a href=\"http://www.mainecoonadoptions.com/\"><strong>www.MaineCoonAdoptions.com</strong></a><strong>&nbsp;</strong></p> <br /><a href=\"http://www.youtube.com/watch?v=fT1vwK_1CY0\"></a> <p>&nbsp;</p> </div><br><br></div>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2649790m6698006.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2649790m6698006.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2649790m6698007.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2649790m6698007.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2649790m6698008.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2649790m6698008.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2649790m6823727.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2649790m6823727.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','Cricket and Bear','2010-07-27 21:58:07'],
	['2510453','Available','2010-08-30 17:50:51','2467456','Ellie Rose','','Cat','Maine Coon / Mixed (long coat)','Maine Coon','','Female','Yes','','','','No','Yes','Senior','No','Yes','Medium','Yes','Brown Tabby','Long','Tabby','No','No','','','','','<br><br><div class=\"info\"> <p>Hey y&rsquo;all, my name is Ellie Rose and my life was pretty tough for a while: my family died and I lost my home. That&rsquo;s hard for any kitty but even tougher for a kitty who is considered &ldquo;old&rdquo; when it&rsquo;s the time of year when everyone wants a baby kitten. And heck, I&rsquo;m about 10 to 12 years old, and in human age, that&rsquo;s from the mid-50s to the mid 60s!  Now don&rsquo;t you know a ton of active, lively humans in that age range? Well, the same is true for me! I still love to play, especially with the turbo scratcher, and I often lie on the floor with my paws in the air, just hoping someone will give me a pet or two. I am a very friendly girl who loves attention and will love being near you or on your lap. We think my family was a bit older because my - ahem - grooming was not what it needed to be, but that&rsquo;s being taken care of now! Check me out on my video at <a rel=\"external\" href=\"http://www.youtube.com/watch?v=k4kn5q1RPv4\">http://www.youtube.com/watch?v=k4kn5q1RPv4</a>. I am up to date with my shots, am tested negative, spayed and microchipped. Wouldn&rsquo;t you love to come home to my gorgeous green eyes?</p> </div> <div class=\"contact\"> <p>For more information, please contact Elaine at<br />510-482-6179<br /><a href=\"mailto:elaineln@pacbell.net\">elaineln@pacbell.net</a></p> <p>Visit <a href=\"http://www.mainecoonadoptions.com/\">www.MaineCoonAdoptions.com</a> for adoption information and applications, our adoptable kitties and more!</p> </div><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510453m6386358.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510453m6386358.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510453m6911013.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510453m6911013.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510453m6386359.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510453m6386359.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510453m6911014.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510453m6911014.jpg" width="'+this.pictmnMaxWidth+'">','','Elaine Lyford-Nojima','<a href=\"mailto:elaineln@pacbell.net\">elaineln@pacbell.net</a>','(510) 482-6179','(510) 482-6179','','','Ellie Rose','2010-06-08 18:15:03'],
	['2742724','Available','2010-08-30 16:38:14','','Ethel & Kitara','','Cat','Maine Coon / Ragdoll / Mixed','Maine Coon','Ragdoll','Female','Yes','Yes','Yes','','Yes','Yes','Adult','','Yes','Medium','','','','Tabby','No','No','','','','','<br><br><p>Hello! Our names are Ethel and Kitara, and we are a sweet Maine Coon (Ethel) and Ragdoll (Kitara) duo who need a new home. You see, our loving owner was tragically killed in a car accident, and we were left all alone. We are two lovely princesses who represent the best in our breeds, both of which are known for kitties with wonderful, easygoing personalities. We are fixed and declawed (which means we will need to be indoor kitties). Ethel is about 10-12 years of age and in excellent health, while Kitara is about 4-5 years old. We are very sweet with each other and with new people and cats and even with dogs: although we were a little shy at first with the Golden Retriever in our foster home, we now lie around on the floor with him. We are in Southern California, so if you know anyone who would like two fabulous ladies who would make wonderful companions, please contact Sybil as soon as possible.</p> <p class=\"Contact-pagebottom\">For more information, please contact Sybil at 310-345-3901</p> <p class=\"Contact-pagebottom\">or <a href=\"mailto:smccarthy@beast.tv\">smccarthy@beast.tv</a>.</p> <p><strong>Do not contact Maine Coon Adoptions.</strong></p> <p>&nbsp;</p><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2742724m6910689.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2742724m6910689.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2742724m6910691.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2742724m6910691.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2742724m6910695.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2742724m6910695.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','Ethel & Kitara','2010-08-30 15:21:05'],
	['2510454','Available','2010-06-25 04:58:23','2465298','Feena','','Cat','Maine Coon / Mixed (medium coat)','Maine Coon','','Female','Yes','','','','No','Yes','Young','No','Yes','Medium','Yes','Black and White','Medium','Bicolor','No','No','','','','','<br><br><div class=\"info\"> <p>My name is Feena. In case you aren&rsquo;t familiar with the name, it&rsquo;s an Irish name meaning &ldquo;little fawn.&rdquo; Cool, huh? I&rsquo;ve also got the classic Maine Coon features and behavior, like fun ear and toe tufts, and I follow my foster Mom around the house, chatting away to her, So, yes, I&rsquo;m gorgeous - but, as we all know, beauty is only skin deep, right? What you really want to know is what I&rsquo;m like personality-wise: if a kitty could smile, I would always have a big smile on my face. I can always find something to entertain myself with: chasing anything moving, watching birds out the window, rolling on the floor in the sunshine. I&rsquo;m just a young lass at one year old and weigh about nine pounds. I have been spayed, tested negative, microchipped and am up to date on all my shots. Oh I probably don&rsquo;t like dogs a whole lot and I might do fine with one other kitty but we aren&rsquo;t too sure of that right now. And if you&rsquo;d like to see me in action (in other words see my gorgeous looks AND personality), you can watch my video at <a rel=\"external\" href=\"http://www.youtube.com/watch?v=KN0-wVcxyEE\">http://www.youtube.com/watch?v=KN0-wVcxyEE</a>.</p> </div> <div class=\"contact\"> <p>For more information, please contact Elaine at<br />510-482-6179<br /><a href=\"mailto:elaineln@pacbell.net\">elaineln@pacbell.net</a></p> <p>Visit <a href=\"http://www.mainecoonadoptions.com/\">www.MaineCoonAdoptions.com</a> for adoption information and applications, our adoptable kitties and more!</p> </div><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510454m6386361.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510454m6386361.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510454m6386362.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510454m6386362.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510454m6386363.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510454m6386363.jpg" width="'+this.pictmnMaxWidth+'">','','','','Elaine Lyford-Nojima','<a href=\"mailto:elaineln@pacbell.net\">elaineln@pacbell.net</a>','(510) 482-6179','(510) 482-6179','','','Feena','2010-06-08 18:15:04'],
	['2647388','Available','2010-08-26 03:19:16','','Frankie-URGENT','','Cat','Maine Coon / Domestic Long Hair / Mixed (long coat)','Maine Coon','Domestic Long Hair','Female','Yes','','No','','No','Yes','Adult','No','','','','Brown Tabby','Long','Bicolor','No','No','','','','','<br><br><div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">For more information, please contact Elaine at: 510-482-6179 or elaineln@pacbell.net</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">My name is Frankie. But, for those of you who know the old song about &ldquo;Frankie and Johnny,&rdquo; there is no Johnny. &nbsp;(There&rsquo;s no Annette either, in case any of you were into those Beach Blanket Bingo movies.) Nope, there&rsquo;s just darling me, Frankie, looking for a home where I can be the queen bee. You see, I&rsquo;m not crazy about other kitties and I&rsquo;m not even all that crazy about playing &ndash; all I want is to be with my people. I like to hang out, snuggle, have my head rubbed and chat -- oh yes, I&rsquo;m quite the conversationalist. Although I am still getting used to my new situation, which can make me a little skittish at times, I&rsquo;ve been told I&rsquo;m the most snuggly girl ever. If that means that I will crawl all over you until you rub my head and belly, well, then yeah, I&rsquo;m snuggly. I have been spayed, microchipped, tested negative, and am up to date on all my shots.&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">And, hey, if you&rsquo;d like to see me in action, check out my video at:</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">http://www.youtube.com/watch?v=unwYRf2QiLM</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">For more information, please contact Elaine at: 510-482-6179 or elaineln@pacbell.net</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Adoption applications and all other available kitties can be found on our website: &nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">www.MaineCoonAdoptions.com</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> </div> <div>For more information, please contact Elaine at: 510-482-6179 or elaineln@pacbell.net<br /><br />My name is Frankie. But, for those of you who know the old song about &ldquo;Frankie and Johnny,&rdquo; there is no Johnny.&nbsp; (There&rsquo;s no Annette either, in case any of you were into those Beach Blanket Bingo movies.) Nope, there&rsquo;s just darling me, Frankie, looking for a home where I can be the queen bee. You see, I&rsquo;m not crazy about other kitties and I&rsquo;m not even all that crazy about playing &ndash; all I want is to be with my people. I like to hang out, snuggle, have my head rubbed and chat -- oh yes, I&rsquo;m quite the conversationalist. Although I am still getting used to my new situation, which can make me a little skittish at times, I&rsquo;ve been told I&rsquo;m the most snuggly girl ever. If that means that I will crawl all over you until you rub my head and belly, well, then yeah, I&rsquo;m snuggly. I have been spayed, microchipped, tested negative, and am up to date on all my shots. <br />And, hey, if you&rsquo;d like to see me in action, check out my video at:<br />http://www.youtube.com/watch?v=unwYRf2QiLM<br /><br /><br />For more information, please contact Elaine at: 510-482-6179 or elaineln@pacbell.net<br /><br />Adoption applications and all other available kitties can be found on our website: &nbsp;<br />www.MaineCoonAdoptions.com</div><br><br></div>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2647388m6693979.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2647388m6693979.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2647388m6693980.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2647388m6693980.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2647388m6693981.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2647388m6693981.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','Frankie-URGENT','2010-07-27 04:45:17'],
	['2756921','Available','2010-09-04 05:50:36','','Gaston- VERY URGENT','','Cat','Maine Coon / Mixed (medium coat)','Maine Coon','','Male','Yes','','','','No','Yes','Adult','No','Yes','Large','','Brown (Mostly)','Medium','Bicolor','No','No','','','','','<br><br><p class=\"Contact-mid-pageCP\">To learn more about this kitty, please contact Tony at 707-332-2002 or <a href=\"mailto:tnitche@yahoo.com\">tnitche@yahoo.com</a>.</p> <p class=\"Contact-mid-pageCP\">Do not contact Maine Coon Adoptions.</p> <p class=\"Description\">Hello, I am called Gaston. You must say it with a French accent. OK, OK, you may say it however you like, but it is more fun this way, I think. I am a male Maine Coon, 6 years of age. My people, they are leaving me for another home &ndash; who knows why? I do not ask these things; I am not that sort of cat. What I am is a very friendly guy with impeccable manners. Charming, too, and handsome, of course, as you can see from my photos. I like to go outside if I can, but if not, that is all right, too. I would prefer to be the only cat in your home, but I am happy to share my people with a dog. I have had all my vaccinations and am healthy and ready to fall in love with a new family. However, I must find this new home by September 9, which is very soon, as you know. I am in Santa Rosa; I hope you will call for me. A bient&ocirc;t, mes chers &ndash; see you soon.</p> <p class=\"Contact-pagebottom\">For more information, please contact Tony at 707-332-2002</p> <p class=\"Contact-pagebottom\">or <a href=\"mailto:tnitche@yahoo.com\">tnitche@yahoo.com</a>.</p> <p><strong>Do not contact Maine Coon Adoptions.</strong></p> <p>&nbsp;</p> <p class=\"Description\">&nbsp;</p> <p>&nbsp;</p><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2756921m6941154.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2756921m6941154.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2756921m6941155.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2756921m6941155.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2756921m6941156.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2756921m6941156.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','Gaston- VERY URGENT','2010-09-04 05:50:33'],
	['2718819','Available','2010-08-22 02:58:04','','Ginobelli','','Cat','Domestic Short Hair / Mixed (short coat)','Domestic Short Hair','','Female','Yes','','','','No','Yes','Baby','No','Yes','Medium','','Gray (Mostly)','Short','Bicolor','No','No','','','','','<br><br><div> <p>Hi everybody! My name is Ginobelli. Si, e vero. Okay, so I can&rsquo;t really speak Italian, but I am cute as a bug in a rug. That should count for something, right? I have beautiful tabby markings, and if you are wondering what happened to my tail &ndash; well, I&rsquo;m a Manx, which means that I was born without a tail.&nbsp; We Manx kitties are not all that common, and our hind legs are a bit longer than our front ones, so we kind of hop like a bunny when we run. And since I&rsquo;m just a young kitten at three months, I do run!&nbsp; As you can see in my photo, I have a beautiful brother named Carmello. We don&rsquo;t need to be adopted together, but it would be very nice. If I am adopted on my own, I would need a house where there is a friendly kitty to play with, as I do enjoy playing quite a lot. I have been neutered, microchipped, tested negative, and am up to date on all my shots. So? Ready for a little, high-energy ball of fur in your life? If so, I&rsquo;m your gal!</p> <p>&nbsp;</p> <p><strong>For more information, please contact Elaine at</strong></p> <p><strong>510-482-6179 or</strong></p> <p><a href=\"mailto:elaineln@pacbell.net\"><strong>elaineln@pacbell.net</strong></a>.<strong>&nbsp;</strong></p> <p><strong>For adoption applications and all our adoptable kitties, visit</strong></p> <p><a href=\"http://www.mainecoonadoptions.com/\"><strong>www.MaineCoonAdoptions.com</strong></a>.<strong>&nbsp;</strong></p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2718819m6858083.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2718819m6858083.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2718819m6858084.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2718819m6858084.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2718819m6858085.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2718819m6858085.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2718819m6858086.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2718819m6858086.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','Ginobelli','2010-08-22 02:58:01'],
	['2609911','Available','2010-08-17 02:18:15','','Gorgeous George-URGENT','','Cat','Domestic Short Hair (short coat)','Domestic Short Hair','','Male','','','No','','No','Yes','Adult','No','','','','Black','Short','Solid','No','No','','','','','<br><br><div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">To learn more about this kitty, please contact Pat at patsmyklo@hotmail.com or 510-532-2309.</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Do not contact Maine Coon Adoptions.</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Hello, my name is George. There have been many famous Georges: George Washington, George Costanza, Curious George. Well, you can add my name to the list, and that&rsquo;s Gorgeous George. Unfortunately, some of us black kitties &ndash; even the gorgeous ones &ndash; are kind of overlooked, and that happened to me at the Lake County animal shelter, a rural shelter in Northern California. Luckily a rescue group came in and got me out at the last minute as they had found a loving family who wanted to adopt me, but then my tests came back as FeLV positive (although I am negative for FIV). Thing is, we positive kitties can still live long, healthy lives, but it probably would be best if I found a home where I was the only kitty or lived with another kitty who had tested positive. Otherwise, I&rsquo;m in good health, am current on shots, neutered, and ready for a new home. I am a big, solid boy at 12 pounds and quite mellow and talkative. Here&rsquo;s how great a companion I am: I&rsquo;d rather be petted and have a good long chat with you than eat. I&rsquo;m just that sweet and loving -- or, you might say, my gorgeous personality matches my looks. I am currently in Oakland, but transportation is available if you&rsquo;re interested in me.</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">To learn more about this kitty, please contact Pat at patsmyklo@hotmail.com or 510-532-2309.</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Do not contact Maine Coon Adoptions.</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> </div> <div>To learn more about this kitty, please contact Pat at patsmyklo@hotmail.com or 510-532-2309.</div> <div>Do not contact Maine Coon Adoptions.</div> <div><br />Hello, my name is George. There have been many famous Georges: George Washington, George Costanza, Curious George. Well, you can add my name to the list, and that&rsquo;s Gorgeous George. Unfortunately, some of us black kitties &ndash; even the gorgeous ones &ndash; are kind of overlooked, and that happened to me at the Lake County animal shelter, a rural shelter in Northern California. Luckily a rescue group came in and got me out at the last minute as they had found a loving family who wanted to adopt me, but then my tests came back as FeLV positive (although I am negative for FIV). Thing is, we positive kitties can still live long, healthy lives, but it probably would be best if I found a home where I was the only kitty or lived with another kitty who had tested positive. Otherwise, I&rsquo;m in good health, am current on shots, neutered, and ready for a new home. I am a big, solid boy at 12 pounds and quite mellow and talkative. Here&rsquo;s how great a companion I am: I&rsquo;d rather be petted and have a good long chat with you than eat. I&rsquo;m just that sweet and loving -- or, you might say, my gorgeous personality matches my looks. I am currently in Oakland, but transportation is available if yo</div><br><br></div>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2609911m6602176.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2609911m6602176.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2609911m6602177.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2609911m6602177.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','','','Gorgeous George-URGENT','2010-07-13 16:35:21'],
	['2737157','Available','2010-08-28 07:05:04','','Gracie','','Cat','Maine Coon / Mixed (long coat)','Maine Coon','','Female','Yes','','','','No','Yes','Adult','','Yes','Medium','','Black and White','Long','Solid','No','No','','','','','<br><br><div> <p class=\"Contact-mid-pageCP\">To learn more about this kitty, please contact Susan at 415-350-4113 or <a href=\"mailto:crc_rescue@yahoo.com\">crc_rescue@yahoo.com</a>.</p> <p class=\"Contact-mid-pageCP\">Do not contact Maine Coon Adoptions.</p> <p>My name is Gracie, and while I have had my share of bad luck &ndash; landing at a high-kill shelter with dislocated legs after probably being hit by a car &ndash; I really think my name should be Good Luck Gracie. You see, some kind people helped me to get the surgery needed to fix my legs. Then I got through the three weeks of post-surgical care in a cage (boring!), and now I am in a foster home where I am racing around having a ball and ready for my own home. I am a busy little ball of fluff with big round eyes and a funny, engaging personality.</p> <p>I&rsquo;m also big on affection and just as happy hanging out in my foster mom\'s lap. Everything is just perfect, except that it would be great to find my forever home. I&rsquo;m under two years of age. I have been spayed, microchipped, vaccinated, and tested negative for FIV and FeLV. Oh, and I&rsquo;ve been rebuilt! How many cats can say that? There is an adoption fee for me, but the amount is open. I am being cared for by a nonprofit, so any donation is tax deductible. Can I be your good luck charm?</p> <p class=\"Contact-pagebottom\">For more information, please contact Susan at</p> <p class=\"Contact-pagebottom\">415-359-4113 or <a href=\"mailto:crc_rescue@yahoo.com\">crc_rescue@yahoo.com</a>.</p> <p><strong>Do not contact Maine Coon Adoptions.</strong></p> <p>&nbsp;</p> <p>&nbsp;</p> </div><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2737157m6896408.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2737157m6896408.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2737157m6896409.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2737157m6896409.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','','','Gracie','2010-08-28 07:05:03'],
	['2510455','Available','2010-07-07 07:07:47','1480523','Gretchen','','Cat','Maine Coon / Mixed (medium coat)','Maine Coon','','Female','Yes','No','No','No','No','Yes','Young','No','Yes','Medium','Yes','Brown (Mostly)','Medium','Bicolor','Yes','No','','','','','<br><br><div class=\"info\"> <p>My name is Gretchen. I&rsquo;m just two years old and, in case you think I look a little cranky in my photo it&rsquo;s because I&rsquo;ve already had some majorly bad luck TWICE: my first owner died of breast cancer and my second owner recently entered a convalescent home. So, here I am, an ideal companion kitty who prefers the company of people to other kitties and I&rsquo;m stuck back in a rescue organization with LOTS of other kitties, which as you can imagine makes me a little cranky. I&rsquo;m hoping I can find a new home where I can show all the love I can give and lose the cranky look on my face for ever and ever! I would do best without kids or dogs where I can be an only cat. I&rsquo;m worth it, I promise! Heck, I&rsquo;m just two years old and have so much more love and fun and play to give to the right home. I hope it&rsquo;s with you! I have been spayed, tested negative and am up to date on all my shots.</p> </div> <div class=\"contact\"> <p>For more information, please contact the <a rel=\"external\" href=\"http://www.ninelivesfoundation.org\">Nine Lives Foundation</a>&nbsp;on (650) 368-1365 or <a href=\"mailto:ninelivesfoundation@gmail.com\">ninelivesfoundation@gmail.com</a>. Do not contact Maine Coon Adoptions.</p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510455m6556885.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510455m6556885.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510455m6386364.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510455m6386364.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','Nine Lives Foundation NLF','<a href=\"mailto:ninelivesfoundation@gmail.com\">ninelivesfoundation@gmail.com</a>','(650) 368-1365','(650) 368-1365','94063','Nine Lives Foundation','Gretchen','2010-06-08 18:15:04'],
	['2723075','Available','2010-08-23 18:14:37','','Hailey & Hattie','','Cat','Domestic Short Hair / Mixed (short coat)','Domestic Short Hair','','Female','Yes','','','','No','Yes','Young','No','Yes','Medium','','Gray (Mostly)','Short','Bicolor','No','No','','','','','<br><br><div> <p class=\"Contact-mid-pageCP\"><em>For more information, please contact Madeline Johnston</em><em> at 617-584-8204 or </em><a href=\"mailto:madjohnston@yahoo.com\">madjohnston@yahoo.com</a>.</p> <p class=\"Contact-mid-pageCP\"><em>Do not contact Maine Coon Adoptions.</em></p> <p class=\"Description\">Hi there! We are Hailey and Hattie, two super cute four-and-a-half-month-old sisters who love each other so much we need to be adopted together. We are very sweet and purr constantly. We have been likened to chinchillas due to our fluffy, super soft fur, but to be honest, we are not sure we like being compared to a fluffy animal from the rodent kingdom! Even though we are so bonded to each other, we still love lots of attention and cuddles from people, and we also love to romp and play. We hope it will be with you! We have been spayed, microchipped, tested negative, and are up to date on all our shots.</p> <p class=\"Contact-pagebottom\">For more information, please contact Madeline Johnston on</p> <p class=\"Contact-pagebottom\">617-584-8204 or <a href=\"mailto:madjohnston@yahoo.com\">madjohnston@yahoo.com</a>.</p> <p><strong>Do not contact Maine Coon Adoptions.</strong></p> <p>&nbsp;</p> <br /><em>&nbsp;</em> <p>&nbsp;</p> </div><br><br></em>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2723075m6866245.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2723075m6866245.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2723075m6866246.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2723075m6866246.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','','','Hailey & Hattie','2010-08-23 18:14:35'],
	['2693999','Available','2010-08-12 17:59:53','','Hank & Johnson','','Cat','Maine Coon / Mixed','Maine Coon','','Male','Yes','','Yes','','No','Yes','','No','Yes','Large','','Brown Tabby','','Tabby','No','No','','','','','<br><br><div> <p class=\"Description\">We are Hank and Johnson. Don&rsquo;t we sound like two great sea captains? Ahoy Hank! Ahoy Johnson! See? And, in case you can&rsquo;t guess from the photograph where we&rsquo;ve got our feet in each other&rsquo;s faces, we&rsquo;re best buddies and need to find a new home together. Some people think we may be father and son because of some hereditary factors we share. For example, check out our feet &ndash; they&rsquo;re HUGE and they&rsquo;re polydactyl (meaning we&rsquo;ve got extra toes &ndash; if they were thumbs, we could probably open jars for you). We&rsquo;re both young guys, with Hank about 3-4 years of age (and 12 pounds) and Johnson about 1-2 (and 9 pounds). We&rsquo;re both sweeties, especially Hank, who loves to be held and will walk right up to new people (and kitties). Johnson can be a little reserved at first but is very playful and will often initiate playtime with Hank, who is the dominant one but often defers to Johnson when it comes to toys (kind of like a good dad would, huh?). Hank had some medical issues, which is why our former owner was forced to give us up. Hank is all better now, but it did leave him with a bit of a head tilt as a result. Kind of endearing, right? Anyway, we&rsquo;re neutered, microchipped, have tested negative, and are up to date on all our shots.</p> <p><strong>For more information, please contact Elaine at 510-482-6179 or</strong><a href=\"mailto:elaineln@pacbell.net\"><strong> elaineln@pacbell.net</strong></a>.<strong></strong></p> <p><strong>For adoption applications and all our adoptable kitties, visit</strong><a href=\"http://www.mainecoonadoptions.com/\"><strong> www.MaineCoonAdoptions.com</strong></a>.</p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2693999m6797841.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2693999m6797841.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2693999m6797842.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2693999m6797842.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2693999m6797843.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2693999m6797843.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','Hank & Johnson','2010-08-12 17:59:49'],
	['2607666','Available','2010-07-12 20:23:20','','Henrietta','','Cat','Domestic Long Hair (long coat)','Domestic Long Hair','','Female','','','Yes','','No','Yes','Young','No','','','','Brown Tabby','Long','Tabby','No','No','','','','','<br><br><div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">To learn more about this kitty, please contact the Nine Lives Foundation at 650-368-1365 or ninelivesfoundation@gmail.com</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Do not contact Maine Coon Adoptions.</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">My name is Henrietta and right away I have to tell you something important: I&rsquo;m horribly unphotogenic. In other words, I&rsquo;m MUCH better looking than these photos would indicate. I&rsquo;ve also just had dental work done and a lion cut and have been prancing around with a new and renewed vigor. Doesn&rsquo;t a makeover always help you feel better? Anyway, I&rsquo;m about two years of age and think that it&rsquo;s important that we kitties earn our keep around the house. I do this by helping volunteers with their paperwork at the front desk of the Nine Lives Foundation. You&rsquo;ll love the way I do this, too &ndash; I plant my furry little bottom on whatever papers you need at the moment. Brilliant, right? Of course, it would be nice if my co-workers would not be so critical of the way I do my work. Like they know better, right? Anyway, I am spayed and get on well with other cats, which is to say that I will tolerate their existence in my universe but I have to admit I&rsquo;d really prefer that they stay out of my orbit. That&rsquo;s okay with you, right?&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">To learn more about this kitty, please contact the Nine Lives Foundation at 650-368-1365 or ninelivesfoundation@gmail.com</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Do not contact Maine Coon Adoptions.</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> </div> <div>To learn more about this kitty, please contact the Nine Lives Foundation at 650-368-1365 or ninelivesfoundation@gmail.com</div> <div>Do not contact Maine Coon Adoptions.</div> <div><br />My name is Henrietta and right away I have to tell you something important: I&rsquo;m horribly unphotogenic. In other words, I&rsquo;m MUCH better looking than these photos would indicate. I&rsquo;ve also just had dental work done and a lion cut and have been prancing around with a new and renewed vigor. Doesn&rsquo;t a makeover always help you feel better? Anyway, I&rsquo;m about two years of age and think that it&rsquo;s important that we kitties earn our keep around the house. I do this by helping volunteers with their paperwork at the front desk of the Nine Lives Foundation. You&rsquo;ll love the way I do this, too &ndash; I plant my furry little bottom on whatever papers you need at the moment. Brilliant, right? Of course, it would be nice if my co-workers would not be so critical of the way I do my work. Like they know better, right? Anyway, I am spayed and get on well with other cats, which is to say that I will tolerate their existence in my universe but I have to admit I&rsquo;d really prefer that they stay out of my orbit. That&rsquo;s okay with you, right?&nbsp;</div> <div><br />To learn more about this kitty, please contact the Nine Lives Foundation at 650-368-1365 or ninelivesfoundation@gmail.com</div> <div>Do not contact Maine Coon Adoptions.<br /></div><br><br></div>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2607666m6596682.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2607666m6596682.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2607666m6596684.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2607666m6596684.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2607666m6596685.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2607666m6596685.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2607666m6596686.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2607666m6596686.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','Henrietta','2010-07-12 20:23:17'],
	['2563114','Available','2010-07-05 02:45:33','','Jake & Elwood','','Cat','Maine Coon / Mixed (medium coat)','Maine Coon','','Male','Yes','','','','No','Yes','Baby','No','Yes','Medium','Yes','Gray (Mostly)','Medium','Tabby','Yes','No','','','','','<br><br><div class=\"info\"> <p>Hi everybody! We&rsquo;re Jake and Elwood. Now you may remember those are the names of the Blues Brothers. We are brothers and we&rsquo;ve had the blues (being found on the street and all) but we don&rsquo;t think that will last long as, well, we&rsquo;re action-packed little positive-thinkers who are also absolutely ADORABLE! We&rsquo;ve been neutered, tested negative and have had all our medical check ups so we are really ready for our new home. Hope it&rsquo;s with you! We are very friendly and love people and would be best in a house looking for some rough-n-tumble kinda guys. Oh, and we also love to eat and will probably be big boys (not because of too much eating, of course) when we grow up. We are only around 12 weeks of age so do have a lot of growing to do. If you would like more information on us, please call or e-mail Kelly Perry.</p> </div> <div class=\"contact\"> <p>For more information, please contact Kelly Perry on 925-586-8000 or <a href=\"mailto:kperry4@comcast.net\">kperry4@comcast.net</a></p> <p>Do not contact Maine Coon Adoptions.</p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2563114m6498082.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2563114m6498082.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','Kelly Perry','<a href=\"mailto:kperry4@comcast.net\">kperry4@comcast.net</a>','(925) 586-8000','','','','Jake & Elwood','2010-06-26 18:21:08'],
	['2693545','Available','2010-08-30 16:34:35','','Java & Cup \'O Joe','','Cat','Maine Coon / Mixed (medium coat)','Maine Coon','','Male','Yes','','','','No','Yes','Baby','No','Yes','','','','Medium','Tabby','No','No','','','','','<br><br><div> <p>What could be better for breakfast than a tasty cup of <strong>Java</strong>&mdash;a tasty <strong>Cup O&rsquo; Joe</strong>? Yep, we are the breakfast kitties: Java and Cup O&rsquo; Joe (our brother Marmalade has already been adopted), and we are a pair of adorable three-month-old male rescue kittens. Although we look almost identical, our personalities are quite different; Java has a spark of independence, and is always up and about, looking for something interesting to investigate. He gets on well with the other cats and dogs in his foster home, and might enjoy a partially outdoor situation. Joe, on the other hand, is your classic love bug, and he wants to jump straight into your lap for lots of cuddles and attention. We are both very friendly, have lovely, soft fur, and we love to be petted (we purr constantly!). We are neutered, up to date on all our shots and microchipped, ready for our forever home. Wouldn&rsquo;t you like to join us for breakfast? You can see us in action here: <span style=\"text-decoration: underline;\">http://www.youtube.com/watch?v=Tq3AU108v9g</span>.</p> <br />For more information, please contact Madeline Johnston at<br />617-584-8204 or madjohnston@yahoo.com.<br /><br />Do not contact Maine Coon Adoptions.</div><br><br></strong>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2693545m6910679.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2693545m6910679.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2693545m6910682.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2693545m6910682.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','','','Java & Cup \'O Joe','2010-08-12 16:05:23'],
	['2769267','Available','2010-09-09 01:52:17','','Jewel & Joe','','Cat','Maine Coon / Mixed (medium coat)','Maine Coon','','Female','Yes','','','','No','Yes','Baby','','Yes','Medium','','Gray (Mostly)','Medium','Tabby','No','No','','','','','<br><br><p class=\"Description\">Hello everyone! We&rsquo;re two 3&ndash;4 month old kittens looking for a home. I, Jewel, am a beautiful, dusky grey, tortoiseshell girl, and my pal there in jet black is Cup O&rsquo; Joe, although you can just call him Joe. We&rsquo;re both big fans of being cuddled and petted, which is lucky, because we have incredibly soft fur and we&rsquo;re very friendly! Of course, we like to play, too&mdash;what kitten doesn&rsquo;t?&mdash;and we get on well with other kitties. You might recognize Joe as he also appears in another ad with a black kitty called Java. The truth is, he is such a sociable little guy that he makes friends with everyone, kitty, human, or otherwise! We are spayed and neutered, up to date on all our shots, microchipped, and ready for our forever home. Are you ready for two adorable little kitties? We hope so!</p> <p class=\"Description\">You can see how adorable we are in our video on YouTube: http://www.youtube.com/watch?v=TOEQ3jE6kMM.</p> <p class=\"Contact-pagebottom\">For more information, please contact MJ at</p> <p class=\"Contact-pagebottom\"><a href=\"mailto:kittycatcompanion@gmail.com\">kittycatcompanion@gmail.com</a>.</p> <p><strong>Do not contact Maine Coon Adoptions.</strong></p> <p>&nbsp;</p> <p>&nbsp;</p><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2769267m6968680.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2769267m6968680.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2769267m6968681.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2769267m6968681.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2769267m6968682.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2769267m6968682.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','Jewel & Joe','2010-09-09 01:52:15'],
	['2756922','Available','2010-09-09 01:15:36','','Jones-URGENT','','Cat','Maine Coon (medium coat)','Maine Coon','','Male','','','','','No','Yes','Adult','','Yes','Medium','','Gray (Mostly)','Medium','Tabby','No','No','','','','','<br><br><p class=\"Contact-mid-pageCP\">To learn more about this kitty, please contact Nicole at 925-324-1204 or <a href=\"mailto:nicolelbristow@hotmail.com\">nicolelbristow@hotmail.com</a>.</p> <p class=\"Contact-mid-pageCP\">Do not contact Maine Coon Adoptions.</p> <p>Hi there. I&rsquo;m Mr. Jones, but you can call me Jones. It&rsquo;s a pretty common name, but I am a somewhat uncommon cat. I am a 2-year-old male Maine Coon, and I&rsquo;m super friendly, snuggly, and sociable; that&rsquo;s not the uncommon part. What makes me special is that I get around on three legs. I don&rsquo;t let that slow me down, though! In fact, I&rsquo;m just as mobile as a four-legged kitty, and, as you can see from my photos, I&rsquo;m just as adorable, too! I also sometimes need a little extra help with my grooming in the, um, private areas. I am an extremely mellow, good-natured kitty who would be happy to follow the rules of your household and give you unlimited love in return for a little special help. Are you the special person for me?</p> <p>&nbsp;</p> <p class=\"Contact-pagebottom\">For more information, please contact Nicole at 925-324-1204 <br /> or <a href=\"mailto:nicolelbristow@hotmail.com\">nicolelbristow@hotmail.com</a>.</p> <p><strong>Do not contact Maine Coon Adoptions.</strong></p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2756922m6941161.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2756922m6941161.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2756922m6941162.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2756922m6941162.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2756922m6941163.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2756922m6941163.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','Jones-URGENT','2010-09-04 06:04:27'],
	['2608078','Available','2010-07-13 00:11:03','','King Tut','','Cat','Maine Coon (long coat)','Maine Coon','','Male','','','Yes','','','','Adult','No','','Large','','Black and White','Long','Tabby','No','No','','','','','<br><br><div> <p class=\"Contact-mid-pageCP\">To learn more about this kitty, please contact the <a href=\"http://www.ninelivesfoundation.org/\">Nine Lives Foundation</a> on</p> <p class=\"Contact-mid-pageCP\">650-368-1365 or <a href=\"mailto:ninelivesfoundation@gmail.com\">ninelivesfoundation@gmail.com</a></p> <p class=\"Contact-mid-pageCP\">Do not contact Maine Coon Adoptions.</p> <p class=\"Contact-mid-pageCP\"></p> <p>My name is King Tut. Yep, like the Egyptian guy. Except that he was a small boy and I&rsquo;m a large Maine Coon mix King Tut. I&rsquo;m about five years old and came to the Nine Lives Foundation two years ago from a feral colony. I&rsquo;ve been hanging out in the large play cage but really would like to be a companion cat to another kitty or person in a quiet home. I enjoy being petted and, although it can take time for me to warm up to new people, I genuinely enjoy having someone plop down next to me and stroke my plush coat while speaking softly to me. Because of my lush coat, I&rsquo;ll need a lot of grooming &ndash; the Egyptian guy probably had a servant for that, huh? Mostly, I&rsquo;m a gentle soul who, if spooked or scared, will run from you rather than fight. I&rsquo;m not really into being picked up but will snuggle next to you and enjoy sleeping on the bed with you.</p> <p class=\"Contact-pagebottom\">For more information, please contact the <a href=\"http://www.ninelivesfoundation.org/\">Nine Lives Foundation</a> on 650-368-1365 or <a href=\"mailto:ninelivesfoundation@gmail.com\">ninelivesfoundation@gmail.com</a></p> <p><strong>Do not contact Maine Coon Adoptions.</strong></p> </div><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2608078m6598541.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2608078m6598541.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2608078m6598542.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2608078m6598542.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2608078m6598543.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2608078m6598543.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','King Tut','2010-07-13 00:11:01'],
	['2510464','Available','2010-06-25 05:54:06','1190383','Koko','','Cat','Maine Coon / Mixed (long coat)','Maine Coon','','Male','Yes','','','','No','Yes','Young','No','Yes','Medium','Yes','Black and White','Long','Bicolor','Yes','No','','','','','<br><br><p class=\"info\">My name is Koko. I don&rsquo;t know if you are aware of this but there was once a famous gorilla named Koko who learned sign language. I don&rsquo;t know if I can learn sign language but I know what a nice pet feels like and will be happy to learn the language of love. You see, I&rsquo;m a little insecure and need to feel belonged and cared for. I sure hope that&rsquo;s with you! I&rsquo;m very low maintenance but can be a little shy at first but then will want to curl up next to you on your pillow or walk up and rub against you to get a scratch on my head of body. I&rsquo;ll meow to let you know how happy it&rsquo;s making me. The rest of the time I can be independent and just kind of hang out around the house. I&rsquo;m 3-4 years old, weigh 10 pounds and have beautiful long black-and-white fur and green eyes. I have been neutered, tested negative and am up to date on all my shots.</p> <p class=\"contact\">For more information, please contact Dana at <a href=\"mailto:danamidanilov@yahoo.com\">danamidanilov@yahoo.com</a> or 510-919-3025.<br />Do not contact Maine Coon Adoptions.</p><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510464m6386394.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510464m6386394.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510464m6386395.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510464m6386395.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','','','Koko','2010-06-08 18:15:05'],
	['2635376','Available','2010-08-30 17:44:05','','Lathrop Lovelies-URGENT','','Cat','Domestic Short Hair / Domestic Medium Hair / Mixed (medium coat)','Domestic Short Hair','Domestic Medium Hair','Male','Yes','','','','No','Yes','Young','No','Yes','','Yes','','Medium','Bicolor','Yes','No','','','','','<br><br><p class=\"Description\">To learn more about these kitties, please contact Lathrop Animal Services at 209-941-7240 or aservices@ci.lathrop.ca.us<br />Do not contact Maine Coon Adoptions.</p> <p class=\"Description\">Hi everybody! We&rsquo;re Blackie and Magic, two bewitchingly beautiful black cats from Lathrop. Unfortunately, we&rsquo;re stuck in the animal shelter, where even the most enchanting kitties aren&rsquo;t safe when the shelter gets full. We&rsquo;re hoping that some kind people will read this ad and fall under our spell, and adopt us! We are all spayed/neutered and oh-so-ready for a new home where we can show our love and playfulness and all the other great things that come with having a kitty in the house. Let us introduce ourselves:</p> <p class=\"Description\">- Magic is a young shorthaired girl with gorgeous, silky fur and a cute little white patch on her neck (please ignore the bad photo!)</p> <p class=\"Description\">- Blackie is a very handsome adult male with long plush fur with beautiful highlights</p> <p class=\"Description\">We aren&rsquo;t from the same household and don&rsquo;t need to be adopted as a pair (even though our names do sound cool together!). Interested? You can call or email to find out more information on our personalities. Anyway, call or write soon! We&rsquo;re running out of time and need help getting out of here. Thank you!</p> <div><br />To learn more about these kitties, please contact Lathrop Animal Services at 209-941-7240 or aservices@ci.lathrop.ca.us<br />Do not contact Maine Coon Adoptions.</div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2635376m6910985.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2635376m6910985.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2635376m6894806.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2635376m6894806.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2635376m6894807.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2635376m6894807.jpg" width="'+this.pictmnMaxWidth+'">','','','','Lathrop Animal Services','<a href=\"mailto:aservices@ci.lathrop.ca.us\">aservices@ci.lathrop.ca.us</a>','','(209) 941-7240','95337','Lathrop Animal Services','Lathrop Lovelies-URGENT','2010-07-22 16:46:23'],
	['2510450','Available','2010-09-02 03:32:37','2324489','Leena','','Cat','Maine Coon / Mixed (long coat)','Maine Coon','','Female','Yes','','No','','No','Yes','Senior','No','Yes','Small','Yes','Calico or Dilute Calico','Long','Bicolor','No','No','','','','','<br><br><div class=\"info\"> <p class=\"yiv215189498msonormal\">If you are looking for a kitty, look no further &ndash; you&rsquo;ve just found her. My name is Leena, and I am happy on your lap, next to you, or sitting on your desk - wherever you want me to be, I&rsquo;m easy. I&rsquo;m a terrific foot warmer for your bed at night, and I will greet you at the door and follow you around the house. But I also enjoy running from room to room; my foster mom can&rsquo;t quite believe that I am 10 years old because I am so energetic and spirited!&nbsp; So I&rsquo;m a cat for all seasons &ndash; energetic and mellow!&nbsp; Makes you laugh and great company!&nbsp; My foster mom swears that I smile when the top of my head is combed. I am lots of fun to have around and am super smart (I recognize the sounds of the cat food can being opened!). My liver, kidneys, and thyroid are in great shape. <br /> I weigh eight pounds, am spayed, up to date with my shots, have tested negative, and am microchipped. You can see me live at <a href=\"http://www.youtube.com/watch?v=EEWcBFfBP58\" target=\"_blank\">http://www.youtube.com/watch?v=EEWcBFfBP58</a>.&nbsp;</p> </div> <div class=\"contact\"> <p>For more information, please contact Elaine at<br />510-482-6179<br /><a href=\"mailto:elaineln@pacbell.net\">elaineln@pacbell.net</a></p> <p>Visit <a href=\"http://www.mainecoonadoptions.com/\">www.MaineCoonAdoptions.com</a> for adoption information and applications, our adoptable kitties and more!</p> </div><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510450m6386346.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510450m6386346.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510450m6386347.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510450m6386347.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510450m6396032.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510450m6396032.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510450m6396033.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510450m6396033.jpg" width="'+this.pictmnMaxWidth+'">','','Elaine Lyford-Nojima','<a href=\"mailto:elaineln@pacbell.net\">elaineln@pacbell.net</a>','(510) 482-6179','(510) 482-6179','94602','Oakland CA','Leena','2010-06-08 18:15:03'],
	['2677319','Available','2010-08-06 05:04:55','','Maggie Mae','','Cat','Maine Coon / Mixed (medium coat)','Maine Coon','','Female','Yes','','','','No','Yes','Adult','No','Yes','Medium','','Gray (Mostly)','Medium','Bicolor','No','No','','','','','<br><br><div>Hi everybody! My name is Maggie Mae. Yes, the same Maggie Mae who has had songs written about her from a traditional folk song that was the anthem for Liverpool to Rod Stewart&rsquo;s pop ballad. I think that means we Maggie Maes are rather gorgeous girls, right? Look at me &ndash; I&rsquo;ve got classic Maine Coon mix looks with a white ruff and tummy and gorgeous brown markings. Oh, and I&rsquo;ve got oh-so-elegant black eyeliner as well. Honestly, when people think of a Maine Coon, they think of me &ndash; well, at least they think of the white ruff and tummy, white feet, brown/black fur, and fluffy tail. I&rsquo;m a young girl at about 2 to 3 years of age, and I weigh a petite 8 pounds, though I will say that I look bigger than that (probably all that fluffy fur!). I&rsquo;m quite easygoing but also love to play. I&rsquo;m fine with other kitties and probably even okay with a dog &ndash; I&rsquo;m that confident. I have been spayed, microchipped, tested negative, and am up to date on all my shots.<br /><br />For more information, please contact Elaine at:<br />510-482-6179 or<br />elaineln@pacbell.net.<br /><br />Adoption applications and all other available<br />kitties can be found on our website:&nbsp; www.MaineCoonAdoptions.com</div><br><br></div>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2677319m6761206.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2677319m6761206.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2677319m6761207.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2677319m6761207.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2677319m6761208.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2677319m6761208.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2677319m6761209.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2677319m6761209.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','Maggie Mae','2010-08-06 05:04:53'],
	['2742839','Available','2010-09-09 00:29:46','','Magnus','','Cat','Maine Coon / Mixed (medium coat)','Maine Coon','','Male','Yes','','Yes','Yes','No','Yes','Young','Yes','Yes','Large','','Red (Mostly)','Medium','Bicolor','No','No','','','','','<br><br><p>Hi everybody! My name is Magnus, which is a Latin name meaning &ldquo;great.&rdquo; And, well, as much as I hate to brag, I am great. A fabulous, fabulous boy is what they call me. There&rsquo;s just one thing: I have been diagnosed as FIV+. Now, I know a lot of people think this is a death sentence, but the truth is FIV+ cats can and do live to a ripe old kitty age of 15, 16, 17&hellip;.well, you get the idea. Since I&rsquo;m a young boy of about three years old, I can provide many years of fabulousness to a new home. It&rsquo;s okay for me to be in a house with other kitties as long as we get along, as the condition can only be transmitted through a deep bite. I&rsquo;m mellow, easygoing, get along with everyone, and to prove I&rsquo;m a softie I&rsquo;ve got a tiny meow for such a big (13 pounds) guy. I have been neutered, microchipped, and am up to date on my shots. So, who wouldn&rsquo;t like a magnificent, magnanimous, big Magnus in their household? You can even see me in action on my video: <a href=\"http://www.youtube.com/watch?v=Y0CDcat5fuI\" target=\"_blank\">http://www.youtube.com/watch?v=Y0CDcat5fuI</a>.</p> <p>For more information, please contact Elaine at</p> <p>510-482-6179<br /><a href=\"mailto:elaineln@pacbell.net\">elaineln@pacbell.net</a></p> <div class=\"contact\"> <p>Visit <a href=\"http://www.mainecoonadoptions.com/\">www.MaineCoonAdoptions.com</a> for adoption information and applications, our adoptable kitties and more!</p> </div><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2742839m6910171.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2742839m6910171.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2742839m6910172.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2742839m6910172.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2742839m6910173.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2742839m6910173.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2742839m6910174.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2742839m6910174.jpg" width="'+this.pictmnMaxWidth+'">','','Elaine Lyford-Nojima','<a href=\"mailto:elaineln@pacbell.net\">elaineln@pacbell.net</a>','(510) 482-6179','(510) 482-6179','94602','Oakland CA','Magnus','2010-08-30 15:28:38'],
	['2667161','Available','2010-08-06 04:49:39','','Manxes','','Cat','Manx / Mixed','Manx','','Male','Yes','','','','No','Yes','Baby','No','Yes','','','Orange (Mostly)','','Tabby','No','No','','','','','<br><br><div> <p class=\"Description\">Don\'t we look like trouble! We are all siblings who, thank goodness, were rescued from a shelter by Maine Coon Adoptions&hellip; and, okay, so we are not Maine Coons but four of us are Manx kittens. And four of us are orange. One of us (the one with the little head poking up in the back) is not orange (as you can see). And, check this out, the four of us who are Manx include the one who&rsquo;s a tabby. Sounds like one of those word games from junior high math, huh? Anyway, we&rsquo;re extra special and extra unique and pretty much all adorable, right? We aren\'t big enough to be adopted yet but we will be by mid to late August. Three of us may already have homes but we won&rsquo;t know for sure for another week, so if you are interested fill out an application on the website or send an e-mail (no calls, please). We will have been fixed, microchipped, and be up to date with our shots by the time we get adopted.</p> <p><strong>For more information, please contact Elaine at:</strong></p> <p><a href=\"mailto:elaineln@pacbell.net\"><strong>elaineln@pacbell.net</strong></a><strong></strong></p> <p>&nbsp;</p> <p><strong>Adoption applications and all other available</strong></p> <p><strong>kitties can be found on our website:&nbsp; </strong><a href=\"http://www.mainecoonadoptions.com/\"><strong>www.MaineCoonAdoptions.com</strong></a><strong></strong></p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2667161m6740510.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2667161m6740510.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','','','','','Manxes','2010-08-03 16:53:56'],
	['2650196','Available','2010-07-28 01:12:24','','Max and Cleo','','Cat','Maine Coon (long coat)','Maine Coon','','Female','','','','No','No','Yes','Adult','No','','','','Gray and White','Long','Tabby','No','No','','','','','<br><br><div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">For more information, please contact Monika at monikabelhumeur@gmail.com</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Do not contact Maine Coon Adoptions.</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Hello there! Our names are Cleo and Max. Or Cleopatra and Maximus &ndash; pretty impressive names, right? Well, we&rsquo;re two impressive kitties. We are brother and sister and we both have gorgeous Maine Coon looks, not that we&rsquo;re immodest, not at all. No, we&rsquo;re pretty mellow, easygoing types who would love to find a home together. Cleo is the more inquisitive and adventurous. She loves to play and hang out with people and Max. Max really loves to hang out with people, maybe not on their laps but always nearby. He also loves to eat, play, and hang out in high places. We&rsquo;ve both been indoor-outdoor kitties but have never left the backyard. The truth is, we&rsquo;re not that active and would do well as companions for someone who doesn&rsquo;t want crazy, energetic kitties, and we&rsquo;d probably do best in a house without young children. Max weighs about 12 pounds, and Cleo weighs about 11 pounds. We were born on February 1, 2004. We have both been fixed, our vaccinations are up to date, and we have papers (as we said, we&rsquo;re impressive!). We are in Southern California, but if you are interested and live somewhere else, transportation may be possible. Contact Monika at the email listed to find out more.</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">For more information, please contact Monika at monikabelhumeur@gmail.com</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Do not contact Maine Coon Adoptions.</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> </div> <div>For more information, please contact Monika at monikabelhumeur@gmail.com</div> <div>Do not contact Maine Coon Adoptions.</div> <div><br />Hello there! Our names are Cleo and Max. Or Cleopatra and Maximus &ndash; pretty impressive names, right? Well, we&rsquo;re two impressive kitties. We are brother and sister and we both have gorgeous Maine Coon looks, not that we&rsquo;re immodest, not at all. No, we&rsquo;re pretty mellow, easygoing types who would love to find a home together. Cleo is the more inquisitive and adventurous. She loves to play and hang out with people and Max. Max really loves to hang out with people, maybe not on their laps but always nearby. He also loves to eat, play, and hang out in high places. We&rsquo;ve both been indoor-outdoor kitties but have never left the backyard. The truth is, we&rsquo;re not that active and would do well as companions for someone who doesn&rsquo;t want crazy, energetic kitties, and we&rsquo;d probably do best in a house without young children. Max weighs about 12 pounds, and Cleo weighs about 11 pounds. We were born on February 1, 2004. We have both been fixed, our vaccinations are up to date, and we have papers (as we said, we&rsquo;re impressive!). We are in Southern California, but if you are interested and live somewhere else, transportation may be possible. Contact Monika at the email listed to find out more.</div> <div><br />For more information, please contact Monika at monikabelhumeur@gmail.com</div> <div>Do not contact Maine Coon Adoptions.<br /></div><br><br></div>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2650196m6699002.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2650196m6699002.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2650196m6699004.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2650196m6699004.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2650196m6699006.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2650196m6699006.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','Max and Cleo','2010-07-28 01:12:21'],
	['2640158','Available','2010-08-22 02:09:49','','Melody','','Cat','Maine Coon / Mixed (long coat)','Maine Coon','','Female','Yes','','','','No','Yes','Young','No','Yes','Medium','Yes','Tortoiseshell','Long','Tortie','Yes','No','','','','','<br><br><div> <p class=\"Description\">My name is Melody, and right off the bat I need to let you know that I&rsquo;m a sweet melody, the kind you wouldn&rsquo;t mind playing in your head all day (not the kind that gets stuck there and makes you nuts). I&rsquo;m also a beautiful Melody, with a striking yin-and-yang face that inspired some kind people to help get me out of a high-kill shelter just days before I was scheduled to be euthanized. What a shame that would&rsquo;ve been, don&rsquo;t you think? I mean, I&rsquo;m only a year old, so I&rsquo;m just a little girl with so much loving and living to do. And I am little; at only six pounds, I&rsquo;m kind of like a teacup version of a Maine Coon, so for those of you who like the big whiskers and ear tufts (got &lsquo;em!) and sweet personality (check!) of a Maine Coon but without all that heft on your lap &ndash; I&rsquo;m your gal. I love affection and purr up a STORM whenever someone pets me (and even as I got my vet exam!). I also love to play and will add sweet music to my forever home. I have been spayed, microchipped, tested negative, and am up to date on all my shots. I am currently in Southern California, but transport can be arranged if you live further north.</p> <p><strong>For more information, please contact Elaine at</strong></p> <p><strong>510-482-6179 or </strong></p> <p><a href=\"mailto:elaineln@pacbell.net\"><strong>elaineln@pacbell.net</strong></a>.<strong></strong></p> <p><strong>For adoption applications and all our adoptable kitties, visit</strong></p> <p><a href=\"http://www.mainecoonadoptions.com/\"><strong>www.MaineCoonAdoptions.com</strong></a><strong></strong></p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2640158m6858041.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2640158m6858041.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2640158m6858042.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2640158m6858042.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2640158m6858043.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2640158m6858043.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2640158m6858044.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2640158m6858044.jpg" width="'+this.pictmnMaxWidth+'">','','San Jose ACS','','','(408) 578-7297','95111','San Jose Animal Care and Services','Melody','2010-07-24 14:34:17'],
	['2650414','Available','2010-08-17 02:19:30','','Milo-URGENT','','Cat','Maine Coon / Mixed (long coat)','Maine Coon','','Male','Yes','','Yes','','No','Yes','Young','No','Yes','Medium','','Gray, Blue or Silver Tabby','Long','Tabby','Yes','No','','','','','<br><br><p class=\"contact\">For more information, please contact Lisa Langere on (805) 438-5345 or <a href=\"mailto:lisa@moonfiremountain.com\">lisa@moonfiremountain.com</a>.<br />Do not contact Maine Coon Adoptions.</p> <p>My name is Milo. I&rsquo;m about a year old, but here&rsquo;s a photo of what I looked like as a kitten &ndash; cute as a bug in a rug, right? Well, I&rsquo;m still gorgeous &ndash; a beauty to observe, I&rsquo;ve been told. I have loving eyes and am very friendly and affectionate. Lately the chaos in my house has made me a little skittish, but when I have time with people, I&rsquo;m very affectionate, love to be scratched and petted, and am OK with being picked up. I can be rather independent and often act like a big brother to the younger girls in my family (yes, that involves teasing). Again, I&rsquo;m a real beauty and am not handling my current crazy environment very well, but in a calm environment I will thrive and come around to being the best buddy a human could have.</p> <p class=\"Contact-pagebottom\">For more information, please contact&nbsp;Lisa Langere on (805) 438-5345 or&nbsp;<a href=\"mailto:lisa@moonfiremountain.com\">lisa@moonfiremountain.com</a>.<br />Do not contact Maine Coon Adoptions.</p><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2650414m6699796.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2650414m6699796.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2650414m6699797.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2650414m6699797.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2650414m6795489.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2650414m6795489.jpg" width="'+this.pictmnMaxWidth+'">','','','','Lisa Langere','<a href=\"mailto:lisa@moonfiremountain.com\">lisa@moonfiremountain.com</a>','','','93453','Santa Margarita','Milo-URGENT','2010-07-28 09:59:53'],
	['2677317','Available','2010-08-06 04:38:18','','Mimi & Winky','','Cat','Maine Coon (medium coat)','Maine Coon','','Female','','','','','No','Yes','Adult','No','','Medium','','Black (Mostly)','Medium','Tabby','No','No','','','','','<br><br><div> <p>Hi there! My name is Mimi Muffin, and this is my sister, Winky. We are also called &ldquo;The Velvet Girls&rdquo; because of our luxurious, silky black fur. I love to nap in grocery bags and weave my way around table legs, finding my way to you for some affection. In fact, our foster mom says I am a love bug because I love to cuddle and show up at every petting opportunity - except when new people come to visit! (I do get nervous around new people, but if you give me time, I am always eager for a pet.)</p> <p>&nbsp;</p> <p>You can tell us apart because Winky has a white star on her chest and really does wink and blink when she is content; she also has the sweetest little meow. She gets so excited when she is groomed and petted that her tail twitches! We are about two years old, spayed, tested negative, up to date with our shots, and microchipped. We are both very sweet and gentle. See how terrific we are on our video at &nbsp;<a href=\"http://www.youtube.com/watch?v=2cPP-mn5KRw\">http://www.youtube.com/watch?v=2cPP-mn5KRw</a>.&nbsp; We are a little, ahem, on the large size with excellent appetites, but that just means there&rsquo;s more soft velvet to love!</p> <p><strong>For more information, please contact Elaine at:</strong></p> <p><strong>510-482-6179 or</strong></p> <p><a href=\"mailto:elaineln@pacbell.net\"><strong>elaineln@pacbell.net</strong></a>.<strong></strong></p> <p>&nbsp;</p> <p><strong>Adoption applications and all other available</strong></p> <p><strong>kitties can be found on our website:&nbsp; </strong><a href=\"http://www.mainecoonadoptions.com/\"><strong>www.MaineCoonAdoptions.com</strong></a><strong></strong></p> <p>&nbsp;</p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2677317m6761198.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2677317m6761198.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2677317m6761199.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2677317m6761199.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2677317m6761200.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2677317m6761200.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2677317m6761201.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2677317m6761201.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','Mimi & Winky','2010-08-06 04:38:14'],
	['2553675','Available','2010-06-25 05:03:06','','Misty','','Cat','Maine Coon / Mixed (long coat)','Maine Coon','','Female','Yes','No','No','No','No','Yes','Adult','No','Yes','Small','Yes','Calico or Dilute Calico','Long','Calico','No','No','','','','','<br><br><div class=\"info\"> <p>My name is Misty. I heard there was a famous movie made some years ago by a guy named Clint Eastwood (is he famous? I&rsquo;m not up on my Hollywood types) called &ldquo;Play Misty for Me.&rdquo; Well, I&rsquo;m here to tell you I&rsquo;d rather you play WITH Misty, because, well, I&rsquo;m Misty and I LOVE to play. Love it. I also like being pet and getting lots of attention and I&rsquo;m used to getting it, with my beautiful dilute calico markings and colors of gray and peach. I&rsquo;m only about 4-5 years of age and a petite eight pounds. I&rsquo;m not great with other cats so need to be in a household where I can be the only cat &ndash; or maybe with one other mellow cat. I&rsquo;d also be best in an adults-only family as sometimes I get a little overstimulated and it can make me a little moody. We wouldn&rsquo;t want that, would we? Like most of us (kitties and humans), I shine when I am in a family that is the right fit for me. I have been spayed, microchipped, tested negative and am up to date on all my shots.</p> </div> <div class=\"contact\"> <p>For more information, please contact Elaine at<br />510-482-6179<br /><a href=\"mailto:elaineln@pacbell.net\">elaineln@pacbell.net</a></p> <p>Visit <a href=\"http://www.mainecoonadoptions.com/\">www.MaineCoonAdoptions.com</a> for adoption information and applications, our adoptable kitties and more!</p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2553675m6477210.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2553675m6477210.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2553675m6477208.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2553675m6477208.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2553675m6477209.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2553675m6477209.jpg" width="'+this.pictmnMaxWidth+'">','','','','Elaine Lyford-Nojima','<a href=\"mailto:elaineln@pacbell.net\">elaineln@pacbell.net</a>','(510) 482-6179','(510) 482-6179','94602','Oakland CA','Misty','2010-06-23 14:26:06'],
	['2607407','Available','2010-08-17 02:20:07','','Mori and Kyo-URGENT','','Cat','Maine Coon / Domestic Medium Hair / Mixed (medium coat)','Maine Coon','Domestic Medium Hair','Male','Yes','No','No','No','No','Yes','Adult','No','','Large','','Brown Tabby','Medium','Tabby','No','No','','','','','<br><br><div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">To learn more about these kitties, please contact Jessica at 510-390-6070 or jessica.joi@gmail.com.</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Do not contact Maine Coon Adoptions.</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Hello. We are Kyo and Mori, two six-year-old boys (but not brothers!) who need a new home because our owners are moving to Japan and will be living in housing that does not accept cats (not even cats with Japanese names, alas).&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Kyo is very loving and playful and also very independent &ndash; not a clingy dude &ndash; with a bit of an alpha male demeanor. He&rsquo;s okay with me (Mori) because I&rsquo;m adorable and because I am a big Maine Coon mix who weighs 19 pounds, but would probably not get along well with other cats (or dogs or young children) as he does like to be the boss. He cracks me up when he sits on ledges and posts around the house and thinks he&rsquo;s so much taller than everybody else. As his best friend for six years, I am probably biased, but I think he&rsquo;s got a fascinating personality and would make a great match with someone who likes their cats to have a little character. He loves chasing things around the house, and when he&rsquo;s happy, he kneads. He also likes scratching posts and is careful to use them and not people&rsquo;s furniture or belongings.&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Now I, Mori, am more of a sweet lap cat kinda guy &ndash; especially if you like your lap cats on the hefty side. I can be a little shy at first, but get along with everybody and would truly be content to just sit in or by a lap all day. I also enjoy scratching posts, comfy pillows, and lying on socks. I have a feline urinary tract disorder, but I&rsquo;m fine as long as I have my special food. Otherwise, I&rsquo;m extremely low maintenance &ndash; even my long hair doesn&rsquo;t need a lot of brushing. I&rsquo;d be okay with other kitties that are mellow like me, but probably not with dogs. It would be great if I could be adopted with my buddy Kyo, as we get along so well and are used to each other. Oh, and I almost forgot: when I&rsquo;m especially happy, I flop over on my back with my paws curled and purr like crazy. I sure hope Kyo and I get to do that in a new home soon, and I know my owners would appreciate it as well because they really love us. If you would like more information, you can call or e-mail Jessica at the information above and below.&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">To learn more about these kitties, please contact Jessica at 510-390-6070 or jessica.joi@gmail.com.</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Do not contact Maine Coon Adoptions.</div> </div><br><br></div>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2607407m6596480.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2607407m6596480.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2607407m6596481.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2607407m6596481.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2607407m6596482.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2607407m6596482.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','Mori and Kyo-URGENT','2010-07-12 19:14:20'],
	['2649908','Available','2010-07-27 22:21:33','','Muppet and Mittens','','Cat','Domestic Medium Hair (medium coat)','Domestic Medium Hair','','','','','','','No','Yes','Adult','No','','','','Tan (Mostly)','Medium','Bicolor','No','No','','','','','<br><br><div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">To learn more about these kitties, please contact Des at 510-427-5107 or adidesgirl@yahoo.com</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Hi! We&rsquo;re Muppet and Mittens, two duo-colored kitties in need of a home. Muppet has the tan-and-white fur, while Mittens has the black-and-white fur. We make a nice matched set, right? We&rsquo;ve been together since we were two weeks old, when Muppet was found on the side of a freeway and could barely see because of a virus, and Mittens was about to be put to sleep but was rescued by a kind woman. We are both fixed and have been inside cats our whole lives. We&rsquo;re shy, sweet kitties who need someone who will take the time to get to know us and show us love. In return, we will show how much love and playfulness we have to give. If you have any questions about us, please call Des at 510-427-5107. Thank you!</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">To learn more about these kitties, please contact Des at 510-427-5107 or adidesgirl@yahoo.com</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Do not contact Maine Coon Adoptions.</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> </div> <div>To learn more about these kitties, please contact Des at 510-427-5107 or adidesgirl@yahoo.com</div> <div>Do not contact Maine Coon Adoptions.</div> <div><br />Hi! We&rsquo;re Muppet and Mittens, two duo-colored kitties in need of a home. Muppet has the tan-and-white fur, while Mittens has the black-and-white fur. We make a nice matched set, right? We&rsquo;ve been together since we were two weeks old, when Muppet was found on the side of a freeway and could barely see because of a virus, and Mittens was about to be put to sleep but was rescued by a kind woman. We are both fixed and have been inside cats our whole lives. We&rsquo;re shy, sweet kitties who need someone who will take the time to get to know us and show us love. In return, we will show how much love and playfulness we have to give. If you have any questions about us, please call Des at 510-427-5107. Thank you!</div> <div><br />To learn more about these kitties, please contact Des at 510-427-5107 or adidesgirl@yahoo.com</div> <div>Do not contact Maine Coon Adoptions.<br /></div><br><br></div>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2649908m6698107.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2649908m6698107.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2649908m6698108.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2649908m6698108.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2649908m6698109.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2649908m6698109.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','Muppet and Mittens','2010-07-27 22:21:30'],
	['2703570','Available','2010-08-16 16:59:20','','Oscar','','Cat','Maine Coon (medium coat)','Maine Coon','','Male','','','','','No','','Adult','No','','X-Large','','Black and White','Medium','Bicolor','No','No','','','','','<br><br><div> <p>I am Oscar, the <span style=\"text-decoration: underline;\">ultimate</span> black and white cat. Just look at me: plush black fur and fuzzy tail with sparking white bib and accents. Give me a bow tie and I could sweep anyone off their feet! And just take a look at my whiskers!&nbsp; You might ask, &ldquo;Where\'s the Maine Coon?&rdquo; The answer is that it is in my genes somewhere because you can see it in my size (I am a very big, tall cat, nearly 17 lbs.) and my mellow personality. And though I am very large, I&rsquo;m really just a kitten at heart. I am still learning the ropes of being a house cat, but I am proud to say that I took to it like a Turkish Van kitty to water (hehehehe &ndash; they are a breed that really likes water). I have achieved (1) sleeping in beds with people; (2) playing with cat toys (pink balls are my favorite); (3) interacting with other kitties in my foster home (they taught me how to play); (4) running up and down stairs; (5) climbing cat poles; (6) sitting on laps; and (7) enjoying grooming. How&rsquo;s that for a list of accomplishments? I have tested negative, am neutered, microchipped, and I am two years old.&nbsp;</p> <p>&nbsp;</p> <p><strong>For more information, please contact Elaine at:</strong></p> <p><strong>510-482-6179 or</strong></p> <p><a href=\"mailto:elaineln@pacbell.net\"><strong>elaineln@pacbell.net</strong></a>.<strong>&nbsp;</strong></p> <p>&nbsp;</p> <p><strong>Adoption applications and all other available</strong></p> <p><strong>kitties can be found on our website:&nbsp; </strong><a href=\"http://www.mainecoonadoptions.com/\"><strong>www.MaineCoonAdoptions.com</strong></a><strong>&nbsp;</strong></p> <br /> <p>&nbsp;</p> </div><br><br></span>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2703570m6823557.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2703570m6823557.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2703570m6823558.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2703570m6823558.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2703570m6823559.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2703570m6823559.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2703570m6823560.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2703570m6823560.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','Oscar','2010-08-16 16:59:17'],
	['2510477','Available','2010-06-25 06:04:41','1335618','Parker','','Cat','Maine Coon / Mixed (medium coat)','Maine Coon','','Male','Yes','','No','','No','Yes','Young','No','Yes','Medium','Yes','Orange (Mostly)','Medium','Bicolor','Yes','No','','','','','<br><br><div class=\"info\"> <p>Hi there! My name is Parker. I got the name because I was found in a parking lot - get it? I was a &ldquo;Parker&rdquo; - ha ha ha ha. As you can see, I have not let my recent run of bad luck affect my sense of humor at all. No sirree. I&rsquo;m a beautiful orange-and-white Maine Coon mix and a sweet lover boy who loves nothing better than purring and kneading and showing you how much I love love love you. Now if you are familiar with us &ldquo;orange boys&rdquo; who are Maine Coons, you know that we have all of the fabulous Maine Coon traits that you want: love people playful, fluffy fur, ear tuffs, SWEEET spirit, and mellow. And I fit all of those traits to a &ldquo;T&rdquo;. Yup, pull out that Cat Dancer and just watch me go at it!  I am about two to three years old. I have tested positive for FELV, so I will need to be an only cat. Now most people don&rsquo;t understand FELV and think it&rsquo;s a death sentence but us &ldquo;positive&rdquo; guys can often live very long and healthy lives. My vet and my foster Mom can tell you more about that very misunderstood condition... so how about it - can I &ldquo;park&rdquo; myself with you?</p> </div> <div class=\"contact\"> <p>To learn more about this kitty, please contact Barbara at 510-638-6803. Do not contact Maine Coon Adoptions.</p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510477m6386433.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510477m6386433.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510477m6386434.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510477m6386434.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','','','Parker','2010-06-08 18:15:06'],
	['2510478','Available','2010-08-17 02:21:09','2193990','Popper & Motown-URGENT','','Cat','Maine Coon / Mixed (short coat)','Maine Coon','','Male','Yes','','Yes','','No','Yes','Adult','No','Yes','Medium','Yes','Brown Tabby','Short','Bicolor','Yes','No','','','','','<br><br><div class=\"info\"> <p>Hi there! We are two sweet brothers in search of a new home after our owner surrendered us due to financial difficulties. We&rsquo;re both about nine years of age and very loving. We have been together for all of our nine years so it would be super duper if we could find a home together - but if we have to go separately in order to find a new loving home, that would be okay. Popper is the most Maine Coon looking of the two of us. He weighs about 12 pounds and has long brown tabby fur. Popper is big on taking naps (who isn&rsquo;t, right?) but when he&rsquo;s awake he enjoys rubbing against his person&rsquo;s legs and getting petted and having his ear scratched. He likes toys (including the laser) but really prefers playing with a person to playing all by himself. Motown has beautiful black hair and is a more petite nine pounds. He also really loves hanging out with people and playing and being held and cuddled and is a great lap cat. Both of us are very affectionate and not the type to hiss or scratch and are even good with other kitties (we&rsquo;re not sure about dogs only because we haven&rsquo;t met many).</p> </div> <div class=\"contact\"> <p>To learn more about these kitties, please contact Lynn Richardson on 707-763-4549 or <a href=\"mailto:larichardson2@comcast.net\">larichardson2@comcast.net</a>. Do not contact Maine Coon Adoptions.</p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510478m6386435.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510478m6386435.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2510478m6386436.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2510478m6386436.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','','','Popper & Motown-URGENT','2010-06-08 18:15:06'],
	['2742933','Available','2010-08-30 16:49:33','','Poptart','','Cat','Maine Coon / Mixed (medium coat)','Maine Coon','','Female','Yes','','','','No','Yes','Adult','','Yes','Medium','','Brown (Mostly)','Medium','Bicolor','No','No','','','','','<br><br><p class=\"Contact-mid-pageCP\">To learn more about this kitty, please contact Tammy at 925-295-0771 or <a href=\"mailto:trieser@baf.com\">trieser@baf.com</a>.</p> <p class=\"Contact-mid-pageCP\">Do not contact Maine Coon Adoptions.</p> <p class=\"Contact-mid-pageCP\">&nbsp;</p> <p>Hi everybody. You know mornings are better when you wake up to a Poptart? Well, wake up to me! My name is Poptart! I was surrendered to a high-kill shelter by my owners (boo!), but then saved the day I was supposed to be euthanized (yay!). I am a bundle of love. I love to give and get attention and will let you know I&rsquo;m happy with a purr that was given a &ldquo;purr factor&rdquo; of 10-plus. Now that&rsquo;s a lot of purr. I adore being held and cuddled and get along with other kitties and even dogs (after a gradual introduction, of course). I&rsquo;m eight years of age; some people think eight-year-old cats are old, but that is so not true. Kitties can live into their 20s with proper vet care and an indoor lifestyle, so I am barely in my middle age! I am spayed, up-to-date on vaccines, and microchipped. Please contact my foster mom (information above and below) to find out more about me or to come and meet me. I&rsquo;m being fostered in Pleasant Hill.</p> <p>&nbsp;</p> <p>&nbsp;</p> <p class=\"Contact-pagebottom\">For more information, please contact Tammy at 925-295-0771</p> <p class=\"Contact-pagebottom\">or <a href=\"mailto:trieser@baf.com\">trieser@baf.com</a>.</p> <p><strong>Do not contact Maine Coon Adoptions.</strong></p> <p>&nbsp;</p> <p>&nbsp;</p><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2742933m6910714.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2742933m6910714.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2742933m6910715.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2742933m6910715.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2742933m6910716.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2742933m6910716.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2742933m6910717.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2742933m6910717.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','Poptart','2010-08-30 16:49:30'],
	['2650418','Available','2010-08-17 02:21:51','','Prima & Pretzel-URGENT','','Cat','Maine Coon / Mixed (long coat)','Maine Coon','','Female','Yes','','Yes','','No','Yes','Young','No','Yes','Medium','','Gray, Blue or Silver Tabby','Long','Tabby','Yes','No','','','','','<br><br><p class=\"contact\">For more information, please contact Lisa Langere on (805) 438-5345 or <a href=\"mailto:lisa@moonfiremountain.com\">lisa@moonfiremountain.com</a>.<br />Do not contact Maine Coon Adoptions.</p> <p class=\"Description\">Hi everybody! We&rsquo;re Prima and Pretzel, two one-year-old sisters who were part of a large group of rescued kitties in Paso Robles. We helped each other through the whole rescue thing and have really bonded (as you can see from our photos), so it would be great if we could find a home together. Prima is the more affectionate one and especially enjoys helping when someone is working at the computer. She enjoys getting brushed and doesn&rsquo;t even mind having her nails trimmed. Pretzel is a little shy but is sometimes more daring in her explorations around the house. Once she accepts you, though, she will roll over to let you know it&rsquo;s okay to rub her belly, which she loves. She is also okay with grooming. We are both very sweet and affectionate but haven&rsquo;t gotten any real attention lately. Neither of us have been outdoor kitties, so we&rsquo;re quite happy in the house. Is there room in your house for us?</p> <p class=\"Contact-pagebottom\">For more information,&nbsp;please contact Lisa Langere on (805) 438-5345 or&nbsp;<a href=\"mailto:lisa@moonfiremountain.com\">lisa@moonfiremountain.com</a>.<br />Do not contact Maine Coon Adoptions.</p><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2650418m6699811.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2650418m6699811.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2650418m6699812.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2650418m6699812.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2650418m6699813.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2650418m6699813.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2650418m6795494.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2650418m6795494.jpg" width="'+this.pictmnMaxWidth+'">','','Lisa Langere','<a href=\"mailto:lisa@moonfiremountain.com\">lisa@moonfiremountain.com</a>','','','93453','Santa Margarita','Prima & Pretzel-URGENT','2010-07-28 10:08:55'],
	['2607332','Available','2010-09-09 01:37:02','','Rebecca','','Cat','Domestic Medium Hair (medium coat)','Domestic Medium Hair','','Female','','','Yes','','No','Yes','Young','No','','','','Brown (Mostly)','Medium','Bicolor','No','No','','','','','<br><br><div> <p>My name is Rebecca, and like my namesake from Sunnybrook Farm, I am full of sweetness and inner (not to mention outer) beauty. I have the most amazing tail - it&rsquo;s long, thick, and fluffy, and I like to show it off. I&rsquo;m a young girl at just a year old and am very grateful for any attention you have to offer, and to show you how happy I am, I will flop over on my back so you can rub my tummy or scratch my chin. I dote on my family and will follow you around and lie next to you while you sleep at night. When I&rsquo;m not busy with my people, I enjoy playing with toys like my little rubber soccer ball and &ldquo;Da Bird,&rdquo; a really cool feather on a stick. I am spayed, microchipped, have tested negative, and am up to date on all my shots. You can check out my video at&nbsp;<a href=\"http://www.youtube.com/watch?v=GiLzlt5HdkU\" target=\"_blank\">http://www.youtube.com/watch?v=GiLzlt5HdkU</a>.</p> <p>For more information, please contact Elaine at:</p> </div> <div>510-482-6179 or elaineln@pacbell.net</div> <div><br />Adoption applications and all other available kitties can be found on our website:</div> <div>www.MaineCoonAdoptions.com</div><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2607332m6911021.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2607332m6911021.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2607332m6911022.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2607332m6911022.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2607332m6911019.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2607332m6911019.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2607332m6911024.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2607332m6911024.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','Rebecca','2010-07-12 18:27:52'],
	['2602553','Available','2010-08-17 02:22:26','','Rita-URGENT','','Cat','Abyssinian','Abyssinian','','Female','','No','No','No','','Yes','Young','No','Yes','Medium','Yes','Gray (Mostly)','','Tabby','Yes','No','','','','','<br><br><div> <p class=\"info\">My name is Rita, of &ldquo;Lovely Rita Meter Maid&rdquo; fame (it&rsquo;s a Beatles song for you young types). I&rsquo;m a bit of a young type myself, at about nine months to a year old, and I&rsquo;ve found myself in a most distressing situation &ndash; in a noisy shelter. I&rsquo;m confused and quite afraid and in need of someone to spring me. I&rsquo;ve been told I look like I&rsquo;m an Abyssinian mix and have lovely short brown-ticked tabby fur. I also have an incredibly soulful face. It&rsquo;s a face that says: Please, cat-savvy person, can&rsquo;t you take me home with you to a quiet home with no other animals (I&rsquo;m quite afraid of dogs) or small children? If you do, I will reward you with years and years of love and companionship and a lot of happiness for both of us. Although I am quite stressed out, I have shown some interest in toys so once I am in a safe environment will most likely be quite playful and active and will make sure to show you how appreciative I am that you got me out. I am spayed, microchipped, tested negative and up to date on all my shots. In short, I&rsquo;m REALLY ready for my new home so please call Martha at the information above and below as soon as possible!</p> <p class=\"contact\">For more information, please contact <a title=\"Oakland Animal Services website\" href=\"http://www.petfinder.com/shelters/CA714.html\">Oakland Animal Services</a> on 510-535-5602 or <a href=\"mailto:accatoas@gmail.com\">accatoas@gmail.com</a>. Do not contact Maine Coon Adoptions.</p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2602553m6584736.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2602553m6584736.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2602553m6584737.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2602553m6584737.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','Oakland Animal Services','<a href=\"mailto:accatoas@gmail.com\">accatoas@gmail.com</a>','','(510) 535-5602','94602','Oakland CA','Rita-URGENT','2010-07-10 17:53:58'],
	['2608184','Available','2010-07-13 01:52:37','','Rosie','','Cat','Domestic Short Hair (short coat)','Domestic Short Hair','','Female','','','Yes','','No','','Young','No','','','','Gray and White','Short','Tabby','No','No','','','','','<br><br><div> <p>Hi! My name is Rosie. And, yep, I got the name because of my super rosy personality. I am a young girl of about nine months who loves to play &ndash; especially with other kitties, but even by myself. I am shy initially so will need a home that is patient and allows me the time to warm up. Then I will reward you with hours of fun watching me toss the mouse, chase the ball, run after the feather &ndash; well, you get the picture. I also enjoy talking (I&rsquo;m quite the conversationalist) and watching birds from the window. And, I LOVE to play with my foster slippers &ndash; I am sure I can fit my whole little body into one of those if I keep trying! I will admit that I&rsquo;m not really a Maine Coon in appearance but the Maine Coon people were kind enough to take me in even though my fur is on the shorter side. Who needs all the long fur anyways when you have a face as sweet as mine? I&rsquo;m just over seven pounds, have been spayed, microchipped, tested negative and am up to date on shots.</p> <p><strong>For more information, please contact Elaine at:</strong></p> <p><strong>510-482-6179</strong></p> <p><strong>elaineln@pacbell.net</strong></p> <p>&nbsp;</p> <p><strong>Adoption applications and all other available</strong></p> <p><strong>kitties can be found on our website:&nbsp; <a href=\"http://www.mainecoonadoptions.com/\">www.MaineCoonAdoptions.com</a></strong></p> <p>&nbsp;</p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2608184m6599070.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2608184m6599070.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2608184m6599071.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2608184m6599071.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2608184m6599072.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2608184m6599072.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','Rosie','2010-07-13 01:52:35'],
	['2731472','Available','2010-09-08 04:06:32','','Salem-EXTREMELY URGENT','','Cat','Domestic Short Hair / Mixed (short coat)','Domestic Short Hair','','Female','Yes','','','','No','Yes','Adult','','Yes','Medium','','Gray (Mostly)','Short','Tabby','No','No','','','','','<br><br><p class=\"Contact-mid-pageCP\">To learn more about these kitties, please contact Ashley at 805-807-5402 or <a href=\"mailto:athenesan@aol.com\">athenesan@aol.com</a>.</p> <p class=\"Contact-mid-pageCP\">Do not contact Maine Coon Adoptions.</p> <p class=\"Contact-mid-pageCP\">&nbsp;</p> <p class=\"Description\">Hi everybody! I\'m Salem and i am a gorgeous Russian Blue girl! I am feeling rather blue because i am on the euthanasia list at the Berkeley shelter: my owner failed to pick me up after i was confiscated by the police (not for animal cruelty). Can you imagine? So because of my owner&rsquo;s thoughtlessness, I am in deep trouble. I am two years old and very sweet; I love to play with toys, and&nbsp; especially love to be held and petted. Please help me! The shelter is really struggling with way too many cats right now, so anything you can do to help me get out &ndash; even into a temporary situation &ndash; would be great! Can you help me see the sunshine again? I am going to be euthanized on September 8th so i have to get out NOW!! If you can help please inquire about me. Have a look at my video:</p> <p class=\"Description\">Salem: <a href=\"http://www.youtube.com/watch?v=54kB4YCHCpg\">http://www.youtube.com/watch?v=54kB4YCHCpg</a></p> <p>&nbsp;</p> <p class=\"Contact-pagebottom\">For more information, please contact Ashley at 805-807-5402</p> <p class=\"Contact-pagebottom\">or <a href=\"mailto:athenesan@aol.com\">athenesan@aol.com</a>.</p> <p><strong>Do not contact Maine Coon Adoptions.</strong></p><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2731472m6927926.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2731472m6927926.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2731472m6927928.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2731472m6927928.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2731472m6927927.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2731472m6927927.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','Salem-EXTREMELY URGENT','2010-08-26 04:03:48'],
	['2723169','Available','2010-08-23 18:23:00','','Sam & Tam','','Cat','Domestic Short Hair / Mixed (short coat)','Domestic Short Hair','','Male','Yes','','','','No','Yes','Young','No','Yes','Medium','','Gray (Mostly)','Short','Tabby','No','No','','','','','<br><br><div> <p>Hi everybody! We&rsquo;re Sam and Tam. Tam and Sam. And, no, we don&rsquo;t like Green Eggs and Ham. Just a little Dr. Seuss joke to get you all going. We also have a brother named Cam, if you can believe that. He looks like us, a soft grey tabby. Anyway, we&rsquo;re 12 weeks old and pure kitten: we love to play (and play and play and play) and are quite confident. We settle right into whichever situation we find ourselves. It&rsquo;s okay if we are adopted separately, but it would be best if our new homes had another friendly kitty who wanted to play. Did I mention about the playing? We&rsquo;re kittens &ndash; it&rsquo;s what we do! We&rsquo;re neutered, microchipped, have tested negative, and are up to date on all our shots.</p> <p>&nbsp;</p> <p><strong>For more information, please contact Elaine at</strong></p> <p><strong>510-482-6179 or</strong></p> <p><a href=\"mailto:elaineln@pacbell.net\"><strong>elaineln@pacbell.net</strong></a>.<strong>&nbsp;</strong></p> <p><strong>For adoption applications and all our adoptable kitties, visit</strong></p> <p><a href=\"http://www.mainecoonadoptions.com/\"><strong>www.MaineCoonAdoptions.com</strong></a>.<strong>&nbsp;</strong></p> <br /> <p>&nbsp;</p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2723169m6866271.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2723169m6866271.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2723169m6866272.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2723169m6866272.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2723169m6866273.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2723169m6866273.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','Sam & Tam','2010-08-23 18:22:58'],
	['2734745','Available','2010-08-28 03:38:49','','Saph, Luna & Precious-VERY URGENT','Three gorgeous kitties in desperate need of a home!','Cat','Maine Coon / Mixed (long coat)','Maine Coon','','','Yes','','Yes','','No','Yes','Adult','No','Yes','','Yes','','Long','Tabby','Yes','No','','','','','<br><br><div class=\"info\"> <p><strong>For more information, please contact Elizabeth Gardner on&nbsp;</strong><strong>707-583-3331 as soon as possible.</strong></p> <p>Hi everybody! We are three adorable cats who are in desperate need of a foster home (or a real home!) as soon as possible. Due to circumstances&nbsp;beyond their control, our family is unable to care for us any more and&nbsp;time is running out before they\'re going to have to take us to a shelter --&nbsp;something they REALLY don\'t want to do. All three of us have very loving&nbsp;personalities. Saph and Luna are Maine Coon siblings who have lived with&nbsp;their family all of their nine years (which, in case you need reminding, is&nbsp;middle aged for kitties). Precious, the orange tabby, is two years old and&nbsp;was rescued from the Sonoma County Humane Society (so you can see&nbsp;why she wouldn\'t want to go back there!). We\'re incredibly fun and loving&nbsp;and oh so hopeful we can find a new home soon. We are currently in St.&nbsp;Helena and have been fixed, tested negative and up to date on our shots.&nbsp;Please get in touch as soon as you can!&nbsp;</p> <div> <p><strong>For more information, please contact Elizabeth Gardner on&nbsp;</strong><strong>707-583-3331 as soon as possible.</strong></p> </div> </div> <div class=\"contact\">&nbsp;</div><br><br></strong>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2734745m6890129.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2734745m6890129.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2734745m6890130.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2734745m6890130.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','Elizabeth Gardner','','','(707) 583-3331','94574','St. Helena','Saph, Luna & Precious-VERY URGENT','2010-08-27 12:25:14'],
	['2703573','Available','2010-08-16 17:03:57','','Sasha, Cleo, & Pixie','','Cat','Domestic Medium Hair / Mixed (medium coat)','Domestic Medium Hair','','Female','Yes','','','','No','','Baby','No','Yes','Medium','','Black and White','Medium','Tabby','No','No','','','','','<br><br><div> <p class=\"Contact-mid-pageCP\">To learn more about these kitties, please contact Phil at 408-406-9629 or <a href=\"mailto:phil_johnson@bd.com\">phil_johnson@bd.com</a>.</p> <p class=\"Contact-mid-pageCP\">Do not contact Maine Coon Adoptions.</p> <p class=\"Contact-mid-pageCP\">&nbsp;</p> <p>Hi everybody! We are three adorable kittens who have been in a foster home and are 12-14 weeks old now, which means, you guessed it: it&rsquo;s time for our forever homes! We are all female and have been spayed. Here&rsquo;s more on our individual personalities:</p> <p>&nbsp;</p> <p><strong>Sasha</strong> is the brown tortie. She is a gorgeous girl with a little trill in her purr. She is a playing machine.</p> <p><strong>Cleo</strong> is all black with one white paw. She has a big purr that turns on as soon as you pick her up.</p> <p><strong>Pixie </strong>is the little black-and-white girl. She was near death when she was rescued at 3-4 weeks old, and now she plays chase with the resident adult alpha female.</p> <p>&nbsp;</p> <p>If you need more information, please contact Phil. He&rsquo;s been taking good care of us and wants to make sure we go to good homes.</p> <p class=\"Contact-pagebottom\">&nbsp;</p> <p class=\"Contact-pagebottom\">For more information, please contact Phil on</p> <p class=\"Contact-pagebottom\">408-406-9629 or <a href=\"mailto:phil_johnson@bd.com\">phil_johnson@bd.com</a>.</p> <p><strong>Do not contact Maine Coon Adoptions.</strong></p> <br /> <p>&nbsp;</p> </div><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2703573m6823571.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2703573m6823571.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2703573m6823572.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2703573m6823572.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2703573m6823573.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2703573m6823573.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2703573m6823574.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2703573m6823574.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','Sasha, Cleo, & Pixie','2010-08-16 17:03:54'],
	['2718811','Available','2010-08-22 02:28:19','','Shirley','','Cat','Maine Coon / Mixed (long coat)','Maine Coon','','Female','Yes','','','','','Yes','Adult','No','Yes','X-Large','','White','Long','Tabby','No','No','','','','','<br><br><div> <p class=\"Contact-mid-pageCP\">To learn more about this kitty, please contact Teresa at 760-944-0933 or <a href=\"mailto:drtwokitties@yahoo.com\">drtwokitties@yahoo.com</a>.</p> <p class=\"Contact-mid-pageCP\">Do not contact Maine Coon Adoptions.</p> <p class=\"Contact-mid-pageCP\">&nbsp;</p> <p>My name is Shirley, and let&rsquo;s just get this out of the way &ndash; yes, I&rsquo;m spectacular looking. And, well, perhaps because of that I&rsquo;m a little picky about who I choose to share my time with. I&rsquo;m one of those big, beautiful girls who is as loving a companion as can be. I will be your most loyal friend and happily greet you at the door upon your return home. I&rsquo;ll also sleep near you on the bed. I&rsquo;m not big on other cats or dogs or young children (they kind of scare me). I want to love you and you alone. Not a bad deal, right? Anyway, I am six years of age and have been spayed. I have gorgeous blue eyes but can hear perfectly well (in case you didn&rsquo;t know this, some white cats with blue eyes are deaf). I have perfect house manners and, like all Maine Coon cats, I have very good hunting instincts, sharp reflexes, and a big, strong muscular body (weighing in at 17 pounds). In other words, if you&rsquo;ve got a bug bothering you, I will make sure it disappears. I am currently in Encinitas, California (San Diego County), and the fee to adopt me is just $80. If you have any questions or would like to meet me, contact Teresa at the information above and below.</p> <p>&nbsp;</p> <p class=\"Contact-pagebottom\">&nbsp;</p> <p class=\"Contact-pagebottom\">For more information, please contact Teresa at</p> <p class=\"Contact-pagebottom\">760-944-0933 or <a href=\"mailto:drtwokitties@yahoo.com\">drtwokitties@yahoo.com</a>.</p> <p><strong>Do not contact Maine Coon Adoptions.</strong></p> <p>&nbsp;</p> <p>&nbsp;</p> </div><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2718811m6858071.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2718811m6858071.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2718811m6858072.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2718811m6858072.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2718811m6858073.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2718811m6858073.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2718811m6858074.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2718811m6858074.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','Shirley','2010-08-22 02:28:16'],
	['2511389','Available','2010-08-16 16:07:19','1596952','Sparky-URGENT','','Cat','Maine Coon / Mixed (long coat)','Maine Coon','','Male','Yes','','','','No','Yes','Adult','No','Yes','Medium','Yes','Brown Tabby','Long','Bicolor','Yes','No','','','','','<br><br><div class=\"info\"> <p class=\"Contact-mid-pageCP\">&nbsp;To learn more about this kitty, please contact Tara on 510-388-3860 or <a href=\"mailto:tara@rocketmail.com\">tara@rocketmail.com</a>.</p> <p class=\"Contact-mid-pageCP\">Do not contact Maine Coon Adoptions.</p> <p class=\"Contact-mid-pageCP\">&nbsp;</p> <p>Hi there! My name is Sparky and I am your classic Maine Coon male: handsome, big, mellow and happy. I&rsquo;ll remind you of a little lion because of my big mane (ruff) and big gorgeous green-yellow eyes. My long silky coat is really beautiful, but I got a lion cut for the summer! I am approximately 9 years old and very content to stay put and enjoy the good life. Thank goodness there are kind people in the world because I was rescued off the street and am doing great now. I am a good-natured cat, and want nothing more than to be with my human. However, I\'m special. I am deaf and because I can\'t hear myself, I meow very loudly. Meanwhile, my current human has had to make a lot of changes in life, and is having a difficult time finding a home that will accommodate my needs. I would do best in a house where I won\'t disturb apartment neighbors, or perhaps better, with a human who I can stay with and keep my eye on - otherwise I meow about my loneliness.</p> <p>I am tested negative and up to date on my shots. See me in my video at <a href=\"http://www.flickr.com/photos/avatara/3663195231/\">http://www.flickr.com/photos/avatara/3663195231/</a>.</p> </div> <div class=\"contact\"> <p>For more information, please contact Tara at 510-388-3860 or <a href=\"mailto:tara@rocketmail.com\">tara@rocketmail.com</a>. Do not contact Maine Coon Adoptions.</p> </div><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2511389m6823141.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2511389m6823141.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2511389m6823145.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2511389m6823145.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2511389m6823146.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2511389m6823146.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','Sparky-URGENT','2010-06-08 21:17:10'],
	['2662680','Available','2010-08-17 02:23:40','','Suzy-URGENT','','Cat','Domestic Short Hair (short coat)','Domestic Short Hair','','Female','No','','','','No','Yes','Young','No','Yes','Medium','Yes','Black and White','Short','Bicolor','Yes','Yes','','','','','<br><br><p class=\"contact\">For more information, please contact Island Cat on (510) 869-2584 or <a href=\"mailto:calabates@aol.com\">calabates@aol.com</a>. Do not contact Maine Coon Adoptions.</p> <p class=\"info\">Hello everyone, my name is Suzy, and I\'m a young lady of about 1 to 2 years old. A very nice lady found me in Alameda where my old family had abandoned me when they found I was pregnant. I\'ve been spayed now, but the vets found out that I\'m FeLV+. Now, that\'s not a death sentence&mdash;many FeLV cats live long and healthy lives&mdash;but it does mean that I should be in a home as an only cat or with other FeLV cats (and there are lots of other great FeLV cats out there looking for homes!). My rescuer is a visitor from out of town, and will be leaving in three weeks, so I need to find a home by <em>August 22nd</em>. Please get in touch if you can help... I\'m a great gal, and have a lot of love to give anyone who can give me a home!</p> <p class=\"contact\">For more information, please contact Island Cat on (510) 869-2584 or <a href=\"mailto:calabates@aol.com\">calabates@aol.com</a>. Do not contact Maine Coon Adoptions.</p><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2662680m6731242.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2662680m6731242.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','Island Cat Resources and Adoption','<a href=\"mailto:info@icraeastbay.org\">info@icraeastbay.org</a>','','(510) 869-2584','94501','Island Cat Resources and Adoption','Suzy-URGENT','2010-08-02 02:34:40'],
	['2750219','Available','2010-09-02 02:50:49','','Sweet Kitty Boy','','Cat','Domestic Short Hair / Mixed (short coat)','Domestic Short Hair','','Male','Yes','','','','No','Yes','Adult','','Yes','Medium','','Black and White','Short','Bicolor','No','No','','','','','<br><br><p class=\"Contact-mid-pageCP\">To learn more about this kitty, please contact Kelly Perry at 925-586-8000 or <a href=\"mailto:kperry4@comcast.net\">kperry4@comcast.net</a>.</p> <p class=\"Contact-mid-pageCP\">Do not contact Maine Coon Adoptions.</p> <p class=\"Description\">Hi there. People call me Sweet Kitty Boy, which is an accurate description, but, to be honest, I think I&rsquo;d prefer something a bit more dignified. I am a young guy, about 1 to 3 years old, but I&rsquo;ve been brought up well. I have excellent house manners (use the litter box, only scratch the appropriate kitty furniture) and social skills (I get along well with humans and other cats, even if those other cats want to pick a fight). Not only am I a pacifist, but a charming conversationalist, too. I love to talk to my people. Don&rsquo;t feel like talking? That&rsquo;s OK; I&rsquo;ll just curl up in your lap or on your bed, anywhere you like. I told you I was sweet. The vet says I am healthy and have tested negative. I have also been neutered, so I&rsquo;m all ready to go home with you. Then we can work on getting me a real name to go with my real home.</p> <p class=\"Description\">&nbsp;</p> <p class=\"Contact-pagebottom\">For more information, please contact Kelly Perry at</p> <p class=\"Contact-pagebottom\">925-586-8000 or kperry4@comcast.net.</p> <p><strong>Do not contact Maine Coon Adoptions.</strong></p> <p>&nbsp;</p> <p>&nbsp;</p><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2750219m6927932.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2750219m6927932.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2750219m6927933.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2750219m6927933.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2750219m6927934.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2750219m6927934.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','Sweet Kitty Boy','2010-09-02 02:50:46'],
	['2511392','Available','2010-06-25 06:26:35','2224725','Timmy','','Cat','Domestic Medium Hair / Mixed (medium coat)','Domestic Medium Hair','','Male','Yes','','','','No','Yes','Young','No','Yes','Medium','Yes','Gray','Medium','Bicolor','Yes','No','','','','','<br><br><div class=\"info\"> <p>Hi! My name is Timmy and I&rsquo;m a fabulous young boy with gorgeous grey fur who&rsquo;s in need of a new home after my owner was forced to give me up. It is estimated that I was born on Valentine&rsquo;s Day two years ago. I&rsquo;m definitely a sweetheart of a boy, both gentle and affectionate. I&rsquo;m also friendly and outgoing and sleek and handsome. I have been neutered and checked out and am really ready for my new home.</p> </div> <div class=\"contact\"> <p>For more information, please contact the <a rel=\"external\" href=\"http://www.ninelivesfoundation.org\">Nine Lives Foundation</a>&nbsp;on (650) 368-1365 or <a href=\"mailto:ninelivesfoundation@gmail.com\">ninelivesfoundation@gmail.com</a>. Do not contact Maine Coon Adoptions.</p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2511392m6386463.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2511392m6386463.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2511392m6386466.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2511392m6386466.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2511392m6386467.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2511392m6386467.jpg" width="'+this.pictmnMaxWidth+'">','','','','Nine Lives Foundation NLF','<a href=\"mailto:ninelivesfoundation@gmail.com\">ninelivesfoundation@gmail.com</a>','(650) 368-1365','(650) 368-1365','94063','Nine Lives Foundation','Timmy','2010-06-08 21:17:21'],
	['2703052','Available','2010-08-16 14:21:42','','Tiny Tim & Trace','','Cat','Maine Coon / Mixed','Maine Coon','','Male','Yes','','','','No','Yes','Baby','No','Yes','','','Gray, Blue or Silver Tabby','','Tricolor','No','No','','','','','<br><br><div> <p>My name is <span style=\"text-decoration: underline;\">T</span>iny <span style=\"text-decoration: underline;\">T</span>im. Yes, it&rsquo;s because I&rsquo;m, well, tiny &ndash; at nine weeks of age I weigh just two pounds &ndash; but it&rsquo;s also because, like the character in &ldquo;A Christmas Carol,&rdquo; I&rsquo;m sure to open your heart a little with my adorableness. And meet my brother, <span style=\"text-decoration: underline;\">T</span>race. Our foster Mom can hardly tell us apart &ndash; Trace is just a <span style=\"text-decoration: underline;\">T</span>AD smaller than me (do we have enough of the letter &ldquo;T&rdquo; in this adJ). We can go together, or be single kitties with no other kitties, or go into a house with another kitten, or a kitten friendly adult cat.&nbsp; But we would <span style=\"text-decoration: underline;\">REALLY </span>like company because we are a little small to be alone. We are not shy and we&rsquo;re happy bouncy kittens who purr like crazy when we see people and immediately want to play. I like to tear around the house and am just fearless. Really, everything is a source of wonder as so far the world and everything in it seems to have been made for my enjoyment. We&rsquo;ve tested negative, are neutered, up to date with our shots, and microchipped &ndash; we ready to go home. How about the <span style=\"text-decoration: underline;\">T</span>wo of us in your family?!&nbsp; (Oh I am so clever, I got one more &ldquo;T&rdquo; in this ad! Hahahahahahahaha)</p> <p></p> <p><strong>For more information, please contact Elaine at:</strong><a href=\"mailto:elaineln@pacbell.net\"><strong>&nbsp;</strong></a></p> <p><a href=\"mailto:elaineln@pacbell.net\"><strong>elaineln@pacbell.net</strong></a></p> <p><strong>NO CALLS PLEASE</strong></p> <p><strong><br /></strong></p> <p><strong>Adoption applications and all other available</strong></p> <strong>kitties can be found on our website:&nbsp; </strong><a href=\"http://www.mainecoonadoptions.com/\"><strong>www.MaineCoonAdoptions.com</strong></a></div><br><br></span>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2703052m6822561.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2703052m6822561.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2703052m6822562.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2703052m6822562.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2703052m6822563.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2703052m6822563.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2703052m6822564.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2703052m6822564.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','Tiny Tim & Trace','2010-08-16 14:21:38'],
	['2723336','Available','2010-09-09 01:42:22','','Tish','','Cat','Maine Coon / Mixed (medium coat)','Maine Coon','','Female','Yes','','','','No','Yes','Adult','No','Yes','Small','','Black (Mostly)','Medium','Tricolor','No','No','','','','','<br><br><div> <p>Well, hello. My name is Tish. Sometimes that&rsquo;s a nickname for Patricia, but let&rsquo;s face it, that&rsquo;s way too formal sounding for a playful little girl like me. No, it&rsquo;s just Tish. As you can see, I&rsquo;m quite the beauty, with black smoke coloring throughout my fur, and I&rsquo;m rather petite at six pounds. I look at us small kitties as the teacup version of the Maine Coon. We&rsquo;ve got the luxurious fur, gorgeous green eyes, and ear tufts of the full-size version, but we fit better in your lap and don&rsquo;t rock the couch when we jump up to join you. I&rsquo;m about five years of age and okay with other cats, but I do like my space. I have been spayed, microchipped, tested negative, and am up to date on all my shots. You can see me in action on YouTube here: <a href=\"http://www.youtube.com/watch?v=cj4SCOYl538\" target=\"_blank\">http://www.youtube.com/watch?v=cj4SCOYl538</a></p> <p><strong>For more information, please contact Elaine at</strong></p> <p><strong>510-482-6179 or</strong></p> <p><a href=\"mailto:elaineln@pacbell.net\"><strong>elaineln@pacbell.net</strong></a>.<strong>&nbsp;</strong></p> <p><strong>For adoption applications and all our adoptable kitties, visit</strong></p> <p><a href=\"http://www.mainecoonadoptions.com/\"><strong>www.MaineCoonAdoptions.com</strong></a>.<strong>&nbsp;</strong></p> <br /> <p>&nbsp;</p> </div><br><br></a>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2723336m6866902.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2723336m6866902.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2723336m6866903.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2723336m6866903.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2723336m6866904.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2723336m6866904.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','Tish','2010-08-23 18:53:11'],
	['2573014','Available','2010-08-19 03:24:16','','Tommy Boy-URGENT','','Cat','Domestic Medium Hair / Mixed (medium coat)','Domestic Medium Hair','','Male','Yes','','','','No','Yes','Adult','No','Yes','Medium','Yes','Tuxedo','Medium','Tricolor','Yes','No','','','','','<br><br><div> <p>Hi everybody! I\'m Tommy Boy! I am currently in a high kill shelter and really need to get out of here. If you can believe it, my owner gave me up <strong></strong>because I was chasing (and, okay, killing) birds. I&rsquo;m a cat, right? Anyway, I&rsquo;m four years old, have beautiful black-and-white markings and am a very nice kitty (as long as you&rsquo;re not a bird &ndash; get it? Hahahahaha).</p> <p>I am not the only one in need; there are lots more kitties looking for a way out of the shelter on the <a href=\"http://www.petharbor.com/results.asp?WHERE=type_CAT&amp;PAGE=1&amp;searchtype=ALL&amp;start=1&amp;friends=1&amp;samaritans=1&amp;nosuccess=0&amp;rows=200&amp;imght=120&amp;imgres=thumb&amp;view=sysadm.v_kngs&amp;bgcolor=edecdc&amp;text=000000&amp;link=3399FF&amp;alink=FF9443&amp;vlink=FF0066&amp;fontface=arial&amp;fontsize=10&amp;col_bg=lightblue&amp;col_bg2=edecdc&amp;SBG=lightblue&amp;zip=93230&amp;miles=20&amp;shelterlist=\'KNGS\'&amp;atype=\">Kings County website</a>.</p> <p>For more information, please contact Marlene on 559-584-9214 or <a href=\"mailto:marlgold@yahoo.com\">marlgold@yahoo.com</a>. Do not contact Maine Coon Adoptions.</p> </div><br><br></strong>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2573014m6521484.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2573014m6521484.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','Kings County shelter','<a href=\"mailto:marlgold@yahoo.com\">marlgold@yahoo.com</a>','','(559) 584-9214','93230','Kings County Animal Control','Tommy Boy-URGENT','2010-06-30 17:29:20'],
	['2511395','Available','2010-07-02 21:45:52','1826192','Tootsie','','Cat','Siamese / Tortoiseshell / Mixed (short coat)','Siamese','Tortoiseshell','Female','Yes','','No','','No','Yes','Adult','No','Yes','Medium','Yes','Tortoiseshell','Short','Bicolor','Yes','No','','','','','<br><br><div class=\"info\"> <p>Hi! My name is Tootsie. You may say: &ldquo;Why Tootsie, what beautifully unique markings you have.&rdquo; And I would respond: &ldquo;Of course, I do. I am a torti/Siamese mix!&rdquo; I love to sit in laps and prefer having my people to myself when I&rsquo;m looking for attention. I like playing but not necessarily with other kitties and would need time to be socialized if I go to a house with another kitty. I have to admit I&rsquo;m not big on kids or dogs, either. Mostly I think I&rsquo;d be happiest as the Princess of The House. I mean, one as beautiful as I am just has to be a princess, right? And, okay, I&rsquo;ve also been spoiled a bit like a princess and have to admit that hope that will continue! In this photo, I&rsquo;m posing for a treat. I&rsquo;ll also sit up for a treat. How&rsquo;s that for a cool trick? I like to sleep right on the bed near (or, okay, on) your head - just to make sure it&rsquo;s kept warm. I&rsquo;m three and a half years old and have always lived in a nice house but my owner can&rsquo;t spend enough time with me anymore so I&rsquo;m looking for a new home. Is it with you?</p> </div> <div class=\"contact\"> <p>To learn more about this kitty, please contact Krista Saechao at <a href=\"mailto:mizsaechao@yahoo.com\">mizsaechao@yahoo.com</a>. Do not contact Maine Coon Adoptions.</p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2511395m6386473.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2511395m6386473.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2511395m6386474.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2511395m6386474.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','','','Tootsie','2010-06-08 21:17:30'],
	['2607800','Available','2010-07-12 21:53:34','','Vixen','','Cat','Dilute Calico (long coat)','Dilute Calico','','Female','','No','','No','No','Yes','Senior','No','','','','Calico or Dilute Calico','Long','Calico','No','No','','','','','<br><br><div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">To learn more about this kitty, please contact the Nine Lives Foundation at</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">650-368-1365 or ninelivesfoundation@gmail.com</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Do not contact Maine Coon Adoptions.</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">My name is Vixen. Sounds like a super hero, huh? A cool vivacious super hero who in her middle years (I&rsquo;m about 10) finds herself without the super powers necessary to find herself a new home. The super powers I still have, though, are not bad &ndash; for one, I&rsquo;m stunningly beautiful. I&rsquo;m also quite good at the two greatest activities a cat can participate in: napping and sunbathing. I&rsquo;m a wonderful girl but, okay, I can be a little mouthy when overstimulated and handled by non-cat savvy people. For this reason, I should probably not go to a home with small children. No, I would do best with a mellow older person looking for a loving and not-particularly-active companion. The kind folks at Nine Lives think I&rsquo;ve got a good 8 to 10 years of loving companionship left in me, which is why they saved me from the Dublin Animal Shelter when a few of the volunteers there reached out to save me. It&rsquo;s pretty obvious that a lot of people think I&rsquo;ve got a lot of love to give. Hope my future family out there comes soon to prove them right!</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">To learn more about this kitty, please contact the Nine Lives Foundation at</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">650-368-1365 or ninelivesfoundation@gmail.com</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">Do not contact Maine Coon Adoptions.</div> <div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">&nbsp;</div> </div> <div>To learn more about this kitty, please contact the Nine Lives Foundation at 650-368-1365 or ninelivesfoundation@gmail.com</div> <div>Do not contact Maine Coon Adoptions.</div> <div><br />My name is Vixen. Sounds like a super hero, huh? A cool vivacious super hero who in her middle years (I&rsquo;m about 10) finds herself without the super powers necessary to find herself a new home. The super powers I still have, though, are not bad &ndash; for one, I&rsquo;m stunningly beautiful. I&rsquo;m also quite good at the two greatest activities a cat can participate in: napping and sunbathing. I&rsquo;m a wonderful girl but, okay, I can be a little mouthy when overstimulated and handled by non-cat savvy people. For this reason, I should probably not go to a home with small children. No, I would do best with a mellow older person looking for a loving and not-particularly-active companion. The kind folks at Nine Lives think I&rsquo;ve got a good 8 to 10 years of loving companionship left in me, which is why they saved me from the Dublin Animal Shelter when a few of the volunteers there reached out to save me. It&rsquo;s pretty obvious that a lot of people think I&rsquo;ve got a lot of love to give. Hope my future family out there comes soon to prove them right!</div> <div><br />To learn more about this kitty, please contact the Nine Lives Foundation at 650-368-1365 or ninelivesfoundation@gmail.com</div> <div>Do not contact Maine Coon Adoptions.<br /></div><br><br></div>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2607800m6597228.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2607800m6597228.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2607800m6597229.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2607800m6597229.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2607800m6597230.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2607800m6597230.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','Vixen','2010-07-12 21:53:31'],
	['2511398','Available','2010-06-25 06:25:04','1371329','Whiskers','','Cat','Maine Coon / Domestic Long Hair / Mixed (long coat)','Maine Coon','Domestic Long Hair','Female','Yes','','No','','No','Yes','Adult','No','Yes','Medium','Yes','Tuxedo','Long','Bicolor','Yes','No','','','','','<br><br><div class=\"info\"> <p>Hey there! My name is Whiskers. I&rsquo;ll bet you can guess why, huh? I mean, look at those beautiful big whiskers. Are they a fashion statement or what? I think soon everybody will be wearing them. Anyway, I&rsquo;m a gorgeous girl who&rsquo;s had a bit of some bad luck. You see, I was adopted out of a shelter as an eight week kitten seven years ago and somehow ended up not only back in the shelter but now I&rsquo;m FIV-positive. As I&rsquo;m sure you know, us FIV-positive girls can live very healthy lives but we do need to be in an indoor-only home without any other kitties around us. Once you meet me, I don&rsquo;t think you&rsquo;ll want any other kitties. I&rsquo;m incredibly sweet and will love spending my days hanging out on your lap and snuggling. I&rsquo;m so sweet that the shelter volunteers have gone out of their way to help me find a home instead of putting me on the PTS list. Is that home with you? I sure hope so. I am sure to bring my new family years of love and happiness. I am in Redwood City on the Peninsula.</p> </div> <div class=\"contact\"> <p>For more information, please contact the <a rel=\"external\" href=\"http://www.ninelivesfoundation.org\">Nine Lives Foundation</a>&nbsp;on (650) 368-1365 or <a href=\"mailto:ninelivesfoundation@gmail.com\">ninelivesfoundation@gmail.com</a>. Do not contact Maine Coon Adoptions.</p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2511398m6386483.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2511398m6386483.jpg" width="'+this.pictmnMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2511398m6386484.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2511398m6386484.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','Nine Lives Foundation NLF','<a href=\"mailto:ninelivesfoundation@gmail.com\">ninelivesfoundation@gmail.com</a>','(650) 368-1365','(650) 368-1365','94063','Nine Lives Foundation','Whiskers','2010-06-08 21:17:44'],
	['2511400','Available','2010-06-25 06:23:29','1867681','Zeus','','Cat','Domestic Long Hair / Mixed (long coat)','Domestic Long Hair','','Male','Yes','No','No','No','No','Yes','Senior','No','Yes','Medium','Yes','Tuxedo','Long','Bicolor','Yes','No','','','','','<br><br><div class=\"info\"> <p>Hi! My name is Zeus. Zeus, as you know, was a big powerful Greek God and, as you can see, I&rsquo;m pretty big and powerful myself. That&rsquo;s why I&rsquo;d do best in a house where I&rsquo;m the only kitty. Why would you need another one when you have ZEUS? I am not aggressive at all - just not happy when I have to share my space. I am 10 years old and my owners have to move to a place where I&rsquo;m not going to have the kind of protected indoor/outdoor situation I used to so it would be great if instead I could find a home where I&rsquo;m the only cat - especially since now that I&rsquo;m getting older I get kind of scared by things I didn&rsquo;t used to be scared of -- like dogs. I love people and love to be petted and am happy to cuddle for hours. I&rsquo;m in great health and have been my whole life. If you would like more information or to come and meet me, please send an e-mail to Lisa at the address below. Thanks!</p> </div> <div class=\"contact\"> <p>To learn more about this kitty, please contact Lisa Hayle at <a href=\"mailto:lisahayle@earthlink.net\">lisahayle@earthlink.net</a>. Do not contact Maine Coon Adoptions.</p> </div><br><br></p>','<img src="http://images.rescuegroups.org/animals/fullsize/s1720a2511400m6386488.jpg" width="'+this.picMaxWidth+'">','<img src="http://images.rescuegroups.org/animals/thumbnails/s1720a2511400m6386488.jpg" width="'+this.pictmnMaxWidth+'">','','','','','','','','','','','','','','Zeus','2010-06-08 21:17:51']
	];
	}

	this.init = function() {

		this.buildPets();

		if (!this.sortbyField) {
			this.sortbyField = 'lastUpdated';
			this.sortbyOrder = 'desc';
		}

		if (cgiVar('toolkitAnimalID')) {
			showDetails(this.name, null, cgiVar('toolkitAnimalID'));
		}

		this.fieldsArray = this.fields.split(',');

		var orderby = readCookie('rgOrderby');
		if (orderby && (this.mode == 'list')) {
			if (this.sortbyField && this.sortbyOrder && orderby == this.petFields[this.sortbyField]['index']){
				this.order = this.sortbyOrder;
			}
			this.sortPetArrayOnLoad(orderby);
		} else {
			if (this.sortbyField && this.sortbyOrder) {
				this.order = this.sortbyOrder;
				this.sortPetArrayOnLoad(this.petFields[this.sortbyField]['index']);
			}
		}

    this.page = 1;

	}


	this.list = function(container) {
		this.listId = container;
		this.mode = 'list';
		this.init();
		this.writeList();

	}

	this.list2 = function(container) {
		this.listId = container;
		this.mode = 'list2';
		this.init();
		this.writeList2();

	}

	this.grid = function(container) {
		this.listId = container;
		this.mode = 'grid';
		this.init();
		this.writeGrid();

	}

	this.random = function(div, url) {
		this.buildPets();
		divObj = document.getElementById(div);
		this.petsWithPic = new Array();
		for (x = 0; x < this.pet.length; x++) {
			if (this.pet[x][this.petFields['pictmn1']['index']]) {
				this.petsWithPic.push(x);
			}
		}
		if (this.petsWithPic.length == 0) return false;
		var r=Math.floor(Math.random()*this.petsWithPic.length);
		divObj.className = 'rgPetRandom';
		divObj.innerHTML = '<div class="randomTitle">Featured Adoptable Pet</div>'+this.pet[this.petsWithPic[r]][this.petFields['pictmn1']['index']] +
				'<div class="randomPetName">'+this.pet[this.petsWithPic[r]][this.petFields['name']['index']]+'</div>'+
				'<div class="randomPetBreed">'+this.pet[this.petsWithPic[r]][this.petFields['breed']['index']]+'</div>';
    divObj.animalID = this.pet[this.petsWithPic[r]][this.petFields['animalID']['index']];
    divObj.onclick = function(e) {
    	if (url.indexOf('?') == -1) url += '?';
			location.href = url+'&toolkitAnimalID='+this.animalID;
    }
	}

	this.featured = function(div, url, animalID) {
		this.buildPets();
		divObj = document.getElementById(div);
		for (x = 0; x < this.pet.length; x++) {
			if (this.pet[x][this.petFields['animalID']['index']] == animalID && this.pet[x][this.petFields['pictmn1']['index']]) {
				var rowNumber = x;
				break;
			}
		}
		if (rowNumber === false) { alert('failed'); return false; }
		divObj.className = 'rgPetRandom';
		divObj.innerHTML = '<div class="randomTitle">Featured Adoptable Pet</div>'+this.pet[rowNumber][this.petFields['pictmn1']['index']] +
				'<div class="randomPetName">'+this.pet[rowNumber][this.petFields['name']['index']]+'</div>'+
				'<div class="randomPetBreed">'+this.pet[rowNumber][this.petFields['breed']['index']]+'</div>';
    divObj.animalID = animalID;
    divObj.onclick = function(e) {
    	if (url.indexOf('?') == -1) url += '?';
			location.href = url+'&toolkitAnimalID='+animalID;
    }
	}

	this.detail = function() {

		this.init();
		this.animalID = cgiVar('toolkitAnimalID');

		for (x=0; x<this.pet.length; x++) {
			if (this.pet[x][this.petFields['animalID']['index']] == this.animalID) {
				this.currentAnimalIndex = x;
				for (y=0; y<this.fieldsArray.length; y++) {
					obj = document.getElementById('pet'+this.fieldsArray[y]);
					if (obj) {
						var val = this.pet[x][this.petFields[this.fieldsArray[y]]['index']]
						if (val != '') {
							obj.innerHTML = val;
						} else if (this.hideEmptyFields) {
							field = document.getElementById('pet'+this.fieldsArray[y]+'Field');
							if (field) field.style.display = 'none';
						}
					}
				}
			}
		}

	}

	this.writeList = function() {

		var petContainer = document.getElementById(this.listId);
		//alert(this.listId);


		var table = document.createElement('table');
		table.cellSpacing = 0;
		table.id = 'rgPetTable'+this.name;
		table.className = 'rgPetTable list';

		var thead = document.createElement('thead');

		if (this.enableSearch) {
			var search = '';
				search += '<table class="nostyles" cellpadding="0" cellspacing="0" border="0"><tbody><tr>';
			if (this.paging) search += '<td><span id="prevButtons" style="float:left;"></span></td>';
			search += '<td><form method="POST" name="rgPetsSearchForm'+this.name+'" id="rgPetsSearchForm'+this.name+'" onSubmit="return '+this.name+'.setupSearch(this);" style="display:inline;">' +
				'<input type="text" name="rgPetsSearchText" id="rgPetsSearchText'+this.name+'">&nbsp;' +
				'<input type="submit" value="Search!" id="rgSearchButton'+this.name+'">&nbsp;' +
				'<input type="button" value="View all Animals" id="rgSearchClearButton'+this.name+'" onClick="'+this.name+'.clearSearch(document.rgPetsSearchForm'+this.name+');">' +
				'</form></td>';
			if (this.paging) search += '<td><span id="nextButtons" style="float:right;"></span></td>';
			if (this.paging) search += '</tr><tr><td colspan="3"><span id="pageCount" style="white-space:nowrap;"></span></td>';
			search += '</tr></tbody></table>';
			var tr = document.createElement('tr');
			tr.className = 'rgPetTableHeadSearch';
			var td = document.createElement('td');
			td.colSpan = this.fieldsArray.length;
			td.align = 'center';
			td.id = 'rgPetTableHeadSearch'+this.name;
			td.innerHTML = search;
			tr.appendChild(td);
			thead.appendChild(tr);
		} else if (this.paging) {
			search += '<table cellpadding="0" cellspacing="0" border="0"><tbody><tr>';
			if (this.paging) search += '<td><span id="prevButtons" style="float:left;"></span></td>'+
					'<td><span id="pageCount" style="white-space:nowrap;"></span></td>'+
					'<td><span id="nextButtons" style="float:right;"></span></td>';
			search += '</tr></tbody></table>';
			var tr = document.createElement('tr');
			tr.className = 'rgPetTableHeadSearch';
			var td = document.createElement('td');
			td.colSpan = this.fieldsArray.length;
			td.align = 'center';
			td.id = 'rgPetTableHeadSearch'+this.name;
			td.innerHTML = search;
			tr.appendChild(td);
			thead.appendChild(tr);
		}

		var tr = document.createElement('tr');
		tr.id = 'rgPetTableHeadFields'+this.name;
		tr.className = 'rgPetTableHeadFields';

		for (x=0; x<this.fieldsArray.length; x++) {
			var td = document.createElement('td');
			//td.id = this.name+"TableHeader" + this.fieldsArray[x];
			td.innerHTML = '<a href="" onClick="'+this.name+'.sortby(\'' + this.petFields[this.fieldsArray[x]]['index'] + '\'); return false;">' + this.petFields[this.fieldsArray[x]]['name'] + '</a>';
			tr.appendChild(td);
		}

		thead.appendChild(tr);

		table.appendChild(thead);

		var tbody = document.createElement('tbody');

		var rowCounter=0;
		this.displayablePets = 0;
		var petsWrittenOut = 0;

		if (this.page) {
			start = (this.page-1)*this.perPage;
		} else {
			this.page = 1;
			start = 0;
		}

		for (var y=0; y<this.pet.length; y++) {

			if (this.searchText) {
				var skipThisPet = true;
				for (var x=0; x<this.pet[y].length; x++) {
					val = String(this.pet[y][x]);
					if (val != '') {
						val = val.toUpperCase();
						if (val.indexOf(this.searchText.toUpperCase()) != -1) {
							skipThisPet = false;
						}
					}
				}
				if (skipThisPet) continue;
			}

			skipThisPet = false;

			for (i in this.petFields) {
				if (typeof(this.petFields[i]['filterby']) != 'undefined') {
					val = String(this.pet[y][this.petFields[i]['index']]);
					val = val.toUpperCase();
					var filterStr = String(this.petFields[i]['filterby']);
					filterStr = filterStr.toUpperCase();
					if (filterStr != val) {
						skipThisPet = true;
					}
				}
			}
			if (skipThisPet) continue;

			this.displayablePets += 1;

			if (this.displayablePets > this.page * this.perPage) continue;
			if (this.displayablePets <= start) continue;

			petsWrittenOut += 1;

			var tr = document.createElement('tr');
			tr.rowNumber = y;
			tr.id = this.name+y;
			tr.rgPetsClassName = this.name;
			tr.animalID = this.pet[y][this.petFields['animalID']['index']];
			if (isEven(rowCounter)) {
				tr.rowNumber = y;
				tr.origClassName = 'rgPetTableRowEven';
				tr.className = 'rgPetTableRowEven';
			} else {
				tr.origClassName = 'rgPetTableRowOdd';
				tr.className = 'rgPetTableRowOdd';
			}
			rowCounter+=1;

			if ('Yes' == 'Yes') {
				tr.onclick = function(evt) { showDetails(this.rgPetsClassName, this.rowNumber); };
				tr.onmouseover = function(evt) { this.className = 'rgPetTableRowOver'; };
				tr.onmouseout = function(evt) { this.className = this.origClassName; };
			} else {
				tr.onmouseover = function(evt) { this.className = 'rgPetTableRowOverInactive'; };
				tr.onmouseout = function(evt) { this.className = this.origClassName; };
			}
			//rgPets.pet[this.rowNumber][rgPets.petFields['animalID']['index']], rgPets.detailId); };

			for (x=0; x<this.fieldsArray.length; x++) {

				td = document.createElement('td');
				td.className = "rgPetTableCell" + this.fieldsArray[x] + this.name;
				var fieldValue = this.pet[y][this.petFields[this.fieldsArray[x]]['index']];
				if (typeof(this.petFields[this.fieldsArray[x]]['listLength']) != "undefined") {
					if (fieldValue.length > this.petFields[this.fieldsArray[x]]['listLength']) {
						fieldValue = fieldValue.substring(0, this.petFields[this.fieldsArray[x]]['listLength']);
					}
				}
				var val = '<div class=\"pet' + this.fieldsArray[x] + '\">';
				val += fieldValue + '</div>';
				if (val) {
					td.innerHTML = val;
				}
				tr.appendChild(td);
			}
			tbody.appendChild(tr);

		}

		if (rowCounter == 0) {
			var tr = document.createElement('tr');
			var td = document.createElement('td');
			td.colSpan = this.fieldsArray.length;
			td.className = 'rgPetTableRowZeroPets';
			td.innerHTML = 'No pets found.';
			tr.appendChild(td);
			tbody.appendChild(tr);
		}

		table.appendChild(tbody);
		petContainer.innerHTML = '';
		petContainer.appendChild(table);

		if (this.searchText) {
			searchForm = eval('document.rgPetsSearchForm'+this.name);
			searchForm.rgPetsSearchText.value = this.searchText;
		}

		this.pages = Math.ceil(this.displayablePets/this.perPage);
		if (this.paging && this.displayablePets > rowCounter) {
			obj = document.getElementById('nextButtons');
			obj2 = document.getElementById('pageCount');
			obj2.innerHTML = '(page '+this.page+' of '+this.pages+' )';
			if (this.pages > this.page) {
				obj.innerHTML = '<a href="#" onClick="'+this.name+'.page+=1;'+this.name+'.writeList();return false;">Next&nbsp;&raquo;</a>';
			} else {
				obj.innerHTML = 'Next&nbsp;&raquo;';
			}
			obj = document.getElementById('prevButtons');
			if (this.page > 1) {
				obj.innerHTML = '<a href="#" onClick="'+this.name+'.page-=1;'+this.name+'.writeList();return false;">&laquo;&nbsp;Previous</a>';
			} else {
				obj.innerHTML = '&laquo;&nbsp;Previous';
			}
		}

	}

	this.writeList2 = function() {

		var petContainer = document.getElementById(this.listId);
		//alert(this.listId);

		var table = document.createElement('table');
		table.cellSpacing = 0;
		table.id = 'rgPetTable'+this.name;
		table.className = 'rgPetTable list2';

		var thead = document.createElement('thead');

		if (this.enableSearch) {
			var search = '';
			search += '<table class="nostyles" cellpadding="0" cellspacing="0" border="0"><tbody><tr>';
			if (this.paging) search += '<td><span id="prevButtons" style="float:left;"></span></td>';
			search += '<td><form method="POST" name="rgPetsSearchForm'+this.name+'" id="rgPetsSearchForm'+this.name+'" onSubmit="return '+this.name+'.setupSearch(this);" style="display:inline;">' +
				'<input type="text" name="rgPetsSearchText" id="rgPetsSearchText'+this.name+'">&nbsp;' +
				'<input type="submit" value="Search!" id="rgSearchButton'+this.name+'">&nbsp;' +
				'<input type="button" value="View all Animals" id="rgSearchClearButton'+this.name+'" onClick="'+this.name+'.clearSearch(document.rgPetsSearchForm'+this.name+');">' +
				'</form></td>';
			if (this.paging) search += '<td><span id="nextButtons" style="float:right;"></span></td>';
			if (this.paging) search += '</tr><tr><td colspan="3"><span id="pageCount" style="white-space:nowrap;"></span></td>';
			search += '</tr></tbody></table>';
			var tr = document.createElement('tr');
			tr.className = 'rgPetTableHeadSearch';
			var td = document.createElement('td');
			td.colSpan = this.fieldsArray.length;
			td.align = 'center';
			td.id = 'rgPetTableHeadSearch'+this.name;
			td.innerHTML = search;
			tr.appendChild(td);
			thead.appendChild(tr);
		} else if (this.paging) {
			var search = '';
			search += '<table cellpadding="0" cellspacing="0" border="0"><tbody><tr>';
			if (this.paging) search += '<td><span id="prevButtons" style="float:left;"></span></td>'+
					'<td><span id="pageCount" style="white-space:nowrap;"></span></td>'+
					'<td><span id="nextButtons" style="float:right;"></span></td>';
			search += '</tr></tbody></table>';
			var tr = document.createElement('tr');
			tr.className = 'rgPetTableHeadSearch';
			var td = document.createElement('td');
			td.colSpan = this.fieldsArray.length;
			td.align = 'center';
			td.id = 'rgPetTableHeadSearch'+this.name;
			td.innerHTML = search;
			tr.appendChild(td);
			thead.appendChild(tr);
		}

		table.appendChild(thead);

		var tbody = document.createElement('tbody');

		var rowCounter=0;
		this.displayablePets = 0;
		var petsWrittenOut = 0;

		if (this.page) {
			start = (this.page-1)*this.perPage;
		} else {
			this.page = 1;
			start = 0;
		}

		for (var y=0; y<this.pet.length; y++) {

			if (this.searchText) {
				var skipThisPet = true;
				for (var x=0; x<this.pet[y].length; x++) {
					val = String(this.pet[y][x]);
					if (val != '') {
						val = val.toUpperCase();
						if (val.indexOf(this.searchText.toUpperCase()) != -1) {
							skipThisPet = false;
						}
					}
				}
				if (skipThisPet) continue;
			}

			skipThisPet = false;

			for (i in this.petFields) {
				if (typeof(this.petFields[i]['filterby']) != 'undefined') {
					val = String(this.pet[y][this.petFields[i]['index']]);
					val = val.toUpperCase();
					var filterStr = String(this.petFields[i]['filterby']);
					filterStr = filterStr.toUpperCase();
					if (filterStr != val) {
						skipThisPet = true;
					}
				}
			}
			if (skipThisPet) continue;

			this.displayablePets += 1;

			if (this.displayablePets > this.page * this.perPage) continue;
			if (this.displayablePets <= start) continue;

			petsWrittenOut += 1;

			var tr = document.createElement('tr');
			tr.rowNumber = y;
			tr.id = this.name+y;
			tr.rgPetsClassName = this.name;
			tr.animalID = this.pet[y][this.petFields['animalID']['index']];
			if (isEven(rowCounter)) {
				tr.rowNumber = y;
				tr.origClassName = 'rgPetTableRowEven';
				tr.className = 'rgPetTableRowEven';
			} else {
				tr.origClassName = 'rgPetTableRowOdd';
				tr.className = 'rgPetTableRowOdd';
			}
			rowCounter+=1;

			tr.onclick = function(evt) { showDetails(this.rgPetsClassName, this.rowNumber); };
				//rgPets.pet[this.rowNumber][rgPets.petFields['animalID']['index']], rgPets.detailId); };
			tr.onmouseover = function(evt) { this.className = 'rgPetTableRowOver'; };
			tr.onmouseout = function(evt) { this.className = this.origClassName; };

			td = document.createElement('td');

			var str = '';
			if (this.picSize == 'thumbnail') {
				if (this.pet[y][this.petFields['pictmn1']['index']] != '') {
					str += '<div class="rgPetTableCellpictmn1" id="rgPetTableCellpictmn1' + this.name +'">'+this.pet[y][this.petFields['pictmn1']['index']]+'</div>';
				}
			} else if (this.picSize == 'fullsize') {
				if (this.pet[y][this.petFields['pic1']['index']] != '') {
					//alert(this.pet[y][this.petFields['pic1']['index']]);
					str += '<div class="rgPetTableCellpic1" id="rgPetTableCellpic1' + this.name +'">'+this.pet[y][this.petFields['pic1']['index']]+'</div>';
				}
			}

			for (x=0; x<this.fieldsArray.length; x++) {
				if (this.pet[y][this.petFields[this.fieldsArray[x]]['index']] == '') continue;
				if (this.petFields[this.fieldsArray[x]]['name']) {
					str += '<div class=\"pet' + this.fieldsArray[x] + '\">' +
							'<span class="rgPetTableCellLabel rgPetTableCellLabel' + this.fieldsArray[x] + ' rgPetTableCellLabel' + this.fieldsArray[x] + this.name + '">' + this.petFields[this.fieldsArray[x]]['name'] + ': </span>' +
							'<span class="rgPetTableCellValue rgPetTableCellValue' + this.fieldsArray[x] + ' rgPetTableCellValue' + this.fieldsArray[x] + this.name + '">' + this.pet[y][this.petFields[this.fieldsArray[x]]['index']] + '</span>' +
							'</div>';
				} else {
					str += '<div class=\"pet' + this.fieldsArray[x] + '\">' +
							'<span class="rgPetTableCellValue' + this.fieldsArray[x] + '">' + this.pet[y][this.petFields[this.fieldsArray[x]]['index']] + '</span>' +
							'</div>';
				}
			}

			if (str) {
				td.innerHTML = str;
			}
			tr.appendChild(td);

			tbody.appendChild(tr);
		}
		table.appendChild(tbody);
		petContainer.innerHTML = '';
		petContainer.appendChild(table);

		if (this.searchText) {
			searchForm = eval('document.rgPetsSearchForm'+this.name);
			searchForm.rgPetsSearchText.value = this.searchText;
		}

		this.pages = Math.ceil(this.displayablePets/this.perPage);
		if (this.paging && this.displayablePets > rowCounter) {
			obj = document.getElementById('nextButtons');
			obj2 = document.getElementById('pageCount');
			obj2.innerHTML = '(page '+this.page+' of '+this.pages+' )';
			if (this.pages > this.page) {
				obj.innerHTML = '<a href="#" onClick="'+this.name+'.page+=1;'+this.name+'.writeList2();return false;">Next&nbsp;&raquo;</a>';
			} else {
				obj.innerHTML = 'Next&nbsp;&raquo;';
			}
			obj = document.getElementById('prevButtons');
			if (this.page > 1) {
				obj.innerHTML = '<a href="#" onClick="'+this.name+'.page-=1;'+this.name+'.writeList2();return false;">&laquo;&nbsp;Previous</a>';
			} else {
				obj.innerHTML = '&laquo;&nbsp;Previous';
			}
		}

	}

	this.writeGrid = function() {

		if (!this.perRow) this.perRow = 4;
		if (!this.rows) this.rows = 3;

		this.perPage = (this.perRow * this.rows);

		var petContainer = document.getElementById(this.listId);
		//alert(this.listId);

		var table = document.createElement('table');
		table.cellSpacing = 0;
		table.id = 'rgPetTable'+this.name;
		table.className = 'rgPetTable grid';

		var thead = document.createElement('thead');

		if (this.enableSearch) {
			var search = '';
			search += '<table class="nostyles" cellpadding="0" cellspacing="0" border="0"><tbody><tr>';
			if (this.paging) search += '<td><span id="prevButtons" style="float:left;"></span></td>';
			search += '<td><form method="POST" name="rgPetsSearchForm'+this.name+'" id="rgPetsSearchForm'+this.name+'" onSubmit="return '+this.name+'.setupSearch(this);" style="display:inline;">' +
				'<input type="text" name="rgPetsSearchText" id="rgPetsSearchText'+this.name+'">&nbsp;' +
				'<input type="submit" value="Search!" id="rgSearchButton'+this.name+'">&nbsp;' +
				'<input type="button" value="View all Animals" id="rgSearchClearButton'+this.name+'" onClick="'+this.name+'.clearSearch(document.rgPetsSearchForm'+this.name+');">' +
				'</form></td>';
			if (this.paging) search += '<td><span id="nextButtons" style="float:right;"></span></td>';
			if (this.paging) search += '</tr><tr><td colspan="3"><span id="pageCount" style="white-space:nowrap;"></span></td>';
			search += '</tr></tbody></table>';
			var tr = document.createElement('tr');
			tr.className = 'rgPetTableHeadSearch';
			var td = document.createElement('td');
			td.colSpan = this.perRow;
			td.align = 'center';
			td.id = 'rgPetTableHeadSearch'+this.name;
			td.innerHTML = search;
			tr.appendChild(td);
			thead.appendChild(tr);
		} else if (this.paging) {
			var search = '<table cellpadding="0" cellspacing="0" border="0"><tbody><tr>';
			if (this.paging) search += '<td><span id="prevButtons" style="float:left;"></span></td>'+
					'<td><span id="pageCount" style="white-space:nowrap;"></span></td>'+
					'<td><span id="nextButtons" style="float:right;"></span></td>';
			search += '</tr></tbody></table>';
			var tr = document.createElement('tr');
			tr.className = 'rgPetTableHeadSearch';
			var td = document.createElement('td');
			td.colSpan = this.perRow;
			td.align = 'center';
			td.id = 'rgPetTableHeadSearch'+this.name;
			td.innerHTML = search;
			tr.appendChild(td);
			thead.appendChild(tr);
		}

		table.appendChild(thead);

		var tbody = document.createElement('tbody');

		var rowCounter=0;
		this.displayablePets = 0;
		var petsWrittenOut = 0;

		if (this.page) {
			start = (this.page-1)*this.perPage;
		} else {
			this.page = 1;
			start = 0;
		}

		for (var y=0; y<this.pet.length; y++) {

			if (this.searchText) {
				var skipThisPet = true;
				for (var x=0; x<this.pet[y].length; x++) {
					val = String(this.pet[y][x]);
					if (val != '') {
						val = val.toUpperCase();
						if (val.indexOf(this.searchText.toUpperCase()) != -1) {
							skipThisPet = false;
						}
					}
				}
				if (skipThisPet) continue;
			}

			skipThisPet = false;

			for (i in this.petFields) {
				if (typeof(this.petFields[i]['filterby']) != 'undefined') {
					val = String(this.pet[y][this.petFields[i]['index']]);
					val = val.toUpperCase();
					var filterStr = String(this.petFields[i]['filterby']);
					filterStr = filterStr.toUpperCase();
					if (filterStr != val) {
						skipThisPet = true;
					}
				}
			}
			if (skipThisPet) continue;

			this.displayablePets += 1;

			if (this.displayablePets > this.page * this.perPage) continue;
			if (this.displayablePets <= start) continue;

			petsWrittenOut += 1;

			if ((petsWrittenOut-1) % this.perRow === 0) {

				// We need to create a new row
				var tr = document.createElement('tr');
				tbody.appendChild(tr);
				rowCounter+=1;

			}

			td = document.createElement('td');
			td.className = "rgPetTableCell" + this.fieldsArray[x] + this.name;
			td.style.verticalAlign = 'top';
			td.animalID = this.pet[y][this.petFields['animalID']['index']];
			td.animalNumber = y;
			var val = '<div class="gridCell">' +
					'<table class="nostyles"><tr><td style="vertical-align:middle;height:120px;width:100px;">' +
					this.pet[y][this.petFields['pictmn1']['index']] + '</td></tr></table></div>' +
					'<div class="petname">'+this.pet[y][this.petFields['name']['index']] + '</div>' +
					'<div class="petbreed">'+this.pet[y][this.petFields['breed']['index']] + '</div>';
			td.innerHTML = val;

			if ('Yes' == 'Yes') {
				td.rgPetsClassName = this.name;
				td.onclick = function(evt) { showDetails(this.rgPetsClassName, this.animalNumber, this.animalID); };
				td.onmouseover = function(evt) { this.className = 'rgPetTableCellOver'; };
				td.onmouseout = function(evt) { this.className = this.origClassName; };
			} else {
				td.onmouseover = function(evt) { this.className = 'rgPetTableCellOver'; };
				td.onmouseout = function(evt) { this.className = this.origClassName; };
			}

			tr.appendChild(td);

			if (y == this.pet.length-1 && (petsWrittenOut-1) % this.perRow !== 0) {
				c = this.displayablePets;
				while (c % this.perRow !== 0) {
					td = document.createElement('td');
					td.className = "rgPetTableCell" + this.fieldsArray[x] + this.name;
					td.innerHTML = '&nbsp;';
					tr.appendChild(td);
					c+=1;
				}
			}

		}

		if (rowCounter == 0) {
			var tr = document.createElement('tr');
			var td = document.createElement('td');
			td.colSpan = this.perRow;
			td.className = 'rgPetTableRowZeroPets';
			td.innerHTML = 'No pets found.';
			tr.appendChild(td);
			tbody.appendChild(tr);
		}

		table.appendChild(tbody);
		petContainer.innerHTML = '';
		petContainer.appendChild(table);

		if (this.searchText) {
			searchForm = eval('document.rgPetsSearchForm'+this.name);
			searchForm.rgPetsSearchText.value = this.searchText;
		}

		this.pages = Math.ceil(this.displayablePets/this.perPage);
		if (this.paging && this.displayablePets > rowCounter) {
			obj = document.getElementById('nextButtons');
			obj2 = document.getElementById('pageCount');
			obj2.innerHTML = '(page '+this.page+' of '+this.pages+' )';
			if (this.pages > this.page) {
				obj.innerHTML = '<a href="#" onClick="'+this.name+'.page+=1;'+this.name+'.writeGrid();return false;">Next&nbsp;&raquo;</a>';
			} else {
				obj.innerHTML = 'Next&nbsp;&raquo;';
			}
			obj = document.getElementById('prevButtons');
			if (this.page > 1) {
				obj.innerHTML = '<a href="#" onClick="'+this.name+'.page-=1;'+this.name+'.writeGrid();return false;">&laquo;&nbsp;Previous</a>';
			} else {
				obj.innerHTML = '&laquo;&nbsp;Previous';
			}
		}

	}

	this.clearList = function() {
		var petContainer = document.getElementById(this.listId);
		petContainer.innerHTML = '';
	}

	this.clearSearch = function(form) {
		form.rgPetsSearchText.value = '';
		this.searchText = '';
		this.clearList();
		if (this.mode == 'list') {
			this.writeList();
		} else if (this.mode == 'list2') {
			this.writeList2();
		} else if (this.mode == 'grid') {
			this.writeGrid();
		}
		return false;
	}

	this.setupSearch = function(form) {
		this.searchText = form.rgPetsSearchText.value;
		this.clearList();
		if (this.mode == 'list') {
			this.writeList();
		} else if (this.mode == 'list2') {
			this.writeList2();
		} else if (this.mode == 'grid') {
			this.writeGrid();
		}
		return false;
	}

	this.sortPetArray = function(fieldIndex) {
		if (this.mode == 'list') {
			if (this.orderby == fieldIndex) {
				if (this.order == 'asc') {
					this.order = 'desc';
				} else {
					this.order = 'asc';
				}
			} else this.order = 'asc';
		}
		this.pet.multiSort(fieldIndex);
		this.orderby = fieldIndex;
		if (this.order == 'desc') this.pet.reverse();
		if (this.mode == 'list') {
			createCookie('rgOrderby',fieldIndex,3);
		}
	}

	this.sortPetArrayOnLoad = function(fieldIndex) {
		this.pet.multiSort(fieldIndex);
		this.orderby = fieldIndex;
		if (this.order == 'desc') this.pet.reverse();
		if (this.mode == 'list') {
			createCookie('rgOrderby',fieldIndex,3);
		}
	}

	this.sortby = function(fieldIndex) {
		this.doSort(fieldIndex);
		this.clearList();
		this.writeList();
	}

	this.doSort = function(fieldIndex) {
		this.sortPetArray(fieldIndex);
	}

	this.nextPet = function() {
		if (this.currentDetailRow < this.pet.length-1) {
			nextDetailRow = this.currentDetailRow+1;
			nextDetailPet = this.pet[nextDetailRow][this.petFields['animalID']['index']];
		} else {
			nextDetailRow = 0;
			nextDetailPet = this.pet[nextDetailRow][this.petFields['animalID']['index']];
		}
		document.getElementById('detailFrame').src = this.detailUrl(nextDetailPet);
		this.currentDetailPet = nextDetailPet;
		this.currentDetailRow = nextDetailRow;
	}

	this.prevPet = function() {
		if (this.currentDetailRow > 0) {
			nextDetailRow = this.currentDetailRow-1;
			nextDetailPet = this.pet[nextDetailRow][this.petFields['animalID']['index']];
		} else {
			nextDetailRow = this.pet.length-1;
			nextDetailPet = this.pet[nextDetailRow][this.petFields['animalID']['index']];
		}
		document.getElementById('detailFrame').src = this.detailUrl(nextDetailPet);
		this.currentDetailPet = nextDetailPet;
		this.currentDetailRow = nextDetailRow;
	}

	this.detailUrl = function(animalID) {
	  var tempURL = location.href.split('://');
		if (tempURL['0'] == 'https') {
			var url = 'http://toolkit.rescuegroups.org';
		} else {
			var url = 'http://toolkit.rescuegroups.org';
		}
		url += '/javascript/v2.0/'+this.detailTemplate+'?animalID='+animalID+'&key=cSmIM0qs';
		return url;
	}


}

Array.prototype.multiSort = function(index){
	// Written By: WillyDuitt@hotmail.com | 03-10-2005 \\;
	for(var i=0; i<this.length; i++){
		var temp = this[i].splice(index,1);
		this[i].unshift(temp);
	}

	this.sort();

	for(var i=0; i<this.length; i++){
		for(var x=(index-1); x>=0; x=(x-1)){
			var temp = this[i].splice(index,1);
			this[i].unshift(temp);
		}
	}

	return true;
}

function cgiVar(varName) {
	var query = window.location.search.substring(1);
  var vars = query.split("&");
  for (var i=0;i<vars.length;i++) {
    var pair = vars[i].split("=");
    if (pair[0] == varName) {
      return pair[1];
    }
  }
  return '';
}

function isEven(value){
	if (value%2 == 0)
		return true;
	else
		return false;
}

function createCookie(name,value,days) {
	if (days) {
		var date = new Date();
		date.setTime(date.getTime()+(days*24*60*60*1000));
		var expires = "; expires="+date.toGMTString();
	}
	else var expires = "";
	document.cookie = name+"="+value+expires+"; path=/";
}

function readCookie(name) {
	var nameEQ = name + "=";
	var ca = document.cookie.split(';');
	for(var i=0;i < ca.length;i++) {
		var c = ca[i];
		while (c.charAt(0)==' ') c = c.substring(1,c.length);
		if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
	}
	return null;
}

function eraseCookie(name) {
	createCookie(name,"",-1);
}

function showDetails(cName, rNumber, animalID) {

	rgPetsObj = eval(cName);

	if (!animalID) {
		row = document.getElementById(rgPetsObj.name+rNumber);
		animalID = row.animalID;
	}

	if (rgPetsObj.detailPage == 'popover') {

		detailObj =
	    new YAHOO.widget.Panel(rgPetsObj.detailId, {
	    	constraintoviewport: true,
	      width:       (parseInt(rgPetsObj.detailWidth)+20)+'px',
	      fixedcenter: "contained",
	      close:       true,
	      draggable:   true,
	      modal:       true,
	      visible:     false
	    }
	  );
	  document.getElementsByTagName('body')[0].className+=' yui-skin-sam';
	  detailObj.render(document.body);
		str = '<div style="text-align:right;"><a href="" onClick="'+rgPetsObj.name+'.prevPet();return false;">Previous</a>&nbsp;&nbsp;<a href="" onClick="'+rgPetsObj.name+'.nextPet();return false;">Next</a></div><iframe id="detailFrame" width="'+rgPetsObj.detailWidth+'px" height="'+rgPetsObj.detailHeight+'px" scrolling="auto" frameborder="no" src="'+rgPetsObj.detailUrl(animalID)+'">';
		detailObj.setBody(str);
	  detailObj.setHeader('');
	  detailObj.setFooter('<div id="closeDetails"><a href="" onClick="detailObj.hide(); return false;">Close</a></div>');
	  detailObj.render();
	  detailObj.center();
	  detailObj.show();
	  document.getElementById(rgPetsObj.detailId).focus();

		rgPetsObj.currentDetailPet = animalID;
		rgPetsObj.currentDetailRow = rNumber;

	} else if (rgPetsObj.detailPage = 'popup') {

		window.open(rgPetsObj.detailUrl(animalID),'detailPage','scrollbars=1,width='+parseInt(rgPetsObj.detailWidth)+',height='+parseInt(rgPetsObj.detailHeight));

	}

}


  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-11827372-7']);
  _gaq.push(['_setDomainName', 'none']);
  _gaq.push(['_setAllowLinker', true]);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
