window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GNEXRY9KWP');
NSO Board of Directors - Newark Symphony Orchestra
Skip to content
Officers
- Stephen Getty, President
- Mikki Senn, Vice President
- Susan Bartley, Treasurer
- Debra Kenaley, Secretary
Directors
- Linda Heckert
- Bonnie McDonald
- Christopher Raia
- Thomas Roček
- Ursula Sadiq
- Michael C. Smith
- Sally Finney Timm
Ex Officio
- Simeone Tartaglione, Music Director
- Carolyn Fuhrman, Past President
- Sally Cornell, President of the Friends of the NSO
Staff
- Margaret Badger – Business Manager
- Jennifer Hugh – Personnel Manager
- Crystal Norman – Music Librarian
- Richard Wellons – Stage Manager
document.addEventListener(
"DOMContentLoaded",
function() {
fullHeight();
},
false
);
function fullHeight() {
var headerHeight = document.querySelector("header").clientHeight;
var footerHeight = document.querySelector("footer").clientHeight;
var headerFooter = headerHeight + footerHeight;
var content = document.querySelector("#content");
content.style.minHeight = "calc( 100vh - " + headerFooter + "px )";
}