function customgrouping_explain4_html() {
  html = '';
  html = html + '<html>';
  html = html + '<head>';
  html = html + '	<title>Article Databases</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>Article Databases</i></b>';
  html = html + '	<!-- Begin Content  -->';
  html = html + '';
  html = html + '	<p>Check the box adjacent to the article databases you want added to your Custom Group.</p>';
  html = html + '	<p>The list of databases may include licensed and publicly available resources.  Your list';
  html = html + '	will depend on what databases your library has licensed and made available via TAL Online.</p>';
  html = html + '	<p>Many public library users have access to <u>General Reference Center</u> -- an excellent';
  html = html + 'source of current articles on many topics.</p>';
  html = html + '	<p>Post secondary library users may find databases such as <u>Expanded Academic Index</u> or';
  html = html + '<u>Business ASAP</u>.';
  html = html + '';
  html = html + '	<p>See also:';
  html = html + '		<ul>';
  html = html + '			<li><u>List of Article Databases</u> and what topics they cover</li>';
  html = html + '			<li>How to <u>access licensed article databases</u> at TAL Online</li>';
  html = html + '		</ul>';
  html = html + '	</p>		';
  html = html + '	<!-- End Content -->';
  html = html + '	</td>';
  html = html + '</tr>';
  html = html + '</table>';
  html = html + '</body>';
  html = html + '</html>';
  return html;
}
