<!-- 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
		
		photoOrig.src = "photos1/captains-quarters.jpg"
		photoOne.src = "photos1/captain-welcome.jpg"
		photoTwo.src = "photos1/cq-living-room.jpg"
		photoThree.src = "photos1/cq-kitchen.jpg"
		photoFour.src = "photos1/cq-bath.jpg"
		photoFive.src = "photos1/cq-bedroom.jpg"
		photoSix.src = "photos1/cq-bedroom2.jpg"
		photoSeven.src = "photos1/cq-bed2.jpg"
		photoEight.src = "photos1/cq-bookshelf.jpg"
	}
	else {
		photoOrig = ""
		photoOne = ""
		photoTwo = ""
		photoThree = ""
		photoFour = ""
		photoFive = ""
		photoSix = ""
		photoSeven = ""
		photoEight = ""
		document.photo = ""
	}
	
// End hiding script from old browsers -->

