Abbey Arts: Indie Bands – Lemolo & Guests

Confirmation #: 10556210 Contact Name: Nathan Marion Contact Number: 206-414-8325 Contact Email: arts@fremontabbey.org Resources: Cathedral House Room 210, Cathedral Nave/McCaw Chapel Event Details: http://public.serviceu.com/calendar/EventDetails.asp?OrgKey=28a9f816-6a06-4832-a49f-899f83a7a069&EventID=10556210&OccID=431461528

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("
")); } });