user_agent = navigator.userAgent; var is_it_ie = user_agent.indexOf("MSIE ") > -1 || user_agent.indexOf("Trident/") > -1; if (is_it_ie) alert("This website requires a modern browser, Internet Explorer is not one and the site will not function.\nPlease use Edge, Firefox or Chrome.\nThank you."); else { var s = document.createElement('script'); s.src = "E6CodeSep.js" + "?" + new Date().getTime(); s.type = "text/javascript"; s.async = false; document.getElementsByTagName('head')[0].appendChild(s) }