// *** Any style tags count as 1, no matter how many "@import url" statements it contains //
// This is to disable the Style Sheet that targets MSIE when Active Scripting is disabled //
if(document.styleSheets){
    if(typeof document.styleSheets[1] !='undefined')
        try{
            document.styleSheets[1].disabled=true;
        }catch(err){}
}
 
