function InsertWebTour()
{
  document.write('<applet code=WebTour1ech.class width=1 height=1 codebase=http://puzzles.about.com/library/java/WebTour1ech.class>\n');
  document.write('<param name=COPYRIGHT value="WebTour applet, Copyright 1999, Eric Harshbarger">\n');
  document.write('<param name=AUTHOR value="Eric Harshbarger, http://www.ericharshbarger.org">\n');
  document.write('<param name="regcode" value="">\n');
  document.write('<param name=LOOP value="false">\n');
  document.write('<param name=FIRST.PAUSE value="4000">\n');
  document.write('<param name=TOURFILE value="http://puzzles.about.com/library/java/webtour1.txt">\n');
  document.write('</applet>\n');
}