(function ($) {
$(document).ready(function() {
      $('#promo').cycle({ 
      fx:     'turnUp', 
      timeout: '5000' 
       
  });
 
  });
  }(jQuery));
