
Contact Information
ArrayAbout Me
Male
July 12, 2026
Critter Details
With his sweet face and even sweeter personality, Mitchell is the kind of dog who is easy to love. This handsome 5-year-old, 56-pound boy was rescued from Georgia and is now searching for a family to call his own. Mitchell is an easygoing, gentle, friendly dog who enjoys the simple things in life. He gets along well with other dogs and has a gentle, affectionate nature that makes him a wonderful companion. He also has a playful side and enjoys getting his energy out with toys and canine companions. In fact, he would make an excellent addition to a home with another friendly dog, as he loves having a buddy to play and hang out with. He's the kind of dog who is happiest by your side—whether that's playing in the yard, relaxing on the couch, or simply lying next to you after a fun day together. As an added bonus, Mitchell is house trained, making the transition into his new home that much easier. He's wonderful in the house, settles in quickly, and has great manners indoors once he is comfortable. He's still polishing up his leash skills, so he'll benefit from a little patience and continued practice on walks. With his eagerness to please and sweet demeanor, he's sure to keep making great progress. Whether you're looking for a walking buddy, a toy enthusiast, or just a loyal best friend to relax with at the end of the day, Mitchell checks all the boxes. Mitchell is microchipped, neutered, and up to date on vaccinations. All that's missing is a family to give him the happy ending he deserves. His adoption fee is $415. Apply at ehrdogs.org and ask for MITCHELL ATHENS. (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); }); })();