if(typeof Effect=="undefined"){throw ("vote.js requires including script.aculo.us' effects.js library");}function voteDoNothing(){return false;}function setVoteStatusMsg(msg){window.status=(msg==null?"":msg);return true;}function animateVoteButton(buttonElementIds,floaterId,voteButtonId,voteAbsValue,voteType){var voteValue=(voteType=="Up"?"+":"-")+voteAbsValue;var floater=$(floaterId);floater.update(voteValue);floater.style.visibility="";window.status="";var durationSeconds=2.5;new Effect.Fade(floaterId,{duration:durationSeconds});if(voteType=="Up"){new Effect.Move(floaterId,{x:0,y:-45,duration:durationSeconds,mode:"relative"});}else{new Effect.Move(floaterId,{x:0,y:+25,duration:durationSeconds,mode:"relative"});}}function mouseoverStar(obj){var starDivs=obj.parentNode.parentNode.getElementsByTagName("div");if(starDivs&&starDivs.length>0){var i=-1;do{i++;starDivs[i].className="chosenStar";}while(starDivs[i]!=obj&&i<starDivs.length);}}function mouseoutStar(obj){var starDivs=obj.parentNode.parentNode.getElementsByTagName("div");if(starDivs&&starDivs.length>0){var i=-1;do{i++;starDivs[i].className="idleStar";}while(starDivs[i]!=obj&&i<starDivs.length);}}function mouseoverStarsPanel(panel){panel.className="stars mouseOver";}function mouseoutStarsPanel(panel){panel.className="stars mouseOut";}
