function explain_artistdirect_html() {
  html = '';
  html = html + '<html>';
  html = html + '<head>';
  html = html + '	<title>ARTISTdirect Network -- Ultimate Band List</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="0" border="0">';
  html = html + '<tr>';
  html = html + '	<td></td>';
  html = html + '	<td>';
  html = html + '	<!-- Title -->';
  html = html + '	<b><i><i>ARTISTdirect Network -- Ultimate Band List</i></i></b>';
  html = html + '	<!-- Begin Content  -->';
  html = html + '';
  html = html + '        <p><i>ARTISTdirect Network -- Ultimate Band List</i> ';
  html = html + '	(http://ubl.artistdirect.com/) has a searchable database containing';
  html = html + '	information about music.  The information content provider is';
  html = html + '	ARTISTdirect, Inc., an online music company.  [Note: some of the';
  html = html + '        information content is from the All Music Guide';
  html = html + '	(http://allmusic.com/).]';
  html = html + '        </p>';
  html = html + '';
  html = html + '        <p>Clicking on the query link initiates an album title search of the';
  html = html + '        <i>ARTISTdirect Network -- Ultimate Band List</i> database.  A';
  html = html + '	successful database query returns a review, song list, production';
  html = html + '	credits, format releases, cover art, song samples, and other';
  html = html + '	information about the album, including internal links to additional';
  html = html + '	information that is related to the album.';
  html = html + '        </p>';
  html = html + '';
  html = html + getDisclaimerMessage();
  html = html + '';
  html = html + '        <!-- End Content -->';
  html = html + '        </td>';
  html = html + '</tr>';
  html = html + '</table>';
  html = html + '</body>';
  html = html + '</html>';
  return html;
}
