9 a.m. Noel House Soup Preparation Saturday Team

Soup preparation for Noel House Women's Shelter Contact Name: Carolyn White Contact Number: (206) 235-1805 Contact Email: car2olyn31@gmail.com Location: Bloedel Kitchen

jQuery(function($){ var lines = $(".tribe-events-single-event-description > p").html().split("
"), newLines = []; $.each(lines, function(x, line){ if(line.substr(0,15) != "Confirmation #:" && line.substr(1,14) != "Event Details:"){ newLines.push(line); } }); if(newLines.length > 0){ $(".tribe-events-single-event-description > p").html(newLines.join("
")); } });