<!-- 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
		
		photoOrig.src = "photos1/port-cottage.jpg"
		photoOne.src = "photos1/port-entry.jpg"
		photoTwo.src = "photos1/port-fireplace.jpg"
		photoThree.src = "photos1/port-bed.jpg"
		photoFour.src = "photos1/port-bath.jpg"
		photoFive.src = "photos1/cottages-view.jpg"
	}
	else {
		photoOrig = ""
		photoOne = ""
		photoTwo = ""
		photoThree = ""
		photoFour = ""
		photoFive = ""
		document.photo = ""
	}
	
// End hiding script from old browsers -->

