jQuery(document).ready(function(){jQuery(".social").delegate("img","mouseover mouseout",function(e){if(e.type=='mouseover'){jQuery(".social img").not(this).dequeue().animate({opacity:"0.3"},300);}else{jQuery(".social img").not(this).dequeue().animate({opacity:"1"},300);}});});
