<!--

var IE = (navigator.userAgent.indexOf("MSIE") != -1 && navigator.userAgent.indexOf("Mac") == -1 && navigator.appVersion.substring(0,1) >= 3);
var NS = (navigator.userAgent.indexOf("Mozilla") != -1 && navigator.userAgent.indexOf("Mac") == -1 && navigator.userAgent.indexOf("MSIE") == -1 && navigator.appVersion.substring(0,1) >= 4);

if (IE) {
	document.write();
}
if (NS) {
	document.write("<link rel=\"STYLESHEET\" href=\"/issues/stylenn.css\" type=\"text/css\">");
}
// -->

