<!-- Hide script from old browsers
	
	if (document.images) {
		photoOrig = new Image
		photoOne = new Image
		photoTwo = new Image
		photoThree = new Image
		photoFour = new Image
		photoFive = new Image
		photoSix = new Image
		photoSeven = new Image
		photoEight = new Image
		photoNine = new Image
		photoTen = new Image
		photoEleven = new Image
		
		photoOrig.src = "photos1/beach-house.jpg"
		photoOne.src = "photos1/beach-house2.jpg"
		photoTwo.src = "photos1/beach-house3.jpg"
		photoThree.src = "photos1/bh-living-room.jpg"
		photoFour.src = "photos1/bh-deck.jpg"
		photoFive.src = "photos1/hammock.jpg"
		photoSix.src = "photos1/cq-dining.jpg"
		photoSeven.src = "photos1/hottub-forest.jpg"
		photoEight.src = "photos1/hottub-view.jpg"
		photoNine.src = "photos1/olympic-mountains.jpg"
		photoTen.src = "photos1/pond.jpg"
		photoEleven.src = "photos1/yard.jpg"
	}
	else {
		photoOrig = ""
		photoOne = ""
		photoTwo = ""
		photoThree = ""
		photoFour = ""
		photoFive = ""
		photoSix = ""
		photoSeven = ""
		photoEight = ""
		photoNine = ""
		photoTen = ""
		photoEleven = ""
		document.photo = ""
	}
	
// End hiding script from old browsers -->
