var sevenUp=function(){var downloadLink="http://www.mozilla.com/firefox/";var needUpgrade=/(MSIE 6|MSIE 5.(\d+))/i.test(navigator.userAgent);var overlayColor="#000000";var lightboxColor="#ffffff";var borderColor="#6699ff";var overlayCSS="display: block; position: absolute; top: 0%; left: 0%;"+"width: 100%; height: 100%; background-color: "+overlayColor+"; "+"z-index:1001; -moz-opacity: 0.8; opacity:.80; filter: alpha(opacity=80);";var lightboxCSS="display: block; position: absolute; top: 20%; left: 25%; width: 50%; "+"height: 55%; padding: 16px; border: 8px solid "+borderColor+"; "+"background-color:"+lightboxColor+"; "+"z-index:1002; overflow: auto;";var lightboxContents="<div style='width: 100%; height: 95%; font-family:verdana,arial;'>"+"<h2 style='text-align: center; color:#000;font-size:2em;'>Your web browser is outdated!</h2>"+"<div style='text-align: center;color:#000;'>"+"You can easily upgrade to a modern browser "+"<a style='color: #0000EE' href='"+downloadLink+"'>here</a>"+"</div>"+"<h3 style='margin-top: 40px;color:#000;'>Why should I upgrade?</h3>"+"<ul style='line-height:1.5;color:#000;'><li><b>Websites load faster</b>, often double the speed of this older version</li>"+"<li><b>Websites look better</b> with more web standards compliance</li>"+"<li><b>Tabs</b> let you view multiple sites in one window</li>"+"<li><b>Safer browsing</b> with far better security</li>"+"<li><b>Convenient Printing</b> with fit-to-page capability</li>"+"</ul>"+"</div>"+"<div style='font-size: 16px; font-family: verdana, arial; text-align: right;'>"+"<a href='#' onclick='sevenUp.quitBuggingMe();'"+"style='color: #0000EE'>"+"Ignore this message"+"</a>"+"</div>";function isCookieSet(){if(document.cookie.length>0){var i=document.cookie.indexOf("sevenup=");return(i!=-1);}
return false;}
return{test:function(allowSkip){if(needUpgrade&&!isCookieSet()){var layerHTML="<div id='sevenUpOverlay' style='"+overlayCSS+"'>"+"<div style='"+lightboxCSS+"'>"+
lightboxContents+"</div>"+"</div>";var layer=document.createElement('div');layer.innerHTML=layerHTML;document.body.appendChild(layer);}},setLightboxContents:function(newContents){lightboxContents=newContents;},quitBuggingMe:function(){var exp=new Date();exp.setTime(exp.getTime()+(7*24*3600000));document.cookie="sevenup=dontbugme; expires="+exp.toUTCString();this.close();},close:function(){var overlay=document.getElementById('sevenUpOverlay');if(overlay!==undefined){overlay.style.display='none';}}};}();