$(document).ready(function() {
  // Add new splash images
  jQuery("#landmaincentre").append(
    '<img src="/images/xtra/splash-page/Lely Rake.jpg" width="366px" height="276px" />', '<img src="/images/xtra/splash-page/PA65tlarge1.jpg" width="366px" height="276px" />', '<img src="/images/xtra/splash-page/IW Livestock.jpg" width="366px" height="276px" />', '<img src="/images/xtra/splash-page/IW Horsebox.jpg" width="366px" height="276px" />', '<img src="/images/xtra/splash-page/Castor.jpg" width="366px" height="276px" />','<img src="/images/xtra/splash-page/Amazone.jpg" width="366px" height="276px" />','<img src="/images/xtra/splash-page/Raptor.jpg" width="366px" height="276px" />','<img src="/images/xtra/splash-page/Silage Trailer.jpg" width="366px" height="276px" />','<img src="/images/xtra/splash-page/Tanker.jpg" width="366px" height="276px" />'
  );

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