
var skipPage = true; bAgent = window.navigator.userAgent; bAppName = window.navigator.appName; var bBrowserIdx;
if(bAppName.indexOf("Explorer") >= 0)bBrowserIdx = bAgent.indexOf("MSIE ");else bBrowserIdx = bAgent.indexOf("Netscape/"); 
if ((bAppName.indexOf("Netscape") >= 0) && (bAgent.indexOf("Mozilla/4") >= 0)) skipPage = false;
if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("MSIE 4") >= 0)) skipPage = false;
if ((bAppName.indexOf("Netscape") >= 0) && (bAgent.indexOf("Netscape5") >= 0)) skipPage = false;
if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("MSIE 5") >= 0)) skipPage = false;
if ((bAppName.indexOf("Netscape") >= 0) && (bAgent.indexOf("Netscape6") >= 0)) skipPage = false;
if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("MSIE 6") >= 0)) skipPage = false;
if ((bAppName.indexOf("Netscape") >= 0) && (bBrowserIdx >= 0) &&
    (parseInt(bAgent.substring(bBrowserIdx+9, bBrowserIdx+11)) >= 7)) skipPage = false;
if ((bAppName.indexOf("Explorer") >= 0) && (bBrowserIdx >= 0) &&
    (parseInt(bAgent.substring(bBrowserIdx+4, bBrowserIdx+6)) >= 7)) skipPage = false;
if (skipPage) { location = /*URL*/'index.html'; }



var skipPage = true; bAgent = window.navigator.userAgent; bAppName = window.navigator.appName; var bBrowserIdx;
if(bAppName.indexOf("Explorer") >= 0)bBrowserIdx = bAgent.indexOf("MSIE ");else bBrowserIdx = bAgent.indexOf("Netscape/"); 
if ((bAppName.indexOf("Netscape") >= 0) && (bAgent.indexOf("Mozilla/4") >= 0)) skipPage = false;
if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("MSIE 4") >= 0)) skipPage = false;
if ((bAppName.indexOf("Netscape") >= 0) && (bAgent.indexOf("Netscape5") >= 0)) skipPage = false;
if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("MSIE 5") >= 0)) skipPage = false;
if ((bAppName.indexOf("Netscape") >= 0) && (bAgent.indexOf("Netscape6") >= 0)) skipPage = false;
if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("MSIE 6") >= 0)) skipPage = false;
if ((bAppName.indexOf("Netscape") >= 0) && (bBrowserIdx >= 0) &&
    (parseInt(bAgent.substring(bBrowserIdx+9, bBrowserIdx+11)) >= 7)) skipPage = false;
if ((bAppName.indexOf("Explorer") >= 0) && (bBrowserIdx >= 0) &&
    (parseInt(bAgent.substring(bBrowserIdx+4, bBrowserIdx+6)) >= 7)) skipPage = false;
if (skipPage) { location = /*URL*/'index.html'; }



var skipPage = true; bAgent = window.navigator.userAgent; bAppName = window.navigator.appName; var bBrowserIdx;
if(bAppName.indexOf("Explorer") >= 0)bBrowserIdx = bAgent.indexOf("MSIE ");else bBrowserIdx = bAgent.indexOf("Netscape/"); 
if ((bAppName.indexOf("Netscape") >= 0) && (bAgent.indexOf("Mozilla/4") >= 0)) skipPage = false;
if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("MSIE 4") >= 0)) skipPage = false;
if ((bAppName.indexOf("Netscape") >= 0) && (bAgent.indexOf("Netscape5") >= 0)) skipPage = false;
if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("MSIE 5") >= 0)) skipPage = false;
if ((bAppName.indexOf("Netscape") >= 0) && (bAgent.indexOf("Netscape6") >= 0)) skipPage = false;
if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("MSIE 6") >= 0)) skipPage = false;
if ((bAppName.indexOf("Netscape") >= 0) && (bBrowserIdx >= 0) &&
    (parseInt(bAgent.substring(bBrowserIdx+9, bBrowserIdx+11)) >= 7)) skipPage = false;
if ((bAppName.indexOf("Explorer") >= 0) && (bBrowserIdx >= 0) &&
    (parseInt(bAgent.substring(bBrowserIdx+4, bBrowserIdx+6)) >= 7)) skipPage = false;
if (skipPage) { location = /*URL*/'index.html'; }



