<!--

    hhome = new Image(73,18)
    hhome.src = "\/images/spc/home.gif"
    hhover = new Image(73,18)
    hhover.src = "\/images/spc/home_hover.gif"
    tour = new Image(71,18)
    tour.src = "\/images/spc/tour.gif"
    tourhover = new Image(71,18)
    tourhover.src = "\/images/spc/tour_hover.gif"
    istory = new Image(92,18)
    istory.src = "\/images/spc/history.gif"
    ihover = new Image(92,18)
    ihover.src = "\/images/spc/history_hover.gif"
    conditions = new Image(121,18)
    conditions.src = "\/images/spc/conditions.gif"
    chover = new Image(121,18)
    chover.src = "\/images/spc/conditions_hover.gif"
    players = new Image(94,18)
    players.src = "\/images/spc/players.gif"
    phover = new Image(94,18)
    phover.src = "\/images/spc/players_hover.gif"
    results = new Image(89,18)
    results.src = "\/images/spc/results.gif"
    rhover = new Image(89,18)
    rhover.src = "\/images/spc/results_hover.gif"
    contact = new Image(101,18)
    contact.src = "\/images/spc/contact.gif"
    thover = new Image(101,18)
    thover.src = "\/images/spc/contact_hover.gif"

    mike = new Image(321,50)
    mike.src = "\/images/mike.gif"
    mjhover = new Image(321,50)
    mjhover.src = "\/images/mike_alt.gif"
    steve = new Image(321,30)
    steve.src = "\/images/steve.gif"
    sbhover = new Image(321,30)
    sbhover.src = "\/images/steve_alt.gif"
    alex = new Image(321,30)
    alex.src = "\/images/alex.gif"
    ahhover = new Image(321,30)
    ahhover.src = "\/images/alex_alt.gif"
    dean = new Image(321,30)
    dean.src = "\/images/dean.gif"
    dkhover = new Image(321,30)
    dkhover.src = "\/images/dean_alt.gif"
    mark = new Image(321,30)
    mark.src = "\/images/mark.gif"
    mshover = new Image(321,30)
    mshover.src = "\/images/mark_alt.gif"
    stratz = new Image(321,30)
    stratz.src = "\/images/stratz.gif"
    sthover = new Image(321,30)
    sthover.src = "\/images/stratz_alt.gif"
    larry = new Image(321,30)
    larry.src = "\/images/larry.gif"
    lwhover = new Image(321,30)
    lwhover.src = "\/images/larry_alt.gif"
    brice = new Image(321,50)
    brice.src = "\/images/brice.gif"
    bwhover = new Image(321,50)
    bwhover.src = "\/images/brice_alt.gif"
    scotty = new Image(321,50)
    scotty.src = "\/images/scotty.gif"
    schover = new Image(321,50)
    schover.src = "\/images/scotty_alt.gif"


	footerPic = new Array("\/images/course_footer_1.gif","\/images/course_footer_2.gif","\/images/course_footer_3.gif","\/images/course_footer_4.gif","\/images/course_footer_5.gif","\/images/course_footer_6.gif","\/images/course_footer_7.gif","\/images/course_footer_8.gif","\/images/course_footer_9.gif","\/images/course_footer_10.gif","\/images/course_footer_11.gif","\/images/course_footer_12.gif","\/images/course_footer_13.gif","\/images/course_footer_14.gif","\/images/course_footer_15.gif","\/images/course_footer_16.gif","\/images/course_footer_17.gif","\/images/course_footer_18.gif")
	footerURL = new Array("\/tour/index.htm","\/tour/two.htm","\/tour/three.htm","\/tour/four.htm","\/tour/five.htm","\/tour/six.htm","\/tour/seven.htm","\/tour/eight.htm","\/tour/nine.htm","\/tour/ten.htm","\/tour/eleven.htm","\/tour/twelve.htm","\/tour/thirteen.htm","\/tour/fourteen.htm","\/tour/fifteen.htm","\/tour/sixteen.htm","\/tour/seventeen.htm","\/tour/eighteen.htm")
	coursePic = new Array("\/images/spc/photos/1north.jpg","\/images/spc/photos/2south.jpg","\/images/spc/photos/3north.jpg","\/images/spc/photos/7north.jpg","\/images/spc/photos/8north.jpg","\/images/spc/photos/9south.jpg")	
	playerPic = new Array("\/images/spc/photos/player1.jpg","\/images/spc/photos/player2.jpg","\/images/spc/photos/player3.jpg","\/images/spc/photos/player4.jpg","\/images/spc/photos/player5.jpg","\/images/spc/photos/player6.jpg","\/images/spc/photos/player7.jpg","\/images/spc/photos/player8.jpg","\/images/spc/photos/player9.jpg","\/images/spc/photos/player10.jpg","\/images/spc/photos/player11.jpg","\/images/spc/photos/player12.jpg","\/images/spc/photos/player13.jpg","\/images/spc/photos/player14.jpg","\/images/spc/photos/player15.jpg","\/images/spc/photos/player16.jpg","\/images/spc/photos/player17.jpg","\/images/spc/photos/player18.jpg","\/images/spc/photos/player19.jpg","\/images/spc/photos/player20.jpg","\/images/spc/photos/player21.jpg","\/images/spc/photos/player22.jpg","\/images/spc/photos/player23.jpg","\/images/spc/photos/player24.jpg","\/images/spc/photos/player25.jpg")
	awardPic = new Array("\/images/spc/photos/awards1.jpg","\/images/spc/photos/awards2.jpg","\/images/spc/photos/awards3.jpg","\/images/spc/photos/awards4.jpg","\/images/spc/photos/awards5.jpg")

	function choosePix() {
		if (document.images) {
			randomNum = Math.floor((Math.random() * footerPic.length))
			document.footerPicture.src = footerPic[randomNum]
   	        tourSpot = footerURL[randomNum]

		}
	}

	function newWindow(tour) {
		tourWindow = window.open(tour, "tourWin", "menu=no,toolbar=no,location=no,scrollbar=no,resizable=no,width=700,height=450,left=100,top=100")
		tourWindow.focus()
	}


	function chooseCoursePix() {
		if (document.images) {
			randomCourseNum = Math.floor((Math.random() * coursePic.length))
			document.coursePicture.src = coursePic[randomCourseNum]
		}
	}

	function choosePlayerPix() {
		if (document.images) {
			randomPlayerNum = Math.floor((Math.random() * playerPic.length))
			document.playerPicture.src = playerPic[randomPlayerNum]
		}
	}
	
	function chooseAwardPix() {
		if (document.images) {
			randomAwardNum = Math.floor((Math.random() * awardPic.length))
			document.awardPicture.src = awardPic[randomAwardNum]
		}
	}
		
// -->
