if((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ) && (navigator.platform == "Win32") && (navigator.userAgent.indexOf(" Opera ") == -1) && (navigator.userAgent.indexOf("Opera/") == -1)){
	if ((navigator.appVersion.indexOf('MSIE 6')) != -1 || (navigator.appVersion.indexOf('MSIE 7')) != -1 || (navigator.appVersion.indexOf('MSIE 8')) != -1){
	document.write('<link rel="stylesheet" href="/css/ie2.css" type="text/css" />');
	}
	else{
	document.write('<link rel="stylesheet" href="/css/ie1.css" type="text/css" />');
	}
}