Shelly Etzerza is a member of the Metlakatla First Nation of the 9 communities of the Tsimshian Nation.
With over 16 years of experience in the administrative profession, Shelly is the Executive Assistant to the Executive Director at the Housing & infrastructure Council. She continually strives to increase administrative efficiencies and process. She is highly resourceful, innovative and enthusiastic about her work, possessing a considerable amount of knowledge regarding administrative and office procedures and processes.
Married to Terrance (Social Worker), currently resides in Burnaby, BC.
//event listener: DOM ready
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function() {
if (oldonload) {
oldonload();
}
func();
}
}
}
//call plugin function after DOM ready
addLoadEvent(function(){
outdatedBrowser = window.outdatedBrowser || function() {};
outdatedBrowser({
bgColor: '#f25648',
color: '#ffffff',
lowerThan: 'IE11',
languagePath: ''
})
});