jQuery(document).ready(function($) {

  $(".slideshow").each(function(){
      var items = $(this).children().clone(true);
      return (items.length) ? $(this).html(SliderObject.prototype.shuffle(items)) : this;
    })

  $(".slideshow").slideshow({
    width      : 900,
    height     : 200,
    selector   : false,
    navigation :false,
    duration: 2500,
  transition : 'SlideRight',
  delay: 2500

  });


    $('.pillars').kwicks({  
        max : 290,  
        spacing : 5  
    });  




           });
