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

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