(function(c){var d={mouseOutOpacity:0.67,mouseOverOpacity:1,fadeSpeed:"fast",exemptionSelector:".selected"};c.fn.opacityrollover=function(f){function b(b,d){var e=c(b);a.exemptionSelector&&(e=e.not(a.exemptionSelector));e.fadeTo(a.fadeSpeed,d)}c.extend(this,d,f);var a=this;this.css("opacity",this.mouseOutOpacity).hover(function(){b(this,a.mouseOverOpacity)},function(){b(this,a.mouseOutOpacity)});return this}})(jQuery);
