Mayor, Village of Hazelton and Housing and Infrastructure Advisor Gitksan Government Commission
Dennis Sterritt with his drive for problem solving and decision making, has nearly thirty years of experience in operations and project services in both Canada and the United Kingdom. He has lobbied for change in how housing and community-based asset management is implemented, bringing together regional context, culture, financial stewardship, full life-cycle planning and sound business and good governance practices.
//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: ''
})
});