How do I have multiple mouseover events at the same time? Here's what I have so far.
<a href="assets/Ads/agapeCreations.pdf" />
<img src="assets/Ads/agapeCreationsNorm.jpg" alt="Agape Creations Photography"
onmouseover="this.src='assets/Ads/agapeCreationsMouseOver.jpg' 'self.status='Agape Creations Photography';return true"
onmouseout="this.src='assets/Ads/agapeCreationsNorm.jpg';return true"
width="725" height="80" border="0" border=0 /></a><br />
I have the images swapping fine, but the self.status isn't working.