// This banner will be used for all plugins in plugin.json!// jQuery Random - v0.1.0// Copyright (c) 2011 Ben Alman; Licensed MIT, GPL
(function($){$.fn.random=function(a){var b=a?this.filter(a):this;returnthis.pushStack(b.eq(Math.floor(Math.random()*b.length)))}})(jQuery)