$(document).ready(function(){
  // randomize lists
  $('.randomize').shuffle();
});
