var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
//fadeimages[0]=["photo.jpg", "http://www.transit.govt.nz", "_blank"] //image with link and target syntax
//fadeimages[0]=["photo.jpg", "", ""] //image without link and target syntax

fadeimages[0]=["/projects/harbourlink/resources/img/Hm-topbanner.jpg", "", ""]
fadeimages[1]=["/projects/harbourlink/resources/img/Hm-topbanner-01.jpg", "", ""]
fadeimages[2]=["/projects/harbourlink/resources/img/Hm-topbanner-02.jpg", "", ""]
fadeimages[3]=["/projects/harbourlink/resources/img/Hm-topbanner-03.jpg", "", ""]
fadeimages[4]=["/projects/harbourlink/resources/img/Hm-topbanner-04.jpg", "", ""]
fadeimages[5]=["/projects/harbourlink/resources/img/Hm-topbanner-05.jpg", "", ""]

//Change this value if the image fade is on a non-white background
var fadebgcolor="white"

loadSlideShow = function() {
  //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
  new fadeshow(fadeimages, 375, 150, 0, 3000, 1)
}
