// JavaScript Document
  document.writeln(" <tr>");
  document.writeln("   <td class='darkspace' width='10'>&nbsp;</td>");
  document.writeln("   <td align='center' valign='top' height='150' class='darkspace'>");
  document.writeln("    <A HREF='links.html'><IMG SRC='images/links.gif' WIDTH=175 HEIGHT=160 ALT='LINKS' BORDER=0></A>");
  document.writeln("    <A HREF='participate.html'><IMG SRC='images/participate.gif' WIDTH=200 HEIGHT=160 ALT='PARTICIPATE' BORDER=0></A>");
  document.writeln("    <A HREF='times.html'><IMG SRC='images/times.gif' WIDTH=175 HEIGHT=160 ALT='TIMES' BORDER=0></A>");
  document.writeln("   </TD>");
  document.writeln("   <td class='darkspace' width='10'>&nbsp;</td>");
  document.writeln("  </tr>");
