Executive Committee
Cherry Blossom Courtyard Gate Entrance
CSI Board of Governors
- President – Evan Koplin
- Vice-President – Louis Piassick
- Treasurer – Henry Oliner
- Recording Secretary – Pam Hill
- Corresponding Secretary – Lara Geller
- Past President/Parliamentarian – Theresa Rosengart
Board Chairmanships
- Adult Education – Jan Lewis
- Board of Education – Jennifer Bernstein
- Cemetery – Joe Finkelstein
- Gifts & Memorials – Anne Bayme
- House – Brian Crabtree
- Membership – Pam Webster
- Social Action – David Ilan
- Ways & Means – Marty Koplin
CSI Staff
- Secretary – Stephanie Johnson
jQuery(document).ready(function() {
jQuery("#calendar").fullCalendar({
header: {
left: "prev,next today",
center: "title",
right: "month,agendaWeek,agendaDay"
},
editable: false,
fixedWeekCount: false,
timezone: false,
events: {
url: "https://www.hebcal.com/hebcal/?cfg=fc&v=1&i=off&maj=on&min=on&nx=on&mf=on&ss=on&mod=on&lg=s&s=on&c=ongeonameid=3448439",
cache: true
}
});
jQuery("body").keydown(function(e) {
if (e.keyCode == 37) {
jQuery('#calendar').fullCalendar('prev');
} else if (e.keyCode == 39) {
jQuery('#calendar').fullCalendar('next');
}
});
});