if(navigator.userAgent.indexOf("MSIE 6") >= 0){
    document.write("<link rel='stylesheet' type='text/css' href='css/winie6.css'>");
}else if(navigator.userAgent.indexOf("MSIE 7") >= 0){
    document.write("<link rel='stylesheet' type='text/css' href='css/winie7.css'>");
}
