function brief_return_explain2_html() {
  html = '';
  html = html + '<html>';
  html = html + '<head>';
  html = html + '	<title>	Library</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>Library</i></b>';
  html = html + '	--><!-- Begin Content  -->';
  html = html + '	<p>The name of the library that owns the book or item is listed in this column.</p>';
  html = html + '	';
  html = html + '	<p>All libraries within a system or region (eg. members of NEOS or Parkland) are listed together.</p>';
  html = html + '';
  html = html + '	<p>TAL Online may be able to recognize which library you are associated with.';
  html = html + '	TAL Online will flag books from your library system when it recognizes which library you are coming from. An orange ';
  html = html + '	bar appears beside the name of your library system.</p>';
  html = html + '';
  html = html + '	';
  html = html + '';
  html = html + '';
  html = html + '	<!-- End Content -->';
  html = html + '	</td>';
  html = html + '</tr>';
  html = html + '</table>';
  html = html + '</body>';
  html = html + '</html>';
  return html;
}
