function FakeLinkHome(){ 
	document.location = 'index.htm'; 
}
function FakeLinkRates(){ 
	document.location = 'rates.html'; 
}
function FakeLinkPhotos(){ 
	document.location = 'photos.html'; 
}
function FakeLinkNearby(){ 
	document.location = 'nearby.html'; 
}
function FakeLinkDirections(){ 
	document.location = 'directions.html'; 
}
function FakeLinkContact(){ 
	document.location = 'contact.html'; 
}