function checkCookies(){var a="1";var c="myCTABrowserCheck";_setCookie(c,a);var b=_getCookie(c);if(a==b){return true}else{return false}_setCookie(name,"")}function _setCookie(a,b){document.cookie=a+"="+escape(b)}function _getCookie(c){var b=document.cookie;var e=c+"=";var d=b.indexOf("; "+e);if(d==-1){d=b.indexOf(e);if(d!=0){return null}}else{d+=2}var a=document.cookie.indexOf(";",d);if(a==-1){a=b.length}return unescape(b.substring(d+e.length,a))}function checkPopupWindows(){var a=IsPopupBlocker();return !a}function doBrowserCheck(){if(checkCookies()&&checkPopupWindows()){return true}else{return false}}function showBrowserCheckResults(){popUpWindow("popups/BrowserCheck.aspx",550,400)}function validateHostname(a){if(a=="http://"+document.location.hostname||a=="https://"+document.location.hostname){return true}else{popUpWindow("popups/hostnameError.aspx",400,200)}};