if (0) {function getIEVersionNumber() { var ua = navigator.userAgent; var MSIEOffset = ua.indexOf("MSIE "); if (MSIEOffset == -1) return 0; return parseFloat(ua.substring(MSIEOffset + 5, ua.indexOf(";", MSIEOffset))); } if (navigator.appName == "Microsoft Internet Explorer" && getIEVersionNumber() < 7) { document.execCommand('Stop'); document.write('<style type="text/css">* { font-family: Arial, sans-serif; font-size: 12px; color: #fff; background-color: #000; }</style>Sorry, but your version of Internet Explorer is outdated.<br />You can upgrade to any of the browsers below for free!<br /><br />Mozilla Firefox:<br /><a href="http://www.getfirefox.com/">http://www.getfirefox.com/</a><br /><br />Google Chrome:<br /><a href="http://www.google.com/chrome/">http://www.google.com/chrome/</a><br /><br />Safari:<br /><a href="http://www.apple.com/safari/">http://www.apple.com/safari/</a>'); }}
