function RunBrowserCheck(){var n=DetectBrowser(),t;switch(n){case"Safari5":uiAlert("We have detected that you are using the Safari Browser Version 5.<br/><br/>Some functionality of this software may not work well with Safari 5, which may result in data loss and intermittent log out. Users of Safari 5 have noted <a href='https://discussions.apple.com/thread/3194268?start=0&tstart=0'>issues<\/a> while trying to use some other web applications.<br/><br/>We recommend you upgrade to the latest version of Safari or use a different browser like <a href='http://www.google.com/chrome'>Chrome<\/a> or <a href='http://www.firefox.com'>Firefox<\/a>.","Warning");break;case"IE10":uiAlert("We have detected that you are using the Internet Explorer Browser Version 10.<br/><br/>Some functionality of this software may not work well with Internet Explorer 10, which may result in data loss and intermittent log out.<br/><br/>We recommend you upgrade to the latest version of Internet Explorer or use a different browser like <a href='http://www.google.com/chrome'>Chrome<\/a> or <a href='http://www.firefox.com'>Firefox<\/a>.","Warning");break;case"IE5":case"IE6":case"IE7":case"IE8":case"IE9":t=n.substring(2);uiAlert("We have detected that you are using Internet Explorer version "+t+". As of the GLM 5.11 release in February, 2016, Foundant GLM will no longer support Internet Explorer versions below Internet Explorer 10.<br/><br/>You can download the newest version of any of the major browsers by clicking the links below:<br/><br/><ul><li><a href='https://www.google.com/chrome'>Google Chrome<\/a><\/li><li><a href='https://www.firefox.com'>Firefox<\/a><\/li><li><a href='http://windows.microsoft.com/en-US/internet-explorer/download-ie'>Internet Explorer<\/a><\/li><li><a href='http://support.apple.com/kb/dl1531'>Safari<\/a><\/li><\/ul><br/>If you are using Windows XP: Chrome, or Firefox should work.<br/><br/>Thank you,<br/>The Foundant Team","Browser Problem");$("a").blur();DisableOldBrowserActions()}}function DisableOldBrowserActions(){var n=new Date($("#DateTime").val()+" UTC");n>=new Date("02/01/2016")&&($("input[type = text]").prop("disabled",!0),$("input[type = password]").prop("disabled",!0),$(".ButtonContainer").remove(),$("#ForgotPasswordLink").remove())}function DetectBrowser(){var n=$("#IE").attr("class");return n!=undefined?n:!!navigator.userAgent.match(" Safari/")&&!navigator.userAgent.match(" Chrom")&&!!navigator.userAgent.match(" Version/5.")?"Safari5":!navigator.userAgent.match("MSIE 10")?null:"IE10"}$.cookie("CheckMessages","Once",{path:"/",domain:"."+window.location.host});$(function(){setTimeout(RunBrowserCheck,100)});GLM.Cookie.checkCookies()