function InsertJava()
{
  document.write('<APPLET CODE="SeekAWord3ech.class" WIDTH=570 HEIGHT=470 archive="http://puzzles.about.com/library/java/SeekAWord3.jar">\n');
  document.write('<PARAM NAME="COPYRIGHT" VALUE="SeekAWord applet, Copyright 1998, Eric Harshbarger">\n');
  document.write('<PARAM NAME="AUTHOR" VALUE="Eric Harshbarger, http://www.ericharshbarger.org">\n');
  document.write('<PARAM NAME="BGCOLOR" VALUE="255,255,255">\n');
  document.write('<PARAM NAME="FGCOLOR" VALUE="0,0,0">\n');
  document.write('<PARAM NAME="FONTNAME" VALUE="verdana">\n');
  document.write('<PARAM NAME="FONTSTYLE" VALUE="bold">\n');
  document.write('<PARAM NAME="FONTSIZE" VALUE="16">\n');
  document.write('<PARAM NAME="CANVAS.BGCOLOR" VALUE="253,253,253">\n');
  document.write('<PARAM NAME="CANVAS.FGCOLOR" VALUE="0,0,0">\n');
  document.write('<PARAM NAME="CANVAS.FONTNAME" VALUE="verdana">\n');
  document.write('<PARAM NAME="CANVAS.FONTSTYLE" VALUE="bold">\n');
  document.write('<PARAM NAME="CANVAS.FONTSIZE" VALUE="16">\n');
  document.write('<PARAM NAME="ROWS" VALUE="17">\n');
  document.write('<PARAM NAME="COLUMNS" VALUE="17">\n');
  document.write('<PARAM NAME="WORDLIST" VALUE="fete national quebec stjean baptiste patron saint celebration french canadian culture bonfire festival fireworks Fleurdelise floats june holiday mass parade politics quiet revolution sovereignty">\n');
  document.write('<PARAM NAME="FOUND.SOUND" VALUE="tick.au">\n');
  document.write('</applet>\n');
}