// JavaScript Document
if (document.location.protocol != "https:")
{
document.location.href = "https://www.unionbankvt.com" + document.location.pathname;
};
