Advertisement
Living

What's your cause?

Wondering how you can give a little back and embrace your inner humanitarian? With so many great charities out there, take this quiz and find your passion

What's your cause?

function checkRadios(f) { var el = f.elements; for(var i = 0 ; i < el.length ; ++i) { if(el[i].type == "radio") { var radiogroup = el[el].name]; // get the whole set of radio buttons. var itemchecked = false; for(var j = 0 ; j < radiogroup.length ; ++j) { if(radiogroup[j].checked) { itemchecked = true; break; } } if(!itemchecked) { alert("Please choose your answer for question #."); if(el[i].focus) el[i].focus(); return false; } } } return true; }
 

GET CHATELAINE IN YOUR INBOX!

Subscribe to our newsletters for our very best stories, recipes, style and shopping tips, horoscopes and special offers.

By signing up, you agree to our terms of use and privacy policy. You may unsubscribe at any time.

Advertisement
Advertisement