when i view source of the page, the code for the links is:
<a href="ArtistDetail.php?art_id=2" onmouseover="document.getElementById('imageid').src = 'uploads/bl.jpg',1)">Becky Litke</a>
it should be:
<a href="ArtistDetail.php?art_id=2" onmouseover="document.getElementById('imageid').src = 'uploads/bl.jpg'">Becky Litke</a>


