function explain_localserialsearch_html() {
  html = '';
  html = html + '<html>';
  html = html + '<head>';
  html = html + '	<title>Local Catalogue Periodical Search</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>Local Catalogue Periodical Search</i></b>';
  html = html + '	<!-- Begin Content  -->';
  html = html + '';
  html = html + '        <p>This query link allows you to search your local catalogue for the';
  html = html + '        periodical that the article appears in; the periodical is listed';
  html = html + '	in the "From" field of the full citation record in Gale article';
  html = html + '	databases.  Some of the Gale databases that The Alberta Library (TAL)';
  html = html + '	has licensed for the benefit of TAL members via the TAL Online';
  html = html + '	interface include the following: <i>Business ASAP</i>; <i>Health';
  html = html + '	Reference Center</i>; <i>Expanded Academic Index</i> (for academic';
  html = html + '	libraries); and <i>General Reference Center</i> (for public';
  html = html + '	libraries).  The content of these databases is aggregated and';
  html = html + '	maintained by The Gale Group, an e-information publisher.';
  html = html + '	</p>';
  html = html + '';
  html = html + '        <p>Clicking on the query link initiates an ISSN search of the local';
  html = html + '	catalogue 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 the brief catalogue record for that 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;
}
