<!--
document.writeln('	<SCRIPT LANGUAGE="JavaScript">');
document.writeln('     <!--');
document.writeln('	     if (document.layers){');
document.writeln('	        alert("This site may not display properly in Netscape4! Please use a compliant browser.");');
document.writeln('	     }');
document.writeln('	  function newsreg(){');
document.writeln('		var iMyWidth;');
document.writeln('		var iMyHeight;');
document.writeln('');
document.writeln('		//gets top and left positions based on users resolution so hint window is centered.');
document.writeln('		iMyWidth = (window.screen.width/2) - (122 + 10)//half the screen width minus half the new window width (plus 5 pixel borders).');
document.writeln('		iMyHeight = (window.screen.height/2) - (27 + 50)//half the screen height minus half the new window height (plus title and status bars).');
document.writeln('			var win2 = window.open("/newsletter/ffnewsreg.htm","Window2","status=no,height=390,width=620,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes")');
document.writeln('	  } //End newsreg');
document.writeln('     // -->');
document.writeln('    </SCRIPT>');
-->