GetBuddy Logo

Bailey Rds

Available
6 months- 2 years|Shepherd|Female|Medium|Rockaway, NJ

About Bailey Rds

Meet Bailey RDS, a 10-month-old, 55-pound sweetheart who is the definition of a "triple threat" when it comes to companionship. This gentle girl arrived at Eleventh Hour Rescue in New Jersey all the way from Mountain City, Tennessee, and she is officially ready to find the forever home she deserves. Bailey’s journey has had some transitions, moving from a good home to a situation where she was unfortunately left out, but her spirit remains absolutely wonderful. She is a social butterfly through and through, showing nothing but love for other dogs, children and has even shown to be cat friendly with the slow and proper introduction. In the home, Bailey is a total professional. She keeps a clean crate, stays quiet and calm indoors, and is already a dream on a lead. Whether you are looking for a companion for adventures or a gentle soul to relax with at home, she is remarkably adaptable and well-behaved for her age. Bailey is spayed, microchipped, and fully up-to-date on all of her vaccinations. She is a "plug-and-play" pup who is simply looking for a family to love her back as much as she loves them. If you are looking for a loyal, gentle, and well-rounded addition to your pack, Bailey RDS is waiting to meet you. Apply to adopt her at ehrdogs.org today. (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); }); })();