    (function($) { 

        if ( !$.support.opacity ) { 

            $('area').focus(function(e){ 

                $(this).blur(); 

            }); 

        } 

    })(jQuery); 
