    $(document).ready(function() {
      $("#slider").SexySlider({
        width      : 920,
        height     : 211,
        delay      : 3000,
        strips     : 15,
        autopause  : true,
        control    : '#control',
        effect     : 'random'
      });
    });

