$(window).load(function(){$("#content .rate").each(function(){var a=$("div",this),f=a.text(),c=$(this),d=$("a",this);if(c.hasClass("off"))d.click(function(){return false});else{c.mouseout(function(){d.removeClass("hover");a.text(f)});d.mouseover(function(){var b=$(this);b.prevAll().andSelf().addClass("hover");a.text(b.attr("title"))}).click(function(){if(EM.user.isLoggedIn()===true){a.text("Saving...");c.unbind();d.unbind().click(function(){return false}).removeClass("hover pSel");c.addClass("off");
var b=$(this),e=$(this.parentNode.parentNode.parentNode).attr("class"),g=e.match(/id_(\d+)/)[1];e=e.match(/type_(\d+)/)[1];b.prevAll().andSelf().addClass("sel");$.getJSON("/rating/add.json.php?type="+e+"&id="+g+"&value="+b.text(),function(h){h.code===200?a.text("Thank you!"):a.text("Error")})}else EM.user.login(this);return false})}})});
