(function($,wpreview){"use strict";$wpruserstarrating=function(options){var $wrapper,defaults;$wrapper=this;defaults={rate:null};options=$.extend({},defaults,options);$find('.review-result-wrapper > span').click(function(event){var stars=$(this).data('input-value');$find('.review-result').css('width',''+(20*stars)+'%');$find('.wp-review-user-rating-val').val(stars);if(typeof rate=='function'){call($wrapper,stars);}});};$(document).ready(function(){$('.wp-review-user-rating-star, .wp-review-comment-rating-star').each(function(){$(this).wprUserStarRating({rate:function(value){wp_review_rate(this);}})});});})(jQuery,wpreview);