
<!-- Defines Home page image display


theDomain = "" //insert site domain name - with http:// and trailing forward slash - only if using absolute path. Will work OK as relative path by leaving this blank.
thePath = "slides/home-page/"
image1 = "image1.jpg"
image2 = "image2.jpg"
image3 = "image3.jpg"
image4 = "image4.jpg"
image5 = "image5.jpg"
image6 = "image6.jpg"
image7 = "image7.jpg"
image8 = "image8.jpg"

document.write("<img src="+theDomain+thePath+image1+">"
				+"<img src="+theDomain+thePath+image2+">"
				+"<img src="+theDomain+thePath+image3+">"
				+"<img src="+theDomain+thePath+image4+">"
				+"<img src="+theDomain+thePath+image5+">"
				+"<img src="+theDomain+thePath+image6+">"
				+"<img src="+theDomain+thePath+image7+">"
				+"<img src="+theDomain+thePath+image8+">"

)


// END -->


