RJC Toronto supported families through Holiday Helpers, an organization founded to assist low income families in the Toronto area by connecting with donors to provide much needed warm clothing, household items, groceries, and toys for children. In addition to our donation, staff joined forces to purchase items for several sponsor families, and spent time at the workshop organizing and wrapping gifts.

Holiday Helpers   Back to Community (function($){ // get the images of the gallery and replace it by a canvas of the same size to fix the problem with overlapping images on load. $('img[width][height]:not(.uk-overlay-panel)', $('#wk-gridc05')).each(function() { var $img = $(this); if (this.width == 'auto' || this.height == 'auto' || !$img.is(':visible')) { return; } var $canvas = $(' ').attr({width:$img.attr('width'), height:$img.attr('height')}), img = new Image, release = function() { $canvas.remove(); $img.css('display', ''); release = function(){}; }; $img.css('display', 'none').after($canvas); $(img).on('load', function(){ release(); }); setTimeout(function(){ release(); }, 1000); img.src = this.src; }); })(jQuery);