/* stupid NS4 needs the page spaced for it */
if (navigator.appName == "Netscape" && !(parseInt(navigator.appVersion) > 4)) {
	for (i=0;i<100;i++) {
		document.writeln('&nbsp; ');
	};
	document.close;
};
