﻿if (window.navigator.userAgent.indexOf("MSIE 6.0")>=1){
    //如果浏览器为IE 6.0
    setActiveStyleSheet("common/ie6.css");
}
function setActiveStyleSheet(title){ 
    document.getElementsByTagName("link")[0].href=""+title; 
}