$(function(){$(".imagepreview a img").css("opacity",0.5);function a(){var b=this.firstChild;newimg_src=b.src.replace("small","medium");function c(){$(".imagepreview a img").stop(true,true);var d=this;$other_imgs=$(".imagepreview a img[width=180]").not(this);$other_imgs.animate({width:100,height:67,opacity:0.5},100,function(){$(d).animate({width:180,height:133,opacity:1},100,function(){$(".imagepreview a").mouseover(a)})});if($other_imgs.length==0){$(d).animate({width:180,height:133,opacity:1},100)}}if(b.src==newimg_src){$orig_img=$(b);$orig_img.enlarge=c;$orig_img.enlarge()}else{$(b).load(c).attr("src",newimg_src)}}$(".imagepreview a").mouseover(a)});