Here is the code I add :
<a href="http://www.google.com" onMouseOver="window.status='http://www.google.com'; return true;" onMouseOut="window.status=''; " target="_top">Click Here</a>
And here is what it looks when saved in Blogger :
<a onmouseover="window.status='http://www.yahoo.com'; return true;" onmouseout="window.status=''; " href="http://www.google.com" target="_top">Click Here</a>
It just get rewrited. Link still works, but mouseover doesn't