
Contact Information
ArrayAbout Me
Female
July 3, 2026
98125
Critter Details
At just 3.5 months old, Zoey has already overcome more than any puppy ever should. This sweet girl was surrendered to us locally after coming from a home where help had been needed before. When Zoey arrived, we were shocked to find she had a severely mangled leg. X-rays revealed an old fracture that had occurred some time earlier and had already begun healing. Her previous owner stated that she had jumped from a crate placed on a high surface. Regardless of how it happened, our priority was making sure Zoey received the care she deserved. After giving her little body the time it needed to heal, Zoey is now ready to find the loving forever home she's always deserved. She may always have a slightly unique look, but don't tell her that because it certainly doesn't slow her down! She runs, plays, and enjoys life just like any other happy puppy. Zoey is everything you could want in a young companion. She is wonderful with people, fantastic with other dogs, house trained, well behaved, and full of fun. She has a happy, affectionate personality and is sure to bring endless smiles to the lucky family who adopts her. Zoey is microchipped, spayed, and up to date on all age-appropriate vaccinations. Now all she needs is a family who will love her for the incredible, resilient little pup she is. (function () { // Only on animal detail pages if (!//animals/detail/i.test(location.pathname)) return; // Debounce to avoid double-fire (touchend + click, etc.) var lastNavAt = 0; function toFullSize(url) { try { var u = new URL(url, location.href); u.searchParams.delete(’width’); u.searchParams.delete(’height’); return u.toString(); } catch (e) { return url || ”; } } function looksLikeAnimalPhoto(url) { return //pictures/animals/d+/d+/[^?#]+.(jpg|jpeg|png|gif)/i.test(url || ”); } function handler(e) { var el = e.target; if (!el) return; // Find the closest anchor or image in the click path var a = el.closest ? el.closest(’a’) : null; var img = el.closest ? el.closest(’img’) : null; var url = ”; // Prefer anchor href if it points to an animal photo if (a && a.getAttribute) { var href = a.getAttribute(’href’) || ”; if (href && (href.indexOf(’/pictures/animals/’) !== -1 || looksLikeAnimalPhoto(href))) { url = href; } } // Otherwise fall back to the image src if (!url && img && img.getAttribute) { var src = img.getAttribute(’src’) || ”; if (src && (src.indexOf(’/pictures/animals/’) !== -1 || looksLikeAnimalPhoto(src))) { url = src; } } if (!url) return; // Absolute URL + full-size version try { url = new URL(url, location.href).toString(); } catch (_) {} url = toFullSize(url); // Stop PrettyPhoto (and any other delegated click handlers) e.preventDefault(); e.stopPropagation(); if (e.stopImmediatePropagation) e.stopImmediatePropagation(); // Debounce var now = Date.now(); if (now – lastNavAt < 500) return; lastNavAt = now; // SAME TAB navigation to the full-size image location.href = url; } // Capture phase is the key: we get the event before PrettyPhoto. ['click', 'pointerup', 'touchend'].forEach(function (evt) { document.addEventListener(evt, handler, true); }); })();