The mouseover text in the "Latest Reviews" table is messed up. For example, when the mouse is over the review number for corm's review of Anya, the text which comes up is "Review of Anya of Dublin by Gerryboy". Gerryboy's review is the one of Ciara, in the previous line of the table. The html source for the row is
Code:
<tr>
<td valign="top"><a href="/23855/Anya/review.html" title="Review of Anya of Dublin by Gerryboy">023855</a></td>
<td valign="top">Anya</td>
<td valign="top">Dublin</td>
<td valign="top">
corm (15)</td>
<td valign="top">14/05/10</td>
<td valign="top">
<img src="/reviews/images/iconPos.gif" alt="Positive" width="16" height="16" border="0"/>			</td>
<td valign="top">
</td>
<td valign="top">
&nbsp;</td>
</tr>
As you can see, it's the title attribute of the a tag which is wrong.

I've just chosen this particular review as an example. The whole table is messed up in the same way.