function handleIEBrowser(){getBrowser()==="Internet Explorer"&&(hideDonationForm(),showIEBrowserMessage())}function getBrowser(){var t,i,n,r;try{if(t=!!window.opr&&!!opr.addons||!!window.opera||navigator.userAgent.indexOf(" OPR/")>=0,t)return"Opera";if(typeof InstallTrigger!="undefined")return"Firefox";if(/constructor/i.test(window.HTMLElement)||function(n){return n.toString()==="[object SafariRemoteNotification]"}(!window.safari||typeof safari!="undefined"&&safari.pushNotification))return"Safari";if(i=/*@cc_on!@*/!1||!!document.documentMode,i)return"Internet Explorer";if(!i&&!!window.StyleMedia)return"Edge";if(n=!!window.chrome&&(!!window.chrome.webstore||!!window.chrome.runtime),n)return"Chrome";if(r=n&&navigator.userAgent.indexOf("Edg")!=-1,r)return"Edge-Chromium";if((n||t)&&!!window.CSS)return"Blink"}catch(u){return"Unknown"}return"Unknown"}function hideDonationForm(){document.querySelector(".efundForm").style.display="none"}function showIEBrowserMessage(){document.querySelector(".efundForm").insertAdjacentHTML("beforebegin","<div id='ie-browser-error-message' class='error-message text-center'><p>This donation form does not support Internet Explorer. Please copy &amp; paste the page URL into a different web browser to complete your donation.<\/p><\/div>")}document.addEventListener("DOMContentLoaded",function(){handleIEBrowser()});document.attachEvent&&document.attachEvent("onreadystatechange",function(){document.readyState==="complete"&&handleIEBrowser()})