// JavaScript Document
  document.writeln(" <tr>");
  document.writeln("   <td class='darkspace' valign='top' width='10' height='150'>&nbsp;</td>");
  document.writeln("   <td align='center' valign='top' 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='index.html' target='_top'><IMG SRC='images/home.gif' WIDTH=175 HEIGHT=160 ALT='HOME' 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("   </TD>");
  document.writeln("   <td class='darkspace' valign='top' width='10'>&nbsp;</td>");
  document.writeln(" </tr>");
