if (jQuery(event.target).is('a')) jQuery('sender').returnValue = false;
$("a").click(function(event){ event.stopPropagation(); });