function explain_q4music_html() {
  html = '';
  html = html + '<html>';
  html = html + '<head>';
  html = html + '	<title>Q 4 Music</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>Q 4 Music</i></i></b>';
  html = html + '	<!-- Begin Content  -->';
  html = html + '';
  html = html + '        <p><i>Q 4 Music</i> (http://www.q4music.com/) has a searchable';
  html = html + '	database containing information about music.  The information';
  html = html + '	content provider is EMAP Performance Limited.';
  html = html + '        </p>';
  html = html + '';
  html = html + '        <p>Clicking on the query link initiates an album title search of the';
  html = html + '        <i>Q 4 Music</i> database.  A successful database query returns';
  html = html + '        reviews, song list, cover art, song samples, and other information';
  html = html + '        about the album, including internal links to additional information';
  html = html + '        that is related to the album.';
  html = html + '        </p>';
  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;
}
