| 1 | jQuery(document).ready((function(){jQuery(".strong-view").randomize(".wpmtst-testimonial")})),jQuery.fn.randomize=function(n){return(n?this.find(n):this).parent().each((function(){jQuery(this).children(n).sort((function(){return Math.random()-.5})).detach().appendTo(this)})),this}; |