$(document).ready(function(){$(".votediv").listen("click","a",function(f){var h=$(this).parent();var b=h.attr("id");if((b!=null)&&(b.substr(0,2)=="vb")){var a=b.substr(2);var j=$(this).attr("class").split(" ");for(i=0;i<j.length;i++){if(j[i].substr(0,1)==="b"){var g=j[i].substr(1);if((g>=5)||confirm("You are about to rate this image with a low score.\nAre you sure you wish to do this?")){$.post("/ajax.php",{a:"ir",i:a,r:g});$(this).parent().fadeOut(200,function(){$(this).html("<span class='smallgraytext'>Thankyou, your rating was submitted.</span>");$(this).fadeIn(200)})}}}}return false})});
