function makeguestframes() {
  document.write('<frameset rows=\"*,1\" frameborder=\"NO\" border=\"0\" framespacing=\"0\">');
  document.write('<frame name=\"mainFrame\" src=\"/cgi-bin/bkb-guestbook-display.pl\">');
  document.write('<frame name=\"bottomFrame\" scrolling=\"NO\" noresize src=\"_blank.htm\">');
  document.write('</frameset>');
  //document.write("<noframes>");
  //document.write("<body bgcolor=\"#FFFFFF\" text=\"#000000\">");
  //document.write("Sorry, guestbook unavailable -- your browser has trouble seeing our frames!");
  //document.write("</body>");
  //document.write("</noframes>");
}