YAHOO.util.Event.onContentReady("image",init);function init(){var B=$("image");var A=getFirstElementByClassName("image-rating-area",B);photoRating=new StarRating(null,5,"stars/rating-star",22,21);photoRating.renderSelector(A);photoRating.setClickCallback(ratingClicked)}function ratingClicked(){requireActiveUser(function(){var A=photoRating.getRating();photoRating.setRating(null);var B=document.form.media.value;rateMedia(B,A)},"Please signup to vote on this entry!")}function rateMedia(B,A){YAHOO.util.Connect.asyncRequest("GET","/services/Photos?event=ratePhoto&media="+B+"&rating="+A,{success:function(C){window.location="/contest/photo-entry/"+nextMediaId+"/"}})}function addPhoto(){if(contestParticipant){new PhotoUpload({selectPlace:true,placeRequired:true,contest:true,uploadCallback:photoUploaded})}else{window.location="/contest/details.html"}}function photoUploaded(A){window.location="/contest/photo-entry/"+A+"/"};
