if(navigator.appName.indexOf('Explorer') != -1 && navigator.appVersion.indexOf("5.") == -1 && navigator.platform.indexOf("Mac") == -1) {
	document.writeln('<link rel=stylesheet href=\"../cfc-style-ie.css\" type=\"text/css\">');
}
else if (navigator.appName.indexOf('Explorer') != -1 && navigator.appVersion.indexOf("5.") != -1 && navigator.platform.indexOf("Mac") != -1){
	document.write('<link rel=stylesheet href=\"../cfc-style-ie5mac.css\" type=\"text/css\">');
}
else {
	document.write('<link rel=stylesheet href=\"../cfc-style-s.css\" type=\"text/css\">');
}
