Wishing Well

Your Generous Contribution, Endless Possibilities

Our Wish List reflects the everyday needs and hopes of the children and families we serve. By contributing, you’re directly supporting our efforts to create safe, nurturing, and stable environments for those facing hardship. From basic necessities and supplies, to comforting items like books, toys, and clothing—every donation helps meet a real need and makes a meaningful difference.

These items not only provide immediate relief, but they also help restore dignity, reduce stress, and bring a sense of normalcy to children and caregivers during difficult times. Whether you’re an individual, business, or community group, your support ensures that no child goes without the essentials and every family feels supported. Together, we can turn simple contributions into powerful acts of care and compassion.

project one

Contribute to Vital Needs

Support access to vital resources, services, and opportunities that strengthen families, promote stability, and enhance well-being. Your contribution allows us to respond swiftly and effectively, ensuring families receive the support they need to grow and thrive.

project Two

Contribute Financially

Your contribution helps recruit, train, and support foster parents, ensuring they’re equipped to provide safe, loving homes. Your support strengthens the foster care community and creates lasting impact in the lives of children.

project Three

Contribute To Home Items

Help create a safe, welcoming space for a child in foster care by donating bedroom furniture or essential items. From beds and dressers to blankets and lamps, your contribution provides comfort, stability, and a sense of home for children in need.

project Two

Contribute to Life Essentials

Your contribution supports a wide range of needs for children and families—from groceries and enriching activities for kids to unexpected expenses like car repairs. Your generosity helps promote stability, safety, and well-being for those we serve.

project Two

Contribute Gift Cards & Vouchers

Giving gift cards and vouchers is a meaningful way to support children and families. They offer the flexibility to cover immediate needs, providing relief and comfort during difficult times.

document.addEventListener('DOMContentLoaded', function () { function calculateAge(birthdate) { const today = new Date(); const birthDate = new Date(birthdate); let age = today.getFullYear() - birthDate.getFullYear(); const m = today.getMonth() - birthDate.getMonth(); if (m < 0 || (m === 0 && today.getDate() < birthDate.getDate())) { age--; } return age; } const age1 = calculateAge("1995-04-15"); const age2 = calculateAge("2000-08-22"); const age3 = calculateAge("2010-11-10"); const ageDiv = document.createElement("div"); ageDiv.textContent = `Ages ${age1} & ${age2} & ${age3}`; ageDiv.style.fontFamily = "'Mulish', sans-serif"; ageDiv.style.fontWeight = "700"; ageDiv.style.fontSize = "1.125rem"; ageDiv.style.color = "#006085"; ageDiv.style.margin = "1rem 0"; // Insert into main content area or fallback to body const main = document.querySelector('main') || document.body; main.appendChild(ageDiv); });