$(document).ready(function(){$("#stars-votes-initial a").click(function(){var d=$(this).attr("id");switch($(this).attr("class")){case "v1":var a=16,b=1;break;case "v2":a=32;b=2;break;case "v3":a=48;b=3;break;case "v4":a=64;b=4;break;case "v5":a=80;b=5;break}$("#stars-personal").removeAttr("style");$("#stars-personal .stars").attr("style","width: "+a+"px;");$("#stars-votes-initial").remove();$("#stars-personal .meta").text("Zapisuj\u0119...");$.post("/ajax.php",{modul:"oceny",operacja:"dodaj",hash:d},
function(c){c=="true"?$("#stars-personal .meta").html("<strong>"+b+"/5</strong>"):$("#stars-personal .meta").text(c)});return false});$("#stars-votes-personal a").click(function(){var d=$(this).attr("id");switch($(this).attr("class")){case "v1":var a=16,b=1;break;case "v2":a=32;b=2;break;case "v3":a=48;b=3;break;case "v4":a=64;b=4;break;case "v5":a=80;b=5;break}$("#stars-personal .stars").attr("style","width: "+a+"px;");$("#stars-personal .meta").text("Zapisuj\u0119...");$.post("/ajax.php",{modul:"oceny",
operacja:"zmien",hash:d},function(c){c=="true"?$("#stars-personal .meta").html("<strong>"+b+"/5</strong>"):$("#stars-personal .meta").text(c)});return false})});
