{ 
    if(navigator.appName == "Microsoft Internet Explorer") 
    { 
           if(navigator.appVersion.match(/7./i)=='7.') 
           {
                  document.writeln("<link href=\"\main7.css\" rel=\"stylesheet\" type=\"text\/css\" \/>")
				  window.defaultStatus="中国·邵阳·北塔区政务公众信息网欢迎您，您使用的浏览器版本为7.0"; 
           }
           if(navigator.appVersion.match(/6./i)=='6.') 
           {
                 document.writeln("<link href=\"\main6.css\" rel=\"stylesheet\" type=\"text\/css\" \/>")
				 window.defaultStatus="中国·邵阳·北塔区政务公众信息网欢迎您，您使用的浏览器版本为6.0"; 
           }
          
    } 
} 

