
Contact Information
ArrayAbout Me
Male
February 28, 2026
44221-8300
Critter Details
Meet Cash — a sweet, gentle boy who’s finally getting the chance he always deserved. Cash was rescued from a backyard breeder in Mountain City, Tennessee. He spent his days confined outside in a tiny cage, until someone couldn’t stand seeing him suffer any longer. They purchased him to get him out, brought him to a shelter, and that single act of kindness opened the door to a whole new life. Because of what he’s been through, the world is still very new to Cash — but here’s the best part: he’s incredibly kind. He’s friendly with kids and other dogs, and he’s even been around feline friends. With a proper, slow introduction, Cash would likely do just fine sharing a home with a cat. Now Cash is headed to New Jersey and ready to start fresh with a family of his own. He’s up to date on vaccinations, neutered, and microchipped. Are you ready to show Cash what “home” is supposed to feel like? Apply online at ehrdogs.org (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); }); })();