function explain_tvguideonlinemovieguide_html() {
  html = '';
  html = html + '<html>';
  html = html + '<head>';
  html = html + '	<title>TV Guide Online -- Movie Guide</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>TV Guide Online -- Movie Guide</i></i></b>';
  html = html + '	<!-- Begin Content  -->';
  html = html + '';
  html = html + '        <p><i>TV Guide Online -- Movie Guide</i> (http://www.tvguide.com/movies/database/)';
  html = html + '	has a searchable database containing information about movies.  The';
  html = html + '        information content provider is CineBooks, a division of TV Guide';
  html = html + '	Magazine Group, Inc.';
  html = html + '        </p>';
  html = html + '';
  html = html + '        <p>Clicking on the query link initiates a movie title search of the';
  html = html + '        <i>TV Guide Online -- Movie Guide</i> database (the CineBooks';
  html = html + '	database).  A successful database query returns a review, the cast,';
  html = html + '	production credits, and other information about the movie, including';
  html = html + '	internal links to additional information that is related to the movie.';
  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;
}
