$(document).ready(function(){
    onLoad();

    $("#confirm_location_permission_chk").click(function(e) {
        if($(this).is('checked')) {

        } else {
            alert('Are you sure that you want to do this? The reason we ask for locational information is to alert you when other growers or charities in your area join Foodshare.')
        }
        //alert('Are you sure that you want to do this? The reason we ask for locational information is to alert you when other growers or charities in your area join Foodshare.');
    });

});
