You can also hide the sponsor code on Windows IE right mouse click. I don't think the right mouse does anything on other browsers.
Mouseover code that also does right mouse click,
onmouseover="window.status='http://www.URL.com/';return true;" onfocus="window.status='http://www.URL.com/';return true;" onmouseout="self.status=''
|