var sevenUp=function(){var g=/(Windows NT 5.1|Windows NT 6.0|Windows NT 6.1|)/i.test(navigator.userAgent);var d={enableClosing:true,enableQuitBuggingMe:true,overlayColor:"#000000",lightboxColor:"#ffffff",borderColor:"#6699ff",downloadLink:g?"http://www.microsoft.com/windows/internet-explorer":"http://getfirefox.com",overrideLightbox:false,lightboxHTML:null,showToAllBrowsers:false};function c(){return"display:block;position:absolute;top:0%;left:0%;width:100%;height:100%;background-color:"+d.overlayColor+";filter:alpha(opacity:80);z-index:1001"}function f(){return"display:block;position:absolute;top:25%;left:25%;width:50%;padding:16px;border:8px solid "+d.borderColor+";background-color:"+d.lightboxColor+";z-index:1002;overflow:hidden"}function a(){if(!d.lightboxHTML){var h="<div style='width:100%;height:95%'><h2 style='text-align:center'>Your web browser is outdated and unsupported</h2><div class='upgrade_msg' style='text-align:center'>You can easily upgrade to the latest version at<br> <a style='color:#0000EE' href='"+d.downloadLink+"'>"+d.downloadLink+"</a></div><h3 style='margin-top:40px'>Why should I upgrade?</h3><ul><li><b>Websites load faster</b>, often double the speed of this older version</li><li><b>Websites look better</b>, so you see sites they way they were intended</li><li><b>Tabs</b> let you view multiple sites in one window</li><li><b>Safer browsing</b> with phishing protection</li></ul></div>";if(d.enableClosing){h+="<div style='font-size:11px;text-align:right;'>";h+=d.enableQuitBuggingMe?("<a href='#' onclick='sevenUp.quitBuggingMe();' style='color:#0000EE'>Quit bugging me</a>"):("<a href='#' onclick='sevenUp.close();' style='color:#0000EE'>close</a>");h+="</div>"}}return(d.lightboxHTML=h)}function b(j){if(j){for(var h in d){if(j[h]!==undefined){d[h]=j[h]}}}}function e(){if(document.cookie.length>0){var h=document.cookie.indexOf("sevenup=");return(h!=-1)}return false}return{test:function(j,k){b(j);if(!e()){var h="<div id='sevenUpCallbackSignal'></div>";if(!d.overrideLightbox){h+="<div id='sevenUpOverlay' style='"+c()+"'></div><div id='sevenUpLightbox' style='"+f()+"'>"+a()+"</div>"}if(d.showToAllBrowsers!==true){h="<!--[if lt IE 7]>"+h+"<![endif]-->"}var i=document.createElement("div");i.innerHTML=h;document.body.appendChild(i);if(k&&document.getElementById("sevenUpCallbackSignal")){k(d)}}},quitBuggingMe:function(){var h=new Date();h.setTime(h.getTime()+(7*24*3600000));document.cookie="sevenup=dontbugme; expires="+h.toUTCString();this.close()},close:function(){var h=document.getElementById("sevenUpOverlay");var i=document.getElementById("sevenUpLightbox");if(h){h.style.display="none"}if(i){i.style.display="none"}}}}();