var ua=navigator.userAgent.toLowerCase();var client={isStrict:document.compatMode=="CSS1Compat",isOpera:ua.indexOf("opera")>-1,isIE:ua.indexOf("msie")>-1,isIE7:ua.indexOf("msie 7")>-1,isSafari:/webkit|khtml/.test(ua),isWindows:ua.indexOf("windows")!=-1||ua.indexOf("win32")!=-1,isMac:ua.indexOf("macintosh")!=-1||ua.indexOf("mac os x")!=-1,isLinux:ua.indexOf("linux")!=-1};client.isBorderBox=client.isIE&&!client.isStrict;client.isSafari3=client.isSafari&&!!(document.evaluate);client.isGecko=ua.indexOf("gecko")!=-1&&!client.isSafari;var ltIE7=client.isIE&&!client.isIE7;if(ltIE7){addLoadEvent(display_warning)}function addLoadEvent(a){var b=window.onload;if(typeof window.onload!="function"){window.onload=a}else{window.onload=function(){a();if(b){b()}}}}function display_warning(){var c=document.body.innerHTML;var a="text-decoration: underline; color: black; font-weight:bold;";var e="";e+="<style>";e+="html, body { ";e+="overflow-y: hidden!important; ";e+="height: 100%;";e+="padding: 0px;";e+="margin: 0px;";e+="</style>";e+="<div style='position: absolute; top:0px; bottom:auto; left:0px; right:0px; margin: 0px; height:17px; padding: 3px; font-family: Verdana, Helvetica, Geneva, Arial, sans-serif; font-size:10px; background-color:#FFFFE1; color:black; border-top: 1px solid #FFFFE1; border-bottom: 1px solid #cccccc; padding-left:15px; margin-left: -15px;'>";e+="<div style='float:right; text-align:right; width:60px; margin: auto 5px;'>";e+="<a style='text-decoration: none; color: black;' href='#close' onclick='this.parentNode.parentNode.style.display=\"none\"; this.parentNode.parentNode.parentNode.childNodes[0].childNodes[0].style.display=\"none\"; return false;'>[ close ]</a>";e+="</div>";e+="<div style='text-align:left; margin:auto 10px;'>";e+="You are using an out-of-date version of Internet Explorer, <a style='"+a+"' target='_blank' href='http://www.microsoft.com/windows/downloads/ie/getitnow.mspx'>click here</a> to download the latest version! Better yet, use <a style='"+a+"' target='_blank' href='http://www.mozilla.com/firefox/'>Firefox</a> or <a style='"+a+"' target='_blank' href='http://www.opera.com/download/'>Opera</a>.";e+="</div>";e+="</div>";var d="";d+="<div style='height:25px; line-height:25px; font-size:10px; display:block; margin:0px; padding:0px;'>";d+="</div>";var b="";b+="<div style='width:100%; margin:0px; padding:0px; height:100%; overflow-y: scroll; position:relative;'>";b+=d;b+=c;b+="</div>";document.body.innerHTML=b+e};