function advanceddb_selection_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 + '	<p>Search article databases to find information on all sorts of topics. New articles are added';
  html = html + '	regularly so you can find the complete text of many articles online almost as soon as they';
  html = html + '	hit the newsstand.</p>';
  html = html + '	';
  html = html + '	<p><b>&lsquo;Click&lsquo;</b> on the name of the database to search.</p>';
  html = html + '';
  html = html + '	<p>The list of databases may include licensed and publicly available resources.  Your list will depend on what';
  html = html + '	databases your library has licensed and made available via TAL Online.</p>';
  html = html + '	';
  html = html + '	<p>Many public library users have access to <u>General Reference Center</u> -- an excellent source of current articles on';
  html = html + '	many topics.</p>';
  html = html + '';
  html = html + '	<p>Post secondary library users may find databases such as <u>Expanded Academic Index</u> or <u>Business ASAP</u>.</p>';
  html = html + '';
  html = html + '	<p>See also:</p>';
  html = html + '';
  html = html + '	<ul>';
  html = html + '		<li><u>List of Article Databases</u> and what they topics they cover</li>';
  html = html + '		<li>How to <u>access licensed article databases</u> at TAL Online</li>';
  html = html + '	</ul>';
  html = html + '	<!-- End Content -->';
  html = html + '	</td>';
  html = html + '</tr>';
  html = html + '</table>';
  html = html + '</body>';
  html = html + '</html>';
  return html;
}
