// warn viewer if they are using Netscape v4.x that page will not format correctly
if (document.layers) {
  document.writeln('<center><table class="N4warning" border="2" cellpadding="10" >');
  document.writeln('<tr><td align="center"><font face="arial, sans-serif" size="3">');
  document.writeln('<b>Netscape version 4 users</b>:<br />');
  document.writeln('This page contains formatting code your browser cannot <br /> interpret correctly.&nbsp ');
  document.writeln('See <a href="pages.htm#support">browser compatibility information</a>.<br />');
  document.writeln('</font></td></tr></table></center>');
  }