I want to bounce users of our web site to an error page if they\'re using a version of Internet Explorer prior to v9. It\'s just not worth our time and money to
Internet Explorer
if (!document.addEventListener) { // ie8 } else if (!window.btoa) { // ie9 } // others