
var popup_check=false;if(navigator.appName=="Microsoft Internet Explorer")
{if(checkIE_Version()<55)
{location.href='../invalid_browser.html';}
else
{if(isCookieBlocked())
{location.href='../cookies_disabled.html';}}}
else
{location.href='../invalid_browser.html';}
var pStyle="left=0,top=0,width=5,height=5,toolbar=0,status=0,resizable=0,Scrollbars=0";var popupchkWin=window.open("../popupchk.html","POPUPCHK",pStyle);function popupwin_check()
{if(popupchkWin!==null&&!popupchkWin.closed)
{setTimeout("popupwin_check()",2000);}
else
{if(popup_check==false){location.href='../popups_disabled.html';}}}
function checkIE_Version()
{if(navigator.appVersion.indexOf("MSIE")>0){var vMS=navigator.appVersion.indexOf("MSIE");var vstVersion=navigator.appVersion.substring(vMS+5,vMS+8);vstVersion=vstVersion.replace(".","");return parseInt(vstVersion,10);}
else
return 0;}
function isCookieBlocked()
{var vCookies=document.cookie;if(vCookies==null||vCookies=="")
return true
return vCookies.indexOf("TEST_COOKIE=Y")<0;}
