function explain_cdnow_html() {
  html = '';
  html = html + '<html>';
  html = html + '<head>';
  html = html + '	<title>CDNOW</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><i>CDNOW</i></i></b>';
  html = html + '	<!-- Begin Content  -->';
  html = html + '';
  html = html + '        <p><i>CDNOW</i> (http://www.cdnow.com/) has a searchable database';
  html = html + '	containing information about music.  The information content provider';
  html = html + '	is CDnow Online, Inc., an online music company, and a part of the';
  html = html + '	Bertelsmann eCommerce Group.  [Note: some of the information content';
  html = html + '	is from the All Music Guide (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>CDNOW</i> database.  A successful database query returns a review,';
  html = html + '	song list, production credits, cover art, song samples (in three';
  html = html + '	formats), and other information about the album, including internal';
  html = html + '	links to additional 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;
}
