<!-- This script is for the rotating images on the home, about and contact pages. It has nothing to do with the gallery page. Edit this page for each of the four image rotations. Ther has to be an even amout in each section below. Look at it and think about it. You'll get the sequence and can add or take away as you'd like -->


<!-- Image number 1 for image rotation refresh -->
var imageAd1 = 8
var ad1
var image1 = new Array()

image1[0] = '<img src="icons/th_00.jpg" width="100" height="100" border="0">'
image1[1] = '<img src="icons/th_01.jpg" width="100" height="100" border="0">'
image1[2] = '<img src="icons/th_02.jpg" width="100" height="100" border="0">'
image1[3] = '<img src="icons/th_03.jpg" width="100" height="100" border="0">'
image1[4] = '<img src="icons/th_04.jpg" width="100" height="100" border="0">'
image1[5] = '<img src="icons/th_05.jpg" width="100" height="100" border="0">'
image1[6] = '<img src="icons/th_06.jpg" width="100" height="100" border="0">'
image1[7] = '<img src="icons/th_07.jpg" width="100" height="100" border="0">'
image1[8] = '<img src="icons/th_08.jpg" width="100" height="100" border="0">'

<!-- Image number 2 for image rotation refresh -->
var imageAd2 = 8
var ad2
var image2 = new Array()

image2[0] = '<img src="icons/th_09.jpg" width="100" height="100" border="0">'
image2[1] = '<img src="icons/th_10.jpg" width="100" height="100" border="0">'
image2[2] = '<img src="icons/th_11.jpg" width="100" height="100" border="0">'
image2[3] = '<img src="icons/th_12.jpg" width="100" height="100" border="0">'
image2[4] = '<img src="icons/th_13.jpg" width="100" height="100" border="0">'
image2[5] = '<img src="icons/th_14.jpg" width="100" height="100" border="0">'
image2[6] = '<img src="icons/th_15.jpg" width="100" height="100" border="0">'
image2[7] = '<img src="icons/th_16.jpg" width="100" height="100" border="0">'
image2[8] = '<img src="icons/th_17.jpg" width="100" height="100" border="0">'

<!-- Image number 3 for image rotation refresh -->
var imageAd3 = 8
var ad3
var image3 = new Array()

image3[0] = '<img src="icons/th_18.jpg" width="100" height="100" border="0">'
image3[1] = '<img src="icons/th_19.jpg" width="100" height="100" border="0">'
image3[2] = '<img src="icons/th_20.jpg" width="100" height="100" border="0">'
image3[3] = '<img src="icons/th_21.jpg" width="100" height="100" border="0">'
image3[4] = '<img src="icons/th_22.jpg" width="100" height="100" border="0">'
image3[5] = '<img src="icons/th_23.jpg" width="100" height="100" border="0">'
image3[6] = '<img src="icons/th_24.jpg" width="100" height="100" border="0">'
image3[7] = '<img src="icons/th_25.jpg" width="100" height="100" border="0">'
image3[8] = '<img src="icons/th_26.jpg" width="100" height="100" border="0">'

<!-- Image number 4 for image rotation refresh -->
var imageAd4 = 8
var ad4
var image4 = new Array()

image4[0] = '<img src="icons/th_27.jpg" width="100" height="100" border="0">'
image4[1] = '<img src="icons/th_28.jpg" width="100" height="100" border="0">'
image4[2] = '<img src="icons/th_29.jpg" width="100" height="100" border="0">'
image4[3] = '<img src="icons/th_30.jpg" width="100" height="100" border="0">'
image4[4] = '<img src="icons/th_31.jpg" width="100" height="100" border="0">'
image4[5] = '<img src="icons/th_32.jpg" width="100" height="100" border="0">'
image4[6] = '<img src="icons/th_33.jpg" width="100" height="100" border="0">'
image4[7] = '<img src="icons/th_34.jpg" width="100" height="100" border="0">'
image4[8] = '<img src="icons/th_35.jpg" width="100" height="100" border="0">'

