// JavaScript Document

if ((document.location.href.indexOf('index.html') >= 0) || (document.location.href.indexOf('.html') == -1))
	{
		document.getElementById("welcome").src = "images/rollovers/welcome.jpg"
	}
				 
if (document.location.href.indexOf('about.html') >= 0)
	{
		document.getElementById('about').src = "images/rollovers/about.jpg"
	}
				 
if (document.location.href.indexOf('rooms.html')  >= 0)
	{
		document.getElementById('rooms').src = "images/rollovers/rooms.jpg"
	}
				 
if (document.location.href.indexOf('location.html') >= 0)
	{
		document.getElementById('Location').src = "images/rollovers/location.jpg"
	}
