Avg. Critique Rating on the Search Results Page

Adding the Avg. Critique Rating to the Search Results Web page affects the DSearch.asp file.

Changes in DSearch.asp

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>&nbsp;<img SRC="../images/star4.0.gif" BORDER="0" WIDTH="50" HEIGHT="12"><font SIZE="-2">&nbsp;&nbsp;Highly recommended</font></td></tr>
<tr><td>&nbsp;<img SRC="../images/star3.0.gif" BORDER="0" WIDTH="50" HEIGHT="12"><font SIZE="-2">&nbsp;&nbsp;Recommended</font></td></tr>
<tr><td>&nbsp;<img SRC="../images/star2.0.gif" BORDER="0" WIDTH="50" HEIGHT="12"><font SIZE="-2">&nbsp;&nbsp;Recommended with reservations</font></td></tr>
<tr><td>&nbsp;<img SRC="../images/star1.0.gif" BORDER="0" WIDTH="51" HEIGHT="12"><font SIZE="-2">&nbsp;&nbsp;Best avoided</font></td></tr>
</table>
</div>