Krystal Scheck is an Operations Administrator at FNHIC-BC. Her primary responsibilities are Accounting and Payroll, Administrative Support to Directors, and Administration. Driven by passion for a First Nations led Housing & Infrastructure Authority, she takes pride in providing the best support and practices possible. When Krystal has free time, she enjoys spending it with her family, staying active, and reading. She is from the LílÌ“wat Nation in the St’át’imc Territory.
//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: ''
})
});