if (navigator.appName.indexOf("Microsoft") != -1) {
	document.write('<link rel="stylesheet" type="text/css" href="http://www.fusionone.com/stylesheets/ie.css">');
}
else {
	document.write('<link rel="stylesheet" type="text/css" href="http://www.fusionone.com/stylesheets/ns.css">');
}