<!--

var isNN = (navigator.appName == "Netscape");

function nnWrite(content) {
	if (isNN) {
		document.write(content);
	}
}
-->