<!--
//wrap up by setting IE vars consistent with N vars
        if (user_agent.indexOf("MSIE")!=-1){
                if (ie_flash_installed){
                        browser_capability_level=2;
                }
                if (ie_flash3_installed){
                        browser_capability_level=1;
                        templugin = true;
                }
        }
// -->