function advanced_search_explain2_html() {
  html = '';
  html = html + '<html>';
  html = html + '<head>';
  html = html + '	<title>Set Limits</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>Set Limits</i></b>';
  html = html + '	--><!-- Begin Content  -->';
  html = html + '	<p>Depending on what database or library catalogue you are searching, you may have the ability to limit your search by publication year. ';
  html = html + '	</p>';
  html = html + '	';
  html = html + '	<p>Your choices may include:</p>';
  html = html + '	<ul>';
  html = html + '		<li>Exact year - items published in the specified year</li>';
  html = html + '		<li>Earliest year - items published after the specified year </li>';
  html = html + '		<li>Latest year - items published before the specified year</li>';
  html = html + '	</ul>';
  html = html + '	';
  html = html + '	<!-- End Content -->';
  html = html + '	</td>';
  html = html + '</tr>';
  html = html + '</table>';
  html = html + '</body>';
  html = html + '</html>';
  return html;
}
