$("#block-yui_3_17_2_27_1450064542226_12784") .find(".summary-thumbnail") .find("img").hover( function () { var id = $(this).attr("alt") $(this).fadeOut('fast',function(){ $(this).attr("src", toadz[id].toad); }); $(this).fadeIn('fast'); }, function () { var id = $(this).attr("alt") $(this).fadeOut('fast',function(){ $(this).attr("src", toadz[id].photo); }); $(this).fadeIn('fast'); } ) });