$(document).ready(function() {
  // Add new splash images
  jQuery("#selectorUpperBanner").append(
    '<img src="/images/frontend/header-image/bg_equipment_top_var01.jpg" width="805px" height="203px" />', '<img src="/images/frontend/header-image/bg_equipment_top_var02.jpg" width="805px" height="203px" />', '<img src="/images/frontend/header-image/bg_equipment_top_var03.jpg" width="805px" height="203px" />', '<img src="/images/frontend/header-image/bg_equipment_top_var05.jpg" width="805px" height="203px" />', '<img src="/images/frontend/header-image/bg_equipment_top_var06.jpg" width="805px" height="203px" />', '<img src="/images/frontend/header-image/bg_equipment_top_var07.jpg" width="805px" height="203px" />', '<img src="/images/frontend/header-image/bg_equipment_top_var08.jpg" width="805px" height="203px" />', '<img src="/images/frontend/header-image/bg_equipment_top_var09.jpg" width="805px" height="203px" />', '<img src="/images/frontend/header-image/bg_equipment_top_var10.jpg" width="805px" height="203px" />'
  );

  // Slideshow for splash images
  jQuery("#selectorUpperBanner").cycle({
    speed: 2500,
    timeout: 9999
  });
});
