Adding the Avg. Critique Rating to the Search Results Web page affects the DSearch.asp file.
The script in the DSearch ASP page has these new sections:
<div ID="RatingsLegend" STYLE="DISPLAY: none; POSITION: absolute; BACKGROUND: #fafad2; WIDTH=260px; Z-INDEX=40" onMouseOut="HideRatings()">
<table BORDER="0" CELLPADDING="0" CELLSPACING="2">
<tr><td> <img SRC="../images/star4.0.gif" BORDER="0" WIDTH="50" HEIGHT="12"><font SIZE="-2"> Highly recommended</font></td></tr>
<tr><td> <img SRC="../images/star3.0.gif" BORDER="0" WIDTH="50" HEIGHT="12"><font SIZE="-2"> Recommended</font></td></tr>
<tr><td> <img SRC="../images/star2.0.gif" BORDER="0" WIDTH="50" HEIGHT="12"><font SIZE="-2"> Recommended with reservations</font></td></tr>
<tr><td> <img SRC="../images/star1.0.gif" BORDER="0" WIDTH="51" HEIGHT="12"><font SIZE="-2"> Best avoided</font></td></tr>
</table>
</div>