Kali's Wish

KONG Toys for Dogs Fighting Cancer Returns this NOVEMBER! DONATE HERE

×

We are a Charity that Supports Families through Pet Cancer.

How Can We Help?

Pet Loss Resources

Access helpful pet loss articles on the Kali’s Wish Info Hub

“Buddy” Connect Here

Write us, and connect with a “Buddy” – another guardian who has faced pet cancer. We’re building a community of support who is here to help you!

Health Hub

Your go-to resource for pet cancer education, wellness tips, and support tools. From understanding treatment options to learning how to improve your pet’s quality of life, the Health Hub offers trusted, easy-to-understand information for pet families navigating a cancer diagnosis.

Pet Cancer Support Group

Connect with our Facebook group for support through pet cancer. Share any thoughts or experiences – we are here to listen and help!

Help a family through pet cancer.

Pet Health Hub

PREVENTION

Find out tips and strategies for promoting good health and preventing cancer in your pets.

TYPES & SYMPTOMS

Find out common types of pet cancer, their causes, symptoms, treatment and prognosis.

TREATMENT & SUPPORT

Find out about conventional and complementry pet cancer treatments.

LOSS

Finfd out pet loss articles on the Kali’s Wish Info Hub

document.addEventListener("DOMContentLoaded", function() { const goalAmount = 10000; // 💰 set your goal here const raisedAmount = 250; // 🐾 update this anytime! const percentage = Math.min((raisedAmount / goalAmount) * 100, 100); const fill = document.getElementById('thermoFill'); const bubble = document.getElementById('bubble'); const start = document.getElementById('start'); const goal = document.getElementById('goal'); if (fill && bubble && start && goal) { fill.style.width = percentage + '%'; bubble.style.left = percentage + '%'; bubble.innerText = `$${raisedAmount.toLocaleString()}`; start.innerText = `Raised: $${raisedAmount.toLocaleString()}`; goal.innerText = `Goal: $${goalAmount.toLocaleString()}`; } });