');
}
var popUpMsg = true;
function alertOnExit() {
if (popUpMsg) {
event.returnValue = "Please ensure you have logged out before closing the window. Otherwise, your session will be locked."
}
else {
// return false;
}
}
function coreExit() {
popUpMsg = false;
}