Rate.hover = function(e){
        var el = this;
        if(!el.getAttribute("orig_src")){
            el.setAttribute("orig_src", el.src);
        }