// 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('vehicles.html')  >= 0)
	{
		document.getElementById('vehicles').src = "images/rollovers/vehicles.jpg"
	}
				 
if (document.location.href.indexOf('fascias.html') >= 0)
	{
		document.getElementById('fascias').src = "images/rollovers/fascias.jpg"
	}
				 
if (document.location.href.indexOf('council.html') >= 0)
	{
		document.getElementById('council').src = "images/rollovers/council.jpg"
	}
				 
if (document.location.href.indexOf('additional.html')  >= 0)
	{
		document.getElementById('additional').src = "images/rollovers/additional.jpg"
	}
				 
if (document.location.href.indexOf('contact.html') >= 0)
	{
		document.getElementById('contact').src = "images/rollovers/contact.jpg"
	}