A donation of $70 will provide a child with a tennis racket.
Sponsor a tennis racket
A donation of $70 will provide a child with a tennis racket.
A donation of $70 will provide a child with a tennis racket.
/* Remove links from blog posts on the overview page */
document.querySelectorAll('.blog-list .entry-title a').forEach(link => {
link.removeAttribute('href');
});