var SITE = {}, $mobile = 0, $smartphone = 0, $tablet = 0, $ios = 0, $android = 0, DEVICE = { desktop: false, mobile: false, smartphone: false, tablet: false, ios: false, android: false }, BROWSER = { name: "", os: "" }; (function(){function c(){var e=window.navigator.userAgent;var d=e.indexOf("MSIE");if(d>0){return parseInt(e.substring(d+5,e.indexOf(".",d)))}else{if(!!navigator.userAgent.match(/Trident\/7\./)){return 11}else{return 0}}}function b(){var h=String(navigator.userAgent).toLowerCase();if(navigator.appVersion.indexOf("Win")!=-1){BROWSER.os="windows"}else{if(navigator.appVersion.indexOf("Mac")!=-1){BROWSER.os="mac"}else{if(navigator.appVersion.indexOf("X11")!=-1){BROWSER.os="unix"}else{if(navigator.appVersion.indexOf("Linux")!=-1){BROWSER.os="linux"}}}}var g=/(chrome)[ \/]([\w.]+)/.exec(h)||/(webkit)[ \/]([\w.]+)/.exec(h)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(h)||/(msie) ([\w.]+)/.exec(h)||h.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(h)||[];var d={browser:g[1]||"",version:g[2]||"0"};if(d.browser){BROWSER.name=d.browser;BROWSER[d.browser]=true;BROWSER.version=d.version}if(BROWSER.chrome){BROWSER.webkit=true}else{if(BROWSER.webkit){BROWSER.safari=true;BROWSER.name="safari"}}var e=parseInt(BROWSER.version),f=false;if(BROWSER.msie&&e<9){f=true}else{if(BROWSER.mozilla&&e<14){f=true}else{if(BROWSER.safari&&e<5){f=true}else{if(BROWSER.opera&&e<11){f=true}else{if(BROWSER.chrome&&e<10){f=true}}}}}if(c()==11){BROWSER.msie=true}BROWSER.ie8=false,BROWSER.ie9=false;if(BROWSER.msie&&e<=8){BROWSER.ie8=true}if(BROWSER.msie&&e<=9){BROWSER.ie9=true}if(BROWSER.ie8){DEVICE.mobile=true}if(f){window.location="upgrade.php";return false}return true}function a(){var g=document.getElementsByTagName("html"),d=document.getElementsByTagName("body"),i="desktop";g[0].style.visibility="hidden";DEVICE.mobile=$mobile;DEVICE.smartphone=$smartphone;DEVICE.tablet=$tablet;DEVICE.ios=$ios;DEVICE.android=$android;DEVICE.ipadios7=(navigator.userAgent.match(/iPad;.*CPU.*OS 7_\d/i));if(DEVICE.mobile){var e=g[0].className,f=window.orientation==0||window.orientation==90?"portrait":"landscape";if(DEVICE.ipadios7){e+=" ipad ios7";g[0].className=e}setTimeout(function(){var j=(window.orientation==0||window.orientation==180)?"portrait":"landscape";g[0].id=j},10);g[0].id=f;g[0].style.visibility="visible";window.addEventListener("orientationchange",function(){var j=(window.orientation==0||window.orientation==180)?"portrait":"landscape";g[0].id=j;if(SIGNAL){SIGNAL.dispatch(SITESIGNAL.resize)}})}else{DEVICE.desktop=true;var h="desktop";if(navigator.appVersion.indexOf("Win")!=-1){h+=" win"}if(BROWSER.ie8){g[0].className+=" ie8"}if(BROWSER.msie){g[0].className+=" ie"}g[0].style.visibility="visible"}}if(b()){a()}}).call(this);