Modern browsers do away with the classic status bar and instead draw a small tooltip at the bottom of their windows that displays the link target on hover/f
try this
$(this).removeAttr("href"); $(this).click(function(){}).mouseover(function(){.........}).etc