function explain_jake_html() {
  html = '';
  html = html + '<html>';
  html = html + '<head>';
  html = html + '	<title>jake</title>';
  html = html + '	<link rel = STYLESHEET href = "/html/stylesheetmain.css" type = "text/css" title="TAL Online Styles">';
  html = html + '</head>';
  html = html + '<body bgcolor="#ffffff">';
  html = html + '<table width="100%" cellpadding="0" cellspacing="4" border="0">';
  html = html + '<tr>';
  html = html + '	<td></td>';
  html = html + '	<td>';
  html = html + '	<!-- Title -->';
  html = html + '	<b><i><i>jake</i></i></b>';
  html = html + '	<!-- Begin Content  -->';
  html = html + '';
  html = html + '	<p><i>jake</i> (http://jake-db.org/) -- which stands for "Jointly';
  html = html + '	Administered Knowledge Environment" -- is a reference resource which';
  html = html + '	provides indexing and full text information on thousands of periodicals.';
  html = html + '	<i>jake</i> is an open source project, and is "free for anyone to use,';
  html = html + '	modify, copy, or redistribute under the terms of the GNU General Public';
  html = html + '	License".';
  html = html + '	</p>';
  html = html + '';
  html = html + '	<p>Clicking on the query link initiates an ISSN search of the';
  html = html + '	<i>jake</i> database; the ISSN is the International Standard Serial';
  html = html + '	Number, a number that uniquely identifies a periodical.  A successful';
  html = html + '	database query returns indexing and full text information for that';
  html = html + '	periodical.';
  html = html + '	</p>';
  html = html + '';
  html = html + '        <!-- End Content -->';
  html = html + '        </td>';
  html = html + '</tr>';
  html = html + '</table>';
  html = html + '</body>';
  html = html + '</html>';
  return html;
}
