var cssPath="/ulta/css/";var isMac=(navigator.appVersion.indexOf("Mac")!=-1);var isIE=true;var isIE6=false;debug=0;if((navigator.appName=="Microsoft Internet Explorer")&&(parseInt(navigator.appVersion)>=4)&&(navigator.appVersion.indexOf("MSIE 7.0")==-1)&&(navigator.appVersion.indexOf("MSIE 8.")==-1)&&!isMac){isIE6=true;document.write('<link rel="stylesheet" href="'+cssPath+'ulta_ie6.css" type="text/css">');if(debug)
alert("ulta_ie6.css");}else if((navigator.appName=="Microsoft Internet Explorer")&&(navigator.appVersion.indexOf("MSIE 7.0")>-1)&&!isMac){document.write('<link rel="stylesheet" href="'+cssPath+'ulta_ie7.css" type="text/css">');if(debug)
alert("ulta_ie7.css");}
else if((navigator.appName=="Netscape")&&(parseInt(navigator.appVersion)>=4)&&!isMac&&(navigator.userAgent.toLowerCase().indexOf('safari')==-1)){document.write('<link rel="stylesheet" href="'+cssPath+'ulta_firefox.css" type="text/css">');isIE=false;if(debug)
alert("ulta_firefox.css");}
else if((navigator.appName=="Microsoft Internet Explorer")&&(parseInt(navigator.appVersion)>=4)&&isMac){document.write('<link rel="stylesheet" href="'+cssPath+'ulta_mac.css" type="text/css">');if(debug)
alert("ulta_mac.css");}
else if((navigator.userAgent.toLowerCase().indexOf('safari')!=-1)){document.write('<link rel="stylesheet" href="'+cssPath+'ulta_safari.css" type="text/css">');if(debug)
alert("ulta_safari.css");}
else if((navigator.appName=="Netscape")&&(parseInt(navigator.appVersion)>=4)&&isMac){document.write('<link rel="stylesheet" href="'+cssPath+'ulta_firefox.css" type="text/css">');isIE=false;if(debug)
alert("ulta_firefox.css");}
if(/MSIE (\d+\.\d+);/.test(navigator.userAgent)){var ieversion=new Number(RegExp.$1);if(ieversion>=8){document.write('<link rel="stylesheet" href="'+cssPath+'ulta_ie8.css" type="text/css">');}}