$$(".CV-UserReview-Karma a img").each(function(a){Event.observe(a,"mouseover",function(b){a.src=a.src.replace(".jpg","-h.jpg")});Event.observe(a,"mouseout",function(b){a.src=a.src.replace("-h.jpg",".jpg")});Event.observe(a,"click",function(b){Event.stop(b);var c=a.up("div").down(".CV-KudoScore");new Ajax.Request(a.up("a").href,{method:"get",onSuccess:function(e){var d=c.update(e.responseText)}});a.up("div").down(".CV-KudoThumbs").update('<img src="/images/v2/comments/thumb-u-x.jpg" alt="Already Voted - Thumbs up" /> <img src="/images/v2/comments/thumb-d-x.jpg" alt="Already Voted - Thumbs down" />')})});