
	<!-- Hide script from older browsers
	setTimeout ("changePage()", 5000);

	function changePage() {
		if (self.parent.frames.length != 3)
			self.parent.location='http://www.westcountry-guide.com/ASP/Accommodation/Advanced-Search/Default.asp';
		}

	// end hiding contents -->

