jQuery(document).ready(function($){
  // http://jquery.malsup.com/cycle/
  $("#hp-promo-container").cycle({
    timeout: 8000
  });
});

