/* FILE ARCHIVED ON 13:35:26 Sep 3, 2021 AND RETRIEVED FROM THE AN OPENWAYBACK INSTANCE ON 7:16:47 Oct 2, 2024. JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ var str = ""; if (navigator.javaEnabled()) { str += "JV:"; } if (screen.colorDepth) { str += "D" + screen.colorDepth + ":"; } else if (screen.pixelDepth) { str += "D" + screen.pixelDepth + ":"; } if (window.innerWidth) { wIW = window.innerWidth; wIH = window.innerHeight; } else if (document.documentElement && document.documentElement.clientHeight) { wIW = document.documentElement.clientWidth; wIH = document.documentElement.clientHeight; } else if (document.body) { wIW = document.body.clientWidth; wIH = document.body.clientHeight; } str += "w" + wIW + "h" + wIH + ":"; str += "W" + screen.width + "H" + screen.height;