(function(a){a.effects.highlight=function(b){return this.queue(function(){var c=a(this),e=["backgroundImage","backgroundColor","opacity"],d=a.effects.setMode(c,b.options.mode||"show"),g=b.options.color||"#ffff99",h=c.css("backgroundColor");a.effects.save(c,e);c.show();c.css({backgroundImage:"none",backgroundColor:g});var f={backgroundColor:h};if(d=="hide")f.opacity=0;c.animate(f,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){d=="hide"&&c.hide();a.effects.restore(c,e);d=="show"&&a.browser.msie&&this.style.removeAttribute("filter");b.callback&&b.callback.apply(this,arguments);c.dequeue()}})})}})(jQuery)
