function search_form_working_explain_html() {
  html = '';
  html = html + '<html>';
  html = html + '<head>';
  html = html + '	<title>Search a Library Catalogue</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>Select a Library Catalogue</i></b>';
  html = html + '	--><!-- Begin Content  -->';
  html = html + '	<p>TAL Online lets you search many public library catalogues at one time.</p>';
  html = html + '';
  html = html + '	<p>If you wish to search a different group of catalogues, click on the down arrow and slide your mouse down the list to select a';
  html = html + '	new group to search.</p>';
  html = html + '	';
  html = html + '	<!-- End Content -->';
  html = html + '	</td>';
  html = html + '</tr>';
  html = html + '</table>';
  html = html + '</body>';
  html = html + '</html>';
  return html;
}

function overlibSearchStats() {
  html = '';
  html = html + '<html>';
  html = html + '<head>';
  html = html + '	<title>Search a Library Catalogue</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 + '<iframe src="http://talonline.ca/" width="400" height="280"></iframe>';
  html = html + '</body>';
  html = html + '</html>';
  return html;
}
